Advertisement
Alex1987

Untitled

Sep 13th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local side = "right"
  2. local password = "fitx"
  3. local opentime = 2
  4. local left = "left"
  5. local master = "master"
  6.  
  7. while true do
  8. term.clear()
  9. term.setCursorPos(1,1)
  10. print(" Lagerhaus ")
  11. print(" ")
  12. print(" ")
  13. print(" ")
  14. write(" Passwort: ")
  15. local input = read("*")
  16.  
  17. if input == master then
  18. term.clear()
  19. print == password
  20. sleep(2.5)
  21. os.reboot()
  22. else
  23. term.clear()
  24. term.setCursorPos(1,1)
  25. print(" ")
  26. print(" ")
  27. print(" ")
  28. print(" VERPISS DICH! ")
  29. sleep(1)
  30. end
  31.  
  32. if input == password or master then
  33. term.clear()
  34. print(" ")
  35. print(" ")
  36. print(" The Fappening Password System 2.0")
  37. sleep(1.5)
  38. term.clear()
  39. print(" ")
  40. print(" ")
  41. print(" Willkommen")
  42. rs.setOutput(side, true)
  43. rs.setOutput(left, true)
  44. sleep(opentime)
  45. rs.setOutput(side, false)
  46. rs.setOutput(left, false)
  47. os.reboot()
  48. else
  49. term.clear()
  50. term.setCursorPos(1,1)
  51. print(" ")
  52. print(" ")
  53. print(" ")
  54. print(" VERPISS DICH! ")
  55. sleep(1)
  56. end
  57. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement