Advertisement
kaibochan

Pull.lua

Feb 23rd, 2025 (edited)
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | None | 0 0
  1. local files = {
  2.     ["/apis/gui/init.lua"] = "4t1tu5qN",
  3.     ["/apis/gui/Cell.lua"] = "n7pwxAPW",
  4.     ["/apis/gui/Buffer.lua"] = "GNCWmUVZ",
  5.     ["/apis/gui/Element.lua"] = "7KPevq3C",
  6.     ["/apis/gui/Text.lua"] = "FTWXUXK4",
  7.     ["/apis/gui/Display.lua"] = "ALLDigkp",
  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