I have main.lua file that was encrypted like this...
Need help to decrypt this file and tell me how to do it i don't have much knowledge about this..
I have main.lua file that was encrypted like this...
Need help to decrypt this file and tell me how to do it i don't have much knowledge about this..
The answer is already well covered in other SO questions here and here, so start with those.
The short answer is: it's likely not encrypted, but stored as Lua bytecode for obfuscation pusposes. You can read/convert the bytecode (and figure out what the script does), but not without knowledge of Lua scripting. Nobody on SO would do this for you.