Precision aim support for Fortnite, engineered for players who want their reflexes to match their game sense.
Read the full story — why this project exists
Fortnite rewards mechanical precision more than almost any battle royale on the market — builds, edits, and split-second flick shots decide fights before the storm even closes. fortnite-aim-assistant started as a weekend experiment in reducing input lag between "I see the target" and "I hit the target," and grew into a full aim-support toolkit maintained by a community of engine tinkerers, competitive players, and controller/mouse hybrid enthusiasts.
This is not a magic win button. It's a configurable overlay-and-tracking layer that studies target motion, smooths your correction curve, and gives you a fighting chance against players who've spent ten thousand hours grinding arena. Think of it less as an aimbot in the arcade sense, and more as a flight-assist mode for your crosshair — you still fly the plane.
Built for solo queuers tired of bots-with-100-ping, controller players fighting aim-assist parity debates, and streamers who want consistent highlight-reel flicks without RSI. Whether you're pushing Champion League or just trying to survive endgame zone fights, this toolkit is tuned for the Fortnite Aimbot niche specifically — not a generic FPS macro repurposed and rebranded.
Capability breakdown — every module explained
-
Dynamic Target Locking — Tracks skeletal hitboxes in real time, prioritizing closest-to-crosshair targets over raw distance, so you don't get yanked onto a far-away decoy.
-
Adaptive Smoothing Curves — Replaces robotic snap-to-head motion with humanized bezier easing, configurable per weapon class (shotgun vs. sniper feel completely different).
-
Recoil-Aware Compensation — Reads weapon recoil patterns and adjusts vertical pull mid-spray, so AR bursts land tighter without you fighting the kickback manually.
-
FOV-Bounded Assistance — A visible, resizable field-of-view ring caps where assistance can engage, keeping your flicks intentional rather than magnetic across the whole screen.
-
Trigger-Sensitive Activation — Bind assistance to a key, a mouse button, or make it fire-linked so it only engages the instant you pull the trigger, not before.
-
Per-Weapon Profiles — Save distinct sensitivity, smoothing, and FOV settings for ARs, SMGs, snipers, and shotguns — swap profiles automatically on weapon switch.
-
Visual Overlay Diagnostics — On-screen debug HUD shows target confidence, lock strength, and frame latency, so you can tune instead of guess.
-
Low-Footprint Runtime — Runs as a lightweight standalone process with minimal CPU/GPU draw, designed to not tank your frame-rate during endgame fights.
[!TIP] Start with the Balanced preset before building a custom profile. It's the community-tuned baseline most contributors calibrate their own tweaks against.
Four steps from download to drop
-
Visit the landing page via the Get Started button below and grab the latest build.
-
Run the standalone executable — no installer wizard, no background services.
-
Pick or build a profile — choose a weapon-class preset or dial in your own smoothing/FOV values.
-
Launch Fortnite, then launch the assistant — overlay activates on top, ready before your glider deploys.
[!NOTE] Order matters: launch the game first, the assistant second. Reversing this can cause the overlay to anchor to the wrong window handle.
What your rig needs to run this
| Component | Minimum | Recommended |
|---|---|---|
| OS | Windows 10 (64-bit) | Windows 11 (64-bit) |
| CPU | Quad-core, 3.0GHz+ | 6-core, 3.5GHz+ |
| GPU | DirectX 11 capable | Dedicated GPU, driver 2025+ |
| RAM | 8GB | 16GB |
| Storage | 300MB free | 500MB free |
| Dependencies | None — standalone binary | None |
[!IMPORTANT] This tool targets Windows exclusively. There is no macOS or Linux build, and none is planned — Fortnite's anti-cheat surface on those platforms differs too much to support safely.
Architecture, frame-by-frame
The pipeline is intentionally simple: capture, analyze, correct, release. Each frame is sampled from screen buffer, target candidates are scored by confidence, a smoothing vector is computed against your configured curve, and the corrected input is sent to the OS input layer — all within single-digit milliseconds.
flowchart LR
Capture --> Detect
Detect --> Score
Score --> Smooth
Smooth --> Output
-
Capture — grabs the current frame buffer via a lightweight screen hook.
-
Detect — isolates candidate targets using contour and color-mask heuristics.
-
Score — ranks candidates by distance-to-crosshair, confidence, and FOV boundary.
-
Smooth — applies your weapon-profile easing curve to the correction vector.
-
Output — sends the adjusted movement to the input layer, respecting trigger-linked timing.
Common questions from the issue tracker
Q: The overlay isn't showing up in-game. A: Confirm the game is in Fullscreen Windowed or Windowed mode. True exclusive fullscreen blocks overlay rendering on most Windows setups.
Q: My aim feels jittery instead of smooth. A: Lower the smoothing aggressiveness in your active profile — high values on low-latency mice can overcorrect and oscillate.
Q: It locks onto teammates or decoys. A: Tighten the FOV ring and raise the confidence threshold in the diagnostics HUD; this filters low-certainty targets.
Q: Frame-rate dropped after enabling the overlay. A: Disable the diagnostics HUD during actual matches — it's a debug tool, not meant to run permanently.
Q: Keybinds aren't registering. A: Run the assistant with matching privilege level to your Fortnite process (both standard, or both elevated — never mixed).
Q: Does this work with controller input? A: Partial support exists for controller-linked activation; full parity is an active community request, tracked in Discussions.
Making the tool feel like yours
-
F1— Toggle assistance on/off instantly -
F2— Cycle weapon profile (AR → SMG → Sniper → Shotgun) -
F3— Open/close diagnostics HUD overlay -
F4— Reset FOV ring to profile default -
Ctrl + S— Save current tuning as a new profile -
Ctrl + ~— Open the quick-settings panel mid-match
Themes: Dark (default), Midnight Contrast, and Storm Purple — swap from Settings → Appearance.
[!TIP] The quick-settings panel (
Ctrl + ~) can be dragged to any screen corner and stays pinned across sessions.
Join the maintainers' table
[!NOTE] This project grows through pull requests, not promises. If you've tuned a killer smoothing curve, share it.
-
Open an Issue for bugs, with your Windows build number and profile settings attached.
-
Submit a Pull Request against
dev, notmain— CI runs profile-validation checks automatically. -
Join Discussions for feature proposals, weapon-profile sharing, and roadmap debates.
-
Read
CONTRIBUTING.mdbefore your first PR — small style rules save everyone review time.
Legal terms, plainly stated
Released under the MIT License, 2026. Use it, fork it, modify it — attribution appreciated, not mandatory beyond the license terms.
Read before you play
[!WARNING] Third-party tools that modify or assist gameplay input may violate Fortnite's Terms of Service and Epic Games' EULA. Use entirely at your own risk — accounts may be subject to enforcement action. This project is provided for educational and research purposes into real-time input processing, computer vision heuristics, and human-computer interaction. The maintainers do not guarantee compatibility with any anti-cheat system, present or future, and assume no liability for account penalties, bans, or in-game consequences resulting from its use.