Advertisement
Alex1987

Untitled

Sep 13th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local side = "right"
  2. local password = "penis"
  3. local opentime = 2
  4. local left = "left"
  5.  
  6. while true do
  7. term.clear()
  8. term.setCursorPos(1,1)
  9. print(" Daniels Haus ")
  10. print(" ")
  11. print(" ")
  12. print(" ")
  13. write(" Passwort: ")
  14. print(" ")
  15. print(" ")
  16. print(" ")
  17. print(" ")
  18. print(" The Fappening Passwordsystem 2.0 ")
  19. local input = read("*")
  20.  
  21. if input == password then
  22. term.clear()
  23. term.setCursorPos(1,1)
  24. print(" ")
  25. print(" ")
  26. print(" ")
  27. print(" ")
  28. print(" Wilkommen")
  29. rs.setOutput(side, true)
  30. sleep(opentime)
  31. rs.setOutput(side, false)
  32. os.shutdown()
  33. else
  34. term.clear()
  35. term.setCursorPos(1,1)
  36. print(" ")
  37. print(" ")
  38. print(" ")
  39. print(" VERPISS DICH! ")
  40. sleep(1)
  41. rs.setOutput(left, true)
  42. end
  43. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement