RscriptsRscripts
infinity money

infinity money

infinity money
Mobile ready
zzert
0 followers

Description

I made a script for infinite money. If you want money to come to you when you press the execute button, just paste this script:

game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("WinZone"):WaitForChild("ClaimReward"):FireServer()

But if you want to farm, for example, then copy:

getgenv().farm = true

while getgenv().farm do

task.wait()

game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("WinZone"):WaitForChild("ClaimReward"):FireServer()

end

Comments

2comments
Add a comment...
zzert
zzertScript Owner•2w ago

But if you want to farm, for example, then copy:getgenv().farm = true while getgenv().farm do task.wait() game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("WinZone"):WaitForChild("ClaimReward"):FireServer() end

zzert
zzertScript Owner•2w ago

I made a script for infinite money. If you want money to come to you when you press the execute button, just paste this script:game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("WinZone"):WaitForChild("ClaimReward"):FireServer()