Functions: farm emeralds, farm coins

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:
autofarm coins:
ringsfarm = true
while ringsfarm do wait(5)
pcall(function()
for i,v in pairs(game:GetService("Workspace").Rings:GetDescendants()) do
if v:IsA("Part") and v.Name == "Ring" then
v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
end
end
end)
end
autofarm emeralds:
emeraldfarm = true
while emeraldfarm do wait()
pcall(function()
for i,v in pairs(game:GetService("Workspace").ChaosEmeralds:GetChildren()) do
if v:IsA("MeshPart") then
v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
end
end
end)
end

Leave a Comment