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
2020-12-27 19:26:08 +01:00
BigBaseV2/src feat(Features): Added reveal players looped feature 2020-12-27 19:26:08 +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 Added script_local implemented by gir489. 2020-02-22 20:53:28 -05: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://gir489@bitbucket.org/gir489/bigbasev2-fix.git --recurse-submodules
cd BigBaseV2-fix
GenerateProjects.bat

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