windows-2048 / The-Fastest-Mouse-Clicker-for-Windows

Free and fast, open source, full-featured, statically-linked mouse auto clicker for Windows written in vanilla C++. Uses hardware-limited arrayed Win32 SendInput() calls to reach up to 100000 clicks/s. Supports command line, random clicks and sequences of clicks. 2024 is the project's 8th ANNIVERSARY.
https://windows-2048.github.io/The-Fastest-Mouse-Clicker-for-Windows/
GNU General Public License v3.0
157 stars 31 forks source link

New features and bug report #8

Open nightfury96 opened 3 years ago

nightfury96 commented 3 years ago

hi first of all, thank u for this great work it is really fast in single-mode can u plz add some feature that many auto clickers have? 1- Start timer (start at specific local system time) 2- bring adjusting click position in single mode (full speed) Or Bring Click Speed Parameter like Single-Mode in group mode because group-mode is so slower than single (with 1ms interval it gets 62 CPS) 3- add double left-click. it brings more speed for cps near double speed (in other auto clickers ) there is a bug in the start and stop of actions some time it doesn't start or stop

windows-2048 commented 3 years ago

Thank you very much! 1 - it is quite easy to implement, I'll do it in one of the nearest releases. 2 - Can't understand what you mean, please explain more; I agree Group App is much slower than Single one, but has no idea what you really want... 3 - There is no need for that, just select the clicking rate 1000 or more - SendInput() receives a whole array of N clicks instead of 1 or 2 clicks. BUG - yes, I can reproduce it - will be fixed in the next release.

On Mon, Sep 28, 2020 at 4:25 AM nightfury96 notifications@github.com wrote:

hi first of all, thank u for this great work it is really fast in single-mode can u plz add some feature that many auto clickers have? 1- Start timer (start at specific local system time) 2- bring adjusting click position in single mode (full speed) Or Bring Click Speed Parameter like Single-Mode in group mode because group-mode is so slower than single (with 1ms interval it gets 62 CPS) 3- add double left-click. it brings more speed for cps near double speed (in other auto clickers ) there is a bug in the start and stop of actions some time it doesn't start or stop

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/windows-2048/The-Fastest-Mouse-Clicker-for-Windows/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACMGUBRZQXEYK5BDXVBY6BTSIBB6LANCNFSM4R4GTEIA .

nightfury96 commented 3 years ago

oh thank u i will waiting 😊 for second request because of slow click speed in group mode can u add click position in single mode now it just click where the pointer is but it is better if we have option to adjust x y position for click in single mode instead of current mouse pointer position

On Tue, Sep 29, 2020, 16:18 WIN-2048 SOCIETY CLUB notifications@github.com wrote:

Thank you very much! 1 - it is quite easy to implement, I'll do it in one of the nearest releases. 2 - Can't understand what you mean, please explain more; I agree Group App is much slower than Single one, but has no idea what you really want... 3 - There is no need for that, just select the clicking rate 1000 or more - SendInput() receives a whole array of N clicks instead of 1 or 2 clicks. BUG - yes, I can reproduce it - will be fixed in the next release.

On Mon, Sep 28, 2020 at 4:25 AM nightfury96 notifications@github.com wrote:

hi first of all, thank u for this great work it is really fast in single-mode can u plz add some feature that many auto clickers have? 1- Start timer (start at specific local system time) 2- bring adjusting click position in single mode (full speed) Or Bring Click Speed Parameter like Single-Mode in group mode because group-mode is so slower than single (with 1ms interval it gets 62 CPS) 3- add double left-click. it brings more speed for cps near double speed (in other auto clickers ) there is a bug in the start and stop of actions some time it doesn't start or stop

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < https://github.com/windows-2048/The-Fastest-Mouse-Clicker-for-Windows/issues/8 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ACMGUBRZQXEYK5BDXVBY6BTSIBB6LANCNFSM4R4GTEIA

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/windows-2048/The-Fastest-Mouse-Clicker-for-Windows/issues/8#issuecomment-700679509, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADK5JCGKUCYHOPTD5ZIDVV3SIHJQ7ANCNFSM4R4GTEIA .

windows-2048 commented 3 years ago

Now I've understood you. You just need to specify a fixed position on the screen for clicking. This work is in progress already. Other users did request this feature too.

nightfury96 commented 3 years ago

ok thank you so much 🙏🙏🙏

On Thu, Oct 1, 2020, 16:23 WIN-2048 SOCIETY CLUB notifications@github.com wrote:

Now I've understood you. You just need to specify a fixed position on the screen for clicking. This work is in progress already. Other users did request this feature too.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/windows-2048/The-Fastest-Mouse-Clicker-for-Windows/issues/8#issuecomment-702113360, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADK5JCG3TJMDG5FC4VW4QPDSIR3TRANCNFSM4R4GTEIA .

windows-2048 commented 3 years ago

The new feature FIXED POSITION CLICKING has been implemented in v2.6.1.0. Now you can see current mouse coordinates. When you press F9 key, special batch file named "run_clicker_with_fixed_position.bat" is generated, and the folder with it is opened. Batch file reflects all the clicking parameters you set on the GUI in the command line.

To start fixed position clicking you just need to close the clicker app and execute "run_clicker_with_fixed_position.bat".

nightfury96 commented 3 years ago

The new feature FIXED POSITION CLICKING has been implemented in v2.6.1.0. Now you can see current mouse coordinates. When you press F9 key, special batch file named "run_clicker_with_fixed_position.bat" is generated, and the folder with it is opened. Batch file reflects all the clicking parameters you set on the GUI in the command line.

To start fixed position clicking you just need to close the clicker app and execute "run_clicker_with_fixed_position.bat".

thank u FIXED POSITION CLICKING is complicated but ok when setting "click start time" will come out?