An open API service indexing awesome lists of open source software.

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.

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
```