Lua Obfuscator — Safe (does not run code)

Paste Lua on the left → Obfuscated wrapper appears on the right. Output is inert (no load/pcall executed).
This page does not execute your Lua. It only encodes and wraps it. The produced file includes the decoder but does not call it. If you later want to run the obfuscated file, you'd need to manually decode and `load` it — which this tool intentionally avoids.
Copy / Download the .lua file. It will not execute automatically.