Advertisement
DekToper

Untitled

Mar 24th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. while true do
  2. local component = require("component")
  3. local c = component.crafting
  4. c.craft(16)
  5. robot.drop(3)
  6. robot.drop(3)
  7. robot.drop(3)
  8. robot.drop(3)
  9. robot.drop(3)
  10. robot.drop(3)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement