DWKnight

Autocow

Sep 22nd, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. while true do
  2.     turtle.select(1)
  3.     turtle.placeUp()
  4.     turtle.placeDown()
  5.     sleep(1)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment