Skip to content

Technical challenges

Thor Conzales edited this page Jul 6, 2017 · 2 revisions

Few technical challenges that I have yet to figure out:

  • ready_up_key is only half way decrypted. Currently it requires magic number to generate ready_up_key reliably. Read more about it.
  • Custom game's CRC and timestamp has to be updated manually. Would be nice to figure out how to download updates and then generate CRC from it. Read more about it.
  • Leaver detection is currently based on leaver flag which will be set if the person has left once, but it does not take into account if the person rejoined. Currently the bot tries to figure it out based on the gold spent vs team gold spent whether the person has been playing the game or not, however this can yield false positives. Possible alternative is to parse the replays and based on that data figure out whether the player played or left or was AFK.
Clone this wiki locally