Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Press CTRL+T to stop")
- while true do
- turtle.select(1) -- Gold or Iron
- turtle.place() -- Place item in orb from slot one
- turtle.select(2) -- Gold or Iron
- turtle.place() -- Place item in orb from slot one
- os.sleep(8) -- Sleep 8 seconds to let the lasers do their thing
- turtle.suck() -- Loot item
- os.sleep(1) -- Sleep 1 second
- turtle.select(1) -- Gold or Iron
- turtle.suckUp(1) -- Replace the iron we just used from more in the chest above
- turtle.select(2) -- Gold or Iron
- os.sleep(1) -- Sleep 1 second
- turtle.suckDown(1) -- Replace the gold we just used from more in the chest below
- end
Advertisement
Add Comment
Please, Sign In to add comment