2019-06-23 22:00:18 +02:00
|
|
|
# BigBaseV2
|
|
|
|
A mod menu base for Grand Theft Auto V.
|
|
|
|
Strictly for educational purposes.
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
2021-05-19 00:55:13 +02:00
|
|
|
- Return Native spoofing
|
|
|
|
|
|
|
|
## Protections
|
|
|
|
|
|
|
|
- Event Registry RETURN opcode byte patching
|
|
|
|
- NOP Incompatible Version check from net array
|
|
|
|
- Freemode script recovery (GTA Thread Tick/Kill)
|
2019-06-23 22:00:18 +02:00
|
|
|
|
|
|
|
To set up the build environment, run the following commands in a terminal:
|
|
|
|
```dos
|
2021-05-19 00:55:13 +02:00
|
|
|
git clone git@github.com:Yimura/YimMenu.git --recurse-submodules
|
|
|
|
cd YimMenu
|
2020-02-22 18:37:42 -05:00
|
|
|
GenerateProjects.bat
|
2019-06-23 22:00:18 +02:00
|
|
|
```
|
|
|
|
Now, you will be able to open the solution, and simply build it in Visual Studio.
|