Functions: Item farm

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().Autofarm = true
while Autofarm do task.wait()
for i,v in pairs(game.Workspace.Items:GetDescendants()) do
if v:IsA("MeshPart") or v:IsA("Part") then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
task.wait(1)
end
end
end

Leave a Comment