game.StarterGui:SetCore("SendNotification", { Title = "Made by Dino", Text = "Leaked by Boog X", }) local r0_0 = game:GetService("RunService") local r1_0 = game:GetService("Workspace") local r2_0 = game:GetService("Players") local r3_0 = game:GetService("UserInputService") local r4_0 = r2_0.LocalPlayer local r5_0 = r1_0.CurrentCamera local r6_0 = getgenv().Dino local r7_0 = nil local function r8_0() local r0_2 = math.huge local r1_2 = nil for r5_2, r6_2 in pairs(r2_0:GetPlayers()) do if r6_2.Name ~= r4_0.Name and r6_2.Character and r6_2.Character:FindFirstChild(r6_0.Hitpart) and (not r6_0.Checks.Knocked or not r6_2.Character.Humanoid or r6_2.Character.Humanoid.Health > 0) then local r7_2, r8_2 = r5_0:WorldToScreenPoint(r6_2.Character[r6_0.Hitpart].Position) if r8_2 then local r9_2 = (Vector2.new(r5_0.ViewportSize.X / 2, r5_0.ViewportSize.Y / 2) - Vector2.new(r7_2.X, r7_2.Y)).Magnitude if r9_2 < r0_2 then r1_2 = r6_2 r0_2 = r9_2 end end end end return r1_2 end local function r9_0(r0_4, r1_4) if r6_0.Checks.Notify then local r2_4 = game.StarterGui local r4_4 = "SendNotification" local r5_4 = { Title = "Dino.lol", } local r6_4 = nil -- notice: implicit variable refs by block#[4] if r0_4 then r6_4 = "Locked To " .. r1_4.DisplayName if not r6_4 then ::label_18:: r6_4 = "Unlocked" end else goto label_18 -- block#3 is visited secondly end r5_4.Text = r6_4 r2_4:SetCore(r4_4, r5_4) end end local r10_0 = Instance.new("ScreenGui") r10_0.Parent = game.CoreGui local r11_0 = Instance.new("ImageButton") r11_0.Size = UDim2.new(0, 80, 0, 80) r11_0.Position = UDim2.new(0, 0, 0, 0) r11_0.BackgroundColor3 = Color3.fromRGB(0, 0, 0) r11_0.ImageColor3 = Color3.fromRGB(255, 150, 235) r11_0.Image = "rbxassetid://140623923630784" r11_0.ImageTransparency = 0 r11_0.ScaleType = Enum.ScaleType.Slice r11_0.BorderColor3 = Color3.fromRGB(0, 0, 0) r11_0.BorderSizePixel = 0 r11_0.Parent = r10_0 r11_0.Draggable = true r11_0.BackgroundTransparency = 0.5 local r12_0 = Instance.new("UICorner") r12_0.CornerRadius = UDim.new(0, 10) r12_0.Parent = r11_0 local function r13_0() local r0_5 = r7_0 if not r0_5 then r0_5 = r8_0() or nil else goto label_7 -- block#2 is visited secondly end r7_0 = r0_5 r0_5 = r11_0 local r1_5 = r7_0 if r1_5 then r1_5 = "rbxassetid://96086736054343" or "rbxassetid://140623923630784" else goto label_16 -- block#5 is visited secondly end r0_5.Image = r1_5 r9_0(r7_0 ~= nil, r7_0) end r11_0.MouseButton1Click:Connect(r13_0) r3_0.InputBegan:Connect(function(r0_1) if r0_1.KeyCode == r6_0.Keybind then r13_0() end end) r0_0.RenderStepped:Connect(function() if not r6_0.Enabled or not r7_0 then return end local r0_3 = r7_0.Character and r7_0.Character:FindFirstChild(r6_0.Hitpart) if not r0_3 then return end r5_0.CFrame = CFrame.new(r5_0.CFrame.Position, r0_3.Position + r0_3.Velocity * Vector3.new(r6_0.Prediction.X, r6_0.Prediction.Y, r6_0.Prediction.X)) end) -- close: r0_0