Hormold / pubg

Playerunknown’s Battlegrounds Websocket API example. Feel free to ask questions in Discord: Hormold#0683
GNU General Public License v3.0
124 stars 36 forks source link

Please help with ticket #2

Open just99 opened 7 years ago

just99 commented 7 years ago

In wireshark there are no logs like "userproxy" and no logs in tcp.port 81. Why is this happening?

Ksnz commented 7 years ago

For now, there is no "unsafe connect" button in game, so does anybody know another way to get ticket?

tomschwiha commented 7 years ago

Game is connecting to https://prod-live-entry.playbattlegrounds.com now, use Fiddler and Proxifier e.g. to get HTTPS decryption of session

myserywork commented 7 years ago

@tomschwiha how to do that? can you explain it?

tomschwiha commented 7 years ago

You can proxy with Proxifier all HTTPS traffic from TSLGame process to a specified port (e.g. 8888). On Fiddler you can now setup to listen on port 8888 and encrypt all https traffic. Then you get the token.

However some versions of Proxifier are blacklisted by BattlEye and thus blocked loading, so you have to try a few times.

myserywork commented 7 years ago

@tomschwiha thankks, i've got the token. but everytime i close the pubg i need to reset the token for use there;... also if you want to get some money give m,e ur email

0n1dev commented 7 years ago

@tomschwiha can u help me? https://ibb.co/cz3WUQ i can't get token.

Hormold commented 6 years ago

Solution here - https://github.com/Hormold/pubg-token

busheezy commented 6 years ago

Got an updated solution?