clauadv / cs2_webradar

counter strike 2 browser based radar cheat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs2_webradar

en en
undetected 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

usage

  • download and install nodejs
  • in the root folder, run install.bat to install dependencies
  • in the root folder, run start.bat to start both web server and react development server
  • compile usermode project using visual studio
  • run usermode.exe and, in your browser navigate to localhost:5173

sharing

  • in usermode project, usermode.hpp line 24, change #define USE_LOCALHOST 1 to #define USE_LOCALHOST 0
  • in react project, App.jsx line 10, change const USE_LOCALHOST = 1; to const USE_LOCALHOST = 0;
  • in react project, App.jsx line 12, change const PUBLIC_IP = "your ip"; with your ip address
  • in cmd, type ipconfig, find Default Gateway and navigate to it in your browser
  • in your router configuration, find Port Forwarding tab and forward port 22006/tcp and 5173/tcp
  • now your friends can see the radar by navigating to your public ip:5173

showcase

cs2_webradar.mp4

About

counter strike 2 browser based radar cheat

License:GNU General Public License v3.0


Languages

Language:C++ 98.2%Language:JavaScript 1.7%Language:Batchfile 0.1%Language:CSS 0.0%Language:HTML 0.0%