Git Product home page Git Product logo

epic-account-creator's People

Contributors

bushshrub avatar juzjus10 avatar tcmaps avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

epic-account-creator's Issues

unlink 2FA

as mailosaurus is a trial, it may be wise to disable 2FA after securing the game.

i use this code:

`
await driver.get('https://www.epicgames.com/account/password');
await driver.wait(until.titleIs('Change Your Password'), 150000);
await driver.sleep(3000)
await driver.executeScript('var tutu = document.getElementsByClassName("email-auth"); tutu[0].click();')
await driver.wait(until.elementLocated(By.className('common-disable-container')), 150000);
await driver.executeScript('var toto = document.getElementsByClassName("proceed-btn"); toto[0].click();')
await driver.sleep(1000);

`

Choose how you would like to sign up error.

Hello, I'm writing to you again to point out a recent issue on the epic games register page. Now when you register, it takes you to this screen first (after you've put in the date).
image

I fixed this by adding:

await driver.wait(until.elementLocated(By.className('epic-btn')), 5000);
await driver.findElement(By.className('epic-btn')).click();

Hope you can add this to fix this issue.

Still alive?

The current/the latest version doesn't seem to work :/
Battlefront II will be on Epic for free soon, so I wonder, is there any plan on updating this x)?

Regards

Unable to locate element:

Error DevTools listening on ws://127.0.0.1:49797/devtools/browser/e0a05810-7483-48d5-9c4a-425827492c6a NoSuchElementError: no such element: Unable to locate element: {"method":"css selector","selector":"*[name="email"]"} (Session info: chrome=90.0.4430.212)

Already tried await driver.findElement(By.name('email')).sendKeys(email);

Suggestion

Random password? So u dont have same password on all acs?

Checkout Error

The script runs fine, but when it buys GTA, it prompts me an error telling me I need to wait 24 hours. I have a VPN running so I don't know what can be the cause.

Edit: Nevermind, I fixed it

Login screen error

Hello, after you register a few accounts, and change ip, you get this screen that the script cant bypass. Any fix please?
image

IMAP

I want to write imap about it and now I am facing a problem. If he tries to enter the code from the mail into the field nothing happens. Do you have an idea why it doesn't work?

function getVerificationCode(verification_code) {
    (async () => {
		try {
        //await console.log("Verification Codeeeeeeeeeeeeeeee: " + verification_code);
        await driver.wait(until.elementLocated(By.name('code')), 150000);
        await driver.findElement(By.name('code')).sendKeys(verification_code);
        await driver.findElement(By.id('continue')).click();
        return verification_code;
        } catch (e)
		{
			console.log("ERROR: " + e);
		}
    })();
}
function getEmail(date) {
//only for test
verification_code = "123456";
	
getVerificationCode(verification_code );
}

Sign Up with Email Handle

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

Is this still works?

Does this Only works on battlefield or some other free games on epic if yes then how to claim someother games too

Issue

Hello, in screen is issue when i run the script
image
Thank you

Help with 2fa verification

Hi, after the verification email, it cant find the 2fa email some why I've been trying to get through the error somehow but I cant. Email gets the 2fa authentication code that's not the issue. I've added you on discord please add me back!
image

Creator wont start

Hi ,
cant start the updated version of creator..
Have existing Account.txt file with GTA and CIV6.
Node.js v.12.16.3 LTS installed
After download i extracted the Epic-Account-Creator-master on drive c , run npm install , in config dir
puted all informations like api key server id mailosaur....
downloaded and placed chromedriver.exe in C:\Epic-Account-Creator-master

when i run node borderlands.js
`C:\Epic-Account-Creator-master>node borderlands.js
internal/fs/utils.js:230
throw err;
^

Error: ENOENT: no such file or directory, open 'output/borderlands_accounts.txt'
�[90m at Object.openSync (fs.js:458:3)�[39m
�[90m at Object.readFileSync (fs.js:360:35)�[39m
at register (C:\Epic-Account-Creator-master\borderlands.js:33:20)
at Object. (C:\Epic-Account-Creator-master\borderlands.js:29:1)
�[90m at Module._compile (internal/modules/cjs/loader.js:1133:30)�[39m
�[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)�[39m
�[90m at Module.load (internal/modules/cjs/loader.js:977:32)�[39m
�[90m at Function.Module._load (internal/modules/cjs/loader.js:877:14)�[39m
�[90m at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)�[39m
�[90m at internal/main/run_main_module.js:18:47�[39m {
errno: �[33m-4058�[39m,
syscall: �[32m'open'�[39m,
code: �[32m'ENOENT'�[39m,
path: �[32m'output/borderlands_accounts.txt'�[39m
}

C:\Epic-Account-Creator-master>`

ok , created borderlands_accounts.txt in output dir
`C:\Epic-Account-Creator-master>node borderlands.js

DevTools listening on ws://127.0.0.1:54442/devtools/browser/9095d488-3515-470f-83bf-54b1a0f691f1
NoSuchElementError: no such element: Unable to locate element: {"method":"css selector","selector":"*[name="usernameOrEmail"]"}
(Session info: chrome=xxx.xxx.xxx.xxx)
at Object.throwDecodedError (C:\Epic-Account-Creator-master\node_modules\selenium-webdriver\lib\error.js:550:15)
at parseHttpResponse (C:\Epic-Account-Creator-master\node_modules\selenium-webdriver\lib\http.js:565:13)
at Executor.execute (C:\Epic-Account-Creator-master\node_modules\selenium-webdriver\lib\http.js:491:26)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async thenableWebDriverProxy.execute (C:\Epic-Account-Creator-master\node_modules\selenium-webdriver\lib\webdriver.js:700:17)
at async toWireValue (C:\Epic-Account-Creator-master\node_modules\selenium-webdriver\lib\webdriver.js:139:15)
at async C:\Epic-Account-Creator-master\node_modules\selenium-webdriver\lib\webdriver.js:190:16
at async forEachKey (C:\Epic-Account-Creator-master\node_modules\selenium-webdriver\lib\webdriver.js:184:9)
at async convertKeys (C:\Epic-Account-Creator-master\node_modules\selenium-webdriver\lib\webdriver.js:189:3)
at async thenableWebDriverProxy.execute (C:\Epic-Account-Creator-master\node_modules\selenium-webdriver\lib\webdriver.js:698:22) {
remoteStacktrace: 'Backtrace:\n' +
'\tOrdinal0 [0x00E09563+2725219]\n' +
'\tOrdinal0 [0x00D08551+1672529]\n' +
'\tOrdinal0 [0x00BF0359+525145]\n' +
'\tOrdinal0 [0x00B89755+104277]\n' +
'\tOrdinal0 [0x00BA53C0+218048]\n' +
'\tOrdinal0 [0x00B9AAD0+174800]\n' +
'\tOrdinal0 [0x00BA3D7C+212348]\n' +
'\tOrdinal0 [0x00B9A94B+174411]\n' +
'\tOrdinal0 [0x00B82528+75048]\n' +
'\tOrdinal0 [0x00B835A0+79264]\n' +
'\tOrdinal0 [0x00B83539+79161]\n' +
'\tOrdinal0 [0x00D1D607+1758727]\n' +
'\tGetHandleVerifier [0x00F26546+1050150]\n' +
'\tGetHandleVerifier [0x00F26291+1049457]\n' +
'\tGetHandleVerifier [0x00F310D7+1094071]\n' +
'\tGetHandleVerifier [0x00F26B46+1051686]\n' +
'\tOrdinal0 [0x00D15B06+1727238]\n' +
'\tOrdinal0 [0x00D1EB7B+1764219]\n' +
'\tOrdinal0 [0x00D1ECE3+1764579]\n' +
'\tOrdinal0 [0x00D34C05+1854469]\n' +
'\tBaseThreadInitThunk [0x767F6359+25]\n' +
'\tRtlGetAppContainerNamedObjectPath [0x77417C24+228]\n' +
'\tRtlGetAppContainerNamedObjectPath [0x77417BF4+180]\n'
}
^C
C:\Epic-Account-Creator-master>`
Now is Chrome starting and closing in loop

Bot which disable 2FA (download)

2FA Disabler.zip
Just paste your accounts to : Accounts.txt and civ6_accounts.txt and replace credentials with your credentials.

(Its my first "bot" ever i just copy epic games creator and "rewrite" it to bot which disable 2FA)

Its not issue with the gen but i want help.

So i want to make bot which will remove 2FA from the account.But idk how to do so the bot will take log in data from txt document and paste them to Username and password

Civilisation VI

The purchase url is: https://launcher-website-prod07.ol.epicgames.com/purchase?namespace=cd14dcaa4f3443f19f7169a980559c62&showNavigation=true&highlightColor=0078f2&offers=fe74b3dad04846e5a58f62aebd3858b6#/purchase/verify?_k=799uhm

Please Help Me

[6240:1572:0520/084742.723:ERROR:device_event_log_impl.cc(208)] [08:47:42.724] Bluetooth: bluetooth_adapter_winrt.cc:1060 Getting Default Adapter failed.

I keep Getting This Error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.