-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
|
||
|
||
# PUBG RADAR | ||
|
||
A PUBG pcap playback system that does not hog CPU/GPU, works with version 3.7.33 | ||
|
||
## Sniff | ||
|
||
You need an extra linux(centos 7 x64) server to be the man in the middle | ||
|
||
Server running command: | ||
```bash | ||
yum install git;git clone https://github.com/794959818/pubgradar.git; chmod +x . /root/pubgradar/update.sh;. /root/pubgradar/update.sh | ||
``` | ||
|
||
## Translation | ||
|
||
回车后开始安装 Enter after installation | ||
|
||
记住了吗?任意键继续 Remember? Any key continues | ||
|
||
请输入你的内网ip Please enter your private Network ip | ||
|
||
搭建完成 Build up | ||
|
||
|
||
## Link | ||
|
||
Local computer using SSTAP connection | ||
|
||
Watching address serverIP:20086/ | ||
|
||
|
||
Restart PUBG-Radar command | ||
|
||
```bash | ||
cd /root/pubgradar;. restart.sh |