PY44N / Lua-Obfuscator

A Lua Obfuscator made for Roblox, but should work on most Lua applications
106 stars 120 forks source link

Running on LUA 5.3 #3

Closed KonstantinKaretnikov closed 1 year ago

KonstantinKaretnikov commented 3 years ago

Hi, is it possible to make it available with Lua 5.3? It is perfectly works with Lua 5.2, but I am getting an error while running on Lua 5.3.

The error: attempt to call a nil value (upvalue 'f')

Ruqen commented 3 years ago

Same.