AdventureQuest3D socket bot to log into the game/control multiple accounts at once.
In order to log the accounts, you must have already the accounts created, then you must place the email and
password of the accounts you wish to log in-game in accounts.txt with the following format:
email:password
email:password
email:password
and so on....
Node.JS -> index.js
$ npm install
$ node index.jsTypeScript -> index.ts
Windows
$ npm install typescript ts-node -g
$ npm i
$ ts-node index.ts
Linux
$ sudo npm install typescript ts-node -g
$ npm i
$ ts-node index.ts