Skip to content

Ethan-Genser/Clicker_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Clicker_Bot

A simple, light-weight autoclicker bot.

Prerequisites

Before you can run this program, ensure that you have the following software installed and functional:

  • AutoHotkey 1.1.29.00 or newer:
  • Note: this proram has not been tested with AutoHotkey version 2 and may not function properly if run using this version of AutoHotkey.

Installing

  1. Download the source code from this repository.
  2. Ensure that a supported distribution of AutoHotkey is installed. If you do not have AutoHotkey installed or you using an unsupported version, you can install the lastest version at the official webite or the GitHub repository.

Running

Locate clicker.ahk: and run the program using any of the supported AutoHotkey distributions listed above. Once the program is running, you may press any of the following keys to start autoclicking. Press the key a second time to stop clicking.

  • F8: Autoclicks the left mouse button.
  • F9: Autoclicks the right mouse button.

By default, the program has a 1500 milisecond delay between clicks. If you wish to alter this delay, change the constant value on line 19 of clicker.ahk:.

File Summaries

Bellow is the a list of each program file and a brief explanation of its role:

Authors

License

This project is licensed under the Apache License Version 2.0 - see the LICENSE file for details.