I cannot find anything on Google for some tool that encrypts / obfuscates my lua files, so I decided to ask here. Maybe some professional knows how to do this? (Is free).
Now I made a simple game in lua, and I don’t want people to see the code, otherwise they can easily cheat. How can I make all the text inside the .lua file just random letters, etc.?
I used the program in C # and I had this obfuscator.NET called SmartAssembly which works very well. When someone tries to check the code of my applications, it will be just a bunch of letters and numbers along with Chinese characters, etc.
Does anyone know any program that can do this for lua? Just upload the file you want to encrypt, click "Encrypt" or "Match" and "bam! Does it work !?
For instance:
print('Hello world!')
will turn into something like
sdf9sd@@@&/sdfsdd9fd0f0fsf/&
user3036459
source
share