Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (24 loc) · 931 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 931 Bytes

Vengury

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

It's based on BigBaseV2 and includes updated classes with GTAClasses, later also adding Lua Scripting support. This project isn't possible without the help of YimMenu!

Features

  • ImGui–based user interface
  • Unloading at runtime
  • Log console
  • Script fibers
  • Fiber pool
  • Access to YSC script globals
  • scrProgram–based native hook

Building

To build Vengury you need:

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

git clone https://github.com/ZickZenni/Vengury.git --recurse-submodules
cd Vengury
GenerateProjects.bat

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