YimMenu, a GTA V menu protecting against a wide ranges of the public crashes and improving the overall experience.
Go to file
2021-05-19 00:55:13 +02:00
BigBaseV2/src feat(Protections): Added freemode_script_recovery 2021-05-19 00:41:55 +02: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(Project): Fresh start 2021-05-18 23:03:42 +02:00
GenerateProjects.bat Removed StackWalker and replaced it with g3log exception handling. 2020-02-22 18:45:59 -05:00
premake5.lua feat(Project): Fresh start 2021-05-18 23:03:42 +02:00
README.md feat(README): Updated 2021-05-19 00:55:13 +02:00

BigBaseV2

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

Features

  • Return Native spoofing

Protections

  • Event Registry RETURN opcode byte patching
  • NOP Incompatible Version check from net array
  • Freemode script recovery (GTA Thread Tick/Kill)

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

git clone git@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.