/cs2-dma-radar

Scuffed external radar built with C++ and NodeJS.

Primary LanguageC++MIT LicenseMIT

cs2-dma-radar



Scuffed CSGO DMA radar built with C++ and NodeJS ported to cs2.
Original download can be found here: unknowncheats

Preview

Requirements

  • node LTS version (nodejs.org)

Server:

  • Install pkg globally
npm install pkg -g
// or
yarn global add pkg
  • Build the Server with the following command
pkg server/server.js --config package.json --compress

Folder Structure:

📁 root/
├─ csgo-external-radar.exe
├─ radar.exe

Usage

  • Navigate to /csgo/resource/overviews then copy contents to /app/resource/overviews on second pc (no longer applies to cs2 download or extract your own map files from the .vpk files and store in app/public/images)
  • Start the radar
  • Start CS2 and wait until you are in the main menu (or until the offsets are visible in the console)
  • Start the server (node server/server.js)
  • Visit localhost:3000 in your favorite browser

Features

  • Enemy

    • Active
    • Health
    • Name
  • Team

    • Active
    • Health
    • Name
  • Local

    • Active

Credits

Mortale
unknowncheats | Github

https://github.com/frk1/hazedumper
https://github.com/microsoft/DirectXTex/tree/master/Texconv
https://github.com/node-steam/vdf
https://github.com/nlohmann/json