Skip to content

es3n1n/portal2-internal

Repository files navigation

portal2-internal

A simple Portal 2/Portal Reloaded internal cheat base with imgui-based menu coded in a few days because why not

Features:

  • 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

menu-preview

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Building

  • 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
      

Special thanks: