Advertisement
DoICare

Da Hood Infinite Cash Script

Apr 15th, 2023
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | Gaming | 0 0
  1. --[[
  2. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  3. ]]
  4. local Players = game:GetService("Players")
  5. local LocalPlayer = Players.LocalPlayer
  6. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  7. local RemoteEvent = ReplicatedStorage:WaitForChild("giveCash")
  8.  
  9. while wait() do
  10. RemoteEvent:FireServer(LocalPlayer, math.huge)
  11. end
  12.  
Tags: #roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement