local thing = [[
-- Start of script here
-- End of script here
print("Some scripts in this game are protected using Lua Script Hider, this script hider was made by LilDarkBlueBoy on roblox!" ]]
local encoded = thing:gsub(".", function(bb) return "\\" .. bb:byte() end) or thing .. "\""
print(encoded)
print("Put the above encoded string into the loadstring below between the quotation marks for the obfuscated scripts.")
print'loadstring("")()'