Unstable branch (May not work properly)
Small package for raiding discord servers with ONE bot, but until some time. Uses Axios, Chalk and process.argv.
npm i discord-selfbot-utils
- 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);
- Arguments example:
node . token channel_id
- Example with user account:
node . GeHmee.Shwowlw.wgoowJJhak 68617293018
- 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;