Im wondering how you can decrypt a string.dump and i cant seem to figure out how. Any help?
[LUA]Decrypting a string.dump?
Started by Justy, Oct 13 2012 05:43 PM
5 replies to this topic
#1
Posted 13 October 2012 - 05:43 PM
#2
Posted 13 October 2012 - 05:50 PM
I'm pretty sure you could just loadstring() a dump.
#4
Posted 13 October 2012 - 05:59 PM
i want to get the code not run it.
#5
Posted 13 October 2012 - 06:00 PM
It depends on what you want. The dump function simply writes down the compiled code, which can be loaded again, however, you will not be able to decrypt this code to get the original lua code.
#6
Posted 13 October 2012 - 07:53 PM
unless you have read deeply into the lua compiler :3
its a bit confusing though because i dont know c++ :C
sorry but its kind of a secret >_>
its a bit confusing though because i dont know c++ :C
sorry but its kind of a secret >_>
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












