Fenomenon's Lunar Bear M+ Tank || Ez 3400 io || (Updated May 30)

try this and 100ms

bind gse on = and click mouse button to activate OMEGA POWER! (not mine, just use it) Profile - Drake - WoW Lazy Macros

;
; AutoHotkey Version:	1.1.33.09
; Script Version:		0.4.2
; Language:				English
; Platform:				Win10
; Author:				Drake <https://wowlazymacros.com/u/drake>
;
; Script Function:
;	Easy configure action key spam toggle with robust modifier keys support. Set your
;	activation key, and save. Start the macro by pressing that key, and insert modifiers
;	by holding down any combination of alt, ctrl, and shift. Stop the macro by pressing
;	the activation key again. A non-interactable display in the top-center of your
;	monitor will tell you if the macro is currently active (toggleable).
;
; Of Note:
;	Testing in-game found that wow does not recognize the difference between left and
;	right modifier keys in their macros. That still leaves 8 total combinations when you
;	include [nomod].
; Additionally:
;	Some modifier and hotkey combos do not work as expected. Particularly Shift+Numpad or letters
;
; Please make sure you are running the lastest version of AutoHotKey <https://www.autohotkey.com/>
;

#NoEnv                       ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input               ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

#MaxThreadsPerHotkey 3

#ifWinActive World of Warcraft ; Only run if window "World of Warcraft" is active

;================= User Configurable Values =================
actionkey := "="				; Set the ingame action key or keybind
activationkey := "XButton2"		; Set the mouse or keyboard key to start or run the macro
runms := "100"					; Set your preferred macro run time in ms
monitor := false					; Set if monitor display is active
;================= User Configurable Values =================

if (monitor)
	_mvar := ""
if not monitor
	_mvar := "hide "

CustomColor := "EEAA99"  ; Can be any RGB color (it will be made transparent below).
Gui +LastFound +AlwaysOnTop -Caption +ToolWindow  ; +ToolWindow avoids a taskbar button and an alt-tab menu item.
Gui, Color, %CustomColor%
Gui, Font, s12  ; Set a large font size (32-point).
Gui, Add, Text, vMyText cyellow, Macro: InActive`nPress:  %activationkey%`nUsing:  ctrl+shift+alt+%actionkey%
; Make all pixels of this color transparent and make the text itself translucent (150):
WinSet, TransColor, %CustomColor% 150
Gui, Show
return

Guisize:
	guiheight := A_guiheight
	guiwidth := A_guiwidth
	gui,show, % _mvar "x" (A_ScreenWidth/2) - (GuiWidth/2) " y0 w" Guiwidth " h" GuiHeight NoActivate

toggle = false

SetTimer, PressKey, %runms%

#UseHook On					; do not allow AHK to trigger these hotkeys with Send

HotKey,%activationkey%,DoToggle

#UseHook Off

DoToggle:

If (toggle := !toggle)		; toggle on/off spamming hotkey
	{
		Gosub PressKey
	}
Return

PressKey:

if not toggle
	GuiControl,, MyText, Macro: InActive`nPress:  %activationkey%`nUsing:  %actionkey%
else
	{
		if NOT WinActive("World of Warcraft") ; if NOT same window as when this loop started, then…
			WinWaitActive, World of Warcraft ; pause loop here and wait for original window to become Active again

		_keyvar := actionkey
		if StrLen(_keyvar) > 1
			_keyvar := "{" . _keyvar . "}"

		sendkey := "{Blind}"
		_temp := ""

		if GetKeyState("Ctrl", "P")
		{
			sendkey .= "{Ctrl}"
			_temp .= "ctrl+"
		}
		if GetKeyState("Shift", "P")
		{
			sendkey .= "{Shift}"
			_temp .= "shift+"
		}
		if GetKeyState("Alt", "P")
		{
			sendkey .= "{Alt}"
			_temp .= "alt+"
		}

		GuiControl,, MyText, Macro: Active`nPress:  %activationkey%`nUsing:  %_temp%%actionkey%

		sendkey := sendkey _keyvar

		Send %sendkey%
	}
return

beware this

actionkey := "="				; Set the ingame action key or keybind
activationkey := "XButton2"		; Set the mouse or keyboard key to start or run the macro
runms := "100"					; Set your preferred macro run time in ms
monitor := false					; Set if monitor display is active
monitor := false

nah, distracts

That’s a long script :sweat_smile:

I don’t think I’ll use AHK myself. I think it’s a super high ban chance from what I’ve read.

I just binged to my scroll wheel and spin it like I’m on the price is right :sweat_smile:

1 Like

i have be use AHK for last 10 year no ban at all

You are absolutely right.

Maybe you can add that in without modifiers and have a separate sequence in the OP

1 Like

@ShinyPants I’ve just released v1.5 of the sequence that now contains 3 version inspired by your request. Please see the original post for details.
(Note these are QoL updates and not rotational changes)

1 Like

i have it bound to a mouse button and click it manual

1 Like

Same. I saw people binding mouse wheel up and down. May give it a try.

1 Like

I’m noticing that Mangle is not being cast. Is that intended?

1 Like

Mangle, swipe, and maul are left out on purpose.

This sequence is for a very specific type of build for the Guardian druid that only uses a limited move set due to how the talents impact them.

This guy explains it better than I can so check him out:

No Apex Guardian Druid - The Complete Masterclass M+ Guide

1 Like

I hit 2800 score in one long session today at least key 11 max I did key 13. No sweat or tears.

From ilvl 230 to ilvl 280.

Damage is insane for a tank.

1 Like

Heck yeah @Sumuabum!!
I’m happy to hear it works so well for you.

Let us know as you progress. :flexed_biceps:t3:

I dont know if your sequence is to long but i cant importt

1 Like

@bhawk_1499 Let me look into this, clean it up, maybe release a new beta version I’ve been testing. Be back asap!

v1.6 has been released and info in the main post along with new demo videos.

This sequence is so much fun man thanks for the work. What key level are you up to now?

1 Like

Thank you for the feedback @Retadin
I just did my first 16. I’ll have the video up tomorrow.

1 Like

hey

i cant import new macros? i am noob for these thingys i have 1-1.3 version only but i want v1.6 plz help

1 Like

Have you tried deleting the current one and then installing the new one after?

Think this could 100 percent be used higher.

I did a 17 today. Definitely think it could go higher. I just have to get better at picking team members. :sweat_smile: