Auto Farm My Hood Script
Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.
We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing 2.Click The Blue Circle To Copy The Script Code 3.Paste The Script Code Into Your Executor 4.Then Execute The Script Code 5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
getgenv().autofarm = true; while autofarm == true do task.wait(); for i, v in next, game:GetService("Workspace"):GetDescendants() do if ((v.Name == "CA$HIER") or (v.Name == "Model")) then if v:FindFirstChild("Hitbox") then if (v:FindFirstChild("Opened").BrickColor ~= "Really red") then task.wait(0); game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Opened.CFrame; task.wait(1); fireproximityprompt(v.Hitbox.ProximityPrompt); task.wait(); wait(0); end end end end end