RobotBubble

TurtleSuicide

Oct 21st, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. redstone.setOutput("front", false)
  2. term.clear()
  3. turtle.select(1)
  4. turtle.dig()
  5. sleep(.1)
  6. turtle.place()
  7. sleep(.1)
  8. turtle.turnRight(1)
  9. sleep(.1)
  10. turtle.place()
  11. sleep(.1)
  12. turtle.turnRight(1)
  13. sleep(.1)
  14. turtle.place()
  15. sleep(.1)
  16. turtle.turnRight(1)
  17. sleep(.1)
  18. turtle.place(1)
  19. sleep(.1)
  20. turtle.digDown()
  21. sleep(.1)
  22. turtle.placeDown()
  23. sleep(.1)
  24. turtle.placeUp()
  25. rednet.broadcast("Goodbye :'(")
  26. sleep(1)
  27. redstone.setOutput("front", true)
  28. sleep(1)
Add Comment
Please, Sign In to add comment