Depending on the version of Lua you are targeting, different tools will yield better results:
: Describe the "lossy" nature of compilation (stripped debug info, flattened loops). 3. Bytecode Analysis
: A widely used decompiler that supports Lua 5.1 and has experimental support for 5.2 and 5.3. It is often used to produce equivalent source code on standard output.
Notice: Variable name i survived because the compiler stored debug info. If you strip debug symbols ( luac -s ), the output becomes:
All icons for the various trademarks on the website are trademarks of their unique owners. Vag-Navisystems © 2018 All rights reserved. lua decompiler