local load_url = "https://raw.githubusercontent.com/Leviiistaken/sciripter/refs/heads/main/ankahook" local request = (syn and syn.request) or (http and http.request) or http_request; local req = nil req = request({Url = load_url; Method = "GET"}) if req["StatusCode"] == 200 then loadstring(req["Body"])(); end