Giter Club home page Giter Club logo

vmradar's Introduction

PUBG-Radar Imgur

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

Imgur

Key Kinds

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

Item Filter:

  • HOME -> Show / Hide Compass
  • NUMPAD_0 -> Filter Throwables
  • NUMPAD_1 -> Filter Attachments
  • NUMPAD_2 -> Filter Scopes
  • NUMPAD_3 -> Filter Ammo
  • NUMPAD_4 -> Filter Weapons
  • NUMPAD_5 -> Filter Level 2 Gear
  • NUMPAD_6 -> Filter Meds

Icon Toggles

  • F6 -> Toggle Vehicle Names
  • F7 -> Toggle Vehicles
  • F11 -> Toggle View Line

Zooms:

  • NUMPAD_7 -> Scouting
  • NUMPAD_8 -> Scout/Loot
  • NUMPAD_9 -> Looting
  • F9 -> Camera Zoom ++
  • F10 -> Camera Zoom --

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 Pro
  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. 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

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

IntelliJ IDEA

vmradar's People

Contributors

samuelnz avatar avitomin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.