Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - local r = require("robot")
 - local com = require("component")
 - local inv = com.inventory_controller
 - while true do
 - r.select(1)
 - inv.equip()
 - r.select(4)
 - r.place()
 - r.use()
 - r.select(1)
 - r.suck()
 - r.select(2)
 - inv.equip()
 - r.select(3)
 - r.swing()
 - r.select(3)
 - r.dropUp()
 - r.select(4)
 - r.suckDown(1)
 - r.select(2)
 - inv.equip()
 - end
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment