VMRadar Website located here -> https://vmradar.net/
Discord Was Taken Down ToS Violation apparently
SDK Dumped by (legitnutty33) Thank You!
- NUMPAD_1 -> Filter Weapon
- NUMPAD_2 -> Filter Equip
- NUMPAD_3 -> Filter Meds
- NUMPAD_4 -> Filter Attach
- NUMPAD_5 -> Filter Scope
- NUMPAD_6 -> Filter Ammo
- NUMPAD_0 -> Filter Throw
- NUMPAD_8 -> Looting - Combat -Scouting
- NUMPAD_PLUS -> Camera Zoom ++
- NUMPAD_MINUS -> Camera Zoom --
- F1 -> Change Player Info (Name, Distance, HP, Weapon)
- F2 -> Toggle Compass
- F3 -> Toggle Mini Map
- F4 -> Toggle View Line
- F5 -> Toggle Vehicles (icon, name or both)
- F12 -> Toggle View Line
java -jar target\VMRadar-1.2.1-jar-with-dependencies.jar "Middle PC IP" PortFilter "Game PC IP"
You can replay a PCAP file in offline mode:
java -jar target\VMRadar-1.2.1-jar-with-dependencies.jar "Middle PC IP" PortFilter "Game PC IP" Offline
- Install Maven
- Add Maven to your environment PATH, screenshot below.
- Add MAVEN_OPTS environment variable, screenshot below.
- Install JDK8
- Add JAVA_HOME to your Environment Path, screenshot below.
- Use the command prompt to go to your VMRadar directory (with the src folder)
- type
mvn verify install
into the command prompt.
You can find detailed instructions on how to run a maven project here
- Install Virtual Box
- Install Virtual Box Extension Pack ( https://download.virtualbox.org/virtualbox/5.2.6/Oracle_VM_VirtualBox_Extension_Pack-5.2.6-120293.vbox-extpack )
- Install Windows 7 x64 (64 bit) (!!!NOT Windows 10!!!) on the VM (recommended: 2gb ram, 16gb storage, 2 processors) Recommended: https://softlay.net/operating-system/windows-7-all-in-one-iso-free-download-32-64-bit.html Use Windows 7 ultimate when installing
- Install https://www.winpcap.org/install/ and https://www.microsoft.com/en-us/download/details.aspx?id=48145 on the VM
- Install .Net framework 4.5: https://www.microsoft.com/en-us/download/details.aspx?id=30653
- Go to settings of your VM, go to network, set attached to: 'Bridged adapter' and set promiscuous mode: 'Allow all'
- Go to settings of your VM, go to video, set video memory to max and enable both acceleration checkboxes.
- Run radar on VM.
- Press windows + r
- Type in msconfig and press enter
- Go to 'boot' and check 'safe boot'
- Apply/ok and restart VM (it will boot in safe mode)
- Go to VirtualBox toolbar and go to Devices -> Insert Guest Additions CD image...
- Press Windows + E and open the CD drive for guest additions
- Install, select Direct3D support when installing! Do not reboot after installation.
- Go to msconfig, boot, disable safe boot and restart to normal windows
Download: https://www.winpcap.org/install/
- Go to command prompt (CMD)
- Type "ipconfig"
- Write your IPv4 address and default gateway down
- Use windows seacrh and look for ncpa.cpl
- Go to your internet adapter properties and then IPv4 properties and then check "Obtain an IP address automatically" and also "Obtain DNS server address automatically"
- Uncheck IPv6 and then just press OK
- Then go back to ncpa.cpl (should already be open)
- Press "alt" and go "File" from left top corner and there "New incoming connection"
- Add someone and make sure to remember username and password then go next
- check "Through the internet" then go next
- Go to IPv4 properties and make sure "Network access" is checked
- Under "IP address assignment" Check "Specifiy IP Addresses"
- Use your Default Gateway, to create a proper IP range for "Specify IP addresses" Example: gateway is 192.168.0.1, use 192.168.0.2 to 192.168.0.10 for the ip range. Then select "OK"
- Select "Allow access" and now we can move to our PUBG pc where we will play our games.
- For this computer also search for ncpa.cpl
- Go to your internet adapter properties and check "Obtain an IP address automatically" and also "Obtain DNS server address automatically"
- Uncheck IPv6 and press OK
- Go to your "Network & Internet" settings
- Go to "VPN" and from there "Add a VPN connection"
- These setting are recommended: VPN Provider: Windows (build-in) Connection name: random Server name or address: This is the IPv4 address that you wrote down first VPN Type: automatic User and Password as the ones you created earlier and now click save.
Now try to connect to your VPN and if it succeeded you are ready to go
Located in the Help folder
@echo off
for /f "tokens=14" %%a in ('ipconfig ^| findstr IPv4') do set _IPaddr=%%a
echo YOUR IP ADDRESS IS: %_IPaddr%
echo "RUNNING VMRADAR"
set /p game=ENTER GAMEVM IP:
echo "%game%"
java -jar target\pubg-radar-1.0-SNAPSHOT-jar-with-dependencies.jar %_IPaddr% PortFilter "%game%"
or
@echo off
for /f "tokens=14" %%a in ('ipconfig ^| findstr IPv4') do set _IPaddr=%%a
java -jar target\pubg-radar-1.0-SNAPSHOT-jar-with-dependencies.jar %_IPaddr% PortFilter %_IPaddr% Offline