Skip to content

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.

License

Notifications You must be signed in to change notification settings

ElonGaties/cs2-external-esp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎡 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

Cs2ESP

🌳 Simple Use

  • Releases have been removed in order to be allowed in unknowncheats so the binaries are published there
  1. Go to unknwoncheats post cs2-external-esp
  2. Click on the binary file you want to download and download it.
  3. Open the binary file and cs2 (doesnt matter which one goes first) ❗ 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
  1. Create a pull request and provided 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.
  1. Go to this unknowncheats thread and find the latest offsets posted by the community

  2. You will find somethig like this

#define dwLocalPlayer 0x1715418 // This is hexadecimal
  1. 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

  1. Build the program using Visual Studio 2022

    • Build: x64 - Release
  2. 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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%