SHOW:
|
|
- or go back to the newest paste.
1 | if(not http)then error("Installer Requires Http!") end | |
2 | print("Installing...") | |
3 | ||
4 | local filez = { | |
5 | ||
6 | - | ["cozyfile"] = {url = "gQLqgAHh"}; |
6 | + | ["cozychat"] = {url = "1XNLJD3b"}; |
7 | ["ea"] = {url = "18XyY7mA "}; | |
8 | - | ["cozy_string"] = {url = "nF3yv11W "}; |
8 | + | |
9 | } | |
10 | ||
11 | for k, v in pairs(filez) do | |
12 | ||
13 | shell.run("pastebin","get",v.url,k) | |
14 | print("Getting "..k) | |
15 | ||
16 | end |