https://github.com/skript023/internal-base-directx-9
An internal cheat base strictly for educational purpose only.
https://github.com/skript023/internal-base-directx-9
bigbasev2 cpp20 directx-9 reverse-engineering
Last synced: 23 days ago
JSON representation
An internal cheat base strictly for educational purpose only.
- Host: GitHub
- URL: https://github.com/skript023/internal-base-directx-9
- Owner: skript023
- Created: 2023-01-23T13:43:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T13:52:29.000Z (over 3 years ago)
- Last Synced: 2025-03-04T22:44:29.252Z (over 1 year ago)
- Topics: bigbasev2, cpp20, directx-9, reverse-engineering
- Language: C++
- Homepage:
- Size: 508 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
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.