counter strike 2 browser based radar cheat (work in progress)
if you have any suggestions, issues or questions, feel free to send them on my discord server
- install nodejs
- in
react
andweb_server
folders, runinstall.bat
- in the root folder, run
start.bat
which will start both web server and react development server - compile
usermode
project - run
usermode.exe
and, in your browser navigate tolocalhost:5173
- in
usermode
project,usermode.hpp
line 24, change#define USE_LOCALHOST 1
to#define USE_LOCALHOST 0
- in
react
project,App.jsx
line 10, changeconst USE_LOCALHOST = 1;
toconst USE_LOCALHOST = 0;
- in
react
project,App.jsx
line 11, changeconst PUBLIC_IP = "your ip";
with your ip address - in
cmd
, typeipconfig
, findDefault Gateway
and navigate to it in your browser - in your router configuration, find
Port Forwarding
tab and forward port22006/tcp
and5173/tcp
- now your friends can see the radar by navigating to
your public ip:5173