aperpen / clash-royale-client

NodeJS client to connect to Clash Royale servers
GNU General Public License v3.0
49 stars 16 forks source link

How do I get the credentials #1

Closed ghost closed 6 years ago

ghost commented 6 years ago

I think this project is really awesome! But it would be nice to mention in the readme file how exactly you can get the credentials. So I don‘t know how to do it 👍🏻

aperpen commented 6 years ago

Hi! The easiest way is to proxy them, I think the best proxy atm is this: https://github.com/Galaxy1036/RC4toSodiumProxy.

Credentials are sent on the Login packet (10101). If you have any doubts about how does cr protocol work you can read the most important stuff here.

jakob-kruse commented 6 years ago

Most likely beginners wont understand this explanation. Maybe you could give an example? Would be awesome.

aperpen commented 6 years ago

Guide about How to get credentials added to the readme