-- [[ DIVINE SPAMMER V1.8 ]] local Players = game:GetService("Players") local TCS = game:GetService("TextChatService") local UserInputService = game:GetService("UserInputService") local lp = Players.LocalPlayer -- INTRO EMOTE CINEMATIC task.spawn(function() local Players = game:GetService("Players") local TweenService = game:GetService("TweenService") local player = Players.LocalPlayer local char = player.Character or player.CharacterAdded:Wait() local hum = char:WaitForChild("Humanoid") -- BLACK SCREEN GUI local gui = Instance.new("ScreenGui") gui.Name = "DIVINE_INTRO" gui.IgnoreGuiInset = true gui.ResetOnSpawn = false gui.Parent = player.PlayerGui local frame = Instance.new("Frame") frame.Size = UDim2.new(1,0,1,0) frame.BackgroundColor3 = Color3.fromRGB(0,0,0) frame.BorderSizePixel = 0 frame.Parent = gui -- NEON TEXT local text = Instance.new("TextLabel") text.Size = UDim2.new(1,0,0.3,0) text.Position = UDim2.new(0,0,0.35,0) text.BackgroundTransparency = 1 text.Text = "DIVINE HAS ARRIVED" text.TextColor3 = Color3.fromRGB(255,255,255) text.TextStrokeTransparency = 0 text.TextStrokeColor3 = Color3.fromRGB(255,255,255) text.Font = Enum.Font.Arcade text.TextScaled = true text.Parent = frame -- FLASH EFFECT task.spawn(function() while gui.Parent do TweenService:Create( text, TweenInfo.new(0.8), {TextTransparency = 0.4} ):Play() task.wait(0.8) TweenService:Create( text, TweenInfo.new(0.8), {TextTransparency = 0} ):Play() task.wait(0.8) end end) task.wait(2.5) gui:Destroy() end) local isSpamming = false local delayValue = 2 local running = true local startTime = os.time() local phrases = { "tmkx me Divine LIGHTNING โšก", " tmkx me Homelander ki laser", " TMKX ME CLUSTER Bomb", " TMKX ME Marco๐Ÿ˜ ki katana", "Fytr nai banega ab ?๐Ÿคจ", "tmkx me MEOW MEOW GOPE GOPE", "tmkx me THRAGG", " Pil gya ๐Ÿฅ€", " เคฌเคพเคชเฅ‚ K4RS is back ๐Ÿšจ", "TBKx mei NUCLEAR BOMB", "TMKX ME Butcher ka Crowbar", "TMKX ME Starlight"," TBx mai KAA MAA HAA MAA HAAAA๐Ÿ’ฅ๐Ÿ’ฅ"," TMx mai Escavation๐Ÿšง"," TBx se ๐Ÿฉธleak"," TMx ki Leaks milgay ๐Ÿซฃ"," TBx mai UPSIDE DOWN"," TMx mai TITANIC"," TBx mai Space Station"," TMx mai VOID"," TBx mai Ball"," TMx mai Chakka"," TBx mai Ethiopia"," TMx mai Apple"," TBx mai Gmd"," TMx mai LuMD"," TBx mai Bus"," TMx mai Car"," TBx mai Plane"," TMx mai A-TRAIN"," TBx mai 6kka"," TMx mai Delta"," TBx mai Delhi"," TMx mai Run"," TBx mai Fast"," TMx mai Void"," TBx mai Ghost"," TMx mai Fire"," TBx mai KAAAAA MAAAA HAAAA MAAAA HAAAAAA๐Ÿ’ฅ๐Ÿ’ฅ"," TMx mai Wind"," TBx mai Storm"," TMx mai Kutta"," TBx mai Chamar"," TMx mai Nalla"," TBx mai Gareeb"," TMx mai Banana"," TBx mai Mango"," TMx mai Kiwi"," TBx mai Berry"," TMx mai Melon"," TBx mai Lemon"," TMx mai Lime"," TBx mai Chair"," TMx mai Table"," TBx mai Fan"," TMx mai Light"," TBx mai Bulb"," TMx mai Wire"," TBx mai Switch"," TMx mai Door"," TBx mai Wall"," TMx mai Roof"," TBx mai Floor"," TMx mai Tile"," TBx mai Wood"," TMx mai Iron"," TBx mai Gold"," TMx mai Silver"," TBx mai Rock"," TMx mai Sand"," TBx mai Dust"," TMx mai Mud"," TBx mai River"," TMx mai Lake"," TBx mai Sea"," TMx mai Ocean"," TBx mai Ship"," TMx mai Boat"," TBx mai Tank"," TMx mai Jeep"," TBx mai Truck"," TMx mai Van"," TBx mai Bike"," TMx mai Cycle"," TBx mai Tyre"," TMx mai Rim"," TBx mai Wheel"," TMx mai Seat"," TBx mai Glass"," TMx mai Cup"," TBx mai Mug"," TMx mai Jug"," TBx mai Plate"," TMx mai Spoon"," TBx mai Fork"," TMx mai Knife"," TBx mai Pan"," TMx mai Pot"," TBx mai Cook"," TMx mai Chef"," TBx mai Food"," TMx mai Rice"," TBx mai Wheat"," TMx mai Corn"," TBx mai Pea"," TMx mai Bean"," TBx mai Nut"," TMx mai Oil"," TBx mai Gas"," TMx mai Fuel"," TBx mai Pump"," TMx mai Station"," TBx mai Road"," TMx mai Path"," TBx mai Way"," TMx mai Map"," TBx mai Key"," TMx mai Lock"," TBx mai Safe"," TMx mai Box"," TBx mai Bag"," Nai sudhrega , 0_o okey ROUND 2 !๐Ÿ›Ž๏ธ" } local currentBypassChar = "@" local useRandomBypass = false local specialChars = {"@", "_", "$", "%", "-", "~", "!"} -- Wait for PlayerGui repeat task.wait() until lp:FindFirstChild("PlayerGui") -- Create ScreenGui local SG = Instance.new("ScreenGui") SG.Name = "DIVINE_GUI" SG.ResetOnSpawn = false SG.Parent = lp.PlayerGui -- DIVINE INTRO SCREEN local IntroFrame = Instance.new("Frame") IntroFrame.Size = UDim2.new(1, 0, 1, 0) IntroFrame.Position = UDim2.new(0, 0, 0, 0) IntroFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) IntroFrame.BorderSizePixel = 0 IntroFrame.ZIndex = 999 IntroFrame.Parent = SG local IntroText = Instance.new("TextLabel") IntroText.Size = UDim2.new(1, -100, 0, 220) IntroText.Position = UDim2.new(0.5, -500, 0.5, -110) IntroText.BackgroundTransparency = 1 IntroText.Text = "I DONโ€™T BRING PEACE.\nI BRING CONSEQUENCES." IntroText.TextColor3 = Color3.fromRGB(255, 255, 255) IntroText.TextStrokeTransparency = 0 IntroText.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) IntroText.Font = Enum.Font.GothamBlack IntroText.TextScaled = true IntroText.ZIndex = 1000 IntroText.Parent = IntroFrame -- Fade in effect IntroText.TextTransparency = 1 IntroFrame.BackgroundTransparency = 1 for i = 1, 10 do IntroText.TextTransparency = 1 - (i / 10) IntroFrame.BackgroundTransparency = 1 - (i / 10) task.wait(0.03) end -- Stay for 2.5 seconds task.wait(2.5) -- Fade out effect for i = 1, 10 do IntroText.TextTransparency = i / 10 IntroFrame.BackgroundTransparency = i / 10 task.wait(0.03) end IntroFrame:Destroy() -- Gold Theme Colors local RedDark = Color3.fromRGB(18, 18, 22) -- near black local RedAccent = Color3.fromRGB(170, 80, 255) -- neon purple local White = Color3.fromRGB(255, 255, 255) -- Main Frame local Main = Instance.new("Frame") Main.Size = UDim2.new(0, 260, 0, 340) Main.Position = UDim2.new(0.5, -130, 0.5, -170) Main.BackgroundColor3 = RedDark Main.Active = true Main.Draggable = true Main.Visible = false Main.Parent = SG local MainCorner = Instance.new("UICorner") MainCorner.CornerRadius = UDim.new(0, 10) MainCorner.Parent = Main Main.Visible = false -- PASTE KEY SYSTEM HERE local KEY = "DIVINE_2026" task.defer(function() Main.Visible = false end) -- KEY FRAME local KeyFrame = Instance.new("Frame") KeyFrame.Size = UDim2.new(0, 260, 0, 340) KeyFrame.Position = UDim2.new(0.5, -130, 0.5, -170) KeyFrame.BackgroundColor3 = RedDark KeyFrame.Active = true KeyFrame.Draggable = true KeyFrame.Parent = SG local KeyCorner = Instance.new("UICorner") KeyCorner.CornerRadius = UDim.new(0, 10) KeyCorner.Parent = KeyFrame -- TITLE BAR local KeyTitleBar = Instance.new("Frame") KeyTitleBar.Size = UDim2.new(1, 0, 0, 35) KeyTitleBar.BackgroundColor3 = RedAccent KeyTitleBar.Parent = KeyFrame local KeyTitleCorner = Instance.new("UICorner") KeyTitleCorner.CornerRadius = UDim.new(0, 10) KeyTitleCorner.Parent = KeyTitleBar local KeyTitle = Instance.new("TextLabel") KeyTitle.Size = UDim2.new(1, 0, 1, 0) KeyTitle.BackgroundTransparency = 1 KeyTitle.Text = "๐Ÿ˜‡๐ŸชฝDIVINE SP4M v1.8๐Ÿชฝ๐Ÿ˜‡" KeyTitle.TextColor3 = White KeyTitle.Font = Enum.Font.GothamBold KeyTitle.TextSize = 18 KeyTitle.Parent = KeyTitleBar -- KEY BOX local KeyBox = Instance.new("TextBox") KeyBox.Size = UDim2.new(0.75, 0, 0, 40) KeyBox.Position = UDim2.new(0.125, 0, 0.4, 0) KeyBox.PlaceholderText = "Enter Key" KeyBox.Text = "" KeyBox.BackgroundColor3 = Color3.fromRGB(30, 30, 40) KeyBox.TextColor3 = White KeyBox.Font = Enum.Font.GothamBold KeyBox.TextSize = 14 KeyBox.BorderSizePixel = 0 KeyBox.Parent = KeyFrame local KeyBoxCorner = Instance.new("UICorner") KeyBoxCorner.CornerRadius = UDim.new(0, 6) KeyBoxCorner.Parent = KeyBox -- VERIFY BUTTON local VerifyBtn = Instance.new("TextButton") VerifyBtn.Size = UDim2.new(0.75, 0, 0, 40) VerifyBtn.Position = UDim2.new(0.125, 0, 0.58, 0) VerifyBtn.Text = "VERIFY" VerifyBtn.BackgroundColor3 = RedAccent VerifyBtn.TextColor3 = White VerifyBtn.Font = Enum.Font.GothamBold VerifyBtn.TextSize = 14 VerifyBtn.BorderSizePixel = 0 VerifyBtn.Parent = KeyFrame local VerifyCorner = Instance.new("UICorner") VerifyCorner.CornerRadius = UDim.new(0, 6) VerifyCorner.Parent = VerifyBtn -- RP REMOTES local RE = game:GetService("ReplicatedStorage"):WaitForChild("RE") local TextRemote = RE:WaitForChild("1RPNam1eTex1t") local ColorRemote = RE:WaitForChild("1RPNam1eColo1r") -- START RP local function StartDivineRP() local rpName = "๐Ÿ˜‡๐Ÿ…“๐Ÿ…˜๐Ÿ…ฅ๐Ÿ…˜๐Ÿ…๐Ÿ…” ๐Ÿ…ข๐Ÿ…Ÿ๐Ÿ…๐Ÿ…œ v1.8๐Ÿ‘น" local rpBio = "โœŒ๏ธ๐Ÿ†‚๐Ÿ…ฐ๐Ÿ††๐Ÿ…ฐ๐Ÿ…ถ๐Ÿ…ฐ๐Ÿ†ƒ๐Ÿ…ผ ๐Ÿ…ณ๐Ÿ…ธ๐Ÿ†…๐Ÿ…ธ๐Ÿ…ฝ๐Ÿ…ด X " .. lp.Name .. " โœŒ๏ธ" pcall(function() TextRemote:FireServer("RolePlayName", rpName) print("Sent RP Name:", rpName) end) pcall(function() TextRemote:FireServer("RolePlayBio", rpBio) print("Sent RP Bio:", rpBio) end) task.spawn(function() while _G.DivineRP do pcall(function() local h = (tick() % 5) / 5 local color = Color3.fromHSV(h, 1, 1) ColorRemote:FireServer( "PickingRPNameColor", color ) ColorRemote:FireServer( "PickingRPBioColor", color ) end) task.wait(0.1) end end) end -- VERIFY LOGIC VerifyBtn.MouseButton1Click:Connect(function() if KeyBox.Text == KEY then KeyFrame:Destroy() Main.Visible = true if not _G.DivineRP then _G.DivineRP = true StartDivineRP() end pcall(function() local ch = TCS.TextChannels:FindFirstChild("RBXGeneral") if ch then ch:SendAsync("๐Ÿ˜‡ DIVINE SYSTEM ACTIVATED ๐Ÿ˜‡") end end) else KeyBox.Text = "" KeyBox.PlaceholderText = "Wrong Key" end end) -- Title Bar local TitleBar = Instance.new("Frame") -- Title Bar local TitleBar = Instance.new("Frame") TitleBar.Size = UDim2.new(1, 0, 0, 35) TitleBar.BackgroundColor3 = RedAccent TitleBar.Parent = Main local TitleCorner = Instance.new("UICorner") TitleCorner.CornerRadius = UDim.new(0, 10) TitleCorner.Parent = TitleBar local Title = Instance.new("TextLabel") Title.Size = UDim2.new(1, -50, 1, 0) Title.Position = UDim2.new(0, 10, 0, 0) Title.BackgroundTransparency = 1 Title.Text = "๐Ÿ‘‘DIVINE CLAN ON TOP๐Ÿ‘‘" Title.TextColor3 = White Title.Font = Enum.Font.GothamBold Title.TextSize = 18 Title.TextXAlignment = Enum.TextXAlignment.Left Title.Parent = TitleBar -- Minimize Button local MinimizeBtn = Instance.new("TextButton") MinimizeBtn.Size = UDim2.new(0, 28, 0, 28) MinimizeBtn.Position = UDim2.new(1, -35, 0.5, -14) MinimizeBtn.Text = "-" MinimizeBtn.BackgroundColor3 = Color3.fromRGB(212, 175, 55) MinimizeBtn.TextColor3 = White MinimizeBtn.Font = Enum.Font.GothamBold MinimizeBtn.TextSize = 18 MinimizeBtn.BorderSizePixel = 0 MinimizeBtn.Parent = TitleBar local MinCorner = Instance.new("UICorner") MinCorner.CornerRadius = UDim.new(0, 6) MinCorner.Parent = MinimizeBtn -- Scroll frame for content local Content = Instance.new("ScrollingFrame") Content.Size = UDim2.new(1, -10, 1, -45) Content.Position = UDim2.new(0, 5, 0, 40) Content.BackgroundTransparency = 1 Content.CanvasSize = UDim2.new(0, 0, 0, 320) Content.ScrollBarThickness = 4 Content.Parent = Main -- Target local TargetLabel = Instance.new("TextLabel") TargetLabel.Size = UDim2.new(1, 0, 0, 18) TargetLabel.Position = UDim2.new(0, 0, 0, 5) TargetLabel.BackgroundTransparency = 1 TargetLabel.Text = "TARGET NAME:" TargetLabel.TextColor3 = White TargetLabel.Font = Enum.Font.GothamBold TargetLabel.TextSize = 12 TargetLabel.TextXAlignment = Enum.TextXAlignment.Left TargetLabel.Parent = Content local TargetBox = Instance.new("TextBox") TargetBox.Size = UDim2.new(1, 0, 0, 32) TargetBox.Position = UDim2.new(0, 0, 0, 23) TargetBox.PlaceholderText = "Enter username" TargetBox.Text = "" TargetBox.BackgroundColor3 = Color3.fromRGB(30, 30, 40) TargetBox.TextColor3 = White TargetBox.Font = Enum.Font.Gotham TargetBox.TextSize = 12 TargetBox.BorderSizePixel = 0 TargetBox.Parent = Content local TargetCorner = Instance.new("UICorner") TargetCorner.CornerRadius = UDim.new(0, 5) TargetCorner.Parent = TargetBox -- Delay local DelayLabel = Instance.new("TextLabel") DelayLabel.Size = UDim2.new(1, 0, 0, 18) DelayLabel.Position = UDim2.new(0, 0, 0, 65) DelayLabel.BackgroundTransparency = 1 DelayLabel.Text = "DELAY (SECONDS):" DelayLabel.TextColor3 = White DelayLabel.Font = Enum.Font.GothamBold DelayLabel.TextSize = 12 DelayLabel.TextXAlignment = Enum.TextXAlignment.Left DelayLabel.Parent = Content local DelayBox = Instance.new("TextBox") DelayBox.Size = UDim2.new(1, 0, 0, 32) DelayBox.Position = UDim2.new(0, 0, 0, 83) DelayBox.PlaceholderText = "2" DelayBox.Text = "2" DelayBox.BackgroundColor3 = Color3.fromRGB(30, 30, 40) DelayBox.TextColor3 = White DelayBox.Font = Enum.Font.Gotham DelayBox.TextSize = 12 DelayBox.BorderSizePixel = 0 DelayBox.Parent = Content local DelayCorner = Instance.new("UICorner") DelayCorner.CornerRadius = UDim.new(0, 5) DelayCorner.Parent = DelayBox DelayBox:GetPropertyChangedSignal("Text"):Connect(function() delayValue = tonumber(DelayBox.Text) or 2 end) -- Bypass Label local BypassLabel = Instance.new("TextLabel") BypassLabel.Size = UDim2.new(1, 0, 0, 18) BypassLabel.Position = UDim2.new(0, 0, 0, 125) BypassLabel.BackgroundTransparency = 1 BypassLabel.Text = "BYPASS CHARACTER:" BypassLabel.TextColor3 = White BypassLabel.Font = Enum.Font.GothamBold BypassLabel.TextSize = 12 BypassLabel.TextXAlignment = Enum.TextXAlignment.Left BypassLabel.Parent = Content -- Bypass Buttons local BypassFrame = Instance.new("Frame") BypassFrame.Size = UDim2.new(1, 0, 0, 35) BypassFrame.Position = UDim2.new(0, 0, 0, 143) BypassFrame.BackgroundTransparency = 1 BypassFrame.Parent = Content local bypassButtons = {} for i, char in ipairs(specialChars) do local btn = Instance.new("TextButton") btn.Size = UDim2.new(0, 32, 0, 30) btn.Position = UDim2.new(0, (i-1) * 35, 0, 0) btn.Text = char btn.BackgroundColor3 = Color3.fromRGB(70, 45, 110) btn.TextColor3 = White btn.Font = Enum.Font.GothamBold btn.TextSize = 14 btn.BorderSizePixel = 0 btn.Parent = BypassFrame local btnCorner = Instance.new("UICorner") btnCorner.CornerRadius = UDim.new(0, 5) btnCorner.Parent = btn btn.MouseButton1Click:Connect(function() currentBypassChar = char useRandomBypass = false RandomToggle.BackgroundColor3 = Color3.fromRGB(90, 60, 140) for _, b in ipairs(bypassButtons) do b.BackgroundColor3 = Color3.fromRGB(70, 45, 110) end btn.BackgroundColor3 = RedAccent end) table.insert(bypassButtons, btn) end -- Random Toggle local RandomToggle = Instance.new("TextButton") RandomToggle.Size = UDim2.new(1, 0, 0, 30) RandomToggle.Position = UDim2.new(0, 0, 0, 185) RandomToggle.Text = "RANDOM BYPASS: OFF" RandomToggle.BackgroundColor3 = Color3.fromRGB(90, 60, 140) RandomToggle.TextColor3 = White RandomToggle.Font = Enum.Font.GothamBold RandomToggle.TextSize = 11 RandomToggle.BorderSizePixel = 0 RandomToggle.Parent = Content local RandCorner = Instance.new("UICorner") RandCorner.CornerRadius = UDim.new(0, 5) RandCorner.Parent = RandomToggle RandomToggle.MouseButton1Click:Connect(function() useRandomBypass = not useRandomBypass RandomToggle.Text = useRandomBypass and "RANDOM BYPASS: ON" or "RANDOM BYPASS: OFF" RandomToggle.BackgroundColor3 = useRandomBypass and Color3.fromRGB(170, 80, 255) or Color3.fromRGB(90, 60, 140) end) -- Start Button local StartBtn = Instance.new("TextButton") StartBtn.Size = UDim2.new(0.48, -5, 0, 38) StartBtn.Position = UDim2.new(0, 0, 0, 225) StartBtn.Text = "START SPAM" StartBtn.BackgroundColor3 = Color3.fromRGB(170, 80, 255) StartBtn.TextColor3 = White StartBtn.Font = Enum.Font.GothamBold StartBtn.TextSize = 13 StartBtn.BorderSizePixel = 0 StartBtn.Parent = Content local StartCorner = Instance.new("UICorner") StartCorner.CornerRadius = UDim.new(0, 6) StartCorner.Parent = StartBtn -- Stop Button local StopBtn = Instance.new("TextButton") StopBtn.Size = UDim2.new(0.48, -5, 0, 38) StopBtn.Position = UDim2.new(0.52, 0, 0, 225) StopBtn.Text = "STOP SPAM" StopBtn.BackgroundColor3 = Color3.fromRGB(90, 60, 140) StopBtn.TextColor3 = White StopBtn.Font = Enum.Font.GothamBold StopBtn.TextSize = 13 StopBtn.BorderSizePixel = 0 StopBtn.Parent = Content local StopCorner = Instance.new("UICorner") StopCorner.CornerRadius = UDim.new(0, 6) StopCorner.Parent = StopBtn -- Uptime local UptimeLabel = Instance.new("TextLabel") UptimeLabel.Size = UDim2.new(1, 0, 0, 25) UptimeLabel.Position = UDim2.new(0, 0, 0, 275) UptimeLabel.BackgroundTransparency = 1 UptimeLabel.Text = "script by Kabir_Priv : 00:00:00" UptimeLabel.TextColor3 = RedAccent UptimeLabel.Font = Enum.Font.GothamBold UptimeLabel.TextSize = 11 UptimeLabel.Parent = Content -- Floating D Button local FloatingD = Instance.new("TextButton") FloatingD.Size = UDim2.new(0, 50, 0, 50) FloatingD.Position = UDim2.new(0, 10, 1, -65) FloatingD.Text = "D" FloatingD.Font = Enum.Font.GothamBlack FloatingD.TextSize = 28 FloatingD.BackgroundColor3 = RedDark FloatingD.TextColor3 = RedAccent FloatingD.Draggable = true FloatingD.Parent = SG local DCorner = Instance.new("UICorner") DCorner.CornerRadius = UDim.new(0, 25) DCorner.Parent = FloatingD -- Minimize function local minimized = false MinimizeBtn.MouseButton1Click:Connect(function() minimized = not minimized if minimized then Main.Size = UDim2.new(0, 260, 0, 35) MinimizeBtn.Text = "+" Content.Visible = false else Main.Size = UDim2.new(0, 260, 0, 340) MinimizeBtn.Text = "-" Content.Visible = true end end) -- Toggle with D FloatingD.MouseButton1Click:Connect(function() Main.Visible = not Main.Visible end) -- RightControl to hide/show UserInputService.InputBegan:Connect(function(input, gp) if gp then return end if input.KeyCode == Enum.KeyCode.RightControl then SG.Enabled = not SG.Enabled end end) -- Spam function local function getBypassLength(targetName) return math.max(30, math.min(100, 120 - #targetName)) end local function StartSpam() if isSpamming then return end isSpamming = true task.spawn(function() local count = 0 while isSpamming do for _, phrase in ipairs(phrases) do if not isSpamming then return end local channel = TCS.TextChannels:FindFirstChild("RBXGeneral") if channel then local target = TargetBox.Text:gsub("%s+", "") local bypassChar = useRandomBypass and specialChars[math.random(1, #specialChars)] or currentBypassChar local msg = string.rep(bypassChar, getBypassLength(target)) .. " " if target ~= "" then msg = msg .. target .. " " end msg = msg .. phrase pcall(function() channel:SendAsync(msg) end) count = count + 1 end for i = 1, math.floor(delayValue * 10) do if not isSpamming then return end task.wait(0.1) end if count % 10 == 0 then for i = 1, 75 do if not isSpamming then return end task.wait(0.1) end end end end end) end StartBtn.MouseButton1Click:Connect(StartSpam) StopBtn.MouseButton1Click:Connect(function() isSpamming = false end) UptimeLabel.Text = "script by Kabir_Priv" -- Success message print("๐Ÿ˜‡DIVINE SPAMMER V1.8 has been activated...") print("Size: 260x340 | Click D to toggle | RightControl to hide") -- Send test message task.wait(2) pcall(function() local ch = TCS.TextChannels:FindFirstChild("RBXGeneral") if ch then ch:SendAsync("Chalea Shuru karte hain ๐Ÿ˜‡โ˜บ๏ธ") end end)