mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
feat(README): Updated
This commit is contained in:
parent
7a5473de0b
commit
07c645e728
22
README.md
22
README.md
@ -3,23 +3,19 @@ A mod menu base for Grand Theft Auto V.
|
|||||||
Strictly for educational purposes.
|
Strictly for educational purposes.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* ImGui–based user interface
|
|
||||||
* Unloading at runtime
|
|
||||||
* Log console
|
|
||||||
* Script fibers
|
|
||||||
* Fiber pool
|
|
||||||
* Access to YSC script globals
|
|
||||||
* scrProgram–based native hook
|
|
||||||
|
|
||||||
## Building
|
- Return Native spoofing
|
||||||
To build BigBaseV2 you need:
|
|
||||||
* Visual Studio 2019
|
## Protections
|
||||||
* [Premake 5.0](https://premake.github.io/download.html) in your PATH
|
|
||||||
|
- 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:
|
To set up the build environment, run the following commands in a terminal:
|
||||||
```dos
|
```dos
|
||||||
git clone https://gir489@bitbucket.org/gir489/bigbasev2-fix.git --recurse-submodules
|
git clone git@github.com:Yimura/YimMenu.git --recurse-submodules
|
||||||
cd BigBaseV2-fix
|
cd YimMenu
|
||||||
GenerateProjects.bat
|
GenerateProjects.bat
|
||||||
```
|
```
|
||||||
Now, you will be able to open the solution, and simply build it in Visual Studio.
|
Now, you will be able to open the solution, and simply build it in Visual Studio.
|
||||||
|
Loading…
Reference in New Issue
Block a user