Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local robot = require "robot"
- local component = require "component"
- local inv = component.inventory_controller
- os.execute("cls")
- print("РОБОТ РАБОТАЕТ!! Создатель - GooodGame")
- print("Доработал-atomzerg")
- while true do
- if robot.durability() < 0.2 then
- robot.turnLeft()
- os.sleep(7)
- robot.turnLeft()
- os.sleep(7)
- inv.equip()
- robot.drop()
- os.sleep(7)
- robot.suck()
- os.sleep(7)
- robot.turnRight()
- os.sleep(7)
- robot.turnRight()
- os.sleep(7)
- inv.equip()
- end
- robot.swing()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement