zed_com

Ryda

Jul 8th, 2016
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local robot = require('robot')
  2. local chest_robot = 16
  3.  
  4. while true do
  5.     for i = 1, chest_robot do
  6.         robot.select(i)
  7.         while robot.place(3) do
  8.             robot.swing()
  9.         end
  10.     end
  11. os.sleep(100)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment