mathiasbarentsen

aaaaaaa

Nov 18th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function Bool()
  2. turtle.attack()
  3. sleep(0.1)
  4. end
  5.  
  6. while true do
  7. Bool()
  8. Bool()
  9. Bool()
  10. Bool()
  11. Bool()
  12. Bool()
  13. Bool()
  14. Bool()
  15. Bool()
  16. Bool()
  17. for i=1,16 do
  18. turtle.select(i)
  19. turtle.dropDown()
  20. end
  21. sleep(0.5)
  22. end
Advertisement
Add Comment
Please, Sign In to add comment