Quote Originally Posted by aasi888 View Post
Code:
~a::
While GetKeyState("a","P")
   {
      If GetKeyState("a","P") = 1 ;
      {
         ControlSend,, {a}, ahk_id %idClone%
         Sleep, 50
      }
   }
return
I thought clickers were not allowed in wow? Is this true? This kind of keyspam might be easily detected since the constant 50ms delay.
I don't know what that code does, but delays and loops are not allowed.