Coder Social home page Coder Social logo

kingxt7976 / tjb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tahagorme/token-joiner-and-booster

0.0 0.0 0.0 64 KB

Discord Server Joiner and Booster is a script that allows you to automatically join multiple Discord servers and boost them using multiple user tokens. This script also supports server boosting and 2captcha API key for captcha solving.

JavaScript 100.00%

tjb's Introduction

Discord Server Joiner and Booster

Discord Server Joiner and Booster is a script that allows you to automatically join a Discord server using multiple user tokens and boost them. This script also supports server boosting and 2captcha API and Capmonster.cloud API key for captcha solving.

Installation

Download nodejs

git clone https://github.com/TahaGorme/token-joiner-and-booster.git
cd token-joiner-and-booster
npm i
node .

Config

The config.json file contains the following properties:

  • captcha_service: (optional) Your Captcha service (2Captcha or Capmonster)
  • captcha_api_key: (optional) Your 2captcha or Capmonster API key for solving captchas.
  • invite: The invite or invite code for the Discord server you wish to join.
  • joinDelay: The delay (in milliseconds) between each join attempt.
  • useProxies: Enable it if you want to use proxies (fill proxies in proxies.txt)
  • boost: (optional) An object containing properties for server boosting.
    • enabled: Whether or not you want to boost the server on joining.
    • delay: The delay (in milliseconds) before boosting the server.
    • serverId: The ID of the server to boost.

Program Usage

The program will automatically attempt to join the server using each token provided in the tokens.txt file. The joinDelay property determines the delay between each join attempt.

If server boosting is enabled, the program will wait for the specified delay before boosting the server with the first available boost.

Proxy Usage

If useProxies is enabled in the config, the program will use proxies from proxies.txt. This program only supports http and https proxies. proxies should be in the format https://username:password@ip:port if the proxy has authentication or https://ip:port if the proxy does not have authentication. NOTE: the http prefix is mandatory before the proxy

Error Handling

The program includes error handling for unhandled rejections and uncaught exceptions. If an error occurs, the program will log the error message and continue running.

Discord Server

https://discord.gg/AEMGVcnTWp

Contributing

Pull requests are welcomed. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

tjb's People

Contributors

tahagorme avatar kyan0045 avatar aphwong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.