Advertisement
Guest User

ComputerCraft password template 1

a guest
Aug 19th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. print("===================================================")
  2. print("| |")
  3. print("| |")
  4. print("| |")
  5. print("| |")
  6. print("| |")
  7. print("| <><><><><><><><><><><><><><><><> |")
  8. print("| | TheHub.OS | |")
  9. print("| | Username: JoeB01 | |")
  10. print("| | Password: | |")
  11. print("| <><><><><><><><><><><><><><><><> |")
  12. print("| |")
  13. print("| |")
  14. print("| |")
  15. print("| |")
  16. print("| |")
  17. print("| |")
  18. print("===================================================")
  19.  
  20. term.setCursorPos(10,31)
  21. password = read()
  22.  
  23. if password == "pwpw"
  24. redstone.setOutput("left", true)
  25. sleep(5)
  26. redstone.setOutput("left", false)
  27. else
  28. sleep(2)
  29. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement