Advertisement
Guest User

Untitled

a guest
Sep 7th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. Tribal Wars - Scripts
  2. =====================
  3.  
  4. I will explain how to use the scripts.
  5.  
  6. - js/synch_player: This synchronize your account with our server. Basically sending a bunch of stuff:
  7. * All your village's statistics.
  8. * All your troop's statistics.
  9. * All incoming moves. (You can specify what you wanna share, only incoming support, only incoming attacks or both)
  10. * Doesn't send your commands (who/where you're attacking)
  11.  
  12. Now please follow these steps:
  13.  
  14. 1. Connect to the game.
  15. 2. Open the browser's console. (ctrl+maj+j)
  16. 3. Go to the *console* tab.
  17. 4. Copy the content of https://bitbucket.org/TWIIT/tribe-overview-user-script/src/81e3e5fa99375160c0e406c8ab63dd9b1d1d28fc/js/synch_player.js?at=0.1.1
  18. 5. Paste it into the console.
  19. 6. You should see message saying that stuff has been shared in blue (chrome), i.e: *Overview/getUnits have been sent.*
  20.  
  21. Now got your data and we can work with them to build a GUI that will present the data nicely to be usable and get a tribe overview.
  22.  
  23. That's the next step!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement