All Projects → zecjy → PUBG-Radar-setup

zecjy / PUBG-Radar-setup

Licence: other
Easy setup script for PUBG Radar

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to PUBG-Radar-setup

pengWin
An external cheat for the Linux version of Counter-Strike Global Offensive
Stars: ✭ 28 (-45.1%)
Mutual labels:  radar, cheat
nexradaws
This python package is designed to provide query and download capabilities to the NEXRAD archive available on Amazon Web Services (AWS). https://aws.amazon.com/public-datasets/nexrad/
Stars: ✭ 32 (-37.25%)
Mutual labels:  radar
Ti mmwave rospkg
TI mmWave radar ROS driver (with sensor fusion and hybrid)
Stars: ✭ 108 (+111.76%)
Mutual labels:  radar
Luatelemetry
FrSky SmartPort(S.Port), D-series, F.Port and TBS Crossfire telemetry on all Taranis and Horus transmitters
Stars: ✭ 206 (+303.92%)
Mutual labels:  radar
Wradlib
weather radar data processing - python package
Stars: ✭ 143 (+180.39%)
Mutual labels:  radar
JDuel-Links-Bot
An all-in-one modding tool and bot for Yu-Gi-Oh! Duel Links (Steam version)
Stars: ✭ 25 (-50.98%)
Mutual labels:  cheat
Ws4kp
WeatherStar 4000+
Stars: ✭ 100 (+96.08%)
Mutual labels:  radar
pubg-typescript-api
TypeScript wrapper on official PUBG API.
Stars: ✭ 11 (-78.43%)
Mutual labels:  playerunknowns-battlegrounds
radar-sdk-android
Android SDK for Radar, the leading geofencing and location tracking platform
Stars: ✭ 57 (+11.76%)
Mutual labels:  radar
Android Radarview
🎯雷达图,类似支付宝芝麻分解读,王者荣耀对战资料图。
Stars: ✭ 182 (+256.86%)
Mutual labels:  radar
Marine Api
Java Marine API - NMEA 0183 library for Java
Stars: ✭ 174 (+241.18%)
Mutual labels:  radar
Ladybug
Handle rdar:// links gracefully
Stars: ✭ 161 (+215.69%)
Mutual labels:  radar
OpenMaterial
3D model exchange format with physical material properties for virtual development, test and validation of automated driving.
Stars: ✭ 23 (-54.9%)
Mutual labels:  radar
S1tbx
The Sentinel-1 Toolbox
Stars: ✭ 138 (+170.59%)
Mutual labels:  radar
vue-unit-testing-cheat-sheet
🔬 My cheat sheet for testing vue components with jest and vue-test-utils
Stars: ✭ 101 (+98.04%)
Mutual labels:  cheat
React Native Radar
React Native module for Radar, the leading geofencing and location tracking platform
Stars: ✭ 104 (+103.92%)
Mutual labels:  radar
Fusion Ukf
An unscented Kalman Filter implementation for fusing lidar and radar sensor measurements.
Stars: ✭ 162 (+217.65%)
Mutual labels:  radar
Openradar Mirror
A mirror of radars pulled from http://openradar.me/.
Stars: ✭ 238 (+366.67%)
Mutual labels:  radar
bananabot
A CS:GO Hack for Linux
Stars: ✭ 19 (-62.75%)
Mutual labels:  cheat
Ninehack-
poorly coded client
Stars: ✭ 15 (-70.59%)
Mutual labels:  cheat

Fast setup for the PUBG Radar on linux

CURRENTLY OUTDATED

It installs the latest version from EmberVulpix, which supports the current encrytion. All requirements like java are also installed

To run the setup you simply need to execute this commands in your terminal

wget https://raw.githubusercontent.com/zecjy/PUBG-Radar-setup/master/setup.sh
sudo chmod +x setup.sh
sudo ./setup.sh

In the setup process you will be asked for 3 IP addresses, your gamePC where PUBG runs, the RadarPC IP on which the setup runs and your router IP which is displayed as gateway. On windows, use ipconfig in cmd to find your IP and gateway, and on linux use ifconfig. Your interface will most likely be ens33 or enp3s0, don't choose lo. When your asked for RAM, look in the Mem: line in collum free. Choose a lower value e.g. 4.2G -> type 4g.

  • Both systems need to be connected via the same medium (WiFi|WiFi oder LAN|LAN) and in the same network (e.g. 192.168.0.2 + 192.168.0.3) !

The setup installs the radar in the Radar folder. There will be update.sh, create_run.sh and run.sh.

To start the Radar execute:

cd Radar
sudo ./run.sh

If you want to see the arpspoof output (e.g. you want to see if your ip setup works) use sudo ./run.sh --show_arpspoof

If you want to update to the latest version or switch between 4k and 8k map:

cd Radar
sudo ./update.sh

While the 8k map is more detailed than the 4k map, the 8k map may cause performance issues, especially on lower-end PCs and Virtual Machines.

If an IP changed or your run.sh is no longer working right:

cd Radar
sudo ./create_run.sh

FAQ: Q: When I try to run the radar, it returns an error. A: You likely set up something wrong. Make sure the IP of your Radar PC is in the same range as your gateway IP. If it isn't, change the network type of your VM in Virtualbox manager to "Bridge adapter" instead of "NAT", then run:

cd Radar
sudo ./create_run.sh

If that doesn't resolve the issue, try to run setup.sh again.

Q: I get the "encryption token", but the radar is gray. A: This could be caused by various factors. First make sure you have allocated enough RAM for the radar to run (and that you actually have enough free RAM available in your VM). If you're sure you have enough RAM allocated, but the issue persists, it's possible that your router is blocking ARP spoofing. In that case your best guess would be to disable the feature that prevents the ARP spofing from working in your router settings, or to temporarily switch to a router which doesn't block ARP spoofing.

Credits to:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].