YimMenu, a GTA V menu protecting against a wide ranges of the public crashes and improving the overall experience.
This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2021-01-17 00:40:38 +01:00
BigBaseV2/src feat(CustomGuns): Added cage gun 2021-01-17 00:40:38 +01:00
vendor Fixed base tab not properly closing the tab. 2020-12-05 20:53:58 -05:00
.gitignore Premake, Gitmodules, Readme 2019-06-23 22:00:18 +02:00
.gitmodules Removed StackWalker and replaced it with g3log exception handling. 2020-02-22 18:45:59 -05:00
BigBaseV2.lnk feat(GUI): Added Main Window and Tab Self 2020-12-26 15:18:41 +01:00
GenerateProjects.bat Removed StackWalker and replaced it with g3log exception handling. 2020-02-22 18:45:59 -05:00
premake5.lua Fixed base tab not properly closing the tab. 2020-12-05 20:53:58 -05:00
README.md Update README.md 2020-12-30 16:45:26 +01:00

BigBaseV2

A mod menu base for Grand Theft Auto V. Strictly for educational purposes.

Features

  • ImGuibased user interface
  • Unloading at runtime
  • Log console
  • Script fibers
  • Fiber pool
  • Access to YSC script globals
  • scrProgrambased native hook

Building

To build BigBaseV2 you need:

To set up the build environment, run the following commands in a terminal:

git clone https://github.com/Yimura/YimMenu.git --recurse-submodules
cd YimMenu
GenerateProjects.bat

Now, you will be able to open the solution, and simply build it in Visual Studio.