mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-23 04:27:25 +08:00
22 lines
556 B
Markdown
22 lines
556 B
Markdown
# 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:
|
|
```dos
|
|
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.
|