PasaP

Infinity Terrasteel Turtle

Oct 12th, 2019
886
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. turtle.select(1)
  2.  
  3. while true do
  4.  turtle.select(1)
  5.  turtle.dropDown(1)
  6.  sleep(0.1)
  7.  turtle.select(2)
  8.  turtle.dropDown(1)
  9.  sleep(0.1)
  10.  turtle.select(3)
  11.  turtle.dropDown(1)
  12.  sleep(0.1)
  13. end
Add Comment
Please, Sign In to add comment