RobotBubble

SelfDestruct

Oct 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. local modem = peripheral.wrap("back")
  2. term.clear()
  3. term.setCursorPos(1, 1)
  4. term.setTextColor(colors.green)
  5. print(">:")
  6. term.setCursorBlink(true)
  7. term.setCursorPos(3, 1)
  8. input = read()
  9. if input == "4 8 15 16 23 42" then
  10. sleep(1)
  11. term.clear()
  12. term.setCursorPos(1, 1)
  13. print("Code accepted")
  14. sleep(5)
  15. term.setCursorPos(1, 1)
  16. term.clear()
  17. print("Thank you for participating in the Dharma Initiative")
  18. sleep(1)
  19. rednet.broadcast("TS Suicide")
  20. sleep(10)
  21. term.clear()
  22. term.setCursorPos(1, 1)
  23. term.setTextColor(colors.red)
  24. print("MESSAGE RECIEVED FROM REMOTE COMPUTER")
  25. term.setTextColor(colors.white)
  26. sleep(5)
  27. textutils.slowPrint("See you in another life, brother.")
  28. sleep(5)
  29. term.clear()
  30. sleep(1)
  31. os.reboot()
  32. else
  33. term.clear()
  34. term.setCursorPos(1, 1)
  35. print("SYSTEM FAILURE")
  36. sleep(3)
  37. os.reboot()
  38. end
Add Comment
Please, Sign In to add comment