๐Ÿ”ง Roblox Lua 5.1 Decompiler

Advanced bytecode decompiler for Roblox Lua 5.1 with CFG structuring

๐Ÿ“ฅ Input Bytecode

Ready

๐Ÿ“ค Decompiled Output

Decompiling bytecode...


                
Status: Waiting for input
Lines: 0 | Size: 0 bytes

๐Ÿงช Example Bytecode

Try decompiling these example scripts:

โšก Lua 5.1 Compatible

Specifically designed for Roblox's Lua 5.1 implementation with all opcodes supported.

๐Ÿ”— Control Flow Graph

Advanced CFG structuring for proper if/else, loops, and other control flow patterns.

๐ŸŽฏ Variable Recovery

Intelligent variable name resolution and expression reconstruction.

๐Ÿ›ก๏ธ Safe Execution

All decompilation runs in browser sandbox - no server communication needed.