A modern ImGui-based game cheat loader with sleek design and smooth animations
This project will be continuously updated over the coming weeks with detailed documentation of all changes
Note: The application includes additional pages beyond what's shown here. Build the project to explore the complete interface. This is a pre-release source version for documentation and development tracking purposes.
- Modern UI Design: Clean, minimalist interface with purple-black color scheme
- Smooth Animations: Fluid transitions and hover effects throughout the application
- Draggable Windows: Both login and main windows can be moved around the screen
- Game Library: Supports multiple games including Counter-Strike 2, CS:GO, Valorant, Apex Legends, Rust, and GTA V
- User Authentication: Simple login system with username/password validation
- Settings Panel: Configurable options for auto-injection and notifications
- Custom UI Elements: Hand-crafted buttons, toggles, and input fields
| Component | Technology |
|---|---|
| Framework | Dear ImGui with DirectX 9 backend |
| Language | C++ |
| Platform | Windows |
| Rendering | Direct3D 9 |
| Window Management | Win32 API |
- Visual Studio 2019 or later
- Windows SDK
- DirectX 9 SDK
1. Clone the repository
git clone [repository-url]
2. Open the solution file
Onixyz Multiloader.sln
3. Build in Release configuration for optimal performance
4. Find the executable in the built/ directoryOnixyz-Multiloader
βββ ui/ # User interface components
β βββ ui.cc # Main UI rendering logic
β βββ ui.hh # UI header definitions
β βββ custom_elements.cc # Custom UI elements implementation
β βββ custom_elements.hh # Custom UI elements headers
β βββ logo_data.h # Embedded logo data
βββ imgui/ # Dear ImGui library files
βββ Assets/ # Application assets
β βββ logo.png # Application logo
βββ Main.cpp # Application entry point
βββ Main.h # Main header file
βββ globals.hh # Global state management
βββ README.md # This file
This is a source-only release - no pre-built binaries or releases are provided.
The project is intended for:
- Educational purposes
- Learning ImGui development
- Understanding modern UI design patterns
- Source code reference
The application uses a modular design that makes it easy to:
- Add new games to the library
- Modify the color scheme in
custom_elements.cc - Adjust animations and UI behavior
- Extend functionality with new features
Check out these similar multiloader projects for different approaches and implementations:
iamtherealcat/imgui-multiloader
- ImGui-based multiloader with custom functions
- Rebranded version for customer use
- Based on Baikz's Aqua rework
- MIT License
iamtherealcat/C--CheatMultiloader-SupportTool
- First multiloader/support tool made in C# with WinForms
- Legacy project from the "Oniware" brand
- Good learning resource for C# implementations
- MIT License
These projects showcase different approaches to multiloader development - from ImGui C++ implementations to C# WinForms applications.
- notaila - For the ImGui login page/loader base foundation
This project is for educational purposes only. Please ensure you comply with all applicable laws and game terms of service when using this software.
This software is provided as-is for educational and research purposes only. The authors are not responsible for any misuse of this software or any consequences resulting from its use.

