Advertisement
DZCreeper

Spawn Killer

Jan 26th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. --Creates the Infinite Loop
  2. while true do
  3. --Rotates the Turtle
  4. turtle.turnLeft()
  5. --Attacks stuff in Front and On Top of it
  6. turtle.attack()
  7. turtle.attackUp()
  8.  
  9. --Empties the Turtle into Bottom Transposer or Pipe
  10. for z = 1,16 do
  11. turtle.select(z)
  12. turtle.dropDown()
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement