naknak Administrator
Posts : 878 Join date : 2010-07-30
| Subject: Private scripts March 6th 2011, 10:07 pm | |
| I'm not sure if I posted this elsewhere or not but, I was able to find a way to password lock any script I wish. The process involves encrypting the script with a few extra lines of code so that only the people with the correct password can use it. Now, my question is this: Would any of you guys be interested in trying to crack this for me? I need to see if there are any loopholes. - Code:
-
password = "" --the code below prints something if password is correct DumpedFunction = {"loadstring('", "\\27", "\\76", "\\117", "\\97", "\\81", "\\0", "\\1", "\\4", "\\4", "\\4", "\\8", "\\0", "\\28", "\\0", "\\0", "\\0", "\\61", "\\87", "\\111", "\\114", "\\107", "\\115", "\\112", "\\97", "\\99", "\\101", "\\46", "\\69", "\\110", "\\99", "\\114", "\\121", "\\112", "\\116", "\\105", "\\111", "\\110", "\\32", "\\86", "\\32", "\\49", "\\46", "\\49", "\\0", "\\2", "\\0", "\\0", "\\0", "\\10", "\\0", "\\0", "\\0", "\\0", "\\0", "\\0", "\\2", "\\7", "\\0", "\\0", "\\0", "\\5", "\\0", "\\0", "\\0", "\\23", "\\64", "\\64", "\\0", "\\22", "\\128", "\\0", "\\128", "\\5", "\\128", "\\0", "\\0", "\\65", "\\192", "\\0", "\\0", "\\28", "\\64", "\\0", "\\1", "\\30", "\\0", "\\128", "\\0", "\\4", "\\0", "\\0", "\\0", "\\4", "\\9", "\\0", "\\0", "\\0", "\\112", "\\97", "\\115", "\\115", "\\119", "\\111", "\\114", "\\100", "\\0", "\\4", "\\7", "\\0", "\\0", "\\0", "\\78", "\\97", "\\107", "\\110", "\\97", "\\107", "\\0", "\\4", "\\6", "\\0", "\\0", "\\0", "\\112", "\\114", "\\105", "\\110", "\\116", "\\0", "\\4", "\\31", "\\0", "\\0", "\\0", "\\83", "\\99", "\\114", "\\105", "\\112", "\\116", "\\32", "\\97", "\\99", "\\116", "\\105", "\\118", "\\97", "\\116", "\\101", "\\100", "\\32", "\\119", "\\105", "\\116", "\\104", "\\32", "\\112", "\\97", "\\115", "\\115", "\\119", "\\111", "\\114", "\\100", "\\0", "\\0", "\\0", "\\0", "\\0", "\\7", "\\0", "\\0", "\\0", "\\4", "\\0", "\\0", "\\0", "\\4", "\\0", "\\0", "\\0", "\\4", "\\0", "\\0", "\\0", "\\5", "\\0", "\\0", "\\0", "\\5", "\\0", "\\0", "\\0", "\\5", "\\0", "\\0", "\\0", "\\10", "\\0", "\\0", "\\0", "\\0", "\\0", "\\0", "\\0", "\\0", "\\0", "\\0", "\\0", "')()"} assert( loadstring( table.concat(DumpedFunction, "" ) ) ) () | |
|