A bot that uses computer vision to aim in the game AimLabs
- Clone the repository
git clone https://github.com/Timurkaaaaaaa/AimLabs-bot.git - Create a virtual environment
python3 -m venv .venv - Activate the virtual environment
# Windows .venv/scripts/activate # Linux/MacOS source .venv/bin/activate- Download the required modules
pip install -r requirements.txt - Download OBS, create a scene with the AimLabs window source and turn on the virtual camera
Tip
Recommended settings:
- Output resolution: 1280x720 or less
- Frame rate: 30 or more
- Make changes to
config/config.py
Tip
In the AimLabs settings it is recommended to set the sensitivity to 1
- Run the run.py file
python3 run.py Inspired by Priler/aimlabbot