-- Here Script 🎀 local SikeHub = loadstring(game:HttpGet("https://pastefy.app/dbeFjMbQ/raw"))() local farming = false SikeHub:CreateToggle("Get Money!", function(enabled) farming = enabled game.StarterGui:SetCore("ChatMakeSystemMessage", { Text = "[SikeHub] Get Money is now " .. (enabled and "ON" or "OFF"); Color = enabled and Color3.fromRGB(0, 255, 0) or Color3.fromRGB(255, 0, 0); }) if farming then task.spawn(function() while farming do pcall(function() local rs = game:GetService("ReplicatedStorage") local cashRemote = rs:WaitForChild("CashRemote") local stepsRemote = rs:WaitForChild("Steps") for i = 1, 240 do -- Change This If you want more fast 🎀 cashRemote:FireServer() stepsRemote:FireServer() end end) task.wait(0.1) end end) end end) print("O") print("P")