Quick actions

cmd+k|ctrl+k

Navigation

Languages

Tubers Obfuscator

Snippet info

Language

Lua

Visibility

public

Author

tubers93

Created

2022-06-10T01:47:23.833924Z

Updated

2022-06-27T21:42:08.902726Z

-- need help? put the script in *put script here* then click run and copy the string on top it would look like this \45\45\32... copy that and paste it
-- in the loadstring and there!

local thing = [[
-- put script here
]]


local encoded = thing:gsub(".", function(bb) return "\\" .. bb:byte() end) or thing .. "\""

print(encoded)
print("-- Script protected by tubers93#4764 obfuscator")
print'loadstring("")()'
INFO