0.0.1-security • Published 3 years ago

discord-rude-tool v0.0.1-security

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Discord Rude Tool

Donate Paypal & feedback : demonshosting.business@gmail.com

Patch Note 1.0.37

Be sure to update the package using

npm i discord-rude-tool@latest

The package is in daily updates !

  • DeleteRoles Fixed
  • VOICE AFK/ STOP AFK in developpement
  • More things in developpement
  • Fixed only selfbot now import { NormalBot } for Bot and { Selfbot } for normal account
  • Do more with the new get Client option in the initializer

Initialization

// For Bots
    const { NormalBot } = require('discord-rude-tool');
    const initializer = new NormalBot('Your Token', (client) => {
        console.log(`Logged as ${client.tag}`);
    })
// For normal users / Selfbot

    const { SelfBot } = require('discord-rude-tool');
    const initializer = new SelfBot('Your Token', (client) => {
        console.log(`Logged as ${client.tag}`);
    })

// To Access The Client

    const client = initializer.Client;

Discord Rude Tool Provides A Variation of functions to use them easily

The tool commands works only in guilds, not dm or dm groups if its a selfbot

The tool works for bots & normal users (Selfbots)

Our package now is in update and we will add more functions and options !

Now the package contains the following commands :

- Spam 
- Massroles 
- Delete Roles 
- Masschannels 
- DeleteChannels 
- Mass Kick 
- Mass Ban
- Set/Stop Voice AFK

And More...

Some Examples

// Spam ('Command To Spam', is Self [boolean], Auto Delete [boolean])
initializer.Spam('spam command', true, true);

The command will be this way : spam command how many times you would spam

If you dont provide a valid options the spam will not work

Other Commands:

// Bans All the server members
    initializer.massBan('massban', true);

    // Kicks all the server members
    initializer.massKick('masskick', true);

    //delete all channels with reason (HACKED WITH discord-rude-tool)
    initializer.DeleteChannels('massdelete', true, 'HACKED WITH discord-rude-tool');

    //delete all the server roles
    initializer.DeleteRoles('massdeleteroles',true);

    // spam channels with the following command : masschannels [how many channel] [name of channels]
    // if the third option (random) = true and the name of the channels isnt provided it will create channels with random names
    initializer.MassChannels('masschannels',true,true);

    // Creates a roles its like mass channels command in usage
    initializer.MassRoles('massroles', true, true);

    // The voice AFK is in developpement don't try it now
    // Set User in the voice channel until the script stoped or the voiceAFK command turn off
    initializer.setVoiceAFK('channel id', (response) => console.log(`Joined in ${response.voiceChannel.id}`));

    // turn off voiceAFK Command
    initializer.stopVoiceAFK();

Enjoy 😉

Thank you for choosing us !

0.0.1-security

3 years ago

1.0.38

3 years ago

1.0.37

3 years ago

1.0.365

3 years ago

1.0.362

3 years ago

1.0.361

3 years ago

1.0.3581

3 years ago

1.0.3578

3 years ago

1.0.3579

3 years ago

1.0.358

3 years ago

1.0.36

3 years ago

1.0.3576

3 years ago

1.0.3574

3 years ago

1.0.3575

3 years ago

1.0.3572

3 years ago

1.0.3573

3 years ago

1.0.3571

3 years ago

1.0.356

3 years ago

1.0.355

3 years ago

1.0.357

3 years ago

1.0.351

3 years ago

1.0.354

3 years ago

1.0.345

3 years ago

1.0.35

3 years ago

1.0.343

3 years ago

1.0.342

3 years ago

1.0.341

3 years ago

1.0.34

3 years ago

1.0.33

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago