Advertisement
Andraky

Penis pw locked door

Jul 25th, 2015
552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  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", false)
  9. shell.run("reboot")
  10. else print ("Verefiziere Code...") sleep(5)
  11. shell.run("clear")
  12. print ("Falsch du Nutte!!")
  13. sleep(2)
  14. shell.run("reboot")
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement