nguyenminhnghia

script mã hóa script

Feb 13th, 2019
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. credits to raiterjaki
  2. -------------------------------------------------------------------------------------
  3.  
  4. local thing = [[
  5. -- Put script here
  6. ]]
  7.  
  8.  
  9. local encoded = thing:gsub(".", function(bb) return "\\" .. bb:byte() end) or thing .. "\""
  10.  
  11. print(encoded)
  12. print("Put the above encoded string into the loadstring below between the quotation marks for the obfuscated scrippts.")
  13. print'loadstring("")()'
Add Comment
Please, Sign In to add comment