cortesjoren

Texting Simulator Script

Dec 28th, 2018
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. --Execute this first, this gives you 30k texts per click
  2. game:GetService("ReplicatedStorage").Events.EmojiEquip:FireServer(24)
  3.  
  4.  
  5. --Second, use this
  6. for i = 1, 2500 do ---feel free to change 2500 to any amount
  7. game:GetService("ReplicatedStorage").ToolEvents.CashEvent:FireServer()
  8. end
Add Comment
Please, Sign In to add comment