A ImGui mod menu base designed for Grand Theft Auto V. intended exclusively for educational use.
Report Bug
.
Request Feature
This framework was developed with educational intent, providing users with a fresh and modern alternative to traditional nano and bigbase structures. The entire base is constructed utilizing the ImGui Library.
- Image Loader: Enables the loading of various image formats in high quality such as png, gif, and more.
- Separate Thread for Main Hook: Executes the main hook in a dedicated thread.
- Managing and utilizing in-game textures for rendering with ImGui.
- All submenus are invoked only once during initialization to optimize resource usage.
- The user interface is highly customizable.
(Direct-X SDK)
- Simply Build in (Release)
- Inject the DLL into the game
- Open Key: INSERT
If you have folder created in appdata/Aera/Headers
- (You can add custom images to appdata/Aera/Headers) You can change that in the code to any desired location
- Contributions are welcome, but kindly limit them to areas such as code structure enhancements and additional base options. Avoid introducing game/menu features, such as god mode, into this base. If you wish to contribute, please create a pull request accordingly. Thank you for your understanding.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Vali
- 99Anvar99