Advertisement
astonish01

Witherturtlesonly2

May 22nd, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. delete startup
  2. pastebin get Nce7K9WB startup
  3. while true do
  4. sleep(5)
  5. turtle.dig()
  6. turtle.forward()
  7. turtle.place()
  8. turtle.back()
  9. turtle.select(2)
  10. turtle.place()
  11. turtle.select(1)
  12. sleep(65)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement