1 Star 0 Fork 1

jin / VMRadar

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
Unlicense

PUBG-Radar Imgur

By engaging with this repository you explicitly agree with the terms of the Unlicense.

https://github.com/SamuelNZ/VMRadar/releases

Imgur

This version runs without the spoofing shit in a VM.

'Fixed' the item locations, still working on it.

Key Kinds

You can't filter level 3 gear (always enabled)

Item Filter:

  • 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

Zooms:

  • NUMPAD_7 -> Scouting
  • NUMPAD_8 -> Scout/Loot
  • NUMPAD_9 -> Looting

Online Mode:

java -jar target\pubg-radar-1.0-SNAPSHOT-jar-with-dependencies.jar "Middle PC IP" PortFilter "Game PC IP"

Offline Mode:

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

Build, Install and Run

  1. Install VMWare Workstation
  2. Setup your VM in Bridged Mode, replicate physical.
  3. Install Maven on your VM
  4. Add Maven to your environment PATH, screenshot below.
  5. Add MAVEN_OPTS environment variable, screenshot below.
  6. Install JDK8 on your VM and
  7. Add JAVA_HOME to your Environment Path, screenshot below.
  8. Install Wireshark + WinPCap on your VM
  9. Use the command prompt to go to your VMRadar directory (with the src folder)
  10. type mvn verify install into the command prompt.
  11. Change your IP addresses in the batch file, It will crash if they are wrong.
  12. Do the extra step below in the Compatibility tab in the Properties.
  13. Run the batch file.

@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

MAVEN_OPTS

Imgur

Path (Java and Maven)

Imgur

JAVA_HOME

Imgur

COMPATIBILITY

Imgur

You can find detailed instructions on how to run a maven project here

IntelliJ IDEA

This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <https://unlicense.org>

About

PUBG VMRadar - Radar Mini-map for PUBG expand collapse
Kotlin
Unlicense
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
Kotlin
1
https://gitee.com/kimmee/VMRadar.git
git@gitee.com:kimmee/VMRadar.git
kimmee
VMRadar
VMRadar
master

Search

14c37bed 8189591 565d56ea 8189591