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
433 stars 74 forks source link

[Enhancement] Stream-proof nightmode #16

Closed AustScar5 closed 4 years ago

AustScar5 commented 4 years ago

if possible?

Allerek commented 4 years ago

Not possible, cause nightmode is not drawing new things, it changes the items that are rendered in csgo window.

danielkrupinski commented 4 years ago

Could be possible but it would darken whole game (including player models, viewmodel and HUD). Let me know if this is what you wanted.