MRobbin99

textingSim speedTextPhone

Jan 11th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. -- THIS SCRIPT ONLY WORKS WITH PHONE
  2. -- IF YOU WANT TO USE A TABLET USE THIS SCRIPT - https://pastebin.com/C2DY9frp
  3. -- this scripts rapidly collects texts from whatever phone you have
  4. -- you can run this multiple times to go even faster but you might crash/kicked
  5. plr = game.Players.LocalPlayer
  6. plr.PlayerGui.PopupScript:Destroy()
  7. local A_1 = "kgfd(**fsd M"
  8. local Event = game:GetService("ReplicatedStorage").ToolEvents.CashEvent
  9. while true do
  10. for i = 0, 100 do
  11. Event:FireServer(A_1)
  12. end
  13. wait()
  14. end
  15. -- made by fleebmans
Add Comment
Please, Sign In to add comment