Advertisement
Redxone

OFFICAL - CozyFile Installer

Jul 4th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. if(not http)then error("Installer Requires Http!") end
  2. print("Installing...")
  3.  
  4. local filez = {
  5.    
  6.     ["cozyfile"] = {url = "gQLqgAHh"};
  7.     ["ea"] = {url = "18XyY7mA "};
  8.     ["cozy_string"] = {url = "nF3yv11W "};
  9.  
  10. }
  11.  
  12. for k, v in pairs(filez) do
  13.    
  14.     shell.run("pastebin","get",v.url,k)
  15.     print("Getting "..k)
  16.    
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement