Find any script for Roblox

Enter the name of the game or script.

Pet Swarm Simulator script – (Autofarm)

Functions: Autofarm

Script developer: YoutuberG21a

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

Your email address will not be published. Required fields are marked *