A simple Portal 2/Portal Reloaded internal cheat base with imgui-based menu coded in a few days because why not
- simple menu engine
- wnd-proc based input system
- quite simple(but still) configs-system
- bunnyhop and autostrafer along with some patches that would bring csgolike movement to portal2
- support for the vulkan game version
- chams
- portal color changer
- mat ambient light modifications
- trails
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- CMake
cmake -B build -A Win32 cmake --build build --config Release
- Visual Studio
- Building from command line
msbuild portal2-internal.sln /p:Configuration=Release
- Building from Visual Studio Interface using
msvc\portal2-internal.sln
- Creating sln file using cmake and building from it
build\portal2-internal.sln
cmake -B build -A Win32
- Building from command line