Zatilla7

Turtle Bomber

Apr 18th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. print "Booting up TurtleBomberV1"
  2. print "How long would you like to explode?"
  3. h = read()
  4. for i=1,h,1 do
  5. turtle.select(1)
  6. turtle.forward()
  7. turtle.placeDown()
  8. rs.setOutput("bottom",true)
  9. sleep(0,1)
  10. rs.setOutput("bottom",false)
  11. end
  12. print "Bombing done. Shaftminer Shutting down"
Advertisement
Add Comment
Please, Sign In to add comment