MODS with AHK

Hi All,

I’m using a very basic AHK script:

toggle = 0
#MaxThreadsPerHotkey 2
#ifWinActive World of Warcraft
{
$2::
Toggle := !Toggle
While Toggle{
Send {2}
sleep 80
}
return
}

and I just copy/paste that if I have more than one macro I need spammed.

I’m just wondering if there is something I have to put in AHK to get MODS to work. EG. One of the shadow priest profiles states press ctrl to re dot shadow word: pain but when I press it nothing ever happens.

Thanks :slight_smile: