mirror of
https://github.com/RootKit-Org/AI-Aimbot.git
synced 2025-06-21 02:41:01 +08:00
10 lines
496 B
Markdown
10 lines
496 B
Markdown
# This is an example using yolov8 with a transparent overlay window
|
|
|
|
About the model:
|
|
- It uses yolov8
|
|
- It is compatible with pytorch, onnx, and tensorrt
|
|
- It uses multiprocessing and data streaming to enhance performance
|
|
- It doesn't do any aiming, that is up to you
|
|
- Ensure you pip install all the requirements, you can figure them out
|
|
- Try using pygame with your own overlay graphics like activation state or fps
|
|
- Overlays will not display on top of applications running in fullscreen mode |