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
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
reactandweb_serverfolders, typenpm installto install the required dependenciesstart.batwhich will start both web server and react development serverusermodeprojectclient.dll.jsonandoffsets.jsonand place them in the same folder withusermode.exeusermode.exeand, in your browser navigate tolocalhost:5173sharing
usermodeproject,usermode.hppline 13, change#define USE_LOCALHOST 1to#define USE_LOCALHOST 0reactproject,App.jsxline 10, changeconst USE_LOCALHOST = 1;to#const USE_LOCALHOST = 0;reactproject,App.jsxline 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