All Projects → danielkrupinski → Goesp

danielkrupinski / Goesp

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

Programming Languages

cpp17
186 projects

Projects that are alternatives of or similar to Goesp

Osiris
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.
Stars: ✭ 1,851 (+781.43%)
Mutual labels:  json, csgo, counter-strike, dll, reverse-engineering, imgui
Anubis
Free open-source training software / cheat for Counter-Strike: Global Offensive, written in C.
Stars: ✭ 81 (-61.43%)
Mutual labels:  csgo, counter-strike, counter-strike-global-offensive, dll, reverse-engineering
Aristois Legit
Full project files for aristois, Counter-Strike: Global Offensive cheat.
Stars: ✭ 110 (-47.62%)
Mutual labels:  csgo, counter-strike, counter-strike-global-offensive, dll
Pcsgolh
PCSGOLH - Pointless Counter-Strike: Global Offensive Lua Hooks. A open-source Lua API for CS:GO hacking written in modern C++
Stars: ✭ 56 (-73.33%)
Mutual labels:  csgo, counter-strike-global-offensive, dll, reverse-engineering
CSGO-Translator
Simple C# CSGO chat translator
Stars: ✭ 35 (-83.33%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
discord-10man
Discord bot for CS:GO Scrims and Pugs
Stars: ✭ 34 (-83.81%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Vac Hooks
Hook WinAPI functions used by Valve Anti-Cheat. Log calls and intercept arguments & return values. DLL written in C.
Stars: ✭ 103 (-50.95%)
Mutual labels:  csgo, dll, reverse-engineering
get5-web
An unsupported, proof-of-concept webpanel for servers using the get5 CS:GO server plugin. Please don't use it.
Stars: ✭ 97 (-53.81%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Public
The game is about a group of "terrorists" who have traitors among them, out to kill everyone who's not a traitor.
Stars: ✭ 94 (-55.24%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
csgo richpresence
Discord Rich Presence support for Counter-Strike: Global Offensive!
Stars: ✭ 16 (-92.38%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Dainsleif
⚡️ A simple model cheat for CSGO a.k.a. Counter-Strike: Global Offensive.
Stars: ✭ 74 (-64.76%)
Mutual labels:  csgo, reverse-engineering, imgui
csgo-cli
CS:GO Console shows your user account, stats and latest matches. It also uploads demo sharecodes to csgostats.gg.
Stars: ✭ 31 (-85.24%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Garhal csgo
A project that demonstrates how to screw with CSGO from Kernel Space. (CSGO Kernel Cheat/Hack) All cleaned up, and with updated offsets.
Stars: ✭ 179 (-14.76%)
Mutual labels:  csgo, counter-strike, counter-strike-global-offensive
csgo-gsi
A Java library for Counter-Strike: Global Offensive's game state integration
Stars: ✭ 23 (-89.05%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Csgo Retakes
CS:GO Sourcemod plugin for a site-retake gamemode
Stars: ✭ 272 (+29.52%)
Mutual labels:  csgo, counter-strike, counter-strike-global-offensive
Csgo Pug Setup
CS:GO Sourcemod plugin for setting up private pug/10man games
Stars: ✭ 330 (+57.14%)
Mutual labels:  csgo, counter-strike, counter-strike-global-offensive
csgo-hud
Custom CS:GO Spectator HUD
Stars: ✭ 40 (-80.95%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
pengWin
An external cheat for the Linux version of Counter-Strike Global Offensive
Stars: ✭ 28 (-86.67%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Csgo Practice Mode
CS:GO Sourcemod plugin for private team/individual practice servers
Stars: ✭ 263 (+25.24%)
Mutual labels:  csgo, counter-strike, counter-strike-global-offensive
Deadcell Csgo
Full source to the CS:GO cheat
Stars: ✭ 339 (+61.43%)
Mutual labels:  csgo, counter-strike, counter-strike-global-offensive

GOESP

Windows Linux

Cross-platform streamproof ESP hack for CS:GO. Currently supports Windows and Linux.

Showcase

Player List (new!)

Player List

Menu

Menu

Purchase List

Purchase List

Player ESP

Player ESP

Drag & Drop

Drag & Drop

Getting started

Prerequisites

Windows

Microsoft 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 (Tools and Windows SDK are installed during Visual Studio Setup).

Linux

  • CMake 3.13.0+
  • gcc and g++ 10 or clang 10+
  • SDL2 library

Below are example commands for some distributions to install the required packages:

Ubuntu
sudo apt-get install cmake gcc-10 g++-10 libsdl2-dev
Manjaro
sudo pacman -S cmake gcc g++ sdl2

Downloading

There are two options of downloading the source code:

Without git

Choose this option if you want pure source and you're not going to contribute to the repo. Download size ~600 kB.

To download source code this way click here.

With git

Choose 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 or install it from your package manager.

Open git command prompt and enter following command:

git clone https://github.com/danielkrupinski/GOESP.git

GOESP folder should have been succesfully created, containing all the source files.

Building

Windows

Open GOESP.sln file, select Release configuration and press CTRL+B.

Linux

Execute the following commands in the main GOESP directory:

mkdir Release
cd Release
cmake -D CMAKE_BUILD_TYPE=Release ..
make -j $(nproc --all)

FAQ

How do I open menu?

Press INSERT while focused on CS:GO window.

Can I use custom font in the ESP?

Of course. After installing new font you have to unload and load GOESP again.

Does this hack hook any of game engine functions?

Nope. Functions GOESP hooks are:

on windows:

  • DirectX Present & Reset from overlay
  • SetCursorPos from overlay
  • game window WNDPROC

on linux:

  • SDL_PollEvent
  • SDL_GL_SwapWindow
  • SDL_WarpMouseInWindow

How GOESP renders its stuff?

GOESP hooks game overlays and draw things using them. Currently supported overlays are Steam and Discord.

Is the ESP visible on recording?

Nope, 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.

Can I use this alongside other cheats?

Yes, GOESP shouldn't collide with any other game modification.

License

Copyright (c) 2019-2021 Daniel Krupiński

This project is licensed under the MIT License - see the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].