DrFair

Grind

Feb 12th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. print("I am grinding!")
  2. while true do
  3. turtle.attack()
  4. turtle.attackUp()
  5. os.sleep(0.2)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment