Jump to content

Guest Viaggravated

Recommended Posts

Guest Viaggravated

I'm writing a guide to using a tool called Rift Explorer, made by Pupix.
This tool is useful for a few things, namely the ability to change your hovercard rank and name (local only), summoner icon (ones you own or hidden icons), profile background (ANY SKIN!), and your Discord's LoL connection name (Pictured examples below)

Spoiler

spacer.png     spacer.png

And before you ask, this tool when used in the way I'll be instructing you has no chance of getting you banned! 100% safe ❤️

Firstly, click on "Rift Explorer" above to be taken to the GitHub repository's releases.
Download the most updated version (as of writing this, it's at v6.1.1) and extract the zip to a folder.
From there, open the "Rift Explorer.exe" file.
Note: You can have the client open or closed, it doesn't matter.
When you open the league client, RE will ask to restart the league client, hit yes and wait for it to restart, then log in and you're ready!

Icon Changer: 

Spoiler

 

Navigate to Plugin lol-summoner and click on it.
Scroll down to PUT /lol-summoner/v1/current-summoner/icon and click on it and it will expand.
You will see the "Model Schema", and underneath that Parameters, which is what we'll be focusing on.
In the "body" section, you should paste the following code:


{
  "profileIconId": 00
}

Replace the "00" with the desired Icon ID and hit "MAKE REQUEST"

Note: You can only change to icons to ones that you own. 
For a list of ALL icons, click here!
For a list of the special "hidden icons" click here!

 

 

 

Background Changer:
 

Spoiler

 

Navigate to Plugin lol-summoner and click on it.
Scroll down to POST /lol-summoner/v1/current-summoner/summoner-profile and click on it and it will expand.
You will see a blank "Model Schema", and underneath that Parameters, which is what we'll be focusing on.
In the "body" section, you should paste the following code:


{
  "key": "backgroundSkinId",
  "value": 12001
}

Replace the "12001" with the SKIN ID (click here) you want, then hit "MAKE REQUEST"

NOTE: "12001" is the code for Black Alistar! The first few digits are for the champion, the last 3 are for the skin itself~
Both the Background Changer and the Icon Changer are visible to everybody!
So make sure you flex on 'em 💪😉

 

 

Discord/League Connections Name (Public) & Hover Card Rank (Local Only):
 

Spoiler

 

Navigate to Plugin lol-chat and click on it.
Scroll down to PUT /lol-chat/v1/me and select it to expand the list.
Once again, underneath the "Model Schema" will be the Parameters.
Change the following code and paste it into the "me" parameter:


{
  "availability": "chat",
  "icon": 0,
  "id": 0,
  "lastSeenOnlineTimestamp": null,
  "lol": {
    "championId": "",
    "clubsData": "",
    "gameQueueType": "",
    "gameStatus": "outOfGame",
    "initRankStat": "0",
    "level": "30",
    "mapId": "",
    "rankedLeagueDivision": "I",
    "rankedLeagueQueue": "RANKED_SOLO_5x5",
    "rankedLeagueTier": "CHANGE THIS",
    "regalia": "{ bannerType: 1, crestType: 1 }",
    "skinVariant": "",
    "skinname": ""
  },
  "name": "CHANGE THIS",
  "statusMessage": "EloCarry.net"
}

The two sections with "CHANGE THIS" in the information is for, well, changing! 😜
Make the changes that you want and hit that MAKE REQUEST button!

For Rank, follow this:
Make sure the "rankedLeagueTier" is in all capitals!
e.g. IRON/BRONZE/SILVER/GOLD/PLATINUM/DIAMOND/MASTERS/GRANDMASTERS/CHALLENGER
Make sure the "rankedLeagueDivision" follows the same format as the division system usually does, or else it will become invisible

Note: Masters, Grandmasters, and Challenger hovercards don't display the division!
Fun Fact: You can still use "V" to make yourself Iron 5, or Diamond 5! 😛 

For Discord, follow this:
Make sure your "name" in the code above is as you want it!
Open your Discord app, head to your settings and click on "Connections"
Hit the League icon and it will detect your league account, but since you changed the name, it should show your new desired name!

Note: Unfortunately you can only link one League account per Discord account, so even though you've changed the account name.
If you've already linked the account you're on, you'll have to either connect a new account, or un-and-reconnect the same account.
You'll know this is an issue if you get the error message "Either the app is not running on this computer or no new accounts were detected. kthx"

 


Thank you for viewing my post, I hope you all have a great time messing with everything here!
If there's any updates, or if I find anything new that's cool, I'll post an update!
Best of luck, my fellow scrimpters!❤️

Edited by Viaggravated
Fixing broken img links
Link to comment
Guest Viaggravated
1 minute ago, DeepTerror said:

Excelent.

Wanna try later

Let me know how it goes!
If you have any issues I'd be happy to help out!

Link to comment
Guest Viaggravated
9 hours ago, Viaggravated said:

Note: You can only change to icons to ones that you own. 

 

5 minutes ago, DeepTerror said:

 

only worked for me to get the icon out. All other icons I tried didn't work 😞 

Were you trying the second link in the post? or trying icons you don't own?

45 minutes ago, Marvin said:

Holy shit mate !

Was searching for a Program like this.

Thanks alot !:pepelove:

No problem!
I had same issue about a year ago, seeing people with blank icons, I thought it was so cool. People actually tried selling the summoner icons it's so sad z.z

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...