jig487

PlumInstall

Nov 11th, 2021 (edited)
1,053
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. local files = {
  2.     plum3D = "q0pLh2bu",
  3.     plumDraw = "Su1xnZxB",
  4.     pengine = "KcFGPPZE"
  5. }
  6.  
  7. for k, v in pairs(files) do
  8.     if fs.exists(k..".lua") then fs.delete(k..".lua") end
  9.     print(k..": "..v)
  10.     shell.run("pastebin get ", v, k..".lua")
  11. end
  12.  
  13. print("Code download complete")
Add Comment
Please, Sign In to add comment