Advertisement
Guest User

Untitled

a guest
Jul 31st, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. print("Authorised personnel only")
  2. write("Please enter password: ")
  3. password = read("*")
  4.  
  5. if password == "Vaulttec" then
  6. print("Valid password. Access granted")
  7. os.sleep(2)
  8. Print("Loading RobcOS v.82, please wait...
  9. os.sleep(5)
  10.  
  11. else
  12. print("Invalid password. Access denied.
  13. os.reboot()
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement