Advertisement
Guest User

startup

a guest
Jan 29th, 2015
154
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.  
  3. turtle.attack()
  4. os.sleep(0.5)
  5. turtle.dropDown()
  6.  
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement