now this wil spam spels with a single key pres
#ifWinActive World of Warcraft
#MaxHotkeysPerInterval 100000000
{
$1::
Loop
{
if not GetKeyState("1", "P")
break
Send 123456789
}
return
}
but i want it so it uses exorcism only on proc etc how could i add those things?
#ifWinActive World of Warcraft
#MaxHotkeysPerInterval 100000000
{
$1::
Loop
{
if not GetKeyState("1", "P")
break
Send 123456789
}
return
}
but i want it so it uses exorcism only on proc etc how could i add those things?