psychedelixx

Minecraft Turtle: Attack

May 22nd, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --[[
  2.     2013 (c) psychedelixx
  3.     Minecraft Turtle: Attack
  4.     2013-05-23
  5.  
  6.     Simple attack script
  7.  
  8.     Usage:
  9.         - use turtle and type "label set <name>"
  10.           (to give your turtle an unique name so it remembers its programs)
  11.         - type "pastebin get F5XUtsWN atk"
  12.     - type "atk"
  13. --]]
  14. i = 1
  15. while true do
  16.     turtle.attack()
  17.     turtle.suck()
  18. end
Advertisement
Add Comment
Please, Sign In to add comment