Advertisement
Fleshy

pogo master decoding

Jan 17th, 2017
3,595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. -download the protoc exec from here for your platform:
  2. https://github.com/google/protobuf/releases/tag/v3.0.0
  3.  
  4. -download the pogo protobufs from here (just grab the whole repository):
  5. https://github.com/AeonLucid/POGOProtos
  6.  
  7. -put protoc.exe with those files, then look on your phone for the game_master file. it will be: 'Phone\Android\data\com.nianticlabs.pokemongo\files\remote_config_cache \000....GAME_MASTER' where the section between 000 and GAME_MASTER will change based on the version.
  8.  
  9. -copy that file off your phone and put it with protoc, then open a command prompt, cd to the folder (or shift+right click and 'open command window here') and type:
  10. protoc.exe --proto_path=src --decode=POGOProtos.Networking.Responses.DownloadItemTemplatesResponse src\POGOProtos\Networking\Responses\DownloadItemTemplatesResponse.proto < 000001588E7CB72B_GAME_MASTER > filename.txt
  11.  
  12. -change the game_master name to the one you're using, and filename.txt is your output string (change the name if you want).
  13.  
  14. -use www.diffchecker.com to compare with older versions and see what has changed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement