Forum Contributor
- User ID
- 18093
- Messages
- 137
- Reactions
- 5,353
- Level
- 45
Screenshot of Menu/ESP:


Functions:
Double click on start.bat
Open any browser, and pate:
Arguments for exe file:
Source:


Functions:
- Player Tracking: View the current position and rotation of any player.
- Score Display: Keep track of the current game score.
- Player Stats: Monitor every player’s health and weapons.
- Customizable Minimap: Adjust player markers for better visibility on smaller screens, such as smartphones or Steam overlay browsers.
- Bomb Tracking: See the location of the bomb when placed during the game.
Double click on start.bat
Open any browser, and pate:
You must be registered for see links
Arguments for exe file:
Argument | Shortcut | Description | Example |
---|---|---|---|
--input | -i | Specify input JSON file(s). Multiple files can be separated by commas. | wradar.exe -i offsets.json,client.dll.json |
--show | -s | Show the console window. | wradar.exe -s |
--verbose | -v | Enable verbose logging. | wradar.exe -v |
--port | -p | Set a custom port for the web server. | wradar.exe -p 8080 |
--host | -h | Set a custom host for the web server. | wradar.exe -h 127.0.0.1 |
--file_log | -fl | Specify a file to save logs. Defaults to timestamped file if not specified. | wradar.exe -fl mylog.txt |
Source:
You must be registered for see links