EscapeTheBackrooms_Internal/README.md

25 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2024-04-20 20:49:59 +08:00
# EscapeTheBackrooms Internal Trainer
---
## About
A simple Trainer for the Game "Escape The Backrooms" for messing around a little with the Game.
I made this with the Objective of learning a little more about the Inner Workings and reverse Engineering in Unreal Engine Games.
2024-04-20 20:49:59 +08:00
## Legality and Ethicality
2024-04-20 20:49:59 +08:00
This Project was just made for **Educational Purposes**. **It was never my intention to create an Cheat to Destroy other Peoples gaming Experience** even if i experimented a little around with some Techniques to do so (With Friends not random Players).
So Use this Project just for Educational Purposes or to have fun, don´t be an Asshole🧙, Always Respect and Support small Game Developer Studios and their Work❤
2024-04-20 20:49:59 +08:00
## Peoples work i used
2024-04-20 20:49:59 +08:00
* Canvas based GUI: [MaddyOff´s Canvas Gui](https://github.com/MaddyOff/ue4-canvas-gui)
* Sig Scanning: [Guided Hacking Rake´s Pattern Scanner](https://github.com/GH-Rake/PatternScan)
* Generating SDK: [Encryped and Fischsalat´s Unreal Dumper](https://github.com/Encryqed/Dumper-7)
2024-04-20 20:49:59 +08:00
## How to Build:
### Normal:
* Download and Open in Visual Studio 2022 the .sln File of the Project
* And then Build as "Release" no other Dependencies required!
### CMake (Soon!):