Functions: Trash
Z – for activation

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
local words = {
'ur bad',
'Dont care',
'Quit the game',
'XD ',
'sad',
'I would quit if i had that aim',
'Log already sonny boy',
'how did u fail to get me',
}
local player = game.Players.LocalPlayer
local keybind = 'z'
local event = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
player:GetMouse().KeyDown:connect(function(key)
if key == keybind then
event:FireServer(words[math.random(#words)], "All")
end
end)

Leave a Comment