AI aimbots represent the biggest leap in cheat technology since wallhacks. They use the same computer vision that powers self-driving cars — neural networks that identify objects in images in real-time.
What is YOLO?
YOLO (You Only Look Once) is a family of neural network architectures for real-time object detection. Originally created for autonomous vehicles, YOLO models identify and locate objects in a single forward pass. Skyrant supports every version from v5 through v26.
How It Works in Gaming
- Screen Capture: DXGI Desktop Duplication at up to 240 FPS, no injection
- Preprocessing: Frame resized to model input (320px for speed, 640px for accuracy)
- Inference: YOLO processes frame, outputs bounding boxes around players
- Target Selection: Nearest, largest, or highest-confidence detection selected
- Aim Calculation: Offset from crosshair to target converted to mouse/stick input
- Input: Via NtUserInjectMouseInput or hardware devices
Why Anti-Cheats Can't Detect It
The entire pipeline is external. Screen capture uses a standard Windows API. Neural network inference runs on your GPU/CPU. Mouse input uses the same mechanism as any input device. Nothing for anti-cheat to hook into.
Custom Models
Load any custom YOLO model trained on specific games. Models auto-optimized — opset compatibility, FP16/FP32 precision, and tensor names all auto-detected.