Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/00nx/vc-runner

discord mass vc joiner written purely in javascript, fast and stable for running 24/7 even with 100+ tokens.
https://github.com/00nx/vc-runner

dicord-raid-tool discord discord-booster discord-botted discord-js discord-raid discord-selfbot discord-spammer discord-token discord-tool discord-vc-joiner discordjs discordselfbot discordvc djs tool vc-spammer vcspammer

Last synced: 5 days ago
JSON representation

discord mass vc joiner written purely in javascript, fast and stable for running 24/7 even with 100+ tokens.

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]





vc runner v1


A discord selfbot tool for voice channels


## About The Project

[![vcrunnner][product-screenshot]]

vc runner is a Discord self-bot tool that utilizes WebSocket and Axios to make multiple tokens (user accounts) join a voice channel. This project is purely educational, aimed at demonstrating how WebSocket connections can be implemented to interact with Discord voice channels.

## Getting Started

guide to setup the script for yourself

### Prerequisites

- **Node.js** (latest version recommended)
- **Hosting** (VPS, RDP, or similar, if you plan to run the script continuously)
- **Discord Account Tokens**

### Installation

1. Clone the repo
```sh
git clone https://github.com/00nx/vc-runner.git
```
2. Install NPM packages
```sh
npm install
```
3. Enter your your SERVER ID, VOICE CHANNEL ID in `config.json`

4. Add your account tokens into `tokens.txt` file

5. Run the script
```sh
node index.js
```

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

## Contact

telegram - [@misjudgment](https://t.me/misjudgment)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/00nx/vc-runner.svg?style=for-the-badge
[contributors-url]: https://github.com/00nx/vc-runner/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/00nx/vc-runner.svg?style=for-the-badge
[forks-url]: https://github.com/00nx/vc-runner/network/members
[stars-shield]: https://img.shields.io/github/stars/00nx/vc-runner.svg?style=for-the-badge
[stars-url]: https://github.com/00nx/vc-runner/stargazers
[issues-shield]: https://img.shields.io/github/issues/00nx/vc-runner.svg?style=for-the-badge
[issues-url]: https://github.com/00nx/vc-runner/issues
[license-shield]: https://img.shields.io/github/license/00nx/vc-runner.svg?style=for-the-badge
[license-url]: https://github.com/00nx/vc-runner/blob/master/LICENSE.txt
[product-screenshot]: ./image.png