{"id":15047748,"url":"https://github.com/danielkrupinski/goesp","last_synced_at":"2026-01-25T01:02:54.479Z","repository":{"id":40258651,"uuid":"217363845","full_name":"danielkrupinski/GOESP","owner":"danielkrupinski","description":"Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui + FreeType.","archived":false,"fork":false,"pushed_at":"2023-02-02T10:20:55.000Z","size":5080,"stargazers_count":434,"open_issues_count":33,"forks_count":72,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-12-25T22:23:56.878Z","etag":null,"topics":["counter-strike","counter-strike-global-offensive","cpp17","cpp20","csgo","csgo-cheat","directx","directx9","dll","dll-injection","esp","game-hack","game-hacking","imgui","internal","json","linux","nlohmann-json","reverse-engineering","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielkrupinski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://paypal.me/DanielK19"}},"created_at":"2019-10-24T18:10:59.000Z","updated_at":"2024-12-25T13:00:54.000Z","dependencies_parsed_at":"2024-12-25T22:32:56.653Z","dependency_job_id":null,"html_url":"https://github.com/danielkrupinski/GOESP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielkrupinski%2FGOESP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielkrupinski%2FGOESP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielkrupinski%2FGOESP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielkrupinski%2FGOESP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielkrupinski","download_url":"https://codeload.github.com/danielkrupinski/GOESP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239232368,"owners_count":19604229,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["counter-strike","counter-strike-global-offensive","cpp17","cpp20","csgo","csgo-cheat","directx","directx9","dll","dll-injection","esp","game-hack","game-hacking","imgui","internal","json","linux","nlohmann-json","reverse-engineering","windows"],"created_at":"2024-09-24T21:04:09.802Z","updated_at":"2026-01-25T01:02:54.449Z","avatar_url":"https://github.com/danielkrupinski.png","language":"C++","funding_links":["https://paypal.me/DanielK19"],"categories":[],"sub_categories":[],"readme":"# GOESP\n[![Windows](https://github.com/danielkrupinski/GOESP/workflows/Windows/badge.svg?branch=master\u0026event=push)](https://github.com/danielkrupinski/GOESP/actions?query=workflow%3AWindows) [![Linux](https://github.com/danielkrupinski/GOESP/workflows/Linux/badge.svg?branch=master\u0026event=push)](https://github.com/danielkrupinski/GOESP/actions?query=workflow%3ALinux)\n\nCross-platform streamproof ESP hack for CS:GO. Currently supports Windows and Linux.\n\n## Showcase\n\n### Hit Effect (new!)\n\n![Hit Effect](https://i.imgur.com/pQUBuS4.gif)\n\n### Player List\n\n![Player List](https://i.imgur.com/Hvc4Olk.png)\n\n### Menu\n\n![Menu](https://i.imgur.com/3zvz2us.png)\n\n### Purchase List\n\n![Purchase List](https://i.imgur.com/V4lIx1G.png)\n\n### Player ESP\n\n![Player ESP](https://i.imgur.com/l4cOW0c.png)\n\n## Getting started\n\n### Prerequisites\n\n#### Windows\nMicrosoft Visual Studio 2019 (preferably the latest version), platform toolset v142 and Windows 10 SDK are required in order to compile GOESP. If you don't have ones, you can download VS [here](https://visualstudio.microsoft.com/) (Tools and Windows SDK are installed during Visual Studio Setup).\n\n#### Linux\n-   CMake 3.13.0+\n-   gcc and g++ 10 **or** clang 10+\n-   SDL2 library\n\nBelow are example commands for some distributions to install the required packages:\n##### Ubuntu\n    sudo apt-get install cmake gcc-10 g++-10 libsdl2-dev\n##### Manjaro\n    sudo pacman -S cmake gcc g++ sdl2\n\n\u003c!--\n\n#### macOS\n\n    brew install gcc sdl2\n\n--\u003e\n\n### Downloading\nThere are two options of downloading the source code:\n\n#### Without [git](https://git-scm.com)\n\nChoose this option if you want pure source and you're not going to contribute to the repo. Download size ~600 kB.\n\nTo download source code this way [click here](https://github.com/danielkrupinski/GOESP/archive/master.zip).\n\n#### With [git](https://git-scm.com)\n\nChoose this option if you're going to contribute to the repo or you want to use version control system. Git is required to step further, if not installed download it [here](https://git-scm.com) or install it from your package manager.\n\nOpen git command prompt and enter following command:\n\n    git clone https://github.com/danielkrupinski/GOESP.git\n\n`GOESP` folder should have been succesfully created, containing all the source files.\n\n### Building\n\n#### Windows\nOpen `GOESP.sln` file, select **Release** configuration and press \u003ckbd\u003eCTRL\u003c/kbd\u003e+\u003ckbd\u003eB\u003c/kbd\u003e.\n\n#### Linux\nExecute the following commands in the main GOESP directory:\n\n    mkdir Release\n    cd Release\n    cmake -D CMAKE_BUILD_TYPE=Release ..\n    make -j $(nproc --all)\n\n## FAQ\n\n### How do I open menu?\nPress \u003ckbd\u003eINSERT\u003c/kbd\u003e while focused on CS:GO window.\n\n### Can I use custom font in the ESP?\nOf course. After installing new font you have to unload and load GOESP again.\n\n### Does this hack hook any of game engine functions?\nNope. Functions GOESP hooks are:\n\non windows:\n-   DirectX Present \u0026 Reset from overlay\n-   SetCursorPos from overlay\n-   game window WNDPROC\n\non linux:\n-   SDL_PollEvent\n-   SDL_GL_SwapWindow\n\n### How GOESP renders its stuff?\nGOESP hooks game overlays and draw things using them. Currently supported overlays are Steam and Discord.\n\n### Is the ESP visible on recording?\nNope, but you have to use 'Game capture' instead of 'Window capture' or 'Desktop capture'. Also remember to uncheck 'Capture external overlays' option in your recording software.\n\n### Can I use this alongside other cheats?\nYes, GOESP shouldn't collide with any other game modification.\n\n## License\n\n\u003e Copyright (c) 2019-2021 Daniel Krupiński\n\nThis project is licensed under the [MIT License](https://opensource.org/licenses/mit-license.php) - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielkrupinski%2Fgoesp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielkrupinski%2Fgoesp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielkrupinski%2Fgoesp/lists"}