Attachable Clicker is a sophisticated automation tool designed for Windows, allowing users to automate click inputs with precision. It can attach to any window using its Hardware ID (HWID), enabling automation without the need for the window to be in focus; it can even be minimized.
- Window Attachment: Securely attaches to windows using their Hardware ID (HWID) for targeted and precise automation.
- Customizable Click Patterns: Allows users to record specific click patterns and replay them continuously or for predetermined durations.
- Discord Integration: Offers support and anomaly reporting directly via Discord.
- Anomaly Detection: Identifies and reports user-defined anomalies, ensuring reliable automation of click patterns.
- Download the latest release from the Release page.
- Extract the files to your preferred location on your Windows device.
- Run the executable file to launch the application. Please ensure the software is running with administrator privileges to enable it to send clicks.
Ensure you have Visual Studio Compiler installed on your Windows machine. If you haven't installed vcpkg yet, follow these steps:
-
Clone the vcpkg repository:
git clone https://github.com/microsoft/vcpkg.git
-
Navigate to the vcpkg directory:
cd vcpkg
-
Bootstrap vcpkg:
.\bootstrap-vcpkg.bat
-
Install dependencies:
vcpkg install opencv dpp qt5
To compile the project, follow these steps:
-
Open a command prompt and navigate to the root directory of your project.
-
Run the following command to configure the project:
cmake -G "Visual Studio 17 2022" -DCMAKE_TOOLCHAIN_FILE=path_to_your_vcpkg/scripts/buildsystems/vcpkg.cmake -B build
-
Once the configuration is complete, build the project with:
cmake --build build --config Release
To get started, follow these steps:
-
Get the Docker image from Docker Hub: Attachable Clicker Docker Image
-
Clone the repository inside the Docker container and build the project:
mkdir build && cd build && cmake .. && make
To begin using the Attachable Clicker, follow these setup steps:
Note: It is essential to run the application as an administrator to ensure full functionality.
- Option 1: Open the Task Manager, locate the Process ID (PID) of the window you wish to automate.
- Option 2: Use the "Select Window" feature to click on the window directly. (If you choose this option, skip Step 2.)
- Input the window's title into Attachable Clicker.
- Click 'Attach to Window'. A green 'Success' message indicates a successful attachment. If not, verify your inputs.
- Click 'Record' to log the desired click patterns you want to automate.
- Register a discord bot using the provided bot token and channel ID.
- Add the anomalies you wish to monitor.
- Activate the clicker to begin sending automated clicks to the attached window.