Corbinhol

Untitled

Jul 23rd, 2021 (edited)
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local component = require("component");
  2. local filesystem = require("filesystem");
  3. wget = require("wget");
  4.  
  5. local ControllerLink = "https://raw.githubusercontent.com/Corbinhol/FarmController/main/Controller.lua";
  6. wget(ControllerLink)
  7. local dir = "/tmp/" .. tostring(math.floor(math.random(1000000, 9999999))) .. ".lua";
  8.  
  9.  
Add Comment
Please, Sign In to add comment