All Projects → aaa4xu → pubg-lobby-proxy

aaa4xu / pubg-lobby-proxy

Licence: other
Eazy way to view and modify PLAYERUNKNOWN'S BATTLEGROUNDS lobby traffic

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pubg-lobby-proxy

graphql-pubg
GraphQL wrapper for the PUBG API (deprecated)
Stars: ✭ 52 (+57.58%)
Mutual labels:  pubg, playerunknown-s-battlgrounds
PUBG-Replay-Manager
Shows undocumented information from PUBG replays, and has the ability to import and export replays
Stars: ✭ 44 (+33.33%)
Mutual labels:  pubg
planepath
pubg planepath drawing
Stars: ✭ 37 (+12.12%)
Mutual labels:  pubg
PUBGServersPing
This site checks your ping to PUBG servers!
Stars: ✭ 50 (+51.52%)
Mutual labels:  pubg
PUBG USB
这是 某宝 卖大几千的压枪源码,不做任何数据读取以及侵入,这里采用外数据采集(IMG), 至今可以使用,无视任何更新(新武器,以及新武器的压枪规则,需要自己调试,在data_config下);
Stars: ✭ 44 (+33.33%)
Mutual labels:  pubg
pubg mobile memory hacking
Pubg Mobile Emulator Gameloop Memory Hacking C++ Source Code. Ex: Name, Cords, Bones, Weapons, Items, Box, Drop, Aimbot etc.
Stars: ✭ 69 (+109.09%)
Mutual labels:  pubg
ESP For PubgMobile
🛩Pubg Mobile Hack using Extra Sensory Perception(ESP)🐱‍💻
Stars: ✭ 82 (+148.48%)
Mutual labels:  pubg
PUBGSharp
C# wrapper for PUBG stats API
Stars: ✭ 24 (-27.27%)
Mutual labels:  pubg
Crawler pubg.op.gg
This is a web crawler for pubg.op.gg, written by Ruichong Liu. 绝地求生游戏数据抓取
Stars: ✭ 15 (-54.55%)
Mutual labels:  pubg
pubg-internal
Demo internal ESP and Aimbot for PUBG.
Stars: ✭ 129 (+290.91%)
Mutual labels:  pubg
game apis
This repository is for integrating with different apis to allow you to pull player or game data
Stars: ✭ 24 (-27.27%)
Mutual labels:  pubg
steam community market
Get item prices and volumes from the Steam Community Market using Python 3
Stars: ✭ 24 (-27.27%)
Mutual labels:  pubg
pubg-typescript-api
TypeScript wrapper on official PUBG API.
Stars: ✭ 11 (-66.67%)
Mutual labels:  pubg
pubg api
A nodejs wrapper for the official PUBG API
Stars: ✭ 39 (+18.18%)
Mutual labels:  pubg

PUBG lobby proxy

English

Eazy way to view and modify PLAYERUNKNOWN'S BATTLEGROUNDS lobby traffic

Install

  1. Clone or download this repository
  2. Execute npm install
  3. Append to file C:\Windows\System32\drivers\etc\hosts new lines
127.0.0.1 prod-live-front.playbattlegrounds.com
127.0.0.1 pctest-live-front.playbattlegrounds.com
  1. Execute npm start for production server or npm run start:test for test server

If you already have some webserver on port 443, make redirect from prod-live-front.playbattlegrounds.com to 127.0.0.1:{someport} and set this port inside index.js

PUBG Lobby browser debug mode

  1. Start PUBG lobby proxy
  2. Login to game
  3. Go to http://127.0.0.1/debug.html

Use Google Chrome for better experience

Access to API via HTTP

  1. Start PUBG lobby proxy
  2. Login to game
  3. Send requests to http://127.0.0.1/api/:interface/:method/ (For example: http://127.0.0.1/api/UserProxyApi/GetOpenGameInfo/)(Use POST with json body for requests with arguments, flags, etc)

Русский

Простой способ просмотра и редактирования трафика лобби игры PLAYERUNKNOWN'S BATTLEGROUNDS

Установка

  1. Склонируй или скачай код из этого репозитория
  2. Выполни npm install
  3. Добавь в файл C:\Windows\System32\drivers\etc\hosts новые строки
127.0.0.1 prod-live-front.playbattlegrounds.com
127.0.0.1 pctest-live-front.playbattlegrounds.com
  1. Выполни npm start для публичного сервера или npm run start:test для тестового сервера

Если у тебя уже висит вебсервер на порту 443, сделай в нем редирект с prod-live-front.playbattlegrounds.com на 127.0.0.1:{порт} и измени порт в файле index.js

Отладка лобби PUBG в браузере

  1. Запусти прокси
  2. Авторизируйся в игре
  3. Перейди в браузере http://127.0.0.1/debug.html

Лучше всего работает в Google Chrome

Доступ к API через HTTP

  1. Запусти прокси
  2. Авторизируйся в игре
  3. Отправляй запросы на url вида http://127.0.0.1/api/:interface/:method/ (Например, http://127.0.0.1/api/UserProxyApi/GetOpenGameInfo/)(Используй POST с json телом для запросов с аргументами, флагами и т.д.)
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].