infinity money
Logo Glass Bridge ðŸ§
2w ago
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
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
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()