https://github.com/skript023/mhw-internal
https://github.com/skript023/mhw-internal
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skript023/mhw-internal
- Owner: skript023
- License: mit
- Created: 2024-06-27T10:11:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T06:20:19.000Z (over 1 year ago)
- Last Synced: 2025-01-15T07:58:24.722Z (over 1 year ago)
- Language: C++
- Size: 901 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.