danielkrupinski / GOESP

Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui + FreeType.
MIT License
434 stars 74 forks source link

Streamproof not work on Discord #127

Open razeNFR opened 2 years ago

razeNFR commented 2 years ago

Hello !

I compiled the hack and its work very well, but the streamproof dosnt work on Discord.

4ldas commented 2 years ago

streamproof not discordproof

it seems to have code related to discord so maybe it was intended to be and broke never know

fantoro commented 2 years ago

it has code related to Discord's overlay because it works by hooking into an overlay (either Discord's game overlay or Steam's game overlay) and drawing into it instead of the game itself

it's streamproof because OBS's game capture can record the game directly instead of the window the game is in which allows you to record/stream without the Steam/Discord overlay showing up, Discord's streaming feature works by recording the entire window and clipping off the titlebar, it doesn't bypass overlays so it doesn't hide GOESP