Bloxhub – Mine Mania Script | AUTO MINE & AUTO SELL

Png-13-3-300x169-1.png

 

Created by Mxrtalzz

Feature

local mine = nil

for i, v in pairs(workspace.Map.Mines[game.Players.LocalPlayer.PlayerData.CurrentWorld.Value].GeneratedMines:GetChildren()) do
  if #v.MineableBlocks:GetChildren() > 0 then
      mine = v
  end
end

for y = 1, 20 do -- depth bruh
  for e = 1, 40 do -- just leave it like this bruh
      for i = 1, 40 do -- leave it bruh lol
          task.spawn(
              function()
                  local args = {
                      [1] = tostring(i) .. ";" .. tostring(e) .. ";" .. tostring(y),
                      [2] = mine
                  }

                  game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.BlockService.DamageBlock:InvokeServer(
                      unpack(args)
                  )
              end
          )
      end
  end
end

print("brrrrrrruuuuuuuuuuuuuuuuuuuuuuuhhhhhhhh")
task.spawn(
  function()
      while task.wait(1) do
          local args = {
              [1] = workspace.Map.Mines[game.Players.LocalPlayer.PlayerData.CurrentWorld.Value].GeneratedMines[game.Players.LocalPlayer.PlayerData.CurrentWorld.Value].Seller.Seller
          }

          game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.MiningService.SellInventory:InvokeServer(
              unpack(args)
          )
      end
  end
)

 

ENJOY!

 

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

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service