Advertisement
Alex1987

Untitled

Sep 10th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  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. print(" ")
  9. print(" ")
  10. print(" The Fappening Password System 1.0")
  11. sleep(1.5)
  12. term.clear()
  13. term.setCursorPos(1,1)
  14. print(" ")
  15. print(" ")
  16. print(" ")
  17. print(" ")
  18. write(" Gib das Passwort ein du Huso: ")
  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(" Komm rein Brudaaa")
  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