Decompile Luac
If automatic decompilation fails, use luac -l file.luac to get a disassembly (human-readable opcodes) and reconstruct logic manually. It’s tedious but possible for short scripts.
: Open the LUAC file in a hex editor. The header will usually indicate which version of Lua was used to compile it. decompile luac