Hormold / pubg

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

How do I get the data now #3

Open xmy1024 opened 7 years ago

xmy1024 commented 7 years ago

Now you can't get data using this method

And the data captured by the grab bag is encrypted

busheezy commented 7 years ago

Know of any alternatives?

micheal-death commented 7 years ago

Through a couple of days searching in Google, i have found a method that can generate the auth ticket without running the game then grab the packet to expose the token. In the "steamworks SDK", there is an interface "ISteamUser" and its member function "getAuthSessionTicket" can work this out.

rover5056 commented 7 years ago

@micheal-death I am trying your method.. Could you give more step or details Thank you very much!

micheal-death commented 7 years ago

@rover5056 Sure, i use greenworks, a nodejs wrapper for steamworks. First, download the source code and steamworks SDK. Second, follow the instructions to build. Finally, open your steam client and run the test. Furthermore, other wrappers (Steamworks.NET, steamworks4j) can work too.

Hormold commented 7 years ago

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

savely-krasovsky commented 7 years ago

@Hormold it's not available now. 404 error :(

qaz329 commented 7 years ago

@Hormold 404 error :(

zhouxue12366 commented 6 years ago

Is there no better solution for this long time?