CodeCrafter

password

Feb 15th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. print(" _________________________________________________ ")
  2. print(" / aanmelden \ ")
  3. print(" | __________ | ")
  4. print(" | | | | ")
  5. print(" | |__________| | ")
  6. print(" | |__________| | ")
  7. print(" | voer account in | ")
  8. print(" \________________________________________________/ ")
  9.  
  10. x = io.read()
  11. if x == "neptunes01" then
  12. shell.run("login")
  13.  
  14. else
  15. print(" not a account!")
  16. sleep(3)
  17. os.reboot()
  18. end
Add Comment
Please, Sign In to add comment