removed driver include for less confusion & removed old log funcs from web server
counter strike 2 browser based radar cheat (work in progress) if you have any issues or questions, feel free to ask on my discord server
react
web_server
npm install
start.bat
usermode
client.dll.json
offsets.json
usermode.exe
localhost:5173
usermode.hpp
#define USE_LOCALHOST 1
#define USE_LOCALHOST 0
App.jsx
const USE_LOCALHOST = 1;
#const USE_LOCALHOST = 0;
const PUBLIC_IP = "your ip goes here";
https://github.com/clauadv/cs2_webradar/assets/26169415/718d5969-004b-4300-b152-2051a75d490d
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
cs2_webradar
counter strike 2 browser based radar cheat (work in progress)
if you have any issues or questions, feel free to ask on my discord server
usage
react
andweb_server
folders, typenpm install
to install the required dependenciesstart.bat
which will start both web server and react development serverusermode
projectclient.dll.json
andoffsets.json
and place them in the same folder withusermode.exe
usermode.exe
and, in your browser navigate tolocalhost:5173
sharing
usermode
project,usermode.hpp
line 13, change#define USE_LOCALHOST 1
to#define USE_LOCALHOST 0
react
project,App.jsx
line 10, changeconst USE_LOCALHOST = 1;
to#const USE_LOCALHOST = 0;
react
project,App.jsx
line 11, changeconst PUBLIC_IP = "your ip goes here";
with your ip addressshowcase
https://github.com/clauadv/cs2_webradar/assets/26169415/718d5969-004b-4300-b152-2051a75d490d