HyperionCSharp / EpicGamesAPIDocs

Epic Games non documented API's including Talon and Hcaptcha API's
59 stars 10 forks source link

What a next step after you got captcha resolved token? #7

Open ghost opened 2 years ago

ghost commented 2 years ago

What a next step after you got captcha resolved token?

ghost commented 2 years ago

I use 2captcha, and i just have captcha token P0, what's next?

ghost commented 2 years ago

@HyperionCSharp

HyperionCSharp commented 2 years ago

I saw your email!

The P0 is the final transfer token, to get the final token you will need to encode all together the Session Init, P0, Xal and encode into base64 and boom there you go!

Hope this helps my friend!

ghost commented 2 years ago

As i know Xal - endoded telemetry, right? What mean session init? Response from talon init?

ghost commented 2 years ago

And a what a format for encode it? Like json?

HyperionCSharp commented 2 years ago

You must encode all of it into base64!

The xal is the talon fingerprint, there is a api called init/execute which you need to parse the xal from the response!