Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

vaye-dev/cs2-dma-radar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scuffed external radar built with C++ and NodeJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.5%
  • JavaScript 3.0%
  • Other 1.5%