Advertisement
Andraky

Locked door with redstone signal

May 14th, 2016
3,038
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print ("Passwort eingeben:")
  2. password =io.read()
  3. if password == "3ZRG52T1g9" then print ("Verefiziere Code")
  4. sleep(5)
  5. print ("Richtig")
  6. rs.setOutput("right", true)
  7. sleep(2)
  8. rs.setOutput("right", true)
  9. shell.run("reboot")
  10. else print ("Verefiziere Code...") sleep(5)
  11. shell.run("clear")
  12. print ("Falsch du Nutte!!")
  13. sleep(2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement