I\'ve recently downloaded some lua code and what I found inside was some obfuscated string. That made me wonder what sort of obfuscation technique was used there. Does anybo
If it's got loadstring a simple way which may not always work is just adding
loadstring = print;
at the start