
47.4K

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
Game Page
Logo Glass Bridge 🧠
14 lines · 547 B
Comments
Join the discussion about this script.
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()