Advertisement
pa1nx9

Dragon Ball Online Generations ITEM FARM

Nov 11th, 2021
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification",{
  2. Title = "Made By Sensei Joshy#1060";
  3. Text = "Join Discord.gg/phantomhub For More!!";
  4. })
  5. --Re-Execcute To Stop Auto Farm.
  6. getgenv().DBOGFarm = not getgenv().DBOGFarm
  7. game:GetService("RunService").Stepped:Connect(function()
  8. if getgenv().DBOGFarm then
  9. local descendants = Workspace.Map.Grass:GetDescendants()
  10. for index, descendant in pairs(descendants) do
  11. if descendant.Name == "Collision" then
  12. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(descendant.Position)
  13. wait(.2)
  14. game:GetService("ReplicatedStorage").Events.Update:FireServer()
  15. end
  16. end
  17. end
  18. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement