Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("fuked ur mom kid")
- local words = {
- 'ur bad',
- 'seed',
- 'im not locking ur just bad',
- 'clown',
- 'sonned',
- 'how did u miss that many shots',
- 'real life trashcan',
- 'ratio',
- 'clowned on',
- 'pounded hardly',
- 'ur mom',
- 'ur horrible at the game',
- 'quit already',
- 'i have betetr aim than you nub',
- 'dropkicked nub',
- 'dogged on',
- 'no cap but your bad',
- 'you fell off',
- 'bozo',
- 'one pumped',
- '200 pumped',
- 'failed abortion',
- 'adopted',
- 'no life',
- 'fell asleep',
- 'dam you suck',
- 'you dead 💀',
- 'are you serious',
- 'cope',
- 'how are you that bad?',
- 'skill issue',
- 'your playing like a child',
- 'ez LOL',
- 'im just too cracked kid',
- 'cringe',
- 'your obese',
- 'fat',
- 'cry',
- 'clapped',
- 'log off',
- 'you watch ryans world',
- 'dontavious is better than you💀',
- 'faze up',
- 'i can trickshot you like a mw2 player',
- 'You should go and watch the tutorial',
- 'Options->How To Play',
- 'Fortnite Kids have better skill than you',
- 'country kid vibes',
- 'destroyed',
- 'i didnt know your so bad at this game💀',
- 'ur computer = full of viruses',
- 'go tell your daddy xavierwild to ban me😥',
- 'im just cracked smh',
- 'u have autism?',
- 'cry to ur bvf',
- 'go on your knees [peasant]',
- 'call your exploiter cuz u a cat',
- 'ur dad left you',
- 'you are a straightup emo',
- 'wheres your parents?',
- 'adopted kid aim',
- 'quit already',
- 'stop trying',
- 'wheres your aim kid?',
- 'fix your aim',
- 'come spin back with your bad son playlist',
- 'go play adopt me',
- 'you have a roleplay kitten',
- 'your aim is equivalent to a 10 yr old trying to aim',
- 'esc+ l + enter + close roblox',
- 'your lost rn',
- 'gawdamn your losing rn',
- '5-0',
- 'faze rug 👍',
- 'get men bro',
- 'you support pride',
- 'weigh over 100 pounds',
- 'im talking to a literal dump',
- 'you eat boneless wings instead of traditional',
- 'ratio + bozo',
- 'cope lol',
- 'you laugh at minion memes',
- 'rip bozo pack watch',
- 'your brain is not up to scratch',
- 'bro u taking a huge L rn',
- 'your teeth throws up gang signs and calls it cool',
- 'your built like a 🗿🗿🗿',
- 'go to the dentist bro',
- 'fix your hygiene',
- 'your adverse is trash',
- 'ugly irl',
- 'skill issue',
- 'fortnitelover',
- 'go aim train buddy',
- 'hows the concrete',
- 'bro ur lit garbage',
- 'dog sh🤣🤣',
- 'gg = get better',
- 'are u even trying?',
- 'even eugene better than u💀',
- 'log',
- 'ur bunz',
- 'your so free',
- 'my grandma be playing better than u',
- 'ipad kids are better than u',
- 'squabble',
- 'bros ed',
- 'most def obese',
- 'u stink tbh',
- 'u try to fight a atom and still got knocked out',
- 'u assi',
- 'get off bro even a noc can play better than you'
- }
- local player = game.Players.LocalPlayer
- local keybind = 'j'
- 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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement