Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imxnoobx/cs2-external-esp
Simple external esp using discord's/gdi overlay to render a box-esp on top of Counter-Strike 2, highlighting your enemies and teammates including their health.
https://github.com/imxnoobx/cs2-external-esp
cheat counter-strike counter-strike-2 cs2 esp external hack
Last synced: about 7 hours ago
JSON representation
Simple external esp using discord's/gdi overlay to render a box-esp on top of Counter-Strike 2, highlighting your enemies and teammates including their health.
- Host: GitHub
- URL: https://github.com/imxnoobx/cs2-external-esp
- Owner: IMXNOOBX
- License: other
- Created: 2023-09-04T13:22:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:21:54.000Z (8 days ago)
- Last Synced: 2024-10-30T03:56:38.044Z (8 days ago)
- Topics: cheat, counter-strike, counter-strike-2, cs2, esp, external, hack
- Language: C++
- Homepage:
- Size: 4.69 MB
- Stars: 248
- Watchers: 1
- Forks: 52
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# đĄ CS2 External ESP
Simple external ESP for Counter-Strike 2 using the GDI overlay to render esp boxes on top of CS2, highlighting your enemies and teammates including their health and name. If you want to check out Discord overlay rendering check the [discord-overlay-esp](https://github.com/IMXNOOBX/cs2-external-esp/tree/discord-overlay) tree.
### Make sure you đ the project if you like it â¤
## Video Showcase
[![Cs2ESP](.github/image.png)](https://youtu.be/SV_lddIxQ5w)
## đŗ Simple Use* Releases have been removed in order to be allowed in UnknownCheats, so the binaries are published there.
1. Go to the UnknownCheats post [**cs2-external-esp**](https://www.unknowncheats.me/forum/counter-strike-2-a/600259-cs2-external-esp.html)
2. Click on the binary file you want to download and download it.
3. Open the binary file and CS2 (Doesn't matter which one goes first (If you are having issues with ESP not showing, wait to open till in game))
â Make sure your game is in full screen windowed## đ§ Repository Update
* If you have updated the offsets, and want to share it with everyone follow these steps
1. Create a [pull request](https://github.com/IMXNOOBX/cs2-external-esp/pulls) and provide just the `offsets/offsets.json` updated file in the pull request. If there are any other files modified it will be denied.
2. Provide a valid image that the esp is working on the latest version on the game
3. The commit will be merged into the main branch once verified and all the users will be able to update it!
## â Manually Update
* To manually update the ESP offsets I have included an offsets.json file which will be created once opened.
Currently there are two ways to get the latest offsets.
1. Manually updating them
1.1a Go to this [UnknownCheats thread](https://www.unknowncheats.me/forum/counter-strike-2-a/576077-counter-strike-2-reversal-structs-offsets.html) and find the latest offsets posted by the community
1.1b Or go to the [cs2-dumper](https://github.com/a2x/cs2-dumper) repository and find the latest offsets1.2 You will find something like this
```cpp
#define dwLocalPlayer 0x1715418 // This is hexadecimal
```1.3 You will have to translate it to decimal and put it in the offsets file next to the ESP executable like so, you can use [**this website**](https://www.rapidtables.com/convert/number/hex-to-decimal.html)
```json
{
"dwLocalPlayer": 24204312, // To decimal
...
}
```2. Automatically updating them using a script
2.1 Download the `update_offsets.py` script and `offsets.json` file from [the offsets folder](https://github.com/IMXNOOBX/cs2-external-esp/tree/main/offsets) in this repository
2.2 Put the `update_offsets.py` script next to the `offsets.json` file found next to your ESP executable
2.3 Run `update_offsets.py`, the offsets will be automatically written to `offsets.json`## đ Developer Instructions
1. Build the program using **Visual Studio 2022**
- Build: **`x64 - Release`**2. Locate your binary file in the folder `/`, e.g., `x64/Release`.
* â In case the offsets get outdated (Every game update), you could check UnnamedZ03's repository for the updated ones [here](https://github.com/UnnamedZ03/CS2-external-base/blob/58466cd7feba2fbcf5ab49b0dbbdc7bcd6d7df58/source/CSSPlayer.hpp#L3-L15)
## đĢ Credits
* [UnnamedZ03](https://github.com/UnnamedZ03) for providing [offsets](https://www.unknowncheats.me/forum/3846642-post734.html) and guide with his [CS2-external-base](https://github.com/UnnamedZ03/CS2-external-base)
* [a2x](https://github.com/a2x) for his [offset dumper](https://github.com/a2x/cs2-dumper) and constant updates to it
* [ifBars](https://github.com/ifBars) for his [contributions](https://github.com/IMXNOOBX/cs2-external-esp/pull/37) to the project and ideas
* [Bekston](https://github.com/Bekston) for his [contributions](https://github.com/IMXNOOBX/cs2-external-esp/pull/20) to the project and ideas
* [Apxaey](https://github.com/Apxaey) for releasing an easy way to implement [handle hijacking](https://github.com/Apxaey/Handle-Hijacking-Anti-Cheat-Bypass)
* The UnknownCheats comumnity for their research!# đ License & Copyright
This project is licensed under [**CC BY-NC 4.0**](https://creativecommons.org/licenses/by-nc/4.0/).
```diff
+ You are free to:
âĸ Share: Copy and redistribute the material in any medium or format.
âĸ Adapt: Remix, transform, and build upon the material.
+ Under the following terms:
âĸ Attribution: You must give appropriate credit, provide a link to the original source repository, and indicate if changes were made.
âĸ Non-Commercial: You may not use the material for commercial purposes.
- You are not allowed to:
âĸ Sell: This license forbids selling original or modified material for commercial purposes.
âĸ Sublicense: This license forbids sublicensing original or modified material.
```
### Šī¸ Copyright
The content of this project is Šī¸ by [IMXNOOBX](https://github.com/IMXNOOBX) and the respective contributors. See the [LICENSE.md](LICENSE.md) file for details.