Advertisement
Jordo2727

Very Basic Attack Turtle Code

Mar 24th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- I like to run this via startup with a
  2. -- shell.run command
  3.  
  4. while true do
  5.   turtle.attackUp()
  6.   sleep(3)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement