if game.CoreGui:FindFirstChild("PainelPremiumDelta") then game.CoreGui.PainelPremiumDelta:Destroy() end local ScreenGui = Instance.new("ScreenGui") ScreenGui.Name = "PainelPremiumDelta" ScreenGui.Parent = game.CoreGui ScreenGui.ResetOnSpawn = false local MainFrame = Instance.new("Frame") MainFrame.Parent = ScreenGui MainFrame.BackgroundColor3 = Color3.fromRGB(15, 15, 22) MainFrame.Position = UDim2.new(0.3, 0, 0.2, 0) MainFrame.Size = UDim2.new(0, 360, 0, 280) MainFrame.Active = true MainFrame.Draggable = true MainFrame.BorderSizePixel = 2 MainFrame.BorderColor3 = Color3.fromRGB(0, 255, 200) local Title = Instance.new("TextLabel") Title.Parent = MainFrame Title.Size = UDim2.new(1, 0, 0, 35) Title.BackgroundColor3 = Color3.fromRGB(25, 25, 35) Title.Text = "⚡ DELTA ADMIN CYBERPUNK - V5" Title.TextColor3 = Color3.fromRGB(0, 255, 200) Title.TextSize = 14 Title.Font = Enum.Font.SourceSansBold local ContainerAbas = Instance.new("Frame") ContainerAbas.Parent = MainFrame ContainerAbas.Size = UDim2.new(0, 100, 1, -35) ContainerAbas.Position = UDim2.new(0, 0, 0, 35) ContainerAbas.BackgroundColor3 = Color3.fromRGB(20, 20, 28) ContainerAbas.BorderSizePixel = 0 local PaginaPrincipal = Instance.new("ScrollingFrame") local PaginaVisual = Instance.new("ScrollingFrame") local function configurarPagina(pag) pag.Parent = MainFrame pag.Size = UDim2.new(1, -110, 1, -45) pag.Position = UDim2.new(0, 105, 0, 40) pag.BackgroundColor3 = Color3.fromRGB(15, 15, 22) pag.BorderSizePixel = 0 pag.ScrollBarThickness = 4 pag.CanvasSize = UDim2.new(0, 0, 0, 300) pag.Visible = false end configurarPagina(PaginaPrincipal) configuringPage = configurarPagina(PaginaVisual) PaginaPrincipal.Visible = true local BtnAba1 = Instance.new("TextButton") BtnAba1.Parent = ContainerAbas BtnAba1.Size = UDim2.new(1, 0, 0, 40) BtnAba1.Position = UDim2.new(0, 0, 0, 5) BtnAba1.BackgroundColor3 = Color3.fromRGB(30, 30, 45) BtnAba1.Text = "🏃 Movimento" BtnAba1.TextColor3 = Color3.fromRGB(0, 255, 200) BtnAba1.Font = Enum.Font.SourceSansBold local BtnAba2 = Instance.new("TextButton") BtnAba2.Parent = ContainerAbas BtnAba2.Size = UDim2.new(1, 0, 0, 40) BtnAba2.Position = UDim2.new(0, 0, 0, 50) BtnAba2.BackgroundColor3 = Color3.fromRGB(20, 20, 28) BtnAba2.Text = "👁️ Visuais & Útil" BtnAba2.TextColor3 = Color3.fromRGB(150, 150, 150) BtnAba2.Font = Enum.Font.SourceSansBold BtnAba1.MouseButton1Click:Connect(function() PaginaPrincipal.Visible = true PaginaVisual.Visible = false BtnAba1.BackgroundColor3 = Color3.fromRGB(30, 30, 45) BtnAba1.TextColor3 = Color3.fromRGB(0, 255, 200) BtnAba2.BackgroundColor3 = Color3.fromRGB(20, 20, 28) BtnAba2.TextColor3 = Color3.fromRGB(150, 150, 150) end) BtnAba2.MouseButton1Click:Connect(function() PaginaPrincipal.Visible = false PaginaVisual.Visible = true BtnAba2.BackgroundColor3 = Color3.fromRGB(30, 30, 45) BtnAba2.TextColor3 = Color3.fromRGB(0, 255, 200) BtnAba1.BackgroundColor3 = Color3.fromRGB(20, 20, 28) BtnAba1.TextColor3 = Color3.fromRGB(150, 150, 150) end) local ToggleBtn = Instance.new("TextButton") ToggleBtn.Parent = ScreenGui ToggleBtn.Size = UDim2.new(0, 70, 0, 35) ToggleBtn.Position = UDim2.new(0.02, 0, 0.2, 0) ToggleBtn.BackgroundColor3 = Color3.fromRGB(25, 25, 35) ToggleBtn.Text = "FECHAR" ToggleBtn.TextColor3 = Color3.fromRGB(0, 255, 200) ToggleBtn.Font = Enum.Font.SourceSansBold ToggleBtn.TextSize = 12 ToggleBtn.BorderSizePixel = 1 ToggleBtn.BorderColor3 = Color3.fromRGB(0, 255, 200) ToggleBtn.Active = true ToggleBtn.Draggable = true ToggleBtn.MouseButton1Click:Connect(function() MainFrame.Visible = not MainFrame.Visible ToggleBtn.Text = MainFrame.Visible and "FECHAR" or "ABRIR" ToggleBtn.BorderColor3 = MainFrame.Visible and Color3.fromRGB(0, 255, 200) or Color3.fromRGB(255, 50, 50) ToggleBtn.TextColor3 = MainFrame.Visible and Color3.fromRGB(0, 255, 200) or Color3.fromRGB(255, 50, 50) end) local velocidadeAtiva = false local multiplicadorVelocidade = 2.5 local puloInfinito = false local noclipAtivo = false local flyAtivo = false local flySpeed = 3 local clickTpAtivo = false local espAtivo = false local hitboxAtiva = false local function criarBotaoPremium(localAlvo, textoBase, ordemY, ehAlternavel, cliqueFuncao) local btn = Instance.new("TextButton") btn.Parent = localAlvo btn.Position = UDim2.new(0.02, 0, 0, 5 + ((ordemY - 1) * 42)) btn.Size = UDim2.new(0.96, 0, 0, 36) btn.TextColor3 = Color3.fromRGB(255, 255, 255) btn.Font = Enum.Font.SourceSansBold btn.TextSize = 12 btn.BorderSizePixel = 0 local estadoAtivo = false if ehAlternavel then btn.BackgroundColor3 = Color3.fromRGB(40, 25, 25) btn.Text = textoBase .. " [DESLIGADO]" else btn.BackgroundColor3 = Color3.fromRGB(35, 35, 45) btn.Text = textoBase end btn.MouseButton1Click:Connect(function() if ehAlternavel then estadoAtivo = not estadoAtivo btn.BackgroundColor3 = estadoAtivo and Color3.fromRGB(25, 50, 25) or Color3.fromRGB(40, 25, 25) btn.Text = estadoAtivo and textoBase .. " [LIGADO]" or textoBase .. " [DESLIGADO]" btn.TextColor3 = estadoAtivo and Color3.fromRGB(0, 255, 100) or Color3.fromRGB(255, 255, 255) cliqueFuncao(estadoAtivo) else btn.BackgroundColor3 = Color3.fromRGB(0, 255, 200) btn.TextColor3 = Color3.fromRGB(0, 0, 0) cliqueFuncao() task.wait(0.15) btn.BackgroundColor3 = Color3.fromRGB(35, 35, 45) btn.TextColor3 = Color3.fromRGB(255, 255, 255) end end) return btn end criarBotaoPremium(PaginaPrincipal, "SUPER VELOCIDADE", 1, true, function(estado) velocidadeAtiva = estado end) criarBotaoPremium(PaginaPrincipal, "PULO INFINITO", 2, true, function(estado) puloInfinito = estado end) criarBotaoPremium(PaginaPrincipal, "NOCLIP (PAREDES)", 3, true, function(estado) noclipAtivo = estado if not noclipAtivo then local char = game.Players.LocalPlayer.Character if char then for _, p in pairs(char:GetDescendants()) do if p:IsA("BasePart") then p.CanCollide = true end end end end end) criarBotaoPremium(PaginaPrincipal, "VOAR (MODO FLY)", 4, true, function(estado) flyAtivo = estado end) criarBotaoPremium(PaginaPrincipal, "GRAVIDADE LEVE", 5, true, function(estado) workspace.Gravity = estado and 45 or 196.2 end) criarBotaoPremium(PaginaPrincipal, "DAR SUPER PULO", 6, false, function() local char = game.Players.LocalPlayer.Character if char and char:FindFirstChild("HumanoidRootPart") then char.HumanoidRootPart.Velocity = Vector3.new(0, 160, 0) end end) criarBotaoPremium(PaginaVisual, "ESP HIGHLIGHT (WALLHACK)", 1, true, function(estado) espAtivo = estado if not espAtivo then for _, p in pairs(game.Players:GetPlayers()) do if p.Character and p.Character:FindFirstChild("Highlight") then p.Character.Highlight:Destroy() end end end end) criarBotaoPremium(PaginaVisual, "AUMENTAR HITBOX (CABEÇÃO)", 2, true, function(estado) hitboxAtiva = estado end) criarBotaoPremium(PaginaVisual, "CTRL + CLICK TELEPORT", 3, true, function(estado) clickTpAtivo = estado end) criarBotaoPremium(PaginaVisual, "FULLBRIGHT (MAPA CLARO)", 4, true, function(estado) if estado then game:GetService("Lighting").Ambient = Color3.fromRGB(255, 255, 255) game:GetService("Lighting").Brightness = 2 else game:GetService("Lighting").Ambient = Color3.fromRGB(128, 128, 128) game:GetService("Lighting").Brightness = 1 end end) criarBotaoPremium(PaginaVisual, "ANTI-LAG (LIMPAR MAPA)", 5, false, function() for _, obj in pairs(workspace:GetDescendants()) do if obj:IsA("Texture") or obj:IsA("Decal") then obj:Destroy() end end end) criarBotaoPremium(PaginaVisual, "RENASCER PERSONAGEM", 6, false, function() local p = game.Players.LocalPlayer if p.Character and p.Character:FindFirstChild("Humanoid") then p.Character.Humanoid.Health = 0 end end) local Plr = game.Players.LocalPlayer local Mouse = Plr:GetMouse() Mouse.Button1Down:Connect(function() if clickTpAtivo and game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then if Mouse.Target and Plr.Character and Plr.Character:FindFirstChild("HumanoidRootPart") then Plr.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.X, Mouse.Hit.Y + 3, Mouse.Hit.Z) end end end) game:GetService("RunService").Stepped:Connect(function() local char = Plr.Character if char and char:FindFirstChild("Humanoid") and char:FindFirstChild("HumanoidRootPart") then if velocidadeAtiva and char.Humanoid.MoveDirection.Magnitude > 0 then char.HumanoidRootPart.CFrame = char.HumanoidRootPart.CFrame + (char.Humanoid.MoveDirection * multiplicadorVelocidade) end if noclipAtivo then for _, parte in pairs(char:GetDescendants()) do if parte:IsA("BasePart") then parte.CanCollide = false end end end if flyAtivo then char.HumanoidRootPart.Velocity = Vector3.new(0, 0.1, 0) if char.Humanoid.MoveDirection.Magnitude > 0 then char.HumanoidRootPart.CFrame = char.HumanoidRootPart.CFrame + (char.Humanoid.MoveDirection * flySpeed) end end end if espAtivo then for _, p in pairs(game.Players:GetPlayers()) do if p ~= Plr and p.Character and p.Character:FindFirstChild("HumanoidRootPart") then if not p.Character:FindFirstChild("Highlight") then local hl = Instance.new("Highlight", p.Character) hl.FillColor = Color3.fromRGB(0, 255, 200) hl.OutlineColor = Color3.fromRGB(255, 255, 255) end end end end if hitboxAtiva then for _, p in pairs(game.Players:GetPlayers()) do if p ~= Plr and p.Character and p.Character:FindFirstChild("HumanoidRootPart") then p.Character.HumanoidRootPart.Size = Vector3.new(12, 12, 12) p.Character.HumanoidRootPart.Transparency = 0.7 p.Character.HumanoidRootPart.Color = Color3.fromRGB(0, 255, 200) end end end end) game:GetService("UserInputService").JumpRequest:Connect(function() if puloInfinito and Plr.Character and Plr.Character:FindFirstChildOfClass('Humanoid') then Plr.Character:FindFirstChildOfClass('Humanoid'):ChangeState("Jumping") end end)