Skip to content

A Custom MuiltiLoader I made i will update it over time its a full project readme credits go to chatgpt i wont pay for a generator πŸ’€

License

Notifications You must be signed in to change notification settings

iamtherealcat/Onixyz-Multiloader

Repository files navigation

Onixyz Multiloader Logo

Onixyz Multiloader

A modern ImGui-based game cheat loader with sleek design and smooth animations

Build Status Platform Language License

This project will be continuously updated over the coming weeks with detailed documentation of all changes


Preview

Login Interface Main Interface

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.


Features

  • 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

Technical Details

Component Technology
Framework Dear ImGui with DirectX 9 backend
Language C++
Platform Windows
Rendering Direct3D 9
Window Management Win32 API

Building

Prerequisites

  • Visual Studio 2019 or later
  • Windows SDK
  • DirectX 9 SDK

Build Instructions

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/ directory

Project Structure

Onixyz-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

Usage

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

Customization

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

Related Projects

Check out these similar multiloader projects for different approaches and implementations:

ImGui-based Multiloader

iamtherealcat/imgui-multiloader

  • ImGui-based multiloader with custom functions
  • Rebranded version for customer use
  • Based on Baikz's Aqua rework
  • MIT License

C# WinForms Multiloader

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.


Credits

  • notaila - For the ImGui login page/loader base foundation

License

This project is for educational purposes only. Please ensure you comply with all applicable laws and game terms of service when using this software.


Disclaimer

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.


Made with love for the development community

Visitors

About

A Custom MuiltiLoader I made i will update it over time its a full project readme credits go to chatgpt i wont pay for a generator πŸ’€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages