Guest User

Untitled

a guest
Oct 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. function attack()
  2.   turtle.turnRight()
  3.   turtle.attack()
  4.   sleep(0.5)
  5.   turtle.attack()
  6.   turtle.turnLeft()
  7.   turtle.forward()
  8. end
  9. while true do
  10.   for i=0, 17 do
  11.    attack()
  12.   end
  13.   turtle.turnRight()
  14.   attack()
  15.   attack()
  16.   attack()
  17.   turtle.turnRight()
  18.   for i=0,17 do
  19.     attack()
  20.   end
  21.  
  22.  turtle.turnRight()
  23.    attack()
  24.    attack()
  25.    attack()
  26.  turtle.turnRight()
  27. end
Add Comment
Please, Sign In to add comment