Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.52 KB | None | 0 0
  1. if rs.getInput("front") == true then
  2. redstone.setOutput("left", true)
  3. shell.run("clear")
  4. shell.run("monitor left disk/alongtimeago")
  5. shell.run("clear")
  6. shell.run("monitor right disk/alongtimeago")
  7. shell.run("clear")
  8. shell.run("monitor top disk/alongtimeago")
  9. shell.run("clear")
  10. shell.run("monitor bottom disk/alongtimeago")
  11. shell.run("clear")
  12. shell.run("monitor front disk/alongtimeago")
  13. shell.run("clear")
  14. shell.run("monitor back disk/alongtimeago")
  15. shell.run("clear")
  16. os.reboot()
  17. else
  18. sleep(1)
  19. os.reboot()
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement