Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- monitor = peripheral.wrap("back")
- monitor.setTextScale(5)
- while not rs.getInput("bottom", true) do
- sleep(0.1)
- end
- if rs.getInput("bottom", true) then
- shell.run("clear")
- monitor.write("...")
- sleep(0.1)
- end
- shell.run("reboot")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement