frostycpu / FinalesFunkeln

MIT License
42 stars 21 forks source link

Update for the new LoL Client? #11

Open yokrysty opened 7 years ago

yokrysty commented 7 years ago

Any plans to update this awesome tool for the new LoL Client?

frostycpu commented 7 years ago

Plans? Yeah. Progress? Not much at the moment. It doesn't use the winsock API that the Windows version of Adobe AIR uses so I have to find a new entry point to intercept the RTMP requests.

frostycpu commented 7 years ago

Good news and bad news!

The good news is we are making progress!

The bad news is, it's still too buggy to be of much use

602269640 commented 7 years ago

Can you update support for TW?

gengdajian commented 7 years ago

You can't comment at this time — your comment cannot be blank.

YinXiaoRan commented 6 years ago

I'm forward to using the new client!

frostycpu commented 6 years ago

6a74cbe7dbf06ed8ce25f3cbda5283bedb1fd986 has experimental support for the new client.

yokrysty commented 6 years ago

Nice work, it works ok, but I got some crashes after download and compile. After some debug, in ClientDynamicConfigurationNotification I've changed Configurations setter to: set => configs = Serializer.Deserialize<Dictionary<string, object>>(Encoding.UTF8.GetString(Gzip.Decompress(Convert.FromBase64String(value), 4096)));