probanana

My Hood FASTEST CASH FARm

Dec 14th, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. getgenv().autofarm = true;
  2. while autofarm == true do
  3. task.wait();
  4. for i, v in next, game:GetService("Workspace"):GetDescendants() do
  5. if ((v.Name == "CA$HIER") or (v.Name == "Model")) then
  6. if v:FindFirstChild("Hitbox") then
  7. if (v:FindFirstChild("Opened").BrickColor ~= "Really red") then
  8. task.wait(0);
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Opened.CFrame;
  10. task.wait(1);
  11. fireproximityprompt(v.Hitbox.ProximityPrompt);
  12. task.wait();
  13. wait(0);
  14. end
  15. end
  16. end
  17. end
  18. end
Add Comment
Please, Sign In to add comment