Calvin-LLC / nvidia-overlay-hijack

An imgui window rendered on top of nvidia's overlay with animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An imgui window rendered on top of nvidia's overlay with animations


Languages

Language:C++ 88.3%Language:C 9.4%Language:Objective-C++ 2.1%Language:Objective-C 0.2%