https://github.com/jdcoding01/aq3d-accounts
AQ3D Socket for logging into the game multiple accounts at once.
https://github.com/jdcoding01/aq3d-accounts
aq3d aqworlds artix-entertainment bot javascript socket
Last synced: 3 months ago
JSON representation
AQ3D Socket for logging into the game multiple accounts at once.
- Host: GitHub
- URL: https://github.com/jdcoding01/aq3d-accounts
- Owner: jdcoding01
- Created: 2019-03-17T16:50:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T03:58:30.000Z (about 6 years ago)
- Last Synced: 2025-03-21T23:32:10.287Z (over 1 year ago)
- Topics: aq3d, aqworlds, artix-entertainment, bot, javascript, socket
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FUCK OFF FAN OR I'LL HAVE TO UNPLUG YOU FROM THE WALL
> AdventureQuest3D socket bot to log into the game/control multiple accounts at once.
# Requirements
```
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....
```
# Executing
```js
Node.JS -> index.js
$ npm install
$ node index.js
```
```ts
TypeScript -> 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
```