-- [[ AASHU SPAMMER 1.2 - ELITE TABBED UI ]] -- local SpammerName = "AASHU SPAMMER 1.2" local CreditText = "DESIGNED BY AASHU" local Enabled = false local TargetPlayer = "" local Delay = 2.0 -- [[ HIGH-LEVEL ROASTS ]] -- local Roasts = { "Beta, tumse na ho payega, jaake Pogo dekho!", "Itna sannata kyun hai bhai?", "Overacting ke 50 rupaye kaat iske!", "Abbe jaa na, ghar pe bol ke aaya hai?", "Shakal achi nahi toh baatein toh achi kar!", "Dimaag khali plot hai, rent pe de do!", "Bhai, thoda dimaag laga le... oh wait, hai hi nahi!", "Bachpan mein badam nahi churan khaya hai tune.", "Jitni teri height, utni meri building ki seedhiyan!", "Tujhe dekh ke lagta hai Bhagwan busy the.", "Beta, baap se bakwas nahi!", "Tera dimaag 2G hai, duniya 5G hai.", "Kahan se aate hain ye log?", "Tujhse zyada IQ mere purane joote ka hai.", "Aukaat mere status se kam hai teri.", "Beta, line mein lag, number aakhri hai tera." } -- [[ UI CONSTRUCT ]] -- local ScreenGui = Instance.new("ScreenGui", game.CoreGui) local MainFrame = Instance.new("Frame", ScreenGui) local Sidebar = Instance.new("Frame", MainFrame) local Content = Instance.new("Frame", MainFrame) local UIStroke = Instance.new("UIStroke", MainFrame) -- Styling Main Frame (Glass Look) MainFrame.Size = UDim2.new(0, 450, 0, 300) MainFrame.Position = UDim2.new(0.5, -225, 0.5, -150) MainFrame.BackgroundColor3 = Color3.fromRGB(10, 10, 10) MainFrame.BorderSizePixel = 0 MainFrame.Active = true MainFrame.Draggable = true Instance.new("UICorner", MainFrame).CornerRadius = UDim.new(0, 15) UIStroke.Thickness = 3 UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border UIStroke.Transparency = 0.2 -- Sidebar Styling Sidebar.Size = UDim2.new(0, 130, 1, 0) Sidebar.BackgroundColor3 = Color3.fromRGB(15, 15, 15) Instance.new("UICorner", Sidebar).CornerRadius = UDim.new(0, 15) local Logo = Instance.new("ImageLabel", Sidebar) Logo.Size = UDim2.new(0, 60, 0, 60) Logo.Position = UDim2.new(0.5, -30, 0.05, 0) Logo.BackgroundTransparency = 1 Logo.Image = "rbxassetid://6031068433" -- Pro Icon -- Tabs local function AddTab(name, yPos) local btn = Instance.new("TextButton", Sidebar) btn.Size = UDim2.new(1, -20, 0, 40) btn.Position = UDim2.new(0, 10, 0, yPos) btn.BackgroundColor3 = Color3.fromRGB(25, 25, 25) btn.Text = " " .. name btn.TextColor3 = Color3.fromRGB(255, 255, 255) btn.Font = Enum.Font.GothamBold btn.TextSize = 14 btn.TextAlign = Enum.TextAlign.Left Instance.new("UICorner", btn).CornerRadius = UDim.new(0, 8) return btn end local SpamBtn = AddTab("🔥 Spam", 80) local SettingBtn = AddTab("⚙️ Settings", 130) local CreditBtn = AddTab("💎 Credits", 180) -- Content Area Content.Size = UDim2.new(1, -150, 1, -20) Content.Position = UDim2.new(0, 140, 0, 10) Content.BackgroundTransparency = 1 local Title = Instance.new("TextLabel", Content) Title.Size = UDim2.new(1, 0, 0, 40) Title.Text = SpammerName Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.Font = Enum.Font.GothamBold Title.TextSize = 22 Title.BackgroundTransparency = 1 Title.TextAlign = Enum.TextAlign.Left -- Inputs local TargetBox = Instance.new("TextBox", Content) TargetBox.Size = UDim2.new(1, 0, 0, 45) TargetBox.Position = UDim2.new(0, 0, 0.25, 0) TargetBox.BackgroundColor3 = Color3.fromRGB(20, 20, 20) TargetBox.PlaceholderText = "Target Username..." TargetBox.Text = "" TargetBox.TextColor3 = Color3.fromRGB(255, 255, 255) TargetBox.Font = Enum.Font.Gotham Instance.new("UICorner", TargetBox) local StartBtn = Instance.new("TextButton", Content) StartBtn.Size = UDim2.new(1, 0, 0, 50) StartBtn.Position = UDim2.new(0, 0, 0.5, 0) StartBtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) StartBtn.Text = "START ATTACK" StartBtn.TextColor3 = Color3.fromRGB(0, 0, 0) StartBtn.Font = Enum.Font.GothamBold StartBtn.TextSize = 16 Instance.new("UICorner", StartBtn) -- Credit Label local Credits = Instance.new("TextLabel", Content) Credits.Size = UDim2.new(1, 0, 0, 20) Credits.Position = UDim2.new(0, 0, 0.9, 0) Credits.Text = CreditText Credits.TextColor3 = Color3.fromRGB(100, 100, 100) Credits.Font = Enum.Font.GothamBold Credits.BackgroundTransparency = 1 -- [[ RGB & ANIMATION ]] -- task.spawn(function() while true do local color = Color3.fromHSV(tick() % 5 / 5, 0.7, 1) UIStroke.Color = color Title.TextColor3 = color task.wait() end end) -- [[ LOGIC ]] -- StartBtn.MouseButton1Click:Connect(function() Enabled = not Enabled TargetPlayer = TargetBox.Text StartBtn.Text = Enabled and "STOP ATTACK" or "START ATTACK" StartBtn.BackgroundColor3 = Enabled and Color3.fromRGB(255, 0, 0) or Color3.fromRGB(255, 255, 255) StartBtn.TextColor3 = Enabled and Color3.fromRGB(255, 255, 255) or Color3.fromRGB(0, 0, 0) end) -- Spam Execution task.spawn(function() while true do if Enabled then local rawMsg = Roasts[math.random(1, #Roasts)] local finalMsg = (TargetPlayer ~= "" and "@" .. TargetPlayer .. " " or "") .. rawMsg .. " [" .. math.random(10,99) .. "]" local TCS = game:GetService("TextChatService") if TCS.ChatVersion == Enum.ChatVersion.TextChatService then local ch = TCS:FindFirstChild("TextChannels") and TCS.TextChannels:FindFirstChild("RBXGeneral") if ch then ch:SendAsync(finalMsg) end else local rem = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents") and game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents:FindFirstChild("SayMessageRequest") if rem then rem:FireServer(finalMsg, "All") end end end task.wait(Delay) end end)