Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.81 KB

readme.md

File metadata and controls

31 lines (26 loc) · 1.81 KB

cs2_webradar

en en
undetected counter strike 2 browser based radar cheat

if you have any suggestions, issues or questions, feel free to send them on my discord server

requirements

usage

  • 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
  • in usermode project, run cs2_webradar.sln
  • in visual studio's toolbar, hover on Build and press Build Solution or press Ctrl + Shift + B
  • in release folder, run usermode.exe and, in your browser navigate to localhost:5173

sharing

  • in usermode project, /src/common.hpp line 6, 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

license

this project is licensed under the GPL-3.0 license