Get Script Closure
getscriptclosure, getscriptfunction
Get Script Bytecode
getscriptbytecode
loadbytecode
Load Bytecode
loadbytecode
ScriptBytecode into a function.
New C Closure
newcclosure, new_c_closure
func as a C closure, converting it from L closure to a C closure.
New L Closure
newlclosure, new_l_closure
func as a L closure.
Is C Closure
iscclosure, is_c_closure
CClosure if it’s a C closure or not, then returns a boolean.
Is L Closure
islclosure, is_l_closure
LClosure if it’s a L closure or not, then returns a boolean.
Dump String
dumpstring
source into a string.
Loadstring
loadstring
This loadstring has been modified by eAPI.
CodeString into a function and returns it.
Check Caller
checkcaller, issynapsethread
Check Call Stack
checkcallstack
checkcaller.
Get Calling Script
getcallingscript, get_calling_script
Clone Function
clonefunction, clonefunc, cloneclosure
Is Executor Closure
isexecutorclosure, checkclosure, isourclosure, isexecclosure, isexeclosure, is_executor_closure, issynapsefunction
Decompile
decompile
Bytecode To Lua
byte_to_lua
source into a table.
Dump Function
dump_function, dumpfunction, dumpfunc, dump_func, dumpf, dump_f
Protect Function
protectfunction, protect_function, protectfunc