Advertisement
blunty666

netNav_installer

Dec 23rd, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. local removeOld = (...) == "true"
  2.  
  3. local files = {
  4.     netNav = "YGn66jpx",
  5.     netNav_goto = "g5W08xqB",
  6.     remoteMap = "P8rF2g1A",
  7.     pQueue = "PYbpYrfx",
  8.     location = "HPS8KbxL",
  9.     aStar = "BZFJqHBi",
  10. }
  11.  
  12. for fileName, pasteCode in pairs(files) do
  13.     shell.run("pastebin", "get", pasteCode, fileName)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement