LuaSeel is a simple lua obfuscator that uses bytecode encryption.
-
Go to a lua online executor (i.e repl.it, lua demo etc).
-
Copy Paste this script into the executor: https://raw.githubusercontent.com/Direnta/LuaSeel/master/obfuscator.lua
-
Go to line 2, and replace it with your script you wish to obfuscate.
-
Execute the script and the obfuscated script will be in the output. Complete!
• Math value algorithims
• Variable obfuscator/changer
• Bytecode encryption
• Randomized strings - credit to SadBoy22
Direnta - For making the script
Roberto Ierusalimschy - For creating Lua <3
SadBoy22 - Randomized strings.