Functions: Autofarm

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
AutoFarm
setsimulationradius(1000,1000)
_G.test = true
while _G.test do
wait()
for i,v in pairs(game.Workspace.Tycoons[game.Players.LocalPlayer.Team.Name].Gumballs:GetChildren()) do
if v.Name == "Gumball" and isnetworkowner(v) then
v.CFrame = Game.Workspace.Tycoons[game.Players.LocalPlayer.Team.Name].Interact.Guminator.Converter.CFrame
end
end
end
Obby complete
for i,v in pairs(game.Workspace.Obbies:GetChildren()) do
if v:FindFirstChild("Win") then
wait(2)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v.Win,0)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v.Win,1)
end
end