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