• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[HowTo] "Close Source" your .lua scripts.

The first post doesn't even strip debug information, so you could rebuild the entire source line by line using the debug info

luac -s -o 'OutputName' NameofScript.lua

That doesn't stop LuaDec which can sometimes give you back working source code resembling the original source. You can run it through XObfuscator or something like that, but I don't see the point.
 
Back
Top