Advertisement
CodeCrafter

start2

Feb 15th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 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