Skip to content
/ vc-runner Public

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

License

Notifications You must be signed in to change notification settings

00nx/vc-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)