View Single Post
Old 05/18/08, 8:13 PM   #12 (permalink)
Macblade
Piston Honda
 
Draenei Shaman
 
Windrunner
Originally Posted by Skyhoof View Post
#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?
 
User is offline.
Reply With Quote