Sign in to follow this  
kernel00

Help doing a league cracker

Recommended Posts

Hello,

I'm trying to make a league of legends checker/cracker in python. I have all ready and running, the problem is that its too slow. Here are my steps:

 

- Do a GET to https://login.leagueoflegends.com/?region=las to get the needed cookies.

- Do a put to https://auth.riotgames.com/api/v1/authorization with the username and password.

 

For some reason this takes too long and my program is doing like 3 CPM even with multiple threads at the same time.

Has anyone a faster way to check if the username and password are correct? And what other recommendations can you give me to make it faster?

 

Thanks and sorry for bad English.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this