Skip to content

Latest commit

 

History

History
106 lines (75 loc) · 2.79 KB

README.md

File metadata and controls

106 lines (75 loc) · 2.79 KB

Freedom

Internal osu! mod, realtime difficulty changer for any beatmap, works online.

Platform Mode

Warning

Status: Detected. Use at your own risk.

preview

Download

GitHub Actions Artifact - most recent build.
Releases - probably outdated build.

Usage

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.

Controls

Keys Description
Right Click Settings
F11 Hide Mod Menu

Features

  • 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

Build

Requirements

  • MSVC x64/x86 build tools
  • Windows SDK
  • .NET Framework SDK

installer_preview

Execute nobuild

cmd.exe
nobuild.exe

Alternatively, bootstrap nobuild

cmd.exe
vcvarsall x86
cl nobuild.c && nobuild.exe

Optional nobuild flags

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

Thank

Dear ImGui
stb
nobuild
pattern.h