dani1368/gamesense-menu-remake-csgo — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Windows C++ Visual Studio project that recreates the look and feel of the GameSense menu from CS:GO as a standalone UI demo. I only need the menu interface, not any cheating, injection, hooking, game memory access, or online gameplay features.

Make it clean and easy to run from the solution, with tabs, grouped controls, checkboxes, sliders, dropdowns, color pickers, keybind style inputs, and a simple config save and load so the controls feel real. The design should feel close to the original style, with a dark background, compact layout, accent colors, smooth mouse interaction, and readable labels.

Since there isn't much README guidance, infer the missing details from the repo name and existing C++ project. Please organize the code so I can tweak colors and add new menu items later. If you need exact behavior for UI widgets, look up current docs online.

Want more depth? Deep Reverse