Epic-Account-Creator icon indicating copy to clipboard operation
Epic-Account-Creator copied to clipboard

Sign Up with Email Handle

Open xpeedo opened this issue 4 years ago • 9 comments

proof

use this if you see that

await   driver.wait(until.titleIs('Register for an Epic Games account | Epic Games'), 5000);
await   driver.findElement(By.id('login-with-epic')).click(); //here

also if it's possible to create a handle for Country, i'm not so familiar with selenium / chromedriver

xpeedo avatar May 20 '20 21:05 xpeedo

where i should paste it?

Bafmaaan avatar May 20 '20 21:05 Bafmaaan

under this line https://github.com/juzjus10/Epic-Account-Creator/blob/master/epicgames.js#L37

xpeedo avatar May 20 '20 21:05 xpeedo

Will add this, thanks

juzjus10 avatar May 21 '20 04:05 juzjus10

@juzjus10 you can add support for 2captcha More informations here: https://2captcha.com/2captcha-api#solving_funcaptcha_new

xpeedo avatar May 21 '20 05:05 xpeedo

also socks4/5 support, so when you get that error when you try to claim the game, change ip, refresh page, and claim again

xpeedo avatar May 21 '20 05:05 xpeedo

Will look into that thanks for the suggestion

juzjus10 avatar May 21 '20 19:05 juzjus10

For country selection: await driver.findElement(By.className('jss205')).sendKeys(credentials.country);

Simply add a field in credentials.json specifying a country

bushshrub avatar May 25 '20 09:05 bushshrub

I will look into the 2captcha support. You can check out my fork over here. I will be updating this repo as frequently as I can

bushshrub avatar May 25 '20 09:05 bushshrub

I will look into the 2captcha support. You can check out my fork over here. I will be updating this repo as frequently as I can

Hi Robert @xiurobert No any news related to adding 2captcha for hcaptcha? Thanks in advance.

BaseMax avatar Apr 23 '21 10:04 BaseMax