Advertisement
croozerdog

kees

Apr 16th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. shell.run("rm startup")
  2. shell.run("pastebin get cUVVggfZ startup")
  3. os.pullEvent = os.pullEventRaw
  4. local side = "right"
  5. local password = "janjan"
  6. local opentime = 3
  7. while true do
  8. term.clear()
  9. term.setCursorPos(1,1)
  10. write("Administrator Password: ")
  11. local input = read("*")
  12. if input == password then
  13. term.clear()
  14. term.setCursorPos(1,1)
  15. print("Welcome Administrator!")
  16. rs.setOutput(side,true)
  17. sleep(opentime)
  18. rs.setOutput(side,false)
  19. else
  20. print("WARNING, LIAPOT!")
  21. sleep(2)
  22. term.setCursorPos(1,1)
  23. rs.setOutput("back",true)
  24. print("WARNING")
  25. sleep(2)
  26. print("You Will Be Killed")
  27. sleep(2)
  28. print("WARNING")
  29. sleep(2)
  30. print("You Will Be Killed")
  31. sleep(2)
  32. print("WARNING")
  33. sleep(2)
  34. print("You Will Be Killed")
  35. sleep(2)
  36. print("WARNING")
  37. sleep(2)
  38. print("You Will Be Killed")
  39. sleep(2)
  40. print("WARNING")
  41. sleep(2)
  42. print("You Will Be Killed")
  43. sleep(2)
  44. print("WARNING")
  45. sleep(2)
  46. rs.setOutput("back",false)
  47. end
  48. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement