Fastclicker Exe Download

broken image


  1. Fast Mouse Clicker For Windows

FAST Auto Clicker. Fast Auto Clicker is a free piece of software allowing you to force your mouse to click at a specific speed per second without any effort by you! The software is clean and simple and most importantly, FREE! Fast Auto Clicker is crazy fast! Make it any speed you want! A tool that clicks the mouse extremely quickly. Using keyboard keys (or mouse buttons) as the trigger, you can position the mouse, then hit a key to click up to 9999 times every second. Free download page for Project fastclicker's FastClicker.exe.A tool that clicks the mouse extremely quickly. Using keyboard keys (or mouse buttons) as the trigger, you can position the mouse, then hit a key to click up to 9999 times every second.

The Fastest Mouse Clicker for Windows

Updated Mar 10 2021.

The Fastest Mouse Clicker for Windows uses arrayed Win32 SendInput() API to reach 100000 cps. Supports command line, random clicks and record/play sequences of clicks.

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 record-play the sequences of clicks.

Official Download ( mirror ) - The latest version 2.6.1.0 - Oct 19 2020

New big version with FIXED POSITION CLICKING has been released!

Warning

Please update your URLs:
https://sourceforge.net/projects/fast-mouse-clicker-pro/
https://sourceforge.net/projects/fastclicker/
are obsolete and points to the wrong locations.
Official site is here.

Table of Contents

  • Source Code - updated on Nov 25 2020
  • Screenshots - updated on Oct 20 2020
  • Partners - updated on Nov 06 2020
  • Video Reviews From Our Users - added on Aug 28 2020
  • Frequently Asked Questions (FAQ) - updated on Nov 02 2020

What's New - The latest version 2.6.1.0 - Oct 19 2020

'Single' application'Group' application

ChangeLog

  • Long waiting new feature FIXED POSITION CLICKING!
  • Live current mouse position indicator.
  • Fixed blurred GUI texts on 4K screens.
  • Fixed wrong question about close old application during installation.
  • Few minor bug fixes.

Found a bug? Create issue!

Official Download ( mirror )

Introduction

This is the official site to download various versions of The Fastest Mouse Clicker for Windows. Also there is official mirror.All the versions are shipped with SHA256 fingerprints to ensure you do download the genuine software.

Auto

Industry standard free open source mouse auto clicker emulates Windows clicks EXTREMELY QUICKLY via arrays of 1-1000 mouse events in Win32 SendInput(), making up to 100 000 clicks per second. Brand new group clicking support, Command line for batch files, Auto-save on exit, Random clicking, App's window always topmost are supported. This compact standalone program is compiled and statically linked by gnu/gcc compiler and supports all the Windows 7 to 10 and Linux via Wine emulator. This clicker is the best for incremental games: Cooking, Soda, Minecraft etc.

The program is written in vanilla C++ with native Win32 API and linked statically thus it becomes a super-compact executable without external dependencies and can run on a bare Windows installation.

Here is a short intro video that tells how to download and install The Fastest Mouse Clicker for Windows.Also it shows basic quick-start guide to use automated clicks. Your browser does not support the video tag.Watch intro to The Fastest Mouse Clicker for Windows in Youtube.

There are a lot of use-cases of The Fastest Mouse Clicker for Windows.Amateurs can use it for cheating in various web sites or video games such as Counter-Strike: Global Offensive (CS:GO), Candy Crush Saga, Roblox games, etc.Professionals can use it for quality assistant and testing purposes because full support of command line in batch files, PowerShell scripts, etc.

Features

  • The world's best click rate up to 100 000 clicks per second, increased by 10 times comparing with the predecessor application 'Fast Mouse Clicker'. The latest version with fixed performance issue is 100 times faster!

  • Utilizes batch-array feature of SendInput() and manipulates with Sleep() to reach the ultimate possible performance of mouse clicks on Windows.

  • The Left, Middle, and Right mouse buttons are supported, they can be triggered for clicking by a key on the keyboard in a press or toggle mode.

  • Arbitrary keyboard key can be selected to trigger the clicking process. Furthermore, an another mouse button can play a role of a trigger key.

  • Different independent trigger keys to begin/end the clicking in toggle mode.

  • The program works fine even if it is minimized and also it operates on an arbitrary desktop area. The program can stop to ckick automatically, if a certain number of clicks is given by end-user.

  • This is free, open source application without ads, viruses, trojans, malware, etc. forever.

  • The program has built-in updater service under construction that may perform additional scientific tasks when your CPU is idle with very tiny CPU and Internet usage. See source code of the installer. The application uninstalls clearly and is NOT a virus or malware. You may switch to the installers without update service and back with in any moment.

  • The application can be used on a bare system, it does not depend on .NET Framework or any other external library as 'Speed AutoClicker', 'Fast Clicker', etc.

  • Command line has been supported: TheFastestMouseClicker.exe -c -t -m -b

  • Button 'Batch folder' has been added to open a directory with *.bat files quickly; it simplifies command line usage a lot.

  • Fractional values for clicks/s parameter are supported. For example, 0.5 clicks/s equals to 1 click every 2 seconds.

  • Random clicking has been implemented. Just click the 'Batch folder' button and see remarks in the *.bat files reside there in order how to use command line arguments and to enable random clicking.

  • Group clicking (record/play the sequences of clicks) supported via additional application since v.2.5.3.2. You can quickly switch between the applications by clicking the 'Run group app'/'Run single app' button.

  • Window Always Top checkbox to keep the app's window topmost.

Comparison

What about other auto-clickers and their features?Here is the table that summarizes all the key features of 3 most downloaded programs.

FeatureFast Mouse ClickerAutoClickerThe Fastest Mouse Clicker for Windows
Open source projectNoYesYes
Regular updates and bug fixesNoNoYes
Arbitrary trigger key for clickingYesYesYes
Mouse button as trigger key for clickingYesNoYes
Independent trigger keys in toggle modeNoYesYes
All the clicking parameters auto-saveNoYesYes
Group clicking (record-play the sequences of clicks)NoYesYes
Command line support in batch filesNoNoYes
Button to open a folder with all the batch filesNoNoYes
Button to reset all the clicking parameters to default valuesNoNoYes
Random clicking in a specified rectangleNoNoYes
Hardware-limited fastest clicking via arrayed SendInput()NoNoYes
Side DLL/runtime independent (runs on bare Windows)NoNoYes
Checkbox to keep the app window always TopNoNoYes

The Fastest Mouse Clicker for Windows wins this competition because its code is a further developing of the rest 2 popular apps.

Technology

Unlike other auto-clickers that use obsolete mouse_event()system call from C/C++ source or un-arrayed SendInput() from C#/.Net source, The Fastest Mouse Clicker for Windows usesarrayedSendInput() with specially prepared arrays of mouse events:

The size of the arrays is carefully computed based on the click rate given by end-user. To avoid system event bufferoverflow, the time in Sleep() is selected properly according the size of the array.

The GUI of the application seems archaic, but it is made by very base Win32 system callsto avoid performance degradation caused byhigh-level third-side libraries such as Qt or slow managed code in frameworks like C#/.Net.For example, GetAsyncKeyState() is used to detect the trigger keys pressed by end-user:

Another benefit of such an approach is compact, statically-linked executable without any external dependencies.

When end-user selects low click rates, actual size of the array of mouse events in SendInput()is set to 1 and number of clicks per second is regulated by Sleep() only.But when end-user selects high click rates, the size of the array becomes significant. In rare circumstances, it may lead to freeze the whole Windows GUI.To avoid that, the helper thread is created to scan GetAsyncKeyState() independently in order end-user has requested to stop the clickingand force BlockInput() because mouse event buffer may be full:

Source Code

Complete source code with comments of any version given is shipped with each Windows installer or can be watched onGitlab.

Screenshots

Screenshots for the latest version 2.6.1.0 are here!

  • The Fastest Mouse Clicker for Windows version 2.6.1.0: introduce the 'FIXED POSITION CLICKING' feature.
  • The Fastest Mouse Clicker for Windows version 2.6.1.0: the brand new Group App in details.
  • The Fastest Mouse Clicker for Windows version 2.6.1.0: running under Wine 4.0.2/Linux(CentOS 6).
  • The Fastest Mouse Clicker for Windows version pre-2.5.x.x family: what's old but important.
  • The Fastest Mouse Clicker for Windows version 2.6.1.0: completely hand-made art by the clicker application.

Partners

  • Bytesin, Your Daily Dose of Bytes

  • Chocolatey, The Package Manager for Windows

  • Github, Built for Developers

  • Gitlab, Simplify Your Workflows

  • Lamerkomp, Download Freeware without Registration

  • Majorgeeks, It's Geekalicious

  • OSDN, Develop and Download Open Source Software

  • Softpedia, Free Downloads Encyclopedia

  • Top 10 Mouse Auto Clickers Most Honest Rating, The Most Honest Rating of Existing Autoclickers

  • Uptodown, Download Discover Share

Video Reviews From Our Users

Wolf0626, young vlogger shows how he downloads, installs and runs The Fastest Mouse Clicker for Windows on his PC. Your browser does not support the video tag.Watch the review video 'How to Download the fastest mouse clicker for windows!!!' in Youtube.

BullyWiiPlaza, experienced youtuber shows how he cheats extra scores with The Fastest Mouse Clicker for Windows in his mature gameplay. Your browser does not support the video tag.Watch the review video '[Yu-Gi-Oh! Duel Links] The Fastest Auto Clicker for Windows Gameplay' in Youtube.

Frequently Asked Questions (FAQ)

Does the clicker work when its main GUI window is minimized?

Yes, it does. Trigger keys are being intercepted and mouse events are being emittedregardless the application window state is: normal, maximized, minimized, focus, blur, etc.

What if I want to emulate 2 clicks within every 3 seconds, what the ‘clicks per second' parameter should be?

You have to type 0.67 inside ‘clicks per second' input field. Just click on it, delete previous value, and type new one.

What is minimal Windows version supported?

Your PC must have Windows 7 or later. Don't use Windows XP. Better use Windows 10.

When I open many windows simultaneously on my desktop and start to emulate mouse clicks, I lose the GUI window of the app. Why?

That's because you forget about checkbox named 'Window Always Top'. It is specially designed to prevent such a situation.Once you check it, main GUI window of the program will be layered always topmost (above all the other windows on your desktop).

Is this FAQ nearly complete?

Oh no :) It has been just started. Feel free to ask your question via email. See the Contacts chapter below.

Downloads

  • Oct 19 2020 - Windows installer (32/64-bit): Install_TheFastestMouseClicker_2.6.1.0.exe ( mirror )

SHA256(Install_TheFastestMouseClicker_2.6.1.0.exe)= eb6a79fcecb598b626b10d34951d6b51b7c56af25c340a59c208b879f3d2e151

  • Aug 01 2020 - Windows installer (32/64-bit): Install_TheFastestMouseClicker_2.5.4.0.exe

SHA256(Install_TheFastestMouseClicker_2.5.4.0.exe)= 738058b7dc1e95b963860e5797bab5761a8801bda90feb0311c038e98477cc31

  • Jul 15 2020 - Windows installer (32/64-bit): Install_TheFastestMouseClicker_2.5.3.3.exe

SHA256(Install_TheFastestMouseClicker_2.5.3.3.exe)= 55bde08c90989d4dbeb9602d93b3c7bcb3645135281e1b64c32d59521799836b

  • Jun 17 2020 - Windows installer (32/64-bit): Install_TheFastestMouseClicker_2.5.3.2.exe

Video downloader for ubuntu 18 04. SHA256(Install_TheFastestMouseClicker_2.5.3.2.exe)= 58854af05b2024ce39078d828228d512548212fc3283c511c1a16c19c844bf06

  • May 06 2020 - Windows installer (32/64-bit): Install_TheFastestMouseClicker_2.5.1.0.exe

SHA256(Install_TheFastestMouseClicker_2.5.1.0.exe)= cb13c125212feb8241f4a4258919781d546084f0f19862ad11f07a3e95004577

  • Apr 22 2019 - Windows installer (32/64-bit): Install_TheFastestMouseClicker_2.0.0.0.exe

SHA256(Install_TheFastestMouseClicker_2.0.0.0.exe)= c12fbeee1a12ce598bcd1f6b39872abcbcfc89d2b21d235882ca479fd26a324a

Contacts

[email protected]

Fast Mouse Clicker For Windows

Copyright 2016-2021 by Open-Source.tech.





broken image