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("ОНО ЖИВОЕ!! Создатель - demongts1998")
- while true do
- if robot.durability() < 0.2 then
- robot.turnAround()
- inv.equip()
- robot.drop()
- os.sleep(7) --время на зарядку меча
- robot.suck()
- inv.equip()
- robot.turnAround()
- end
- while robot.detect() do
- robot.swing()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement