DIDIRUS4 / AstralRinth

OFFLINE AUTH, NO ADS and other implemented features in our Modrinth cracked client.
https://astralium.su/f/telegram/astralium
Other
66 stars 10 forks source link

feature request: Ely.by auth #44

Open Git-North opened 6 days ago

Git-North commented 6 days ago

Ely.by auth is the most popular free 3rd party auth/skin service and having an option to login via Ely.by would make this one of the best "crack" launchers

https://ely.by

Git-North commented 6 days ago

https://docs.ely.by/en/index.html

SmilerRyan commented 4 days ago

A quick example in my batch file to launch:

--username %mc_username% --version "Fabric 1.20.4" --gameDir "." --assetsDir ".\assets" --assetIndex 12 --uuid %mc_uuid% --accessToken %mc_accessToken% 

For authentication, i post this to get a response like this:

POST https://authserver.ely.by/auth/authenticate
Content-Type: application/json
{"username":"%elyby_username%","password":"%elyby_password%","clientToken":"1","requestUser":false}
{"accessToken":"ELYBY_TOKEN","clientToken":"1","selectedProfile":{"id":"ELYBY_UUID","name":"ELYBY_NAME"},"availableProfiles":[{"id":"XXXXXXXXXX","name":"XXXXXXXX"}]}