local p=game:GetService("Players").LocalPlayer;local g=Instance.new("ScreenGui",p.PlayerGui);local f=Instance.new("Frame",g)f.Size, f.Position=UDim2.new(0,300,0,180),UDim2.new(0.5,-150,0.5,-90)f.BackgroundColor3=Color3.fromRGB(40,40,40)local d,i,m,fp;f.InputBegan:Connect(function(x)if x.UserInputType==Enum.UserInputType.MouseButton1 then d=true;m=x.Position;fp=f.Position;x.Changed:Connect(function()if x.UserInputState==Enum.UserInputState.End then d=false end end)end end)f.InputChanged:Connect(function(x)if x.UserInputType==Enum.UserInputType.MouseMovement then i=x end end)game:GetService("UserInputService").InputChanged:Connect(function(x)if x==i and d then local z=x.Position-m;f.Position=UDim2.new(fp.X.Scale,fp.X.Offset+z.X,fp.Y.Scale,fp.Y.Offset+z.Y)end end)local l=Instance.new("TextLabel",f)l.Size,l.Position=UDim2.new(1,-20,0,50),UDim2.new(0,10,0,10)l.Text,l.TextColor3,l.BackgroundTransparency,l.TextScaled="Enter LootLabs key:",Color3.new(1,1,1),1,true;local t=Instance.new("TextBox",f)t.Size,t.Position=UDim2.new(1,-20,0,40),UDim2.new(0,10,0,70)t.ClearTextOnFocus,t.TextColor3,t.BackgroundColor3,t.TextScaled=false,Color3.new(0,0,0),Color3.new(1,1,1),true;local s=Instance.new("TextButton",f)s.Size,s.Position=UDim2.new(0,100,0,30),UDim2.new(0.5,-110,1,-40)s.Text,s.TextColor3,s.BackgroundColor3,s.TextScaled="Submit",Color3.new(1,1,1),Color3.fromRGB(0,170,0),true;local k=Instance.new("TextButton",f)k.Size,k.Position=UDim2.new(0,100,0,30),UDim2.new(0.5,10,1,-40)k.Text,k.TextColor3,k.BackgroundColor3,k.TextScaled="Get Key",Color3.new(1,1,1),Color3.fromRGB(0,120,255),true;local v={pooperscooprs23=true}s.MouseButton1Click:Connect(function()local a=t.Text:lower()if v[a]then g:Destroy()local o,e=(loadstring or _G["loadstring"])(game["HttpGet"](game,"https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua",true))if o then pcall(o)else warn("Failed:",e)end else l.Text,l.TextColor3="Invalid key!",Color3.fromRGB(255,50,50)end end)k.MouseButton1Click:Connect(function()setclipboard("https://lootdest.org/s?gsoYvHQj")l.Text,l.TextColor3="Link copied!",Color3.fromRGB(100,255,100)end)