Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/00nx/vc-runner
- Owner: 00nx
- License: mit
- Created: 2024-10-29T06:29:01.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T06:33:59.000Z (about 2 months ago)
- Last Synced: 2024-10-29T07:23:22.681Z (about 2 months ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
## 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)
[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