Skip to content

ohmwraith/afk-clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Anti-AFK Сlicker

Anti-AFK Clicker is an application designed to prevent AFK-kick for multiplayer games by automatically performing mouse clicks at specified intervals. This application can be useful, for example, when using a computer for work or content consumption on the internet to avoid automatic screen lock or entering sleep mode.

image

Features

  • Automatic mouse click at defined intervals.
  • Configurable minimum delay between clicks.
  • Option to add random deviation to the delay to simulate more natural activity.
  • Display of the number of clicks made and elapsed time.

Usage

  1. Run the Anti-AFK Clicker application.
  2. Adjust the parameters of the minimum delay and random deviation.
  3. Click "Start Clicking" to begin automatic mouse clicking.
  4. Click "Stop Clicking" to stop the clicker.

Dependencies

  • Python 3.x
  • Libraries: customtkinter, pyautogui

Installation

You can download the precompiled executable (.exe) file from the Releases page.

If you prefer to run the application from source, follow these steps:

  1. Clone the repository
  2. Install the necessary dependencies: pip install customtkinter pyautogui
  3. Run the application: python anti_afk_clicker.py