Advertisement
DZCreeper

CornerKiller

Jan 28th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. --Creates the Infinite Loop
  2. while true do
  3.  
  4. turtle.turnLeft()
  5. turtle.attack()
  6. turtle.attackUp()
  7. turtle.turnRight()
  8. turtle.attack()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement