TheInfamousExploiter

Roblox Chat Spam Script (works June 2023!)

Jun 19th, 2023
4,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. local settings = {
  2.    AutoChat_Time = 0.1,
  3.    AutoChat_Delay = 1.5,
  4.    AutoChat = true,
  5. }
  6.  
  7. local chatrem = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
  8.  
  9. while task.wait(settings.AutoChat_Time) do
  10.     chatrem:FireServer('2 fast 4 u', "All")
  11.     print("Sent Message")
  12. end
Advertisement
Add Comment
Please, Sign In to add comment