Quick actions

cmd+k|ctrl+k

Navigation

Languages

AztupBrew Deobfuscation

Snippet info

Language

Lua

Visibility

public

Author

yorik312

Created

2021-06-22T16:45:27.606243Z

Updated

2021-06-22T16:45:27.606243Z

local oldtable = table.concat
table.concat = function(a)
    print(oldtable(a))
    return oldtable(a)
end 
--paste script below this line
INFO