Skip to content

Calvin-LLC/nvidia-overlay-hijack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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));