Advertisement
Guest User

attack

a guest
Apr 24th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. while true do
  2.  
  3. turtle.select(1)
  4. turtle.attack()
  5. turtle.dropDown()
  6. turtle.select(2)
  7. turtle.dropDown()
  8. turtle.select(3)
  9. turtle.dropDown()
  10.  
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement