Functions: Spam cock in chat script

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