Docs
How to run ClawAim on your PC. Keys activate in the app, not here.
Requirements
- Windows 10 or 11 only.
- Python 3.10+ for source runs (run.bat prefers py -3.10).
- PyQt6, torch, ultralytics, onnxruntime, bettercam, mss, numpy, opencv-python, pywin32.
- NVIDIA GPU strongly recommended for TensorRT .engine. Optional: wmi, pyserial, onnxruntime-gpu, CUDA Toolkit + TensorRT (ClawRT).
- Your YOLO detect model as .onnx or a .engine built for this GPU.
YOLO, ONNX, and engines
Detection is YOLO object detection on a center crop. That is the AI step. Live inference loads only a TensorRT .engine or an ONNX .onnx. A .pt file is for export only.
.engine is TensorRT: fastest, NVIDIA GPU, built for this card and TensorRT version. Needs ClawRT (CUDA + TensorRT). Prefer this if both files exist.
.onnx is the portable YOLO export. Import in Setup. Works without TensorRT. Subscribers start here. No models ship in the installer.
Each game pack has its own model path. Either format works on any game. Example packs: Marvel Rivals uses a .engine. COD / Warzone uses a .onnx. Default has no model until you import one. Switch games and import again if that game is empty.
Development install
- Install Python 3.10+ with Add to PATH.
- From the repo root run
requirements.bat. - Optional TensorRT:
tools\tensorrt_setup\start.bat. RTX 50: start_50_series.bat. - Launch with
run.batorpy -3.10 main.py. Userun_as_admin.batif capture fails.
Subscriber installer
- Install ClawAim-Setup.exe.
- Wizard: paste your key, import .onnx, system check, aim key.
- Switch game under Profiles. Import ONNX again if that game has no model.
- Control: Start Aimbot when blockers are gone.
Config lives in %LOCALAPPDATA%\ClawAim\. Models live in %LOCALAPPDATA%\ClawAim\models\<game>\. No models in the installer. One key, one PC.
How to use
- Setup: paste key, then Activate.
- Choose ONNX, or set .engine on Model.
- System status OK. Pick aim key (often mouse-right, 0x02).
- Control: Start Aimbot. In game, hold the aim key.
- Alt+1 through Alt+9 switches character profiles.
Troubleshooting
- Window will not start
- py -3.10 main.py in a terminal. Confirm PyQt6.
- Capture black
- run_as_admin.bat. MSS vs BetterCam. Avoid exclusive fullscreen.
- Cannot start
- Import ONNX for this game. Activate license.
- Engine will not load
- Rebuild .engine on this PC from ONNX.
- Boxes, no move
- Aim key, mouse method, COM/protocol, admin.
Full notes live in the repo README. Get license