Arphahat

Killbot

Feb 9th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. function dropAll()
  2.     for i=1,16 do
  3.         turtle.select(i)
  4.         turtle.drop()
  5.     end
  6. end    
  7.    
  8.     while true do
  9.       turtle.attack()
  10.       dropAll()
  11.       os.sleep(1)    
  12.     end
Advertisement
Add Comment
Please, Sign In to add comment