-
Notifications
You must be signed in to change notification settings - Fork 98
How to get your Riot cookies
If you wish to log in without sending your password, either because you log in using Google/Facebook/Apple, or you simply don't want to risk it, you can login with your cookies instead, as that's all the bot needs to fetch your daily shop.
Cookies also use an alternate auth flow, so if /login doesn't work for some reason, try see if /cookies works instead.
That being said, your cookies can still be used to log into your account just like your password, both in-game and on the website, and in some ways they are less secure because they bypass 2FA.
Overall, be careful what you do with them.
This guide uses Chrome, but should work on any browser that has some form of devtools (except Firefox, because it doesn't show your whole cookies if they are too long).
First, go to account.riotgames.com and make sure you are logged in.
Then:
- Open a new tab and press
F12
(orCtrl+Shift+I
/⌥⌘I
) to open the devtools, and head to theNetwork
tab on the top right. - With the Network tab open, open the following link on that tab:
https://auth.riotgames.com/
Note: You will see a page saying An error occured! That is completely normal, ignore it. - A new network request should appear called
auth.riotgames.com
in the Network tab, click on it.
- In the new window that appeared, scroll all the way down to the paragraph called
Request Headers
and look for thecookie
header.
Those are your cookies, you can use them with the /cookies
command.
This error is normal and does not pose a problem.
You can simply continue following the steps.
Make sure you are logged in on account.riotgames.com, press F12 on that page, and change the page to auth.riotgames.com without opening a new tab.
This happens because the cookie is too long. Simply copy the cookie in halves. Paste the first half into /cookie ___
(don’t press Enter yet), then copy the second half and paste it directly after the first half (without spaces, etc.).
Then press Enter.
Reload the auth.riotgames.com page and copy the cookie again.
Sometimes the cookie is either longer or shorter than it’s supposed to be.