Lua obfuscator (Loadstring method)

Run Settings
LanguageLua
Language Version
Run Command
-- loadstring method local thing = [[ print("hello world") ]] local encoded = thing:gsub(".", function(bb) return "\\" .. bb:byte() end) or thing .. "\"" print('Encoded your script... Copy it below!') print('loadstring("'..encoded..'")()')
Editor Settings
Theme
Key bindings
Full width
Lines