There is a Lua script that is debugged, most likely with XFuscator, is it possible to deobuscate and get the source code?
Update
This option gives nothing
Part of the code
local ________ = ____[#____ - 9]("loadstring(\"return ____\")()") local __ = { _(54), _(152), _(234), _(194), _(162), _(0), _(2), _(8)} local ________ = ____[3] return ____[11](assert(#____[8](__) == 15889 and ____[8](__) or nil, "Tampering detected"), ____[#____])()
luac -l -l файл_с_байт-кодомand stykayte. Bytecode is not compatible with other versions of Lua, and this is a bad XFuscator. You need to hook into a bytecode on the same version (the Lua version is determined by the fifth byte of the bytecode: 0x51 = Lua 5.1). For Lua 5.1, there is a decompiler that builds a more readable Lua source by bytecode. - Egor Skriptunoff@Usernameyou can send alerts only to those who posted something in this thread. This is how the SO engine works. Alas, it is not possible to call someone from the side. - Egor Skriptunoff