Anime Battleground X Script | DIAMOND AUTOFARM

Created by BaconLord

Features:

  • DIAMOND AUTOFARM
getgenv().Auto = true
local function Collect()
for i,v in pairs(game:GetService("Workspace").FX:GetChildren()) do
  if v:IsA("Part") and v:FindFirstChild("BodyForce") then
local args = {
  [1] = "Collect",
  [2] = v
}

game:GetService("ReplicatedStorage").Remotes.Coins:FireServer(unpack(args))
  end
end
end
local function Collects()
for i,v in pairs(game:GetService("Workspace").FX:GetDescendants()) do
  if v:IsA("Part") and v:FindFirstChild("BodyForce") then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame  = v.CFrame
  end
end
end

local function get()
for i,v in pairs(game.Workspace:GetDescendants()) do
if v.Name == "Center" then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame  = v.CFrame
end
end
end
spawn(function()
while Auto do task.wait(0.5)
   pcall(function()
local args = {
  [1] = "Melee"
}

game:GetService("ReplicatedStorage").Remotes.Melee:FireServer(unpack(args))
end) end end)
  while Auto do task.wait(0.3)
      pcall(function()
      get()

      Collects()
      Collect()
  end)
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS