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 executeEnjoy it)
Thank you for using our website
Your script:
getgenv().farmer = true
while wait(0.1) do
if getgenv().farmer == true then
local args = {
[1] = "CollectFood",
[2] = workspace.Zones.Zone1.FoodSpawns.Part,
[3] = game:GetService("Players").LocalPlayer.Character.Pets.Pet
}
game:GetService("ReplicatedStorage").Remotes.Functions.CollectionRF:InvokeServer(unpack(args))
end
end

Leave a Comment