Advertisement
pa1nx9

Black Grimoire AUTO FARM – OCTOBER 2021 – EASY MAX LEVEL 999

Oct 20th, 2021
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. local plr = game:GetService("Players").LocalPlayer
  2. function foundYou()
  3. local found = nil
  4. for i, v in pairs(game:GetService("Workspace"):GetDescendants()) do
  5. if string.find(v.Name, "BATATA") then return v.Parent.Name end
  6. end
  7. end
  8. local potatos = foundYou()
  9. function Farm()
  10. for i, v in pairs(game:GetService("Workspace")[potatos]:GetChildren()) do
  11. if v:IsA("MeshPart") then
  12. plr.Character.HumanoidRootPart.CFrame = v.CFrame
  13. plr.Character["Hoe"]:Activate()
  14. wait(0.5)
  15. end
  16. end
  17. end
  18. plr.OnMission:GetPropertyChangedSignal("Value"):Connect(function()
  19. if plr.OnMission.Value ~= "Getpotatoes" then
  20. game:GetService("ReplicatedStorage").MissionEvent:FireServer("questpls","Getpotatoes")
  21. wait(0.5)
  22. plr.Character.Humanoid:EquipTool(plr.Backpack["Hoe"])
  23. Farm()
  24. end
  25. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement