encratite / LibOfLegends

This is a C# networking library that pretends to be the League of Legends Air client. It was developed for the purpose of stats tracking. It depends on a modified version of the FluorineFX library available in the FluorineFXMods repository. It also depends on NilSharp, a random general purpose library. Released under the terms of the GPLv3.
GNU General Public License v3.0
84 stars 22 forks source link

Question.. #15

Closed blurfx closed 11 years ago

blurfx commented 11 years ago

how can i get client version from riot?

encratite commented 11 years ago

Uh, that's a tricky one. From what I've gathered you actually need to download the patches and analyse the contents they send you. No fun. You don't really need this to connect, though. You can just like send 1.73.anystring and if that works you can try 1.74.anystring and so on. If you don't care about being detected if they ever decide to do so, you can use this incremental version bruteforcing. It works pretty well.