Advertisement
blunty666

starNav_installer

Jul 1st, 2014
771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. local files = {
  2.     starNav = "BCk9q0EB",
  3.     goto = "aaxFVEPn",
  4.     tinyMap = "9GZkMSiF",
  5.     pQueue = "PYbpYrfx",
  6.     location = "HPS8KbxL",
  7.     aStar = "BZFJqHBi",
  8. }
  9.  
  10. for fileName, pasteCode in pairs(files) do
  11.     shell.run("pastebin get "..pasteCode.." "..fileName)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement