Damaged

LineCutter turtle manager

Mar 24th, 2013
181
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. local theTime = 0
  2. while true do
  3.    while redstone.getInput("back") == false do
  4.       sleep(1)
  5.    end
  6.    if os.time() > theTime then
  7.       shell.run("rm", "lineCut")
  8.       shell.run("pastebin", "get KXbe9aYu lineCut")
  9.    end
  10.    theTime = os.time() + 1
  11.    shell.run("lineCut", "" )
  12. end
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment