An open API service indexing awesome lists of open source software.

https://github.com/skript023/scarlet-nexus-internal

Scarlet Nexus simple trainer planned to start implement BigBaseV2 base on unreal engine games
https://github.com/skript023/scarlet-nexus-internal

bigbasev2 reverse-engineering unreal-engine-4

Last synced: 12 months ago
JSON representation

Scarlet Nexus simple trainer planned to start implement BigBaseV2 base on unreal engine games

Awesome Lists containing this project

README

          

ISO C++ Logo

Scarlet Nexus Trainer Internal











A trainer menu base Scarlet Nexus Trainer.
Strictly for educational purposes.

## Features
* ImGui�based user interface
* Log console
* Unreal Classes
* Native Function Access
* Fiber Pool
* Thread Pool
* Unload at runtime

## Bugs
* Trainer window will not show if you have overlay hooked for example MSI Afterburner and something like that.

## Building
To build Scarlet Nexus Internal you need:
* Visual Studio 2022
* [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/Scarlet-Nexus-Internal.git --recurse-submodules
GenerateProjects.bat
```
Now, you will be able to open the solution, and simply build it in Visual Studio.