Over the years I have played League Of Legends on multiple accounts. I have always wanted to have a tool that would allow me to manage my accounts. I have tried a few tools but none of them were to my liking. I decided to write my own tool that would allow me to manage my accounts and do some extra things. The tool is fully written in C#, I have released two versions of this program, one for public use and one for private use. The public version is available on Github and the private version will remain unreleased for now. The private version has a few extra features that I don’t want to share with the public but a few of the features are listed below.

Features in the public version

  • Display account information
  • Sign in by double clicking on an account
  • Ability to load and save accounts via json
  • Run on Startup

Demo

This is a demo of the public released version of the program.
Example Video

The private version has a few extra features that are not shown in this demo, these features only change the visual aspect of what someone see’s when they hover your profile, everything reverts back of the public released version of the progto normal after relogging.

  • Change rank (Any rank)
  • Change mastery score
  • Change your profile icon to an icon you don’t own. (Example: Setting your icon id to 501 will result in a placeholder icon)

Besides that I have added other features such as

  • Deleting the friendslist of the account its signed into.
  • Download your match history
  • Set a really long status message as shown here (by default the max length is 25 characters )
  • Easy integration with Fidler to intercept requests and responses
  • Auto accepting whenever a game was found
  • Exporting friendslist to a json file, also able to import a friendslist from that same json file
  • etc..

Next post: LeagueRanked App

Previous post: Lookup.GG - A League of Legends player lookup website