Advertisement
AnryMono

farm

May 11th, 2021
1,080
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. local robot = require("robot")
  2. local component = require("component")
  3.  
  4. while true do
  5. robot.swing()
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement