Spammer / Ddoser for VK conversations

Mutt

Professional
Messages
1,057
Reputation
7
Reaction score
595
Points
113
This material is provided for educational purposes only and was created as part of the study of information security. The author did not publish material for malicious purposes. If someone uses the information for personal gain, then the author is not responsible for any harm or damage caused.

Download
First, download this-> RaidBot (clickable)

Customization
Now let's move on to setting up.

When you open the file, you will see the following picture.

Don't touch anything! We only need the last two files.

Open machine.js in any editor. (For example Visual Studio Code).

When you open the file, you will see the following picture:
h1GB0N9.png

We need line 7 "let bot = new Flooder ..."

Here we insert the group token and its ID.

Next, we will configure the stickers that the bot will spam, which buttons it will create, which pictures and text will spam.

Scroll down to 131 lines:
B0Y4KJT.png

Here we need a line of "message.sendSticker (...)"

This api, is responsible for sending the stickers, in brackets is the sticker ID, which will be spam
(Haydee sticker can be found by sending a PM to this group https://vk.com/id_stickera)

In my case, in parentheses, this is Senya's ERROR sticker.
You can change to any of your own, the most important thing is that the person who created the api in the group has these stickers.

We also see the line "message.send ...", where message is a line with sending messages, all VK smilies are sent there.

And below "attachment: utils.pick" is the ID of the photo.

To get the photo ID, go to any photo and click on the link from above and see:
i5wYMhw.png

We need this - = photo12312313123_123123123

We copy and replace in the code.

Now let's change the buttons that will appear:
PL95NCD.png

Line 233, here you write any text that will be on the buttons.

After configuration, you start the bot from the PC by opening "start.bat", or put this whole thing on the host.
 
Top