Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 12 of 12
  1. #11

    Default

    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.

  2. #12

    Default

    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.
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •