www.roblox-scripter.com

Сontent continues after AD

Animal simulator script – (Egg & treasure farm)

Functions: EGG & treasure farm

Script developer: roshanth13
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:

Egg Farm

				
					getgenv().a = true
while getgenv().a == true do
for i ,v in pairs(game:GetService("Workspace").Eggs:GetChildren()) do
   if v:IsA("MeshPart") then
game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
   end
end
wait()
end
				
			

Treasure farm

				
					getgenv().b = true
while getgenv().b == true do
for i ,v in pairs(game:GetService("Workspace").Treasures:GetChildren()) do
   if v:IsA("MeshPart") then
game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
   end
end
wait()
end
				
			
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments

Recent posts: