Advertisement
markov2019

Untitled

May 7th, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. while true do
  2.   robot.swing()
  3.   if robot.durability() <= 0.1 then
  4.       inventory_controller.equip()
  5.       robot.dropUp()
  6.       robot.suckDown()
  7.       inventory_controller.equip()
  8.     end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement