Janek f71836a763 Update 0.1.1
Both:
- Added full bomb ESP

Core:
- Added Address caching
 - Improves performance significantly by gathering entity addresses only every 250ms
 - Actual data like positions and angles are still gathered at the specified polling rate.

Web:
- Player bomb indicator is now the same color as planted/dropped bombs
2023-11-28 00:59:45 +01:00

781 B

radarflow2

A Web radar for CS2 using memflow

How can I run this?

First, you need to set up a virtual machine on linux using qemu.
As of now, memflow's pcileech connector is not supported/tested.

How to set up a VM on linux is way out of scope for this. You can find plenty of information online on how to do it.

After you have set up your VM, you can clone this repository on your host:
git clone https://github.com/superyu1337/radarflow.git

Now you can run radarflow:
cargo run --release

For an overview of CLI commands, run this:
cargo run --release -- --help

Detection Status

VAC: (Undetected)
FaceIt: (Unknown, could work with proper spoofing)
ESEA: (Unknown, could work with proper spoofing)