Advertisement
Guest User

Untitled

a guest
Jul 9th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. print("ZeDuck system security")
  5. print("UserName: NASA B1")
  6. write("Password: ")
  7. function pass()
  8. t = io.read()
  9. if t == "grapple" then
  10. print ("Access Granted.")
  11. redstone.setOutput (back)
  12. sleep(2)
  13. term.clear()
  14. term.setCursorPos(1,1)
  15. else
  16. print ("Incorrect Login Details.")
  17. sleep(1)
  18. term.clear()
  19. term.setCursorPos(1,1)
  20. print("ZeDuck system security")
  21. print("UserName:NASA B1 ")
  22. write("Password: ")
  23. pass()
  24. end
  25. end
  26. pass()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement