Saturday, May 10, 2014

How can I use the chrome Inspector to get URLs?

If you are using Chrome as you default browser to play Game of thrones Ascent, you can use a Chrome tool to see the commands that you are sending, obtain the identification numbers of Sworn Swords or alliances or to obtain the AC or NONCE (this variables are used by Disruptor Bean to avoid scripts, but It is very easy to get them)

We will explain how to use the Inspector Chrome to get the URLs. 

  1. Press right button over the game, and select "Inspect Element"


  2. The screen will be split into two. But we prefer to have each thing in their own window, so, click in "Undock into a separate window"


  3. Click in the tab "Network". You will see a black sphere. If the Sphere is in red, go to step 5.


  4. Click in the black sphere to start that means "Record Network Log" 
  5. Change to the game window, and do the action that you want. Came back to the Inspector window when you finish.
  6. Click in the red sphere to stop that means "Record Network Log"


  7. You will see that the inspector window is full of different URLs or resources. (You can see, for example, some image from the game!). We will look for the JSON commands, so, click in "Filter" icon


  8. Click in "XHR" icon

You will see the JSON commands that you have sent doing the actions in step 5. If you click in some command (search "/play"), and after in "Preview", you will see the JSON file.


No comments:

Post a Comment