This computer vision aimbot provides character detection and targeting for video games that use humanoid character models. This aimbot approach is targeted at cloud hosted games as they are immune to tradisional cheats. Tradisional cheats require access to client side process memory, object code and network traffic. With cloud hosted games the user has no way to tamper with the internals of the game.
This project is mainly a proof of concept as the computational requirements and level of performance renders this approach infeasible. For an overview of how this aimbot functions, see the METHODOLOGY.md file.
- Python3
- Cuda toolkit v11 if using an Nvidia GPU:
conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge
- Clone the repo:
git clone https://github.com/RyanSawchuk/cv-aimbot.git
- Install Python packages:
python -m pip install -r requirements.txt
python aimbot.py
Exit key: '='
Toggle firing key: '-'
- CLI argument for mirror screen size.
- Record filtered screen capture.
- Finiky toggle firing key.
- Some applications dont allow mouse movements.