OoferUnsecure (deobfuscator)
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
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