local loops = 5 -- amount of loops to farm cash local currentcount = 0 local VirtualInputManager = game:GetService("VirtualInputManager") local hrp = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart hrp.CFrame = CFrame.new(103.89865112304688, 3.4010555744171143, -51.03184127807617) repeat currentcount = currentcount + 1 VirtualInputManager:SendMouseButtonEvent(0, 0, 0, true, game, 1) task.wait(1) game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart"),TweenInfo.new(1,Enum.EasingStyle.Quad,Enum.EasingDirection.Out),{CFrame=CFrame.new(hrp.Position.X, hrp.Position.Y + 99999999999, hrp.Position.Z)}):Play() task.wait(2) hrp.CFrame = CFrame.new(103.89865112304688, 3.4010555744171143, -51.03184127807617) task.wait(1) until currentcount == loops