No description
- C++ 100%
| .github/workflows | ||
| SRCW | ||
| .gitattributes | ||
| .gitignore | ||
| README.md | ||
| repak_cli-x86_64-pc-windows-msvc.msi | ||
| retoc_cli-installer.ps1 | ||
| SRCW.sln | ||
🔓 SonicUnlocker
Unlock everything. Instantly. Cleanly. Efficiently.
A lightweight DLL-based unlocker for Sonic Racing CrossWorlds that removes progression restrictions, clears warning flags, and enables full access to in-game content.
✨ Features
- 🧩 Full Unlock System
- Unlock all characters, items, and content
- 🚫 Clear Red Exclamation Flags
- Removes all “new/unread” indicators
- ⚡ Optimized Execution
- Built-in timer system to reduce redundant unlock calls
- 🧱 Modular Design
- Easily extend or modify functionality
- 💉 DLL Injection Ready
- Simple drop-in usage, no complicated setup
📦 Installation
- Download the latest release from the Releases tab
- Place
umpdc.dllinto:SonicRacingCrossWorlds\UNION\Binaries\Win64 - Launch the game
- Done — everything should now be unlocked
🚀 Usage
No configuration required.
The unlocker runs automatically or on hot key when the game loads and:
- Applies all unlocks
- Clears UI flags
- Maintains performance via timed execution
🛠️ Building
Requires Visual Studio (C++)
-
Clone the repository: git clone https://github.com/Glitxhhh/SonicUnlocker.git
-
Open the solution in Visual Studio
-
Build in Release x64
-
Output DLL will be located in:
/x64/Release/umpdc.dll
⚠️ Disclaimer
- This project is intended for educational and research purposes only
- Use at your own risk
- Not affiliated with SEGA or Sonic Team
- Online use may result in restrictions or bans
🧠 How It Works
- Hooks into game memory at runtime
- Overrides progression checks
- Injects unlock states directly
- Uses a timer system to prevent excessive writes
🤝 Contributing
Pull requests are welcome.
If you're adding features:
- Keep modules isolated
- Follow existing structure
- Document new functionality
⭐ Support
If you find this useful:
- Star the repo ⭐
- Share it with others
📜 License
MIT License (or your preferred license)