Advertisement
VapeCat

mommy milkersszzz 2.5

Jan 12th, 2022 (edited)
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.30 KB | None | 0 0
  1. print("fuked ur mom kid")
  2. local words = {
  3.     'ur bad',
  4.     'seed',
  5.     'im not locking ur just bad',
  6.     'clown',
  7.     'sonned',
  8.     'how did u miss that many shots',
  9.     'real life trashcan',
  10.     'ratio',
  11.     'clowned on',
  12.     'pounded hardly',
  13.     'ur mom',
  14.     'ur horrible at the game',
  15.     'quit already',
  16.     'i have betetr aim than you nub',
  17.     'dropkicked nub',
  18.     'dogged on',
  19.     'no cap but your bad',
  20.     'you fell off',
  21.     'bozo',
  22.     'one pumped',
  23.     '200 pumped',
  24.     'failed abortion',
  25.     'adopted',
  26.     'no life',
  27.     'fell asleep',
  28.     'dam you suck',
  29.     'you dead 💀',
  30.     'are you serious',
  31.     'cope',
  32.     'how are you that bad?',
  33.     'skill issue',
  34.     'your playing like a child',
  35.     'ez LOL',
  36.     'im just too cracked kid',
  37.     'cringe',
  38.     'your obese',
  39.     'fat',
  40.     'cry',
  41.     'clapped',
  42.     'log off',
  43.     'you watch ryans world',
  44.     'dontavious is better than you💀',
  45.     'faze up',
  46.     'i can trickshot you like a mw2 player',
  47.     'You should go and watch the tutorial',
  48.     'Options->How To Play',
  49.     'Fortnite Kids have better skill than you',
  50.     'country kid vibes',
  51.     'destroyed',
  52.     'i didnt know your so bad at this game💀',
  53.     'ur computer = full of viruses',
  54.     'go tell your daddy xavierwild to ban me😥',
  55.     'im just cracked smh',
  56.     'u have autism?',
  57.     'cry to ur bvf',
  58.     'go on your knees [peasant]',
  59.     'call your exploiter cuz u a cat',
  60.     'ur dad left you',
  61.     'you are a straightup emo',
  62.     'wheres your parents?',
  63.     'adopted kid aim',
  64.     'quit already',
  65.     'stop trying',
  66.     'wheres your aim kid?',
  67.     'fix your aim',
  68.     'come spin back with your bad son playlist',
  69.     'go play adopt me',
  70.     'you have a roleplay kitten',
  71.     'your aim is equivalent to a 10 yr old trying to aim',
  72.     'esc+ l + enter + close roblox',
  73.     'your lost rn',
  74.     'gawdamn your losing rn',
  75.     '5-0',
  76.     'faze rug 👍',
  77.     'get men bro',
  78.     'you support pride',
  79.     'weigh over 100 pounds',
  80.     'im talking to a literal dump',
  81.     'you eat boneless wings instead of traditional',
  82.     'ratio + bozo',
  83.     'cope lol',
  84.     'you laugh at minion memes',
  85.     'rip bozo pack watch',
  86.     'your brain is not up to scratch',
  87.     'bro u taking a huge L rn',
  88.     'your teeth throws up gang signs and calls it cool',
  89.     'your built like a 🗿🗿🗿',
  90.     'go to the dentist bro',
  91.     'fix your hygiene',
  92.     'your adverse is trash',
  93.     'ugly irl',
  94.     'skill issue',
  95.     'fortnitelover',
  96.     'go aim train buddy',
  97.     'hows the concrete',
  98.     'bro ur lit garbage',
  99.     'dog sh🤣🤣',
  100.     'gg = get better',
  101.     'are u even trying?',
  102.     'even eugene better than u💀',
  103.     'log',
  104.     'ur bunz',
  105.     'your so free',
  106.     'my grandma be playing better than u',
  107.     'ipad kids are better than u',
  108.     'squabble',
  109.     'bros ed',
  110.     'most def obese',
  111.     'u stink tbh',
  112.     'u try to fight a atom and still got knocked out',
  113.     'u assi',
  114.     'get off bro even a noc can play better than you'
  115. }
  116.  
  117. local player = game.Players.LocalPlayer
  118. local keybind = 'j'
  119.  
  120. local event = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
  121.  
  122. player:GetMouse().KeyDown:connect(function(key)
  123.     if key == keybind then
  124.         event:FireServer(words[math.random(#words)], "All")
  125.     end
  126. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement