vpkepic-hue/Datashell — reverse-engineered prompt
Reverse engineered prompt
Build me a cleaned up version of this old C++ CSGO movement project so it actually opens and builds in Visual Studio without random missing files or broken settings. The README basically says nothing, so please inspect the code and make sensible fixes instead of guessing big new features.
I want it to be a private offline movement practice tool, not something for online cheating. Keep the focus on whatever movement related features are already in the repo, add a simple menu to turn them on and off, and make the code less messy so it’s easier to understand later. If something is unsafe, outdated, or tied to online anti cheat bypassing, remove it or stub it out and explain what you changed in comments.
Please get the project compiling as a DLL, clean up the solution settings, fix obvious crashes, and leave a short README with build steps and what the tool can do. Look up current Visual Studio C++ docs online if you need to.
Want more depth? Deep Reverse