Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local theTime = 0
- while true do
- while redstone.getInput("back") == false do
- sleep(1)
- end
- if os.time() > theTime then
- shell.run("rm", "lineCut")
- shell.run("pastebin", "get KXbe9aYu lineCut")
- end
- theTime = os.time() + 1
- shell.run("lineCut", "" )
- end
Advertisement