• Stars
    star
    332
  • Rank 126,167 (Top 3 %)
  • Language
    C++
  • License
    MIT License
  • Created over 4 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Hijacking the nvidia overlay with C++

NVIDIA Overlay Hijacker

Hijacking the overlay with C++ / Direct2D.


FAQ

What does this project include?

A safe class with de/constructor, helper functions and the basics to
render text with an example on how to use it in example/main.cpp.
This also includes a CMakeLists.txt which you can use to create build files
to compile this project.

How do i create the build files? Well if youre new to using CMake it has different
generators for the compiler to use later you can check that by running
cmake -G. Heres an example output:

Generators
  Visual Studio 17 2022        = Generates Visual Studio 2022 project files.
                                 Use -A option to specify architecture.
* Visual Studio 16 2019        = Generates Visual Studio 2019 project files.
                                 Use -A option to specify architecture.
  Visual Studio 15 2017 [arch] = Generates Visual Studio 2017 project files.
                                 Optional [arch] can be "Win64" or "ARM".
  Visual Studio 14 2015 [arch] = Generates Visual Studio 2015 project files.
                                 Optional [arch] can be "Win64" or "ARM".
  Visual Studio 12 2013 [arch] = Generates Visual Studio 2013 project files.
                                 Optional [arch] can be "Win64" or "ARM".
  Visual Studio 11 2012 [arch] = Generates Visual Studio 2012 project files.
                                 Optional [arch] can be "Win64" or "ARM".
  Visual Studio 10 2010 [arch] = Generates Visual Studio 2010 project files.
                                 Optional [arch] can be "Win64" or "IA64".
  Visual Studio 9 2008 [arch]  = Generates Visual Studio 2008 project files.
                                 Optional [arch] can be "Win64" or "IA64".
  Borland Makefiles            = Generates Borland makefiles.
  NMake Makefiles              = Generates NMake makefiles.
  NMake Makefiles JOM          = Generates JOM makefiles.
  MSYS Makefiles               = Generates MSYS makefiles.
  MinGW Makefiles              = Generates a make file for use with
                                 mingw32-make.
  Green Hills MULTI            = Generates Green Hills MULTI files
                                 (experimental, work-in-progress).
  Unix Makefiles               = Generates standard UNIX makefiles.
  Ninja                        = Generates build.ninja files.
  Ninja Multi-Config           = Generates build-<Config>.ninja files.
  Watcom WMake                 = Generates Watcom WMake makefiles.
  CodeBlocks - MinGW Makefiles = Generates CodeBlocks project files.
  CodeBlocks - NMake Makefiles = Generates CodeBlocks project files.
  CodeBlocks - NMake Makefiles JOM
                               = Generates CodeBlocks project files.
  CodeBlocks - Ninja           = Generates CodeBlocks project files.
  CodeBlocks - Unix Makefiles  = Generates CodeBlocks project files.
  CodeLite - MinGW Makefiles   = Generates CodeLite project files.
  CodeLite - NMake Makefiles   = Generates CodeLite project files.
  CodeLite - Ninja             = Generates CodeLite project files.
  CodeLite - Unix Makefiles    = Generates CodeLite project files.
  Eclipse CDT4 - NMake Makefiles
                               = Generates Eclipse CDT 4.0 project files.
  Eclipse CDT4 - MinGW Makefiles
                               = Generates Eclipse CDT 4.0 project files.
  Eclipse CDT4 - Ninja         = Generates Eclipse CDT 4.0 project files.
  Eclipse CDT4 - Unix Makefiles= Generates Eclipse CDT 4.0 project files.
  Kate - MinGW Makefiles       = Generates Kate project files.
  Kate - NMake Makefiles       = Generates Kate project files.
  Kate - Ninja                 = Generates Kate project files.
  Kate - Unix Makefiles        = Generates Kate project files.
  Sublime Text 2 - MinGW Makefiles
                               = Generates Sublime Text 2 project files.
  Sublime Text 2 - NMake Makefiles
                               = Generates Sublime Text 2 project files.
  Sublime Text 2 - Ninja       = Generates Sublime Text 2 project files.
  Sublime Text 2 - Unix Makefiles
                               = Generates Sublime Text 2 project files.

For all of those you can now generate them. Create a build folder in the root directory of this project
and cd into it. and then choose a generator which you want build/project files for, as example
cmake -G "Visual Studio 16 2019 .. This will then create a Visual Studio project in the build directory ready for you to open or compile.

What does this project not include?

This is rather a proof of concept rather than a big project. The constructor lets you choose
the font and font size but if you want to use different fonts you would need to create your own
helper functions in overlay.h which is marked with a comment.

More Repositories

1

bf1-internal

Battlefield 1 cheat written with some friends
C++
21
star
2

discord-ipc-poc

Reading out sensitive account data from discords IPC socket
Rust
16
star
3

cloudmenu-cheat

web based cloud menu for cheats
C++
15
star
4

webuntis-alarm

Middleware/ios shortcut to setup alarms automatically based on the first class
Rust
10
star
5

stringfuscator-cpp

A string obfuscator made in C++πŸš€
C++
6
star
6

cshp

CSharpHistoryParser. Historicizing steam games pseudocode.
Rust
5
star
7

discordGrabber

discord grabber made in C++ πŸ”§
C++
4
star
8

rustpseudo

C#
3
star
9

dotfiles

My personal dotfiles for arch
SCSS
2
star
10

wowlevelguides

Zygor and RestedXP addons published.
2
star
11

discord-visualizer

This is a program to visualize the occurrences of messages in a discord server.
Python
2
star
12

react-next-template

A react and next.js template.
TypeScript
2
star
13

authserver-proxy

private wow authserver proxy for a little more filtering.
Rust
2
star
14

aoc21

AdventOfCode 2021 solutions written by me in C++
C++
1
star
15

sharex-uploader

A sharex custom uploader with database support made in PHP
PHP
1
star
16

frame-getter

A Python script made to parse videos to frames.
Python
1
star
17

truckersmp.ts

An API wrapper for truckersmp made in TypeScript.
TypeScript
1
star
18

panzer-list-parser

Downloading & tracking panzer list's.
Rust
1
star
19

scraptf-py

SCRAP.TF raffle bot made in python
Python
1
star
20

tf2cnotifier.js

A javascript notifying you if a slot is free as a certain class on tf2center.com
1
star
21

paypal-invoice-py

A few paypal invoice functions made to be better than the offical sdk.
Python
1
star
22

AutoLayer

WoW 1.14.1 Addon to auto invite people that want to switch layers
Lua
1
star