Hujifa

Lua

Sep 13th, 2021
815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local thing = [[
  2.     print("Hello World!")
  3. ]]
  4. local encoded = thing:gsub(".", function(bb) return "\\" .. bb:byte() end) or thing .. "\""
  5. print(encoded)
  6.  
  7.  
Advertisement
Add Comment
Please, Sign In to add comment