Advertisement
Kukkerem

Untitled

Jul 17th, 2025 (edited)
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. local programName = "barrel.lua"
  2. local programCode = "FWxJ1NJC"
  3. local index = "startup"
  4.  
  5. if (fs.exists(programName) == false) then
  6.     shell.run("rm " .. programName)
  7.     shell.run("pastebin get " .. programCode .. " " .. programName)
  8. end
  9.  
  10. shell.run(programName .. " " .. index)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement