[Pre-Alpha Build] A computer vision based aimbot that detects, tracks and targets opposing player models.
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.
conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge
git clone https://github.com/RyanSawchuk/cv-aimbot.git
python -m pip install -r requirements.txt
python aimbot.py
Exit key: '='
Toggle firing key: '-'