The Survival Game Auto Mine Nearby

Script Credit :- Better#9356
Features

Auto Mine

Showcase

MAKE SURE YOU CHANGE getgenv().axeSlot and getgenv().pickaxeSlot to the slot number you're axe or pickaxe is in (EXAMPPLE: if axe is in slot 1, do getgenv().axeSlot = 1. if pickaxe is in slot 2, do getgenv().pickaxeSlot = 2)
Auto mines nearby rocks (stone, iron, coal, etc) and auto chops nearby trees and foliage

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

getgenv().autoMineNearbyRocks = true getgenv().pickaxeSlot = 3 -- The slot your pickaxe is in loadstring(game:HttpGet("https://raw.githubusercontent.com/bardium/random/main/minenearby"))()