TORASCRIPTS LOGO BRANDED PIC
  • Submit Roblox Script
  • Privacy Policy
  • Safety Guidelines
  • Terms of Service
  • Contact Us

[TESTING] Mining GO! ⛏️ Script Pastebin (2025)

ToraIsMe
January 19, 2025
[TESTING] Mining GO! ⛏️ Script Pastebin (2025)

Full List of OP Scripts:

_G.MiningEnabled = true

while _G.MiningEnabled do
    local oresFolder = game.Workspace:FindFirstChild("Ores")
    local player = game.Players.LocalPlayer
    local closestOre = nil
    local shortestDistance = math.huge

    if oresFolder then
        for _, object in pairs(oresFolder:GetChildren()) do
            if object:IsA("Model") then
                local basePart = object:FindFirstChild("Base")
                if basePart then
                    local existingHighlight = object:FindFirstChildOfClass("Highlight")
                    if not existingHighlight then
                        local highlight = Instance.new("Highlight")
                        highlight.Parent = object
                        highlight.Adornee = object
                        highlight.FillColor = Color3.fromRGB(30, 129, 176)
                        highlight.FillTransparency = 0.5
                    end
                end
            end
        end

        for _, object in pairs(oresFolder:GetChildren()) do
            if object:IsA("Model") then
                local basePart = object:FindFirstChild("Base")
                if basePart then
                    local distance = (player.Character.HumanoidRootPart.Position - basePart.Position).Magnitude
                    if distance < shortestDistance then
                        closestOre = object
                        shortestDistance = distance
                    end
                end
            end
        end

        if closestOre then
            local closestHighlight = closestOre:FindFirstChildOfClass("Highlight")
            if closestHighlight then
                closestHighlight.FillColor = Color3.fromRGB(30, 176, 30)
            else
                closestHighlight = Instance.new("Highlight")
                closestHighlight.Parent = closestOre
                closestHighlight.Adornee = closestOre
                closestHighlight.FillColor = Color3.fromRGB(30, 176, 30)
                closestHighlight.FillTransparency = 0.5
            end

            local oreTip = closestOre:FindFirstChildOfClass("BillboardGui")
            if oreTip then
                if oreTip.Name == "OreTip" then
                    local args1 = { [1] = "Mining_Start"}
                    game:GetService("ReplicatedStorage"):WaitForChild("_Binder_Event"):FireServer(unpack(args1))

                    task.wait(0.5)
                    local args2 = { [1] = "Mining_MineOre", [2] = closestOre.Name, [3] = 0.7, [4] = true}
                    game:GetService("ReplicatedStorage"):WaitForChild("_Binder_Event"):FireServer(unpack(args2))

                elseif oreTip.Name == "OreTipGiant" then
                    local args3 = { [1] = "Mining_Start"}
                    game:GetService("ReplicatedStorage"):WaitForChild("_Binder_Event"):FireServer(unpack(args3))

                    task.wait(0.5)
                    local args4 = { [1] = "Mining_MineOreP", [2] = closestOre.Name, [3] = 0.7, [4] = false}
                    game:GetService("ReplicatedStorage"):WaitForChild("_Binder_Event"):FireServer(unpack(args4))
                end
            end
            closestHighlight:Destroy()
        else
            warn("no ores found")
        end
    end

    task.wait(0.01)
end

[TESTING] Mining GO! Script Features:

Here’s the full list of features that Mining GO! scripts offer:

  • Auto Mine Ores: Mines ores for you!
  • Simple Ore ESP: Shows ores to find!

You have to walk to the ores to mine them. To stop mining, type: _G.MiningEnabled = false. To start again, just run the script!

How to use scripts?

  • Download a Script Executor – Tools like AWP.GG, Delta, Hydrogen, Kiwi, Fluxus, or Codex.
  • Attach the Executor – Connect the tool to the game process.
  • Paste the Script – Load and execute the Lua script inside the game.
  • Activate Features – Tap the execute icon to use the injected script for custom actions.

Game Details:

  • Name: Mining GO!
  • Developer: Blue Bamboo Games
  • Maturity: Minimal
  • Genre: Simulation
  • Subgenre: Incremental Simulator
←Previous: Merge for SPEED! Script Pastebin | Auto Cash (2025)
Next: Squid Game with GUNS Script Pastebin | Loop Kill All (2025)→

Search

Tora Scripts

We only publish safe and verified collection of Lua scripts for popular Roblox games like Fisch, Blox Fruits, Blue Lock: Rivals, The Strongest Battlegrounds, Murder Mystery 2, and many more.

Tags

Anime Last Stand Anime Power Anime Rangers X Anime Saga Anime Siege Anime Spirits Journey Anime Strike Simulator Anime Vanguards Arise Crossover Attack on Titan Revolution Basketball: Zero Be NPC or DIE! Blade Ball BlockSpin Blox Fruits Blue Lock: Rivals Bubble Gum Simulator INFINITY Combat Warriors Dead Rails Dead Sails Die of Death Dig it DUEL Warriors Dungeon Heroes Fire Force: Reignition Fisch Fling Things and People Forsaken Fruit Reborn GHOUL://RE Grow a Garden Hunters Jujutsu Infinite Lootify MINGLE PETS GO! Pet Simulator 99! Piggy Rebirth Champions: Ultimate Second Piece Skinwalkers [Horror] Slap Battles Tower Defense Simulator Verse Piece Volleyball Legends

latest Scripts

  • Grow A Garden Friendship Update Script | Pets Change

    Grow A Garden Friendship Update Script | Pets Change

    Jun 7, 2025
  • Steal a Brainrot Script Roblox (2025) | Auto Collect, Steal, Lock

    Steal a Brainrot Script Roblox (2025) | Auto Collect, Steal, Lock

    Jun 7, 2025
  • [🤚] Impossible Slap Tower Script | OP Auto Farm

    [🤚] Impossible Slap Tower Script | OP Auto Farm

    Jun 5, 2025
  • Steal an Anime Script (2025) | Auto Steal, Lock & More

    Steal an Anime Script (2025) | Auto Steal, Lock & More

    Jun 5, 2025
  • Dead Rails [Alpha] Script (2025) | Get Tesla Gun

    Dead Rails [Alpha] Script (2025) | Get Tesla Gun

    Jun 4, 2025

© 2025 torascripts.org – All Rights Reserved

pixel