Commandcracker

pack installer

Jul 29th, 2021 (edited)
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. -- https://github.com/Commandcracker/CC-pack
  2. local function a(b)local c=http.get(b)if c then local d=c.readAll()c.close()return d else print("Failed.")end end;local b="https://raw.githubusercontent.com/Commandcracker/CC-pack/master/build/installer.lua"local e={...}local f=a(b)if f then local g,h=load(f,b,"t",_ENV)if not g then printError(h)return end;local i,j=pcall(g,table.unpack(e,1))if not i then printError(j)end end
Add Comment
Please, Sign In to add comment