Advertisement
CodeCrafter

start

Feb 15th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. print(" @@@@@@ @@@@@@ @@@@@@ @@@ ")
  2. print(" @@@@@@ @@@ @@@ @@@ ")
  3. print(" @@@@@@@@ @@@ @@@ ")
  4. print(" @@@@@@ @ @@@ ")
  5. print(" @@@@ @@@ ")
  6. sleep(3)
  7. print(" __________________________________________ ")
  8. print("/ Welkom Neptunes01 \")
  9. print("| |")
  10. print("\__________________________________________/")
  11. sleep(3)
  12. print("/------------------------------------------\")
  13. print("| Password:________ |")
  14. print("\__________________________________________/")
  15. sleep(3)
  16.  
  17. x = read("*")
  18.  
  19. if x == "TrollFace123" then
  20. shell.run("menu")
  21. else
  22. print("Wrong password")
  23. sleep(3)
  24. os.reboot()
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement