YimMenu, a GTA V menu protecting against a wide ranges of the public crashes and improving the overall experience.
Go to file
2019-07-29 18:21:07 +02:00
BigBaseV2/src Add 1.47 crossmap 2019-07-29 18:21:07 +02:00
vendor Premake, Gitmodules, Readme 2019-06-23 22:00:18 +02:00
.gitignore Premake, Gitmodules, Readme 2019-06-23 22:00:18 +02:00
.gitmodules Premake, Gitmodules, Readme 2019-06-23 22:00:18 +02:00
premake5.lua Premake, Gitmodules, Readme 2019-06-23 22:00:18 +02:00
README.md Premake, Gitmodules, Readme 2019-06-23 22:00:18 +02: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/Pocakking/BigBaseV2.git --recurse-submodules
cd BigBaseV2
premake5 vs2019

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