Advertisement
Revector

Start_Get.lua

May 26th, 2020 (edited)
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. -- pastebin get NUwwEkgs start.lua
  2.  
  3. local sides = require "sides"
  4. local robot = require "robot"
  5. local component = require "component"
  6. local inv = component.inventory_controller
  7. local Minimum = 0.2
  8. local active_slot = 1
  9.  
  10.  
  11. while true do
  12.     print(robot.swing())
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement