OneCompiler

OoferUnsecure (deobfuscator)

332
 print'Deobfuscated with OoferUnsecure v1'
local oldtable = table.concat
table.concat = function(a)
    print(oldtable(a))
    return oldtable(a)
end 

--put the obfuscated script above this line here, oofer#6519