Advertisement
kaibochan

Pull.lua

Feb 23rd, 2025 (edited)
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. local files = {
  2.     ["/apis/reactor/init.lua"] = "futi7rEs",
  3.     ["/apis/reactor/Rod.lua"] = "F7e3A6Jv",
  4.     ["/apis/reactor/Battery.lua"] = "3SuTAhhZ",
  5.     ["/apis/reactor/CoolantTank.lua"] = "a5PhpH9L",
  6.     ["/apis/reactor/FuelTank.lua"] = "T5yQYq2t",
  7.     ["/apis/reactor/Reactor.lua"] = "t3bJddFG",
  8. }
  9.  
  10. for file_name, pastebin_id in pairs(files) do
  11.     if fs.exists(file_name) then
  12.         fs.delete(file_name)
  13.     end
  14.    
  15.     shell.run("pastebin get " .. pastebin_id .. " " .. file_name)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement