Back to "mining hiding" tags

Marfo's Simple Mining / Hiding script by .carfo

Created: 06/13/2026
Last Updated: about 6 hours ago
Description from the author:

This script simply mines as quickly as possible while hiding off of cooldown.

# ======================================================== # 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 endwhile

Quick Filters

Bard Quick SearchCrafter Quick SearchDexxer Quick SearchHarvester Quick SearchMage Quick SearchPVM Quick SearchPVP Quick SearchStealth Quick SearchTamer Quick Search