local Players = game:GetService("Players") local player = Players.LocalPlayer local ScreenGui = Instance.new("ScreenGui") ScreenGui.Name = "ScreenGui" ScreenGui.Parent = player:WaitForChild("PlayerGui") ScreenGui.ResetOnSpawn = false ScreenGui.ResetOnSpawn = true ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Global ScreenGui.DisplayOrder = 0 ScreenGui.IgnoreGuiInset = false ScreenGui.Enabled = true ScreenGui.SelectionGroup = false local Frame = Instance.new("Frame") Frame.Name = "Frame" Frame.Parent = ScreenGui Frame.Size = UDim2.new(0, 500, 0, 300) Frame.Position = UDim2.new(0, 0, 0, 0) Frame.AnchorPoint = Vector2.new(0, 0) Frame.Visible = true Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame.BackgroundTransparency = 0.4000000059604645 Frame.BorderColor3 = Color3.fromRGB(27, 42, 53) Frame.BorderSizePixel = 0 Frame.ClipsDescendants = false Frame.LayoutOrder = 0 Frame.Selectable = false Frame.SelectionGroup = false Frame.SizeConstraint = Enum.SizeConstraint.RelativeXY Frame.Rotation = 0 Frame.AutomaticSize = Enum.AutomaticSize.None Frame.Transparency = 0.4000000059604645 Frame.Rotation = 0 Frame.Transparency = 0.4000000059604645 local TextLabel = Instance.new("TextLabel") TextLabel.Name = "TextLabel" TextLabel.Parent = Frame TextLabel.Size = UDim2.new(0, 500, 0, 20) TextLabel.Position = UDim2.new(0, 0, 0, 0) TextLabel.AnchorPoint = Vector2.new(0, 0) TextLabel.Visible = true TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BackgroundTransparency = 0 TextLabel.BorderColor3 = Color3.fromRGB(27, 42, 53) TextLabel.BorderSizePixel = 0 TextLabel.ClipsDescendants = false TextLabel.LayoutOrder = 0 TextLabel.Selectable = false TextLabel.SelectionGroup = false TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXY TextLabel.Rotation = 0 TextLabel.AutomaticSize = Enum.AutomaticSize.None TextLabel.Font = Enum.Font.Legacy TextLabel.Text = "Secret Service Panel" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextSize = 8 TextLabel.TextScaled = false TextLabel.TextWrapped = false TextLabel.TextXAlignment = Enum.TextXAlignment.Center TextLabel.TextYAlignment = Enum.TextYAlignment.Center TextLabel.TextTransparency = 0 TextLabel.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextStrokeTransparency = 1 TextLabel.LineHeight = 1 TextLabel.RichText = false TextLabel.TextTruncate = Enum.TextTruncate.None TextLabel.MaxVisibleGraphemes = -1 TextLabel.Transparency = 0 TextLabel.Rotation = 0 TextLabel.Transparency = 0 local UIDragDetector = Instance.new("UIDragDetector") UIDragDetector.Name = "UIDragDetector" UIDragDetector.Parent = Frame UIDragDetector.Enabled = true local DexButtonScript = Instance.new("TextButton") DexButtonScript.Name = "DexButtonScript" DexButtonScript.Parent = Frame DexButtonScript.Size = UDim2.new(0, 50, 0, 30) DexButtonScript.Position = UDim2.new(0, 0, 0, 20) DexButtonScript.AnchorPoint = Vector2.new(0, 0) DexButtonScript.Visible = true DexButtonScript.BackgroundColor3 = Color3.fromRGB(60, 60, 60) DexButtonScript.BackgroundTransparency = 0.5 DexButtonScript.BorderColor3 = Color3.fromRGB(27, 42, 53) DexButtonScript.BorderSizePixel = 0 DexButtonScript.ClipsDescendants = false DexButtonScript.LayoutOrder = 0 DexButtonScript.Selectable = true DexButtonScript.SelectionGroup = false DexButtonScript.SizeConstraint = Enum.SizeConstraint.RelativeXY DexButtonScript.Rotation = 0 DexButtonScript.AutomaticSize = Enum.AutomaticSize.None DexButtonScript.Font = Enum.Font.Legacy DexButtonScript.Text = "Dex" DexButtonScript.TextColor3 = Color3.fromRGB(255, 255, 255) DexButtonScript.TextSize = 8 DexButtonScript.TextScaled = false DexButtonScript.TextWrapped = false DexButtonScript.TextXAlignment = Enum.TextXAlignment.Center DexButtonScript.TextYAlignment = Enum.TextYAlignment.Center DexButtonScript.TextTransparency = 0 DexButtonScript.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) DexButtonScript.TextStrokeTransparency = 1 DexButtonScript.LineHeight = 1 DexButtonScript.RichText = false DexButtonScript.TextTruncate = Enum.TextTruncate.None DexButtonScript.MaxVisibleGraphemes = -1 DexButtonScript.Transparency = 0.5 DexButtonScript.Rotation = 0 DexButtonScript.Transparency = 0.5 local Box = Instance.new("TextBox") Box.Name = "Box" Box.Parent = Frame Box.Size = UDim2.new(0, 390, 0, 150) Box.Position = UDim2.new(0, 60, 0, 60) Box.AnchorPoint = Vector2.new(0, 0) Box.Visible = true Box.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Box.BackgroundTransparency = 0.5 Box.BorderColor3 = Color3.fromRGB(27, 42, 53) Box.BorderSizePixel = 0 Box.ClipsDescendants = false Box.LayoutOrder = 0 Box.Selectable = true Box.SelectionGroup = false Box.SizeConstraint = Enum.SizeConstraint.RelativeXY Box.Rotation = 0 Box.AutomaticSize = Enum.AutomaticSize.None Box.Font = Enum.Font.Legacy Box.Text = "-- Is client Sided" Box.TextColor3 = Color3.fromRGB(255, 255, 255) Box.TextSize = 8 Box.TextScaled = false Box.TextWrapped = false Box.TextXAlignment = Enum.TextXAlignment.Center Box.TextYAlignment = Enum.TextYAlignment.Center Box.TextTransparency = 0 Box.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) Box.TextStrokeTransparency = 1 Box.LineHeight = 1 Box.RichText = false Box.TextTruncate = Enum.TextTruncate.None Box.MaxVisibleGraphemes = -1 Box.ClearTextOnFocus = true Box.MultiLine = false Box.PlaceholderText = "" Box.PlaceholderColor3 = Color3.fromRGB(178, 178, 178) Box.CursorPosition = 1 Box.SelectionStart = -1 Box.TextEditable = true Box.Transparency = 0.5 Box.Rotation = 0 Box.Transparency = 0.5 local Clear = Instance.new("TextButton") Clear.Name = "Clear" Clear.Parent = Frame Clear.Size = UDim2.new(0, 200, 0, 50) Clear.Position = UDim2.new(0, 200, 0, 230) Clear.AnchorPoint = Vector2.new(0, 0) Clear.Visible = true Clear.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Clear.BackgroundTransparency = 0.4000000059604645 Clear.BorderColor3 = Color3.fromRGB(27, 42, 53) Clear.BorderSizePixel = 0 Clear.ClipsDescendants = false Clear.LayoutOrder = 0 Clear.Selectable = true Clear.SelectionGroup = false Clear.SizeConstraint = Enum.SizeConstraint.RelativeXY Clear.Rotation = 0 Clear.AutomaticSize = Enum.AutomaticSize.None Clear.Font = Enum.Font.Legacy Clear.Text = "Clear" Clear.TextColor3 = Color3.fromRGB(255, 255, 255) Clear.TextSize = 8 Clear.TextScaled = false Clear.TextWrapped = false Clear.TextXAlignment = Enum.TextXAlignment.Center Clear.TextYAlignment = Enum.TextYAlignment.Center Clear.TextTransparency = 0 Clear.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) Clear.TextStrokeTransparency = 1 Clear.LineHeight = 1 Clear.RichText = false Clear.TextTruncate = Enum.TextTruncate.None Clear.MaxVisibleGraphemes = -1 Clear.Transparency = 0.4000000059604645 Clear.Rotation = 0 Clear.Transparency = 0.4000000059604645 local Executor = Instance.new("TextButton") Executor.Name = "Executor" Executor.Parent = Frame Executor.Size = UDim2.new(0, 100, 0, 50) Executor.Position = UDim2.new(0, 60, 0, 230) Executor.AnchorPoint = Vector2.new(0, 0) Executor.Visible = true Executor.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Executor.BackgroundTransparency = 0.4000000059604645 Executor.BorderColor3 = Color3.fromRGB(27, 42, 53) Executor.BorderSizePixel = 0 Executor.ClipsDescendants = false Executor.LayoutOrder = 0 Executor.Selectable = true Executor.SelectionGroup = false Executor.SizeConstraint = Enum.SizeConstraint.RelativeXY Executor.Rotation = 0 Executor.AutomaticSize = Enum.AutomaticSize.None Executor.Font = Enum.Font.Legacy Executor.Text = "Execut" Executor.TextColor3 = Color3.fromRGB(255, 255, 255) Executor.TextSize = 8 Executor.TextScaled = false Executor.TextWrapped = false Executor.TextXAlignment = Enum.TextXAlignment.Center Executor.TextYAlignment = Enum.TextYAlignment.Center Executor.TextTransparency = 0 Executor.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) Executor.TextStrokeTransparency = 1 Executor.LineHeight = 1 Executor.RichText = false Executor.TextTruncate = Enum.TextTruncate.None Executor.MaxVisibleGraphemes = -1 Executor.Transparency = 0.4000000059604645 Executor.Rotation = 0 Executor.Transparency = 0.4000000059604645 Executor.MouseButton1Click:Connect(function() assert(loadstring(Box.Text))() end) Clear.MouseButton1Click:Connect(function() TextExecut.Text = "" end) DexButtonScript.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/memeenjoyer43/darkdex/refs/heads/main/script"))() end)