-
Notifications
You must be signed in to change notification settings - Fork 94
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.
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/
- 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.