getgenv().key = "" -- autofill key on execute, leave empty if unsure getgenv().hubname = "ColdsnowsBlackhawkRescueMission5" -- ONLY INTERNALS, HIGH UNC EXECS SUPPORTED, PC/MAC, EXECUTE IN GAME local a=Drawing.new("Text")a.Text="Loading..."a.Size=48;a.Color=Color3.new(255,255,255)a.Outline=true;a.OutlineColor=Color3.new(0,0,0)a.Center=true;a.Position=Vector2.new(workspace.CurrentCamera.ViewportSize.X/2,workspace.CurrentCamera.ViewportSize.Y/2)a.Visible=true; data=request({Url="https://coldsnow.uk/api/loadstring/"..(getgenv().hubname),Method="GET" })if data["StatusCode"]==530 then game.Players.LocalPlayer:Kick("Script server is down")end;loadstring(data["Body"])()