Cipher is a modern, open-source Windows application designed to simplify the process of managing, downloading, and injecting mod DLLs into games. Built with WPF and C#, Cipher provides a sleek, dark-themed user interface that makes mod management effortless.
Whether you're a casual gamer or a dedicated modder, Cipher streamlines the entire workflow - from downloading mods to injecting them into your favorite games.
- ๐ฆ Mod Management - Add, remove, and organize your mods with ease
- โฌ๏ธ One-Click Downloads - Download mod DLLs directly from URLs
- ๐ DLL Injection - Inject mods into running game processes using LoadLibraryA
- ๐ Process Detection - Automatically detects when games are running
- โณ Smart Injection - Waits for games to launch before injecting (with countdown)
- ๐ Auto-Update - Automatically checks for mod updates on startup
- ๐ Real-Time Status - Visual indicators for download and injection status
- ๐ฎ Game Launching - Launch your games directly from Cipher with saved launch paths
- ๐ก๏ธ Antivirus Guidance - Built-in help for handling false positives
- ๐ป x64 & x86 Support - Both architectures available for maximum compatibility
- ๐ Persistent Storage - Saves mods to
%APPDATA%\Cipher\mods.json
| Requirement | Specification |
|---|---|
| OS | Windows 10 / Windows 11 |
| .NET Framework | 4.7.2 or higher (included in Windows) |
| Processor | Any x64 or x86 compatible CPU |
| Privileges | Administrator rights required for mod injection |
| Anti-Virus | Exclusions for %APPDATA%\Cipher & Cipher_x64.exe/Cipher_x86.exe REQUIRED |
- Visit the Releases page
- Download the correct version for your system:
- Cipher_x64.zip - For 64-bit games (recommended for most users)
- Cipher_x86.zip - For 32-bit games
- Add an Exclusion to your Anti-Virus software for
Cipher_(x86 | x64).exe(It uses CreateRemoteThread() so it sends false positives, its safe and open source, check the code!) - Run
Cipher_x64.exeORCipher_x86.exeas Administrator (right-click โ "Run as administrator") - Add an Exclusion to your Anti-Virus software for
%APPDATA%\Cipher
- Clone the repository
git clone https://github.com/Deadlineem/Cipher.git- Open the solution in Visual Studio 2022
- Select your target platform (x64 or x86)
- Build โ Rebuild Solution
- The output will be in
Cipher\bin\{Platform}\Release\
- Exclusions for
%APPDATA%\Cipher&Cipher_x64.exe/Cipher_x86.exeare REQUIRED!
- Right-click
Cipher.exeโ Run as administrator
- Click "โ Add Mod"
- Fill in:
- Mod Name: A descriptive name for your mod
- Game Task: The game's executable name (e.g.,
RDR2.exe,GTA5.exe) - Download URL: Direct URL to the
.dllfile
- Click "Add Mod"
- The mod will appear in your list with a status of "๐ข Ready"
- Find your mod in the list
- Click the "โฌ Download" button next to the mod
- The status will update to "โณ Updating..." while downloading
- Once complete, the status will change to "โ Updated"
- Find your mod in the list
- Click the "๐ฎ Start" button next to the mod
- If it's your first time launching the game:
- A dialog will appear asking for the game path or launcher protocol
- Enter the path (e.g.,
C:\Program Files\Steam\steamapps\common\RDR2\RDR2.exe) - Or enter a launcher protocol (e.g.,
steam://rungameid/1404210) - Check "Remember this location" to save it for future launches
- The game will launch, and Cipher will automatically detect the running process
- Once your game is running, click the "๐ Inject" button next to the mod
- Cipher will detect the game process and inject the DLL
- On successful injection, status will show "โ Injected!"
- ๐ Delete: Remove a mod and its associated DLL
- โณ Refresh: Update the list and check for missing DLLs
Cipher saves your mods and downloaded DLLs in:
%APPDATA%\Cipher\
โโโ mods.json # Your mod configuration
โโโ launch_paths.json # Saved game launch paths
โโโ [GameName]\ # Game-specific folders
โ โโโ [ModName].dll # Downloaded mod DLLs
You can access this folder by pressing Win + R and typing %APPDATA%\Cipher.
- Visual Studio 2022 with "Desktop development with .NET" workload
- .NET Framework 4.7.2 SDK
- Clone the repository
- Open
Cipher.slnin Visual Studio 2022 - Select your target platform (x64 or x86)
- Build โ Rebuild Solution
Contributions are welcome!
- Fork the repository
- Create a feature branch
- Build and test your changes
- Update the
Ver(version) information inMainWindow.xaml.cs - Submit a pull request
- Additional injection methods (Manual Map, Thread Hijacking)
This project is licensed under the MIT License - see the LICENSE file for details.
Cipher is provided "as is" without any warranties. Use at your own risk. The developer assumes no liability for:
- Damage to your system or game files
- Account bans from using mods
- Compatibility issues with anti-cheat systems
- Loss of game progress or data
Always backup your game files before using mods and never mod games online.
| Resource | Link |
|---|---|
| Issues | GitHub Issues |
- The open-source modding community
- Contributors to the .NET and WPF frameworks
- All mod developers who make gaming more enjoyable


