Skip to content

Scuffed external radar built with C++ and NodeJS.

License

Notifications You must be signed in to change notification settings

EobanZ/csgo-external-radar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csgo-external-radar



Scuffed external radar built with C++ and NodeJS.
Download can be found here: unknowncheats

Preview

Build

Radar:

  • Release x86

Server:

  • Install nexe globally
npm install nexe -g
// or
yarn global add nexe
  • Build the Server with the following command
nexe -i server/server.js -t 10.16.0 -r public --verbose

Usage

  • Start the radar
  • Start CSGO 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
    • Weapon
  • Team

    • Active
    • Health
    • Name
    • Weapon
  • 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.7%
  • JavaScript 2.8%
  • Other 1.5%