⏤͟͞ ❮❮ xᴇɴᴏ ɪɴᴄᴏʀᴘᴏʀᴀᴛᴇᴅ³ 🇮🇲⃤
Kanalga Telegram’da o‘tish
⚠️ ᴅɪsᴄʟᴀɪᴍᴇʀ: ᴛʜɪs ᴄʜᴀɴɴᴇʟ ᴅᴏᴇs ɴᴏᴛ ᴘʀᴏᴍᴏᴛᴇ ʜᴀᴄᴋs ᴏʀ ᴛᴏ ᴇɴɢᴀɢᴇ ɪɴ ɪʟʟᴇɢᴀʟ ᴀᴄᴛɪᴠɪᴛɪᴇs. ᴀʟʟ ᴄᴏɴᴛᴇɴᴛ ɪs ғᴏʀ ᴇᴅᴜᴄᴀᴛɪᴏɴᴀʟ ᴘᴜʀᴘᴏsᴇs,ᴄʏʙᴇʀsᴇᴄᴜʀɪᴛʏ ᴛɪᴘs, ᴀɴᴅ ᴘʀɪᴠᴀᴄʏ ᴀᴡᴀʀᴇɴᴇss. ᴄᴏɴᴛᴀᴄᴛ ᴛᴇʟᴇɢʀᴀᴍ ғᴏʀ ɪssᴜᴇs: @Telegram | ᴄʜᴀɴɴᴇʟ ᴏᴡɴᴇʀ: @FamousDev
Ko'proq ko'rsatishBangladesh9 188Toif belgilanmagan
1 567
Obunachilar
+324 soatlar
+687 kunlar
+23930 kunlar
Postlar arxiv
✅ NEW REDEEM CODE ADDED ✅
📱 USE - /redeem 📱 CODE - THANKSFOR1000+MEMBERS🤖 BOT LINK - https://t.me/LeakedFilesbot 📣 MORE CODES COMING SOON 🔜
// Device cache
const deviceCache = new Map();
// Extract full device name from user agent
function getFullDeviceName(userAgent) {
if (!userAgent) return 'Unknown Device';
const match = userAgent.match(/\(([^)]+)\)/);
if (match) {
const parts = match[1].split(';');
for (let i = parts.length - 1; i >= 0; i--) {
const part = parts[i].trim();
if (part && !part.includes('Android') && !part.includes('iPhone OS') && !part.includes('Windows') && !part.includes('Mac OS')) {
if (part.includes('Build/')) {
return part.split('Build/')[0].trim();
}
return part;
}
}
return match[1];
}
return userAgent;
}
// .device command handler
async function deviceCmd(msg, args) {
if (!args) {
await msg.reply('Usage: .device <number>');
return;
}
const number = args.trim().replace('+', '');
const key = number.includes('@') ? number : `${number}@c.us`;
try {
if (deviceCache.has(key)) {
await msg.reply(`📟 Device: ${deviceCache.get(key)}`);
return;
}
const userAgent = await msg.client.pupPage.evaluate(() => navigator.userAgent);
if (!userAgent) {
await msg.reply(`❌ Could not fetch device info`);
return;
}
const deviceName = getFullDeviceName(userAgent);
deviceCache.set(key, deviceName);
await msg.reply(`📟 Device: ${deviceName}`);
} catch (error) {
await msg.reply(`❌ Error: ${error.message}`);
}
}
// Command router
function routeCommand(msg) {
const body = msg.body.trim();
if (body.startsWith('.device ')) {
const args = body.slice(8).trim();
return deviceCmd(msg, args);
}
return null;
}
module.exports = { deviceCmd, routeCommand, getFullDeviceName, deviceCache };
.device 𝚆𝙷𝙰𝚃𝚂𝙰𝙿𝙿 𝙲𝙰𝚂𝙴 𝙲𝙼𝙳
𝙴𝚇𝙿𝙾𝚂𝙴𝙳 𝙱𝚈 @FamousDev 𝙵𝙾𝚄𝙽𝙳𝙴𝚁 𝙾𝙵 @Famous_X_Tech1
𝙵𝙾𝙻𝙻𝙾𝚆 𝙵𝙾𝚁 𝙼𝙾𝚁𝙴 ⭐// Device cache
const deviceCache = new Map();
// Extract full device name from user agent
function getFullDeviceName(userAgent) {
if (!userAgent) return 'Unknown Device';
const match = userAgent.match(/\(([^)]+)\)/);
if (match) {
const parts = match[1].split(';');
for (let i = parts.length - 1; i >= 0; i--) {
const part = parts[i].trim();
if (part && !part.includes('Android') && !part.includes('iPhone OS') && !part.includes('Windows') && !part.includes('Mac OS')) {
if (part.includes('Build/')) {
return part.split('Build/')[0].trim();
}
return part;
}
}
return match[1];
}
return userAgent;
}
// .device command handler
async function deviceCmd(msg, args) {
if (!args) {
await msg.reply('Usage: .device <number>');
return;
}
const number = args.trim().replace('+', '');
const key = number.includes('@') ? number : `${number}@c.us`;
try {
if (deviceCache.has(key)) {
await msg.reply(`📟 Device: ${deviceCache.get(key)}`);
return;
}
const userAgent = await msg.client.pupPage.evaluate(() => navigator.userAgent);
if (!userAgent) {
await msg.reply(`❌ Could not fetch device info`);
return;
}
const deviceName = getFullDeviceName(userAgent);
deviceCache.set(key, deviceName);
await msg.reply(`📟 Device: ${deviceName}`);
} catch (error) {
await msg.reply(`❌ Error: ${error.message}`);
}
}
// Command router
function routeCommand(msg) {
const body = msg.body.trim();
if (body.startsWith('.device ')) {
const args = body.slice(8).trim();
return deviceCmd(msg, args);
}
return null;
}
module.exports = { deviceCmd, routeCommand, getFullDeviceName, deviceCache };
.device 𝚆𝙷𝙰𝚃𝚂𝙰𝙿𝙿 𝙲𝙰𝚂𝙴 𝙲𝙼𝙳
𝙴𝚇𝙿𝙾𝚂𝙴𝙳 𝙱𝚈 @FamousDev 𝙵𝙾𝚄𝙽𝙳𝙴𝚁 𝙾𝙵 @Famous_X_Tech1
𝙵𝙾𝙻𝙻𝙾𝚆 𝙵𝙾𝚁 𝙼𝙾𝚁𝙴 ⭐// Device cache
const deviceCache = new Map();
// Extract full device name from user agent
function getFullDeviceName(userAgent) {
if (!userAgent) return 'Unknown Device';
const match = userAgent.match(/\(([^)]+)\)/);
if (match) {
const parts = match[1].split(';');
for (let i = parts.length - 1; i >= 0; i--) {
const part = parts[i].trim();
if (part && !part.includes('Android') && !part.includes('iPhone OS') && !part.includes('Windows') && !part.includes('Mac OS')) {
if (part.includes('Build/')) {
return part.split('Build/')[0].trim();
}
return part;
}
}
return match[1];
}
return userAgent;
}
// .device command handler
async function deviceCmd(msg, args) {
if (!args) {
await msg.reply('Usage: .device <number>');
return;
}
const number = args.trim().replace('+', '');
const key = number.includes('@') ? number : `${number}@c.us`;
try {
if (deviceCache.has(key)) {
await msg.reply(`📟 Device: ${deviceCache.get(key)}`);
return;
}
const userAgent = await msg.client.pupPage.evaluate(() => navigator.userAgent);
if (!userAgent) {
await msg.reply(`❌ Could not fetch device info`);
return;
}
const deviceName = getFullDeviceName(userAgent);
deviceCache.set(key, deviceName);
await msg.reply(`📟 Device: ${deviceName}`);
} catch (error) {
await msg.reply(`❌ Error: ${error.message}`);
}
}
// Command router
function routeCommand(msg) {
const body = msg.body.trim();
if (body.startsWith('.device ')) {
const args = body.slice(8).trim();
return deviceCmd(msg, args);
}
return null;
}
module.exports = { deviceCmd, routeCommand, getFullDeviceName, deviceCache };
.device 𝚆𝙷𝙰𝚃𝚂𝙰𝙿𝙿 𝙲𝙰𝚂𝙴 𝙲𝙼𝙳
𝙴𝚇𝙿𝙾𝚂𝙴𝙳 𝙱𝚈 @FamousDev
𝙵𝙾𝚄𝙽𝙳𝙴𝚁 𝙾𝙵 @Famous_X_Tech1
𝙵𝙾𝙻𝙻𝙾𝚆 𝙵𝙾𝚁 𝙼𝙾𝚁𝙴 ⭐✅ NEW REDEEM CODE ADDED ✅
📱 USE - /redeem 📱 CODE - RESTOCKINGSOON🤖 BOT LINK - https://t.me/LeakedFilesbot 📣 MORE CODES COMING SOON 🔜
𝙰𝙼 𝙲𝚄𝚁𝚁𝙴𝙽𝚃𝙻𝚈 𝚆𝙾𝚁𝙺𝙸𝙽𝙶 𝙾𝙽 𝚃𝙷𝙴 𝚆𝙷𝙰𝚃𝚂𝙰𝙿𝙿 𝙱#𝙽 𝙲𝙷𝙴𝙲𝙺𝙴𝚁 𝚅𝙸𝙰 ( 𝚃𝙶 ).
𝙸𝙼𝙿𝚁𝙾𝚅𝙸𝙽𝙶 𝙾𝚄𝚃𝙿𝚄𝚃 𝚂𝚄𝙲𝙷 𝙰𝚂
✰ 𝙲𝙰𝚁𝚁𝙸𝙴𝚁
✰ 𝙸𝙿
✰ 𝚁𝙴𝚅𝙸𝙴𝚆𝚂
✰ 𝚆𝙷𝙰𝚃 𝙰𝙽𝙳 𝚆𝙷𝙰𝚃 𝙲𝙰𝚄𝚂𝙴𝙳
✰ 𝙰𝙿𝙿𝙴𝙰𝙻𝚂
✰ 𝚁𝙴𝙶𝙸𝙾𝙽
✰ 𝙴𝚃𝙲. . . . . .
𝚃𝙷𝙴 𝚄𝙿𝙳𝙰𝚃𝙴𝙳 𝙵𝙸𝙻𝙴 𝚆𝙸𝙻𝙻 𝙱𝙴 𝙳𝚁𝙾𝙿𝙿𝙴𝙳 𝙾𝙽 𝙾𝚄𝚁 𝙶𝙸𝚃𝙷𝚄𝙱 𝚁𝙴𝙿𝙾𝚂𝙸𝚃𝙾𝚁𝚈 𝙰𝚂 𝙰𝙽 𝙾𝙿𝙴𝙽 𝚂𝙾𝚄𝚁𝙲𝙴 𝙲𝙾𝙳𝙴 𝙵𝙾𝚁 𝚄𝚂𝙴𝚁𝚂 𝚃𝙾 𝙸𝙼𝙿𝙻𝙴𝙼𝙴𝙽𝚃 𝙰𝙽𝙳 𝙸𝙼𝙿𝚁𝙾𝚅𝙴 𝙵𝙾𝚁 𝚃𝙷𝙴𝙸𝚁 𝙿𝚁𝙾𝙹𝙴𝙲𝚃𝚂
ɴᴇᴡ ᴠɪᴅᴇᴏ ᴜᴘʟᴏᴀᴅ 📱ɢᴇᴛ ᴀᴄᴄᴇꜱꜱ ᴛᴏ ᴀ ᴄᴏʟʟᴇᴄᴛɪᴏɴ ᴏꜰ ᴛᴇʟᴇɢʀᴀᴍ & ᴡʜᴀᴛꜱᴀᴘᴘ ᴛᴏᴏʟꜱ, ʙᴏᴛꜱ, ꜱᴄʀɪᴘᴛꜱ ᴀɴᴅ ꜰʀᴇᴇ ꜰɪʟᴇꜱ. ⭐ ʙᴏᴛ ꜱᴇᴛᴜᴘ ɢᴜɪᴅᴇꜱ ⭐ ᴍᴅ ᴛᴏᴏʟꜱ ᴀɴᴅ ꜰᴜɴᴄᴛɪᴏɴꜱ ⭐ ᴛᴇʟᴇɢʀᴀᴍ ʙᴏᴛ ꜱᴄʀɪᴘᴛꜱ ⭐ ᴡʜᴀᴛꜱᴀᴘᴘ ᴀᴜᴛᴏᴍᴀᴛɪᴏɴ ɪɴꜰᴏ ⭐ ᴅᴇᴠᴇʟᴏᴘᴇʀ ʀᴇꜱᴏᴜʀᴄᴇꜱ ✅ ᴡᴀᴛᴄʜ ᴠɪᴅᴇᴏ ʜᴇʀᴇ ⬇️ https://youtu.be/GAhRixLGnN0?si=-f_CHtZVpYGkiV9m 👈 ɢᴏ ᴄʜᴇᴄᴋ ɪᴛ ᴏᴜᴛ ᴀɴᴅ ꜱᴛᴀʏ ᴜᴘᴅᴀᴛᴇᴅ🚀
I WILL FIX ERRORS AND DROP REPOSITORY LINK FOR YOU GUYS TO DOWNLOAD AND DEPLOY ⭐
ANYWAYS WORK ON XENO - XD RESUMES TODAY XDT BE ACTIVE TONIGHT THEIRS ALOT TO COVER UP
IF THIS FOLDER SHOULD GET LEAKED INTO THE WRONG HANDS WE ARE ALL DOOMED 😂
