AimMod is a live overlay, replay, and coaching suite for KovaaK's Aim Trainer.
It is built around two parts:
- a live in-session HUD while you play
- a full post-session stats window for replay review, coaching, and scenario analysis
AimMod runs as a Windows desktop app and syncs its runtime into KovaaK's while the app is open, so your overlay, replay data, and session analysis stay tied to the same run.
Live challenge HUD
Scenario summary page
Scenario coaching page
Focused replay moment
Full-run replay review
- Live challenge HUDs for score, timing, pace, accuracy, and scenario state
- Smoothness and mouse-control feedback during runs
- Coaching toasts and a post-session overview
- Drag-and-scale HUD layout mode with saved positions
- Global overview of all your recent practice
- Per-scenario pages for summary, mechanics, coaching, replay, and leaderboard views
- Practice profile and scenario comparison tools
- SQL-backed session history and replay persistence
- Mouse path replay for the full run or selected moments
- Saved focus moments, quick notes, and replay navigation
- Timeline-by-second review
- Shot detail context for replay segments
- Video replay capture alongside the mouse path
- Aim fingerprint and aim-style summaries
- Warm-up and practice-pattern insights
- Scenario-specific coaching cards
- Trend, floor, peak-zone, and consistency views
- Discord Rich Presence
- UE4SS-based runtime bridge into KovaaK's
- Automatic stats import from KovaaK's run results
- Download the latest build from Releases.
- Launch AimMod.
- Start KovaaK's.
- Open settings if you want to choose which HUDs are visible or reposition them.
- Play a scenario.
- Open the stats window to review the run, replay key moments, and inspect scenario-specific coaching.
| Key | Action |
|---|---|
F8 |
Open settings |
F10 |
Toggle HUD layout mode |
- Windows 10 or Windows 11
- KovaaK's Aim Trainer (Steam)
- AimMod running while you play if you want live overlay, replay capture, runtime bridge data, and automatic session analysis
pnpm install
pnpm run build:frontendpnpm run build:win:devRelease build:
pnpm run build:winThe repo includes a full pipeline that builds:
ue4ss-rust-coreue4ss-mod- the staged UE4SS runtime payload
- the Tauri Windows app
Windows / PowerShell:
pnpm run pipeline:winWindows dev stripped build:
pnpm run pipeline:win:dev:strippedWSL / Linux dev stripped build:
pnpm run pipeline:wsl:dev:strippedWSL / Linux release stripped build:
pnpm run pipeline:wsl:release:stripped- The overlay frontend lives in
src/ - The Tauri backend lives in
src-tauri/ - The UE4SS mod lives in
ue4ss-mod/ - Runtime payload staging scripts live in
scripts/




