Guest User

Untitled

a guest
Nov 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. write("Pass: ")
  3. input = read("*")
  4. if input == "avastvirus" then
  5. print("Password Correct :D")
  6. else
  7. print("Wrong. :D")
  8. os.reboot()
  9. end
Add Comment
Please, Sign In to add comment