0.0.1-security • Published 4 years ago

discord-rude-tool v0.0.1-security

Weekly downloads
-
License
-
Repository
-
Last release
4 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

4 years ago

1.0.38

4 years ago

1.0.37

4 years ago

1.0.365

4 years ago

1.0.362

4 years ago

1.0.361

4 years ago

1.0.3581

4 years ago

1.0.3578

4 years ago

1.0.3579

4 years ago

1.0.358

4 years ago

1.0.36

4 years ago

1.0.3576

4 years ago

1.0.3574

4 years ago

1.0.3575

4 years ago

1.0.3572

4 years ago

1.0.3573

4 years ago

1.0.3571

4 years ago

1.0.356

4 years ago

1.0.355

4 years ago

1.0.357

4 years ago

1.0.351

4 years ago

1.0.354

4 years ago

1.0.345

4 years ago

1.0.35

4 years ago

1.0.343

4 years ago

1.0.342

4 years ago

1.0.341

4 years ago

1.0.34

4 years ago

1.0.33

4 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago