
- Keyless
- Mobile friendly

Advertisement
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
Advertisement
Share what works, ask questions, or report an issue.
zzert
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
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()
15 lines · 548 B
Copying saves the code to your clipboard; it does not run it. Play opens the Roblox game. Check the script’s platform requirements and community notes before using it.