Advertisement
jmarler

Attack Turtle v1

Apr 9th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. while true do
  2.   turtle.attack()
  3.   sleep(.5)
  4.   slot = 1
  5.   while slot <= 16 do
  6.     turtle.select(slot)
  7.     turtle.dropDown()
  8.     slot = slot + 1
  9.   end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement