Advertisement
istwan100

Turtle attack programm

Dec 18th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.07 KB | None | 0 0
  1. while true do
  2. turtle.refuel()
  3. sleep(0.1)
  4. turtle.attack()
  5. sleep(0.1)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement