yeah just like anders1993 good job !![]()
yeah just like anders1993 good job !![]()
I didn't know AutoHotkey could actually read from a process - for example, seeing if something is targeted.
Please post the code so far.
as already said, because you have to push a key, blizz doesnt consider it botting, and keep us updated, this is really interesting
on a side note ahk can be used as a one key rotation or even for 1-10 which i use instead of spamming my keyboard
{
$1::
Loop
{
if not GetKeyState("1", "P")
break
Send {1}
sleep 50
}
return
}
sleep, 50
{
$LAlt::
Loop
{
if not GetKeyState("LAlt", "P")
break
Send {1}{2}{3}{4}{5}
sleep 50
}
return
}
sleep, 50