L

LuaCrypt

Lua / Luau script encoder

Encode your Lua scripts. Keep the source secret.

Paste any Lua or Luau script and get an obfuscated, self-loading version back. Malicious scripts are detected and blocked automatically.

Source script

7 lines · 106 chars

Encoded output

Fully in-browser

Your code never leaves your device. Encoding happens locally in your browser.

XOR + Base64 payload

The script is XOR-encrypted with a random key and wrapped in a self-decoding Lua loader.

Malicious script guard

Common exploit and destructive patterns are detected and blocked before encoding.