www.roblox-scripter.com

Spam cock in chat script

Functions: Spam cock in chat script

Script developer: Paygammy
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					local list = {
    "⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛",
    "⬛🔴🔴🔴⬛🔴🔴🔴⬛🔴🔴🔴⬛🔴⬛🔴⬛",
    "⬛🔴⬛⬛⬛🔴⬛🔴⬛🔴⬛⬛⬛🔴🔴⬛⬛",
    "⬛🔴⬛⬛⬛🔴⬛🔴⬛🔴⬛⬛⬛🔴⬛⬛⬛",
    "⬛🔴⬛⬛⬛🔴⬛🔴⬛🔴⬛⬛⬛🔴🔴⬛⬛",
    "⬛🔴🔴🔴⬛🔴🔴🔴⬛🔴🔴🔴⬛🔴⬛🔴⬛",
    "⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛",
}

for index, value in pairs(list) do
    game:GetService("ReplicatedStorage")["DefaultChatSystemChatEvents"].SayMessageRequest:FireServer(value, "All")
end