Epic-Account-Creator
Epic-Account-Creator copied to clipboard
Sign Up with Email Handle
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?
under this line https://github.com/juzjus10/Epic-Account-Creator/blob/master/epicgames.js#L37
Will add this, thanks
@juzjus10 you can add support for 2captcha More informations here: https://2captcha.com/2captcha-api#solving_funcaptcha_new
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.