GOESP icon indicating copy to clipboard operation
GOESP copied to clipboard

Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui + FreeType.

Results 39 GOESP issues
Sort by recently updated
recently updated
newest added

if you move around in the gui you will still move ingame

Compiling in VS 2019 just throws errors. https://amogus-in-real-life.indian-support.tech/omgimpostor/3O7Nh5q6 https://amogus-in-real-life.indian-support.tech/omgimpostor/anSiZpfm

Well AppleClang can't compile c++20 code I added #ifdef for `__APPLE__` to compile c++11 code on macOS Check this: https://github.com/playday3008/GOESP/commit/8d5e287155934e440b9e43ce04dea0ab04627cb8

https://github.com/danielkrupinski/GOESP/blob/a0e6f6f9cb3e180e59404d726f49e55131aa2ca4/GOESP/Helpers.cpp#L38 in case you decrease for more than 1 - alpha should be clamped with std::max(a, 0)

Is it possible to get GOESP to work with NETV2 to finally give support to all platforms, TVs, and monitors?

it would toggle all rendering of ESP and misc features using a keybind. or (preferably) add keybinds to certain ESP and misc features

enhancement

hello i try to inject with the loader https://github.com/WilsonPublic/SimpleLoader its crashing but i try with procces hacker working why ???

Suggestion: Animated health bar (second style) **Animated health bar:** ![animated1](https://user-images.githubusercontent.com/53124843/101190994-904bf200-3672-11eb-93f4-062f02bc2d27.png) ![animated2](https://user-images.githubusercontent.com/53124843/101190995-904bf200-3672-11eb-980b-4243a6eef6d8.png) ![animated3](https://user-images.githubusercontent.com/53124843/101190997-90e48880-3672-11eb-8ca3-0021668f7315.png) ![animated4](https://user-images.githubusercontent.com/53124843/101190998-90e48880-3672-11eb-9dfc-1b1a7331157d.png) ![animated5](https://user-images.githubusercontent.com/53124843/101190987-8f1ac500-3672-11eb-8be0-2190068a41d8.png)

Suggestion: Separate positions for Name, Healthbar, Ammo. Positions: top, bottom, center, top right, top left, bottom right, bottom left, center right, center left.

enhancement

On Linux working `CMAKE_CXX_FLAGS=-mavx` and `CMAKE_CXX_FLAGS=-mavx2` on macOS, I got error ( https://github.com/playday3008/GOESP/runs/1235087233?check_suite_focus=true )