https://github.com/SamuelNZ/VMRadar/releases
This version runs without the spoofing shit in a VM.
'Fixed' the item locations, still working on it.
You can't filter level 3 gear (always enabled)
- HOME -> Show / Hide Compass
- NUMPAD_0 -> Filter Throwables
- NUMPAD_1 -> Filter Weapon
- NUMPAD_2 -> Filter Attachments
- NUMPAD_3 -> Filter Level 2
- NUMPAD_4 -> Filter Scopes
- NUMPAD_5 -> Filter Meds
- NUMPAD_6 -> Filter Ammo
- NUMPAD_7 -> Scouting
- NUMPAD_8 -> Scout/Loot
- NUMPAD_9 -> Looting
java -jar target\pubg-radar-1.0-SNAPSHOT-jar-with-dependencies.jar "Middle PC IP" PortFilter "Game PC IP"
You can replay a PCAP file in offline mode:
java -jar target\pubg-radar-1.0-SNAPSHOT-jar-with-dependencies.jar "Middle PC IP" PortFilter "Game PC IP" Offline
- Install VMWare Workstation
- Setup your VM in Bridged Mode, replicate physical.
- Install Maven on your VM
- Add Maven to your environment PATH, screenshot below.
- Add MAVEN_OPTS environment variable, screenshot below.
- Install JDK8 on your VM and
- Add JAVA_HOME to your Environment Path, screenshot below.
- Install Wireshark + WinPCap on your VM
- Use the command prompt to go to your VMRadar directory (with the src folder)
- type
mvn verify install
into the command prompt. - Change your IP addresses in the batch file, It will crash if they are wrong.
- Do the extra step below in the Compatibility tab in the Properties.
- Run the batch file.