Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- local basenet
- local function try()
- local h, e = http.get "https://pastebin.com/raw/QnFKq9pE"
- if not h then return false, e end
- local x = h.readAll()
- local f, e = load(x)
- if not f then return false, e end
- return pcall(f)
- end
- for i = 0, 8 do
- local ok, res = try()
- if not ok then printError(res) sleep(math.pow(2, i))
- else basenet = res break end
- end
- ]]
- local basenet;do local function b()local c,d=http.get"https://pastebin.com/raw/QnFKq9pE"if not c then return false,d end;local e=c.readAll()local f,d=load(e)if not f then return false,d end;return pcall(f)end;for g=0,8 do local h,i=b()if not h then printError(i)sleep(math.pow(2,g))else basenet=i;break end end end
Add Comment
Please, Sign In to add comment