ashayp22 / aimboosterbot

A python autoclicking bot that will beat aimbooster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aimboosterbot

A Python autoclicking bot that will beat aimbooster. Watch YouTube video with a live demo!

Setup

  1. Download this repository.
  2. Download the following Python packages:
  • time (possibly already installed)
  • threading (possibly already installed)
  • pynput
  • pyautogui

With pip, it can be done with the commands below (run in Command Prompt or Terminal).

pip install PyAutoGUI
pip install pynput

Or, if you are using PyCharm, you can use this reference.

  1. Run the python script.
  2. Visit the Aim Booster website
  3. Start a new game and then press s (start/stop autoclicking bot). You can also press e to stop running the script.

About

A python autoclicking bot that will beat aimbooster

License:MIT License


Languages

Language:Python 100.0%