Prometheus-style Lua Obfuscator — All features

Supports: base64 string encoding, aggressive global hiding (builds names at runtime and fetches from _G), and Prometheus-style escaped-byte wrapper. Runs entirely in your browser.

Input Lua
ASCII header (optional)
Output

Notes: aggressive mode replaces selected global names with locals (e.g. __L1) and inserts a header that decodes the original names at runtime using a Lua base64 decoder. Prometheus mode packages the whole payload as escaped decimal bytes and a loader.