Functions: Money farm

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
local Count = 1
local Enabled = true
local AutoUpgradeMultiplier = true
while true do
if Enabled == true then
pcall(function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Classes[tostring(Count)].CFrame
Count = Count + 1
if AutoUpgradeMultiplier then
game.Players.LocalPlayer.PlayerGui['Coins/Shop'].UpgradeEvent:FireServer('Money')
end
end)
end
wait(0.05)
end

Leave a Comment