A modern, sleek DLL loader for Counter-Strike 2 with a clean WPF interface inspired by the original Fatality cheat loader.
- Modern UI Design: Clean, dark-themed interface with glitch effects and smooth animations
- Manual Map Injection: Robust injection method that works without
-insecurelaunch option - Local DLL Loading: Loads
TestDLL_x64.dlldirectly from the application directory - Real-time Status: Visual feedback for injection progress
- Self-Contained Build: Single executable with embedded .NET runtime (no dependencies required)
- Silent Operation: No intrusive message boxes or prompts
- Framework: WPF (.NET 8.0)
- Language: C#
- Injection Method: Manual Map (with TLS support, SEH disabled for compatibility)
- Target Process:
cs2.exe - Build Type: Self-contained single-file executable
- .NET 8.0 SDK
- Visual Studio 2022 (with C++ workload for Test DLL)
1. Build the Loader (C#)
dotnet publish FatalityLoader.csproj -c Release -r win-x64 /p:PublishSingleFile=true /p:SelfContained=true /p:IncludeNativeLibrariesForSelfExtract=true /p:IncludeAllContentForSelfExtract=true2. Build the Test DLL (C++)
Open TestDLL_CPP/TestDLL_CPP.vcxproj in Visual Studio and build for Release x64.
This software is provided for educational purposes only. Using cheats or unauthorized modifications in online games may violate the game's Terms of Service and result in account bans. The developers are not responsible for any consequences resulting from the use of this software.
Use at your own risk.
This project is open-source and available under the MIT License.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
For questions or support, please open an issue on this repository.
Note: This is a fan-made replica of the Fatality loader interface. It is not affiliated with or endorsed by the original Fatality project.