https://github.com/skript023/jan-stat-editor
https://github.com/skript023/jan-stat-editor
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skript023/jan-stat-editor
- Owner: skript023
- License: mit
- Created: 2022-01-05T14:06:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T06:14:05.000Z (over 4 years ago)
- Last Synced: 2025-03-04T22:44:21.264Z (over 1 year ago)
- Language: C++
- Size: 761 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jan Stat Editor
A Stat Editor for Grand Theft Auto V based on BigBaseV2 by pocakking and gir489
Strictly for educational purposes.
## Stat Editor Features
* Write Integer Stat
* Write Bool Stat
* Write Float Stat
* Write Date Stat
* Write String Stat
* Write Packed Bool Stat
* Write Packed Int Stat
* Increment Stat
* Read Integer Stat
* Read Bool Stat
* Read Float Stat
* Read Date Stat
* Read String Stat
* Read Packed Bool Stat
* Read Packed Int Stat
* Global Variable Editor
* Local Variable Editor
* Some Unlocker
## Base 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 Jan Stat Editor you need:
* Visual Studio 2019
* [Premake 5.0](https://premake.github.io/download.html) in your PATH
To set up the build environment, run the following commands in a terminal:
```dos
git clone https://github.com/skript023/Jan-Stat-Editor.git --recurse-submodules
cd BigBaseV2-fix
GenerateProjects.bat
```
Now, you will be able to open the solution, and simply build it in Visual Studio.