Advertisement
jnsstnbrg

Turtle Attacker

Mar 14th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. counter = 0
  2.  
  3. while true do
  4. turtle.attack()
  5. sleep(0.5)
  6.  
  7. if (counter % 20 == 0) then
  8. rs.setOutput("bottom", true)
  9. sleep(0.05)
  10. rs.setOutput("bottom", false)
  11. end
  12.  
  13. counter = counter + 1
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement