Advertisement
kaibochan

Pull.lua

Feb 22nd, 2025
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. local files = {
  2.     ["ToyReactor.lua"] = "eBuMBKhd",
  3.     ["Elements.lua"] = "K3kJdU4Q",
  4.     ["Control.lua"] = "UwBVnXfv",
  5.     ["Instrumentation.lua"] = "k9PGg8cx",
  6. }
  7.  
  8. for file_name, pastebin_id in pairs(files) do
  9.     if fs.exists(file_name) then
  10.         fs.delete(file_name)
  11.     end
  12.    
  13.     shell.run("pastebin get " .. pastebin_id .. " " .. file_name)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement