Results 1 to 5 of 5
  1. #1
    DagothUr's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    403
    Reputation
    10
    Thanks
    31

    Unhappy AutoClicker Help

    Hi, I am having difficulties making an autoclicker that activates when the left mouse button is pressed and deactivates when it is let go.

    Is this even possible? I know you can hotkey but I have difficulties making my visual studio recognise leftmouse button as a key (as in it doesnt work).

    All in all is anyone working on a script that can do this and can I grab the source code as I would like to study it and see where I went wrong.

    [if it helps, and I know it probably wont, I am running windows 7 64bit]

    Can I have some assistance?

    Thanks.

  2. #2
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    the one M_T_H made work
    but the hotkey is "X" which is kind ditticult to use but it still working

  3. #3
    DagothUr's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    403
    Reputation
    10
    Thanks
    31
    Actualy I would love the sorce for that. Anyone got it?

    Edit:
    I have found a working code that works on every other program than AVA. It just doesnt get through.

    Ins::Suspend
    LButton::
    Loop
    {
    SetMouseDelay 10
    Click
    If (GetKeyState("LButton","P")=0)
    Break
    }

    By get through I mean when I start the game the program is still active outside it. Any ideas how AVA is blocking it out and how to bypass this?
    Last edited by DagothUr; 04-18-2011 at 05:10 PM.

  4. #4
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    Quote Originally Posted by DagothUr View Post
    Actualy I would love the sorce for that. Anyone got it?

    Edit:
    I have found a working code that works on every other program than AVA. It just doesnt get through.

    Ins::Suspend
    LButton::
    Loop
    {
    SetMouseDelay 10
    Click
    If (GetKeyState("LButton","P")=0)
    Break
    D

    By get through I mean when I start the game the program is still active outside it. Any ideas how AVA is blocking it out and how to bypass this?
    ava is kind gay, it have self lock or what ever
    you have to use something force it to go in
    ask m_t_h he made one before

  5. #5
    DagothUr's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    403
    Reputation
    10
    Thanks
    31
    I'll PM him or whatever; but yeh. AVA is kinda gay like that :/