ADVERTISEMENTREMOVE ADS
Game icon

EZ cash farm (open source)

Script preview thumbnail
Script Preview

Description

pretty simple script, make sure you have jump equipped in order for script to work, pretty much enter in the amount of loops you want to do and execute.

ADVERTISEMENTREMOVE ADS
18 Lines • 857 Bytes
Raw
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
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS