_G.auto = true -- change this to false to stop it running while _G.auto == true do task.wait() local args = { [1] = "999999999" -- the amount that you want (dont set this to math.huge it just put my money to the negatives lol) -- note* sometimes it will reset just reduce the amount and it will work perfectly fine } game:GetService("ReplicatedStorage"):WaitForChild("CratesUtilities"):WaitForChild("Remotes"):WaitForChild("GiveReward"):FireServer(unpack(args)) end