Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function swingPick()
- local currentslot = robot.select()
- robot.select(pick)
- inv.equip()
- robot.select(currentslot)
- robot.swing()
- robot.select(pick)
- inv.equip()
- robot.select(currentslot)
- end
- function swingPick()
- local currentslot = robot.select()
- robot.select(pick)
- inv.equip()
- robot.select(currentslot)
- if not robot.swing() do
- robot.select(scoop)
- inv.equip()
- robot.select(currentslot)
- robot.swing()
- inv.select(scoop)
- inv.equip()
- end
- robot.select(pick)
- inv.equip()
- robot.select(currentslot)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement