This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to make a mouse autoclicker?

if(radio_data[APP_MOUSE_BUTTONS]==0x09)
        {

}
        else if(radio_data[APP_MOUSE_BUTTONS]==0x0A)
        {

         }


how to modify the button to autoclicker? Thanks!

Parents
  • Hello,

    Why do you want to code the autoclicker program?

    There are already many autoclicker software available on the internet. They can complete your task easily.

    I have the source code of autoclicker in Python, If you need it, then let me know.

    Also, I am using this autoclicker for the last couple of years. It is totally easy to customize, Just put the values there, and all done. 

    I think this is something you are looking for.

    https://autoclicker.io/

Reply
  • Hello,

    Why do you want to code the autoclicker program?

    There are already many autoclicker software available on the internet. They can complete your task easily.

    I have the source code of autoclicker in Python, If you need it, then let me know.

    Also, I am using this autoclicker for the last couple of years. It is totally easy to customize, Just put the values there, and all done. 

    I think this is something you are looking for.

    https://autoclicker.io/

Children