Originally Posted by Skyhoof
#ifWinActive World of Warcraft
{
$2::
Loop
{
if not GetKeyState("2", "P")
break
Send 2
sleep 1
}
return
$6::
Loop
{
if not GetKeyState("6", "P")
break
Send 6
sleep 1
}}
return
|
Just to interject with a nub question. I'm not very familiar with writting code, but would the above code loop both the "2" key and the "6" key?