Advertisement
pogof

Everydiging-s bednou

Nov 12th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. --program by pogof
  2. --www.pogof.cz
  3. --www.youtube.com/smitegamescz
  4.  
  5. shell.run("rm","pogomarket")
  6. while true do
  7.  
  8. if turtle.getItemCount(1)==64 then
  9. sleep(10)
  10. else
  11. turtle.dig()
  12. turtle.dropUp()
  13. sleep(1)
  14.  end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement