Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 677 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 677 Bytes

nvidia overlay hijack

Simple imgui project that draws an imgui menu over the nvidia overlay.

features:

  • lots of useful drawing functions
  • smooth circlular animations for whenever you open/close the menu
  • uses IMGUI for the menu framework
  • solid DX11 implementation
  • solid codebase with pch
  • 64x & 32x support
  • multi-threaded input handling
  • insert to open the menu
  • passes through user input to the window below the overlay
  • detected on most anti-cheats (BE, EAC, VGK) due to window flags being changed on the nvidia window:
    auto changeAttributes = SetWindowLongA(window_handle, -20, (LONG_PTR)(getInfo | 0x20));