lonkey / csgo-external-radar

Scuffed external radar built with C++ and NodeJS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csgo-external-radar



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

Preview

Requirements

  • node LTS version (nodejs.org)

Build

Radar:

  • Release x86

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
β”œβ”€ πŸ“ dependencies/
β”‚  β”œβ”€ texconv.exe

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.

License:MIT License


Languages

Language:C++ 95.6%Language:JavaScript 3.0%Language:SCSS 0.8%Language:HTML 0.7%