Skip to content

wdragondragon/cs2-dma-radar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2 DMA Radar

Fork of CS2_DMA_Radar with some improvements.

Capture

If you just want to use the radar, you can download the latest release here Requirements to run latest release: JDK 21

🚀 Usage

After you complied or downloaded the latest release, you can start the radar with the following command:

java -jar CS2DMA-1.0.jar

Then you should be able to access the radar at http://localhost:8080

⚡️ Requirements

  • nodejs (>= 20.3.0) -> Use nvm or directly install nodejs
  • Java Development Kit (>= 21) -> Download
  • Apache Maven (>= 3.8.7) -> Download
  • make (>= GNU Make 4.4.1) -> Use cygwin or install make directly: Download

🛠️ Build

  1. Install frontend dependencies: cd client && npm i
  2. Move back to the root directory: cd ..
  3. Build application: make build
  4. Move to the release directory: cd release
  5. Start the application: java -jar CS2DMA-1.0.jar

Offsets

The offsets are stored in a file called offsets.json in the root directory of the application. To get the latest offsets you can use the cs2-dumper by a2x. If you don't want to dump them yourself, you can use the offsets from offsets.rs and client.dll.hpp.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.5%
  • Vue 5.7%
  • Other 0.8%