Marfo's Simple Mining / Hiding script by .carfo
Related: Miningmining hiding
Description from the author:
# ========================================================
# Attended Mining & Hiding Script (Outlands) - Max Speed
# ========================================================
while not dead
# --- 1. EQUIP PICKAXE IF NOT HOLDING ONE ---
if not findlayer self righthand
dclicktype 3718 backpack
wait 400
endif
# --- 2. HIDE (cooldown controlled) ---
if not hidden
if skill 'Hiding' > 30
if not timerexists 'hideTimer'
createtimer 'hideTimer'
endif
if timer 'hideTimer' > 10000
useskill 'Hiding'
settimer 'hideTimer' 0
endif
endif
endif
# --- 3. MINE ---
clearsysmsg
if findlayer self righthand as tool
dclick tool
else
overhead '!! NO TOOL EQUIPPED !!' 34
stop
endif
# --- 4. MINIMAL WAIT - just enough for server to register ---
wait 100
if insysmsg 'You have completely exhausted' or insysmsg 'You do not see any'
overhead 'Spot depleted - move!' 88
endif
endwhileThis script simply mines as quickly as possible while hiding off of cooldown.








