Skip to content

Latest commit

 

History

History
92 lines (55 loc) · 2.46 KB

README.md

File metadata and controls

92 lines (55 loc) · 2.46 KB

Contributors Forks Stargazers Issues MIT License


vc runner v1

A discord selfbot tool for voice channels

About The Project

[vcrunnner]

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

    git clone https://github.com/00nx/vc-runner.git
  2. Install NPM packages

    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

    node index.js

License

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

Contact

telegram - @misjudgment

(back to top)