Advertisement
DragRacer31

Obfuscator1

Sep 19th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. --By UnVenom
  2. -- https://www.youtube.com/watch?v=yjkXSrEYZVg
  3. local script = string.dump(
  4.   function()
  5.   print ("Hi")
  6.   end
  7. )
  8.  
  9. buff=""
  10.  
  11. for v=1,string.len(script) do
  12.  
  13. buff=buff..'//'..string.byte(script,v)
  14.  
  15. end
  16.  
  17. print(buff)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement