Functions: Autofarm heart

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:
local heart = game.Workspace.ScavengerHunt.IheartScavengerHunt
for i,v in pairs (heart:GetChildren()) do
if v:IsA("Model") then
wait(0.3)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:GetPivot()
end
end

Leave a Comment