cs2-external-esp
cs2-external-esp copied to clipboard
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.
🎡 CS2 External ESP
Simple external esp using gdi overlay to render esp boxes on top of cs2 highlighting your enemies and teammates including their health, name and health number. If you want to check out discord overlay rendering check discord-overlay-esp
Make sure you 🌟 the project if you like it ❤
Video Showcase
🌳 Simple Use
- Releases have been removed in order to be allowed in unknowncheats so the binaries are published there
- Go to unknwoncheats post cs2-external-esp
- Click on the binary file you want to download and download it.
- Open the binary file and cs2 (doesnt 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 this steps
-
Create a pull request and provided just the
offsets/offsets.jsonupdated file in the pull request. if there are any other files modified it will be denied -
Provide a valid image that the esp is working on the latest version on the game
-
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.
-
Two ways to get the latest offsets. 1.1 Go to this unknowncheats thread and find the latest offsets posted by the community 1.2 Or go to this repository cs2-dumper and find the latest offstes
-
You will find somethig like this
#define dwLocalPlayer 0x1715418 // This is hexadecimal
- 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
{
"dwLocalPlayer": 24204312, // To decimal
...
}
📘 Developer Instructions
-
Build the program using Visual Studio 2022
- Build:
x64 - Release
- Build:
-
Locate your binary file in the folder
<arch>/<configuration>, e.g.,x64/Release.
- ❕ In case the offsets get outdated (Every game update), you could check UnnamedZ03's repository for the updated ones here
💫 Credits
- UnnamedZ03 for providing offsets and guide with his CS2-external-base
- a2x for his offset dumper and constant updates to it
- ifBars for his contributions to the project and ideas
- Bekston for his contributions to the project and ideas
- Apxaey for releasing an easy way to implement handle hijacking
- Unknowncheats comunity for their reseach!
🔖 License & Copyright
This project is licensed under CC BY-NC 4.0.
+ 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 and the respective contributors. See the LICENSE.md file for details.
