local Players = game:GetService("Players") local Lighting = game:GetService("Lighting") local CoreGui = game:GetService("CoreGui") local RunService = game:GetService("RunService") local LocalPlayer = Players.LocalPlayer local Backpack = LocalPlayer:WaitForChild("Backpack") -- Aguarda carregamento task.wait(1) -- Remove UI antiga se existir if CoreGui:FindFirstChild("DavixHubUI") then CoreGui.DavixHubUI:Destroy() end if CoreGui:FindFirstChild("TigyFPSDevourUI") then CoreGui.TigyFPSDevourUI:Destroy() end -- ───────────────────────────────────────────────────────────────────────────── -- OTIMIZAÇÃO (PERFORMANCE) -- ───────────────────────────────────────────────────────────────────────────── Lighting.GlobalShadows = false Lighting.EnvironmentDiffuseScale = 0 Lighting.EnvironmentSpecularScale = 0 for _, obj in Lighting:GetChildren() do if obj:IsA("PostEffect") then obj.Enabled = false end end for _, obj in workspace:GetDescendants() do if obj:IsA("ParticleEmitter") then obj.Enabled = false end end local function setupAccessoryBlocker(character) if not character then return end for _, item in character:GetChildren() do if item:IsA("Accessory") then item:Destroy() end end character.ChildAdded:Connect(function(child) if child:IsA("Accessory") then task.wait(); child:Destroy() end end) end for _, obj in workspace:GetDescendants() do if obj:IsA("Humanoid") then setupAccessoryBlocker(obj.Parent) end end workspace.DescendantAdded:Connect(function(descendant) if descendant:IsA("Humanoid") then setupAccessoryBlocker(descendant.Parent) end end) -- ───────────────────────────────────────────────────────────────────────────── -- INTERFACE (UI) -- ───────────────────────────────────────────────────────────────────────────── local ScreenGui = Instance.new("ScreenGui") ScreenGui.Name = "DavixHubUI" ScreenGui.ResetOnSpawn = false ScreenGui.Parent = CoreGui local Frame = Instance.new("Frame") Frame.Size = UDim2.new(0, 300, 0, 190) Frame.Position = UDim2.new(0.5, -150, 0.5, -95) Frame.BackgroundColor3 = Color3.fromRGB(15, 15, 15) Frame.BackgroundTransparency = 0.25 Frame.BorderSizePixel = 0 Frame.Active = true Frame.Draggable = true Frame.Parent = ScreenGui local UIStroke = Instance.new("UIStroke") UIStroke.Thickness = 2 UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border UIStroke.Color = Color3.fromRGB(255, 255, 255) UIStroke.Parent = Frame local UICorner = Instance.new("UICorner") UICorner.CornerRadius = UDim.new(0, 18) UICorner.Parent = Frame local Title = Instance.new("TextLabel") Title.Size = UDim2.new(1, -20, 0, 40) Title.Position = UDim2.new(0, 10, 0, 10) Title.BackgroundTransparency = 1 Title.Text = "davix Hub" Title.Font = Enum.Font.GothamBlack Title.TextSize = 24 Title.TextXAlignment = Enum.TextXAlignment.Center Title.TextColor3 = Color3.new(1, 1, 1) Title.Parent = Frame local Button = Instance.new("TextButton") Button.Size = UDim2.new(1, -40, 0, 50) Button.Position = UDim2.new(0, 20, 0, 60) Button.BackgroundColor3 = Color3.fromRGB(35, 35, 35) Button.BackgroundTransparency = 0.2 Button.Text = "FPS Devour (need auras)" Button.Font = Enum.Font.GothamBold Button.TextSize = 15 Button.TextColor3 = Color3.new(1, 1, 1) Button.BorderSizePixel = 0 Button.AutoButtonColor = true Button.Parent = Frame local ButtonCorner = Instance.new("UICorner") ButtonCorner.CornerRadius = UDim.new(0, 12) ButtonCorner.Parent = Button local DiscordButton = Instance.new("TextButton") DiscordButton.Size = UDim2.new(1, -40, 0, 40) DiscordButton.Position = UDim2.new(0, 20, 0, 120) DiscordButton.BackgroundColor3 = Color3.fromRGB(88, 101, 242) DiscordButton.BackgroundTransparency = 0.2 DiscordButton.Text = "Copy Discord Link" DiscordButton.Font = Enum.Font.GothamBold DiscordButton.TextSize = 15 DiscordButton.TextColor3 = Color3.new(1, 1, 1) DiscordButton.BorderSizePixel = 0 DiscordButton.AutoButtonColor = true DiscordButton.Parent = Frame local DiscordCorner = Instance.new("UICorner") DiscordCorner.CornerRadius = UDim.new(0, 12) DiscordCorner.Parent = DiscordButton local Credits = Instance.new("TextLabel") Credits.Size = UDim2.new(1, 0, 0, 20) Credits.Position = UDim2.new(0, 0, 1, -25) Credits.BackgroundTransparency = 1 Credits.Text = "Made for davix" Credits.Font = Enum.Font.Gotham Credits.TextSize = 12 Credits.TextColor3 = Color3.fromRGB(150, 150, 150) Credits.Parent = Frame -- ───────────────────────────────────────────────────────────────────────────── -- SISTEMA RGB -- ───────────────────────────────────────────────────────────────────────────── task.spawn(function() local hue = 0 while true do hue = hue + 0.005 if hue > 1 then hue = 0 end local color = Color3.fromHSV(hue, 1, 1) UIStroke.Color = color Title.TextColor3 = color task.wait() end end) -- ───────────────────────────────────────────────────────────────────────────── -- DISCORD -- ───────────────────────────────────────────────────────────────────────────── DiscordButton.MouseButton1Click:Connect(function() if setclipboard then setclipboard("https://discord.gg/khxFz5ndCV") DiscordButton.Text = "Link Copied!" task.wait(2) DiscordButton.Text = "Copy Discord Link" else DiscordButton.Text = "Executor not supported" task.wait(2) DiscordButton.Text = "Copy Discord Link" end end) -- ───────────────────────────────────────────────────────────────────────────── -- LÓGICA PRINCIPAL (ATUALIZADA) -- ───────────────────────────────────────────────────────────────────────────── Button.MouseButton1Click:Connect(function() if Button.Text == "WORKING..." then return end local character = LocalPlayer.Character if not character then Button.Text = "No character!" task.wait(1) Button.Text = "FPS Devour (need auras)" return end local TempoTotalAtivo = 0.3 local DuracaoSegurar = 0.15 Button.Text = "WORKING..." Button.AutoButtonColor = false local startTime = tick() -- [TAREFA 1] Tenta pegar e ativar o Quantum Cloner separadamente task.spawn(function() local char = LocalPlayer.Character if char then local quantumCloner = Backpack:FindFirstChild("Quantum Cloner") or char:FindFirstChild("Quantum Cloner") if quantumCloner then quantumCloner.Parent = char task.wait() quantumCloner:Activate() end end end) -- [TAREFA 2] Loop de Equipar/Desequipar os outros itens (Aurass) -- Isso agora roda paralelo ao Quantum Cloner, sem travar ele task.spawn(function() while (tick() - startTime) < TempoTotalAtivo do local char = LocalPlayer.Character if not char then break end -- Equipa tudo (EXCETO O QUANTUM CLONER para não conflitar com a Tarefa 1) for _, tool in ipairs(Backpack:GetChildren()) do if tool:IsA("Tool") and tool.Name ~= "Quantum Cloner" then tool.Parent = char end end task.wait(DuracaoSegurar) -- Desequipa tudo (MANTÉM O QUANTUM CLONER NA MÃO se ele estiver lá) for _, tool in ipairs(char:GetChildren()) do if tool:IsA("Tool") and tool.Name ~= "Quantum Cloner" then tool.Parent = Backpack end end task.wait() end -- Reset UI após o tempo acabar Button.Text = "FPS Devour (need auras)" Button.AutoButtonColor = true end) end)