5t-RawBeRry / APEX_AIMBOT

This is a YOLOV7 based APEX and CSGO Aimbo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is a YOLOV7 based APEX and CSGO Aimbot apex csgo Note: This is an educational purposes only software, do not use it for any commercial or illegal purposes, we will not be responsible for any unauthorized usage of this software

If you like it, please give me a star, thanks!

Features

  • Model can differentiate the enemy and friend
  • PID smooth moving
  • Individual process to display detection results in real time
  • Customize personalized settings through config file
  • Tensorrt speed up (solving the shaking problem when speed is fast)
  • Encrypt onnx and trt model
  • Manage users using http://www.ruikeyz.com/
  • Save screenshot while locking or detected -> collect new dataset (false positive and negative)
  • Annotate images using current models -> faster annotation
  • Package to exe

Environment

My envrionment uses python3.7

conda create -n apex python=3.7
conda activate apex
pip install pipwin
pipwin install pycuda
pip install -r requirements.txt

Install cuda11.8 with tensorrt following the NVIDIA official instructions

Export pt to onnx (This repo provides the onnx model, thus ignore)

python utils/export_pt_to_onnx.py --weights weights/best.pt --grid --end2end --simplify --topk-all 12 --iou-thres 0.65 --conf-thres 0.35 --img-size 640 640

Run

Running for apex (default hold left/right button to auto aim):

python apex.py

Running for csgo (default hold side button to auto aim and shoot):

python csgo.py

You can get the customized settings in configs/apex.yaml or configs/csgo.yaml, set your suitable smooth hyperparameter

Annotate the dataset using current model

python utils/anno_imgs.py --data_dir your_dataset_dir --engine_path your_trt_engine_path

Contact

If you require an executable .exe program, you can obtain the .exe program by joining our QQ group with the ID 644134220.

qq_group

Support Author

ETH/USDT (ETH/ERC20): 0x51d9a6F1323ec7ACbd015B02B4EaDa88a90473ef

About

This is a YOLOV7 based APEX and CSGO Aimbo


Languages

Language:Python 88.5%Language:C++ 8.5%Language:Jupyter Notebook 2.1%Language:Shell 0.4%Language:CMake 0.4%Language:Dockerfile 0.2%