Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
discord.js-selfbot-v13-mxtorie
Advanced tools
A unofficial discord.js fork for creating selfbots [Based on discord.js v13]
Welcome to discord.js-selfbot-v13@v2.10
, based on discord.js@13.12
npm install 2captcha
)Node.js 16.6.0 or newer is required
npm install discord.js-selfbot-v13@latest
const { Client } = require('discord.js-selfbot-v13');
const client = new Client({
// See other options here
// https://discordjs-self-v13.netlify.app/#/docs/docs/main/typedef/ClientOptions
// All partials are loaded automatically
});
client.on('ready', async () => {
console.log(`${client.user.username} is ready!`);
})
client.login('token');
Run code (Discord Console - [Ctrl + Shift + I])
window.webpackChunkdiscord_app.push([
[Math.random()],
{},
req => {
for (const m of Object.keys(req.c)
.map(x => req.c[x].exports)
.filter(x => x)) {
if (m.default && m.default.getToken !== undefined) {
return copy(m.default.getToken());
}
if (m.getToken !== undefined) {
return copy(m.getToken());
}
}
},
]);
console.log('%cWorked!', 'font-size: 50px');
console.log(`%cYou now have your token in the clipboard!`, 'font-size: 16px');
Credit: hxr404
Github Discussion: Here
Được tạo bởi người Việt Nam, dựa trên Discord API v9, đây là một trong những module selfbot được hỗ trợ tốt nhất.
FAQs
A unofficial discord.js fork for creating selfbots [Based on discord.js v13]
The npm package discord.js-selfbot-v13-mxtorie receives a total of 0 weekly downloads. As such, discord.js-selfbot-v13-mxtorie popularity was classified as not popular.
We found that discord.js-selfbot-v13-mxtorie demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.