Advertisement
xxPH4NTOM

Untitled

Feb 1st, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.16 KB | None | 0 0
  1. --[[-----------------------------------------------------------------
  2.     //--| BEST CHAT SPAM EVER *BYPASSES THE CHAT COOLDOWN* |--//
  3.     //--------------| Made by NoahNation#5582 |--------------//
  4.  
  5. - Why Is This The Best Chat Spam EVER You Ask?
  6.     This chat spammer bypasses the chat message cooldown by
  7.     re-joining the game after chatting, then chatting again,
  8.     and repeating this process.
  9.  
  10.  - How To Use:
  11.     [Step 1]: Turn on auto-attach.
  12.     [Step 2]: Put this script in the 'autoexec' folder.
  13.     [Step 3]: Join a game and BOOM! Now sit back, relax, and watch the chat get spammed!
  14.    
  15. --]]-----------------------------------------------------------------
  16. _G.MessageToSpam = "SPAMMING IS BAD!!! DONT EVER SPAM!!! SPAMMING IS BAD!!! DONT EVER SPAM!!! SPAMMING IS BAD!!! DONT EVER SPAM!!! SPAMMING IS BAD!!! DONT EVER SPAM!!! SPAMMING IS BAD!!! DONT EVER SPAM!!! SPAMMING IS BAD"
  17. wait(7)
  18. repeat wait() until game.workspace:FindFirstChild(game.Players.LocalPlayer.Name)
  19. local re = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
  20. local args = {
  21.     _G.MessageToSpam,
  22.     "All"
  23. }
  24. for i = 1,20 do
  25.     re:FireServer(unpack(args))
  26. end
  27. wait()
  28. game:GetService("TeleportService"):Teleport(game.PlaceId)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement