xsip/PureLiquid-CS2-External — reverse-engineered prompt
Reverse engineered prompt
Build me a C++ Counter Strike 2 external research tool based on this repo. I want it to run as a separate program, attach to a local CS2 process, track player entities in real time, and show an overlay that can tell which players are visible using the game’s own visibility trace logic.
Include the existing ideas from the project, like pattern scanning, generated SDK style access, external interface usage, chams or model highlighting, an aimbot demo with visibility checks, silent aim support, and hook state saving so restarting the external tool doesn’t break everything. Keep it organized so the memory code, Source 2 interfaces, math, overlay, rendering, and features are easy to understand.
Please make it build cleanly in Visual Studio on Windows, add simple setup notes, and keep the code readable because I’m using this as a reverse engineering learning base in a private test environment. Look up current docs online if you need to.
Want more depth? Deep Reverse