Advertisement
Alex1987

Untitled

Sep 13th, 2014
213
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. local input = read("*")
  15.  
  16. if input == password then
  17. term.clear()
  18. print(" ")
  19. print(" ")
  20. print(" The Fappening Password System 1.0")
  21. sleep(1.5)
  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