https://github.com/skript023/code-base-dx12
https://github.com/skript023/code-base-dx12
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skript023/code-base-dx12
- Owner: skript023
- Created: 2024-03-23T07:33:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T12:07:38.000Z (almost 2 years ago)
- Last Synced: 2025-12-04T08:57:17.182Z (7 months ago)
- Language: C++
- Size: 539 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Internal Base
An internal cheat base strictly for educational purpose only.
## Features
* ImGui�based user interface
* Log console
* Thread pool
* HTTP Request
* DLL downloader
* Check DLL version
## Building
To build Gottvergessen Loader you need:
* Visual Studio 2022
* [Premake 5.0](https://premake.github.io) in your PATH
To set up the build environment, run the following commands in a terminal:
```dos
git clone https://github.com/skript023/Internal-Base-DirectX-9.git --recurse-submodules
GenerateProjects.bat
```
Now, you will be able to open the solution, and simply build it in Visual Studio.