What use does fiddler have, can it be used to change or give urself something in games? League Of Legends

1 Answer 1275 Views
Windows
Filip
Top achievements
Rank 1
Filip asked on 11 May 2021, 07:41 PM
Hello so as you have seen my subject question is there a way that i could for example in league of legends add myself blue essensce and things like that?

1 Answer, 1 is accepted

Sort by
0
Nick Iliev
Telerik team
answered on 12 May 2021, 12:30 PM

Hi Filip,

 

Fiddler acts as a MITM web proxy meaning that it will serve as a man-in-the-middle proxy that captures incoming and outgoing traffic through HTTP and HTTPS protocols. You could use it to mock server responses and see the result locally without having modified the server. You could also make custom requests to capture and inspect the generated traffic from browsers and any other applications that are using HTTP and HTTPS.

I am not aware of the technology stack used for the creation of League of Legends, but if it uses HTTPS, you could probably mock some of the responses for local testing. It won't change the operations made by the game server (unless you modify the requests and the server is OK with the modified content).

 

Regards,
Nick Iliev
Progress Telerik

Тhe web is about to get a bit better! 

The Progress Hack-For-Good Challenge has started. Learn how to enter and make the web a worthier place: https://progress-worthyweb.devpost.com.

Filip
Top achievements
Rank 1
commented on 17 May 2021, 09:11 PM

Thank you Nick for answering my question. From Filip
Nick Iliev
Telerik team
commented on 18 May 2021, 07:35 AM

Something else I've wanted to add. It appears that League of Legends is most likely using a certificate pinning which means that the server expects a specific certificate to trust the client - a security setting made primarily to prevent MITM manipulations. If that is the case, then there is not much you could do with 
Tags
Windows
Asked by
Filip
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
Share this question
or