Skip to content

Tyleravfc123/discord-SelfbotUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unstable branch (May not work properly)

Table of Contents

Description

Small package for raiding discord servers with ONE bot, but until some time. Uses Axios, Chalk and process.argv.

Installation

npm i discord-selfbot-utils

CodeSetup

  • Arguments
const { spam, verify, login, node, axios, arg, gen, clearing, chalk, errorMessage, successMessage } = require('discord-selfbot-utils');
const message = gen(count); // your message or built-in generator. You can put here everything after operator '='
node.isBot = bool; // false is set by default
clearing(); // standart: '\x1Bc' or your clearing method. example: clearing('special symbols...');
verify(channel, msg, emoji); // verify by reaction: string; Selfbots function only
login(invitecode); // server invite code; Selfbots only
spam(message, times); // where times is an amount of messages; message - message variable; Selfbots only
  • Example
const { spam, verify, login, node, axios, arg, gen, clearing, chalk, errorMessage, sucessMessage } = require('discord-selfbot-utils');
const message = 'Hello!'; // or: gen(1999)
node.isBot = false;
clearing();
verify('826769681196777512', '849685906851364954', 'emoji:777951983872245800'); 
login('HdLhHsx');
spam(message, 5);

Launch

  • Arguments example:
node . token channel_id
  • Example with user account:
node . GeHmee.Shwowlw.wgoowJJhak 68617293018

Usable-Stuff

  • If node.isBot is set as true, code will launch as bot only (node.isBot = true);
  • Red messages mean that error is serious and may not be eliminated (errors: 429, 401, etc);
  • Orange messages mean that the error can be easily eliminated (Undefined parameters in node varible or process.argv);
  • Green messages mean that everything is great;

Additional-Content

Ruby version of Javascript D-S-U; Origin made by my friend

Rubied:D-S-U

The page of NPM package of Javascript D-S-U

JSed:D-S-U:NPM

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published