Internal osu! mod, realtime difficulty changer for any beatmap, works online.
Warning
Status: Detected. Use at your own risk.
GitHub Actions Artifact - most recent build.
Releases - probably outdated build.
run osu!, then run your favorite manual map injector, you may use the supplied one (freedom_injector.exe).
mod ui should appear in top left corner of the osu! window, see controls.
Keys | Description |
---|---|
Right Click | Settings |
F11 | Hide Mod Menu |
-
Difficulty Changer:
- Approach Rate (AR)
- Circle Size (CS)
- Overall Difficulty (OD)
-
Timewarp:
- Scale
-
Replay Copy:
- Add/Remove Hard Rock (HR)
- Replay Keys Only
- Replay Aim Only
- Leaderboard Replay Download
-
Aimbot:
- Cursor Delay
- Spins Per Minute
-
Relax:
- SingleTap
- Alternate
- Variable Unstable Rate
-
Mods:
- Score Multiplier Changer
- Unmod Flashlight
- Unmod Hidden (Detected)
-
Misc:
- Set Font Size
- Set Discord RPC Status Text
- Unload DLL
- MSVC x64/x86 build tools
- Windows SDK
- .NET Framework SDK
cmd.exe
nobuild.exe
Alternatively, bootstrap nobuild
cmd.exe
vcvarsall x86
cl nobuild.c && nobuild.exe
rebuild and inject freedom with debug symbols and console log:
nobuild.exe rebuild debug console run
Flag | Description |
---|---|
Freedom only | |
rebuild | update headers / rebuild all |
debug | symbols, disable optimizations |
console | print logs to console |
standalone | build standalone only |
all | build standalone and internal |
run | run osu and inject / run standalone |