Skip to content

Timurkaaa123/AimLabs-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AimLabs-Bot

A bot that uses computer vision to aim in the game AimLabs


Installation

  1. Clone the repository
git clone https://github.com/Timurkaaaaaaa/AimLabs-bot.git
  1. Create a virtual environment
python3 -m venv .venv
  1. Activate the virtual environment
# Windows
.venv/scripts/activate

# Linux/MacOS
source .venv/bin/activate
  1. Download the required modules
pip install -r requirements.txt
  1. 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
  1. Make changes to config/config.py

Tip

In the AimLabs settings it is recommended to set the sensitivity to 1

  1. Run the run.py file
python3 run.py

Inspiration

Inspired by Priler/aimlabbot

About

A bot that uses computer vision to aim in the game AimLabs

Topics

Resources

License

Contributing

Stars

Watchers

Forks