EpicGamesAPIDocs icon indicating copy to clipboard operation
EpicGamesAPIDocs copied to clipboard

What a next step after you got captcha resolved token?

Open ghost opened this issue 3 years ago • 6 comments

What a next step after you got captcha resolved token?

ghost avatar May 07 '22 16:05 ghost

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

ghost avatar May 07 '22 18:05 ghost

@HyperionCSharp

ghost avatar May 07 '22 18:05 ghost

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!

HyperionCSharp avatar Jun 02 '22 14:06 HyperionCSharp

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

ghost avatar Jun 02 '22 15:06 ghost

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

ghost avatar Jun 02 '22 16:06 ghost

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!

HyperionCSharp avatar Jun 30 '22 12:06 HyperionCSharp