local a=game:GetService("Players");local b=game:GetService("RunService");local c=a.LocalPlayer;local d=workspace.CurrentCamera;local e=Instance.new("ScreenGui",game:GetService("CoreGui"));e.IgnoreGuiInset=true;e.Name="LEGEND_V14_CLEAN";game:GetService("StarterGui"):SetCore("SendNotification",{Title="Developer: dragon_espase",Text="Instagram: golinovb",Duration=10});local f=Instance.new("TextButton",e);f.Text="CLOSE";f.Size=UDim2.new(0,65,0,35);f.Position=UDim2.new(0,10,0.5,0);f.BackgroundColor3=Color3.fromRGB(0,170,255);f.TextColor3=Color3.fromRGB(255,255,255);Instance.new("UICorner",f).CornerRadius=UDim.new(0,10);local g=Instance.new("Frame",e);g.Size=UDim2.new(0,180,0,230);g.Position=UDim2.new(0.1,0,0.3,0);g.BackgroundColor3=Color3.fromRGB(15,15,15);g.Active=true;g.Draggable=true;local h=Instance.new("TextLabel",g);h.Text="PRO MOD V14";h.Size=UDim2.new(1,0,0.18,0);h.BackgroundColor3=Color3.fromRGB(40,40,40);h.TextColor3=Color3.fromRGB(0,255,150);local function i(j,k)local l=Instance.new("TextButton",g);l.Text=j..": OFF";l.Size=UDim2.new(0.9,0,0.22,0);l.Position=k;l.BackgroundColor3=Color3.fromRGB(130,0,0);l.TextColor3=Color3.fromRGB(255,255,255);Instance.new("UICorner",l).CornerRadius=UDim.new(0,8);return l end;local m=i("15M Aim",UDim2.new(0.05,0,0.22,0));local n=i("Glow+Names",UDim2.new(0.05,0,0.48,0));local o=i("Pro Cross",UDim2.new(0.05,0,0.74,0));local p=Instance.new("Frame",e);p.Size=UDim2.new(0,40,0,40);p.Position=UDim2.new(0.5,0,0.5,0);p.AnchorPoint=Vector2.new(0.5,0.5);p.BackgroundTransparency=1;p.Visible=false;local function q(r,s)local t=Instance.new("Frame",p);t.Size=s;t.Position=r;t.AnchorPoint=Vector2.new(0.5,0.5);t.BackgroundColor3=Color3.fromRGB(0,255,0);t.BorderSizePixel=0 end;q(UDim2.new(0.5,0,0.5,0),UDim2.new(0,4,0,4));q(UDim2.new(0.5,0,0.2,0),UDim2.new(0,2,0,10));q(UDim2.new(0.5,0,0.8,0),UDim2.new(0,2,0,10));q(UDim2.new(0.2,0,0.5,0),UDim2.new(0,10,0,2));q(UDim2.new(0.8,0,0.5,0),UDim2.new(0,10,0,2));local u,v,w,x=false,false,75,{};f.MouseButton1Click:Connect(function()g.Visible=not g.Visible;f.Text=g.Visible and "CLOSE" or "OPEN" end);m.MouseButton1Click:Connect(function()u=not u;m.Text=u and "15M Aim: ON" or "15M Aim: OFF";m.BackgroundColor3=u and Color3.fromRGB(0,130,0) or Color3.fromRGB(130,0,0) end);n.MouseButton1Click:Connect(function()v=not v;n.Text=v and "Glow+Names: ON" or "Glow+Names: OFF";n.BackgroundColor3=v and Color3.fromRGB(0,130,0) or Color3.fromRGB(130,0,0);if not v then for y,z in pairs(a:GetPlayers()) do if z.Character and z.Character:FindFirstChild("GlowESP") then z.Character.GlowESP:Destroy() end;if x[z] then x[z].Visible=false end end end end);o.MouseButton1Click:Connect(function()p.Visible=not p.Visible;o.Text=p.Visible and "Pro Cross: ON" or "Pro Cross: OFF";o.BackgroundColor3=p.Visible and Color3.fromRGB(0,130,0) or Color3.fromRGB(130,0,0) end);b.RenderStepped:Connect(function()for y,z in pairs(a:GetPlayers()) do if z~=c and z.Character and z.Character:FindFirstChild("HumanoidRootPart") then if u and z.Character:FindFirstChild("Humanoid") and z.Character.Humanoid.Health>0 then local A=(z.Character.HumanoidRootPart.Position-c.Character.HumanoidRootPart.Position).Magnitude;if A<=w then local B,C=d:WorldToViewportPoint(z.Character.HumanoidRootPart.Position);if C then d.CFrame=CFrame.lookAt(d.CFrame.Position,z.Character.HumanoidRootPart.Position) end end end;if v then if not z.Character:FindFirstChild("GlowESP") then local D=Instance.new("Highlight",z.Character);D.Name="GlowESP";D.FillColor=Color3.fromRGB(255,0,0);D.DepthMode=Enum.HighlightDepthMode.AlwaysOnTop end;if not x[z] then local E=Instance.new("TextLabel",e);E.Size=UDim2.new(0,100,0,20);E.BackgroundTransparency=1;E.TextColor3=Color3.fromRGB(255,255,255);E.Font=Enum.Font.SourceSansBold;E.TextSize=14;x[z]=E end;local F=x[z];local B,C=d:WorldToViewportPoint(z.Character.HumanoidRootPart.Position);if C then F.Text=z.Name.." ["..math.floor((z.Character.HumanoidRootPart.Position-c.Character.HumanoidRootPart.Position).Magnitude/5).."m]";F.Position=UDim2.new(0,B.X-50,0,B.Y-40);F.Visible=true else F.Visible=false end end end end end)