juzjus10 / Epic-Account-Creator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sign Up with Email Handle

xpeedo opened this issue · comments

commented

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

where i should paste it?

Will add this, thanks

commented

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

commented

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

Will look into that thanks for the suggestion

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

Simply add a field in credentials.json specifying a country

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

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.