Advertisement
WaffleJohns

Untitled

Jan 19th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. --Use this to find out your "Encrypted" password
  2.  
  3. local i = read()
  4. local o
  5.  
  6. o = string.byte(i)
  7.  
  8. o = (o*24^2/3+23%3)+(-o*80%4)
  9. print(o)
  10. sleep(3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement