Mining Simulator 2 Script | AUTO EQUIP

Created by Ego

Features:

  • AUTO EQUIP
getgenv().a = true
while getgenv().a == true do
local ohString1 = "Tool"
local ohString2 = "Wooden Pickaxe"
game:GetService("ReplicatedStorage").Events.EquipItem:FireServer(ohString1, ohString2)
wait(1)
end