⏤͟͞ ❮❮ xᴇɴᴏ ɪɴᴄᴏʀᴘᴏʀᴀᴛᴇᴅ³ 🇮🇲⃤
Ir al canal en Telegram
⚠️ ᴅɪsᴄʟᴀɪᴍᴇʀ: ᴛʜɪs ᴄʜᴀɴɴᴇʟ ᴅᴏᴇs ɴᴏᴛ ᴘʀᴏᴍᴏᴛᴇ ʜᴀᴄᴋs ᴏʀ ᴛᴏ ᴇɴɢᴀɢᴇ ɪɴ ɪʟʟᴇɢᴀʟ ᴀᴄᴛɪᴠɪᴛɪᴇs. ᴀʟʟ ᴄᴏɴᴛᴇɴᴛ ɪs ғᴏʀ ᴇᴅᴜᴄᴀᴛɪᴏɴᴀʟ ᴘᴜʀᴘᴏsᴇs,ᴄʏʙᴇʀsᴇᴄᴜʀɪᴛʏ ᴛɪᴘs, ᴀɴᴅ ᴘʀɪᴠᴀᴄʏ ᴀᴡᴀʀᴇɴᴇss. ᴄᴏɴᴛᴀᴄᴛ ᴛᴇʟᴇɢʀᴀᴍ ғᴏʀ ɪssᴜᴇs: @Telegram | ᴄʜᴀɴɴᴇʟ ᴏᴡɴᴇʀ: @FamousDev
Mostrar másBangladesh9 188La categoría no está especificada
1 567
Suscriptores
+324 horas
+687 días
+23930 días
Carga de datos en curso...
Canales Similares
Sin datos
¿Algún problema? Por favor, actualice la página o contacte a nuestro gerente de soporte.
Nube de Etiquetas
Menciones Entrantes y Salientes
---
---
---
---
---
---
Atraer Suscriptores
agosto '26
agosto '26
+5
en 0 canales
julio '26
+336
en 13 canales
Get PRO
junio '26
+689
en 9 canales
Get PRO
mayo '26
+326
en 8 canales
Get PRO
abril '26
+366
en 1 canales
| Fecha | Crecimiento de Suscriptores | Menciones | Canales | |
| 01 agosto | +5 |
Publicaciones del Canal
| 2 | /giveaway | 1 |
| 3 | /giveaway@FamoussTestbot | 1 |
| 4 | /giveaway@Famousstestbot 10 1 | 1 |
| 5 | /giveaway 10 1 | 1 |
| 6 | ✅ NEW REDEEM CODE ADDED ✅
📱 USE - /redeem
📱 CODE - THANKSFOR1000+MEMBERS
🤖 BOT LINK - https://t.me/LeakedFilesbot
📣 MORE CODES COMING SOON 🔜 | 80 |
| 7 | Xeno Tech Manager
😎 Goodnight | 82 |
| 8 | // 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
𝙵𝙾𝙻𝙻𝙾𝚆 𝙵𝙾𝚁 𝙼𝙾𝚁𝙴 ⭐ | 131 |
| 9 | // 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
𝙵𝙾𝙻𝙻𝙾𝚆 𝙵𝙾𝚁 𝙼𝙾𝚁𝙴 ⭐ | 1 |
| 10 | // 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
𝙵𝙾𝙻𝙻𝙾𝚆 𝙵𝙾𝚁 𝙼𝙾𝚁𝙴 ⭐ | 1 |
| 11 | Hello | 1 |
| 12 | ✅ NEW REDEEM CODE ADDED ✅
📱 USE - /redeem
📱 CODE - RESTOCKINGSOON
🤖 BOT LINK - https://t.me/LeakedFilesbot
📣 MORE CODES COMING SOON 🔜 | 372 |
| 13 | 𝙰𝙼 𝙲𝚄𝚁𝚁𝙴𝙽𝚃𝙻𝚈 𝚆𝙾𝚁𝙺𝙸𝙽𝙶 𝙾𝙽 𝚃𝙷𝙴 𝚆𝙷𝙰𝚃𝚂𝙰𝙿𝙿 𝙱#𝙽 𝙲𝙷𝙴𝙲𝙺𝙴𝚁 𝚅𝙸𝙰 ( 𝚃𝙶 ).
𝙸𝙼𝙿𝚁𝙾𝚅𝙸𝙽𝙶 𝙾𝚄𝚃𝙿𝚄𝚃 𝚂𝚄𝙲𝙷 𝙰𝚂
✰ 𝙲𝙰𝚁𝚁𝙸𝙴𝚁
✰ 𝙸𝙿
✰ 𝚁𝙴𝚅𝙸𝙴𝚆𝚂
✰ 𝚆𝙷𝙰𝚃 𝙰𝙽𝙳 𝚆𝙷𝙰𝚃 𝙲𝙰𝚄𝚂𝙴𝙳
✰ 𝙰𝙿𝙿𝙴𝙰𝙻𝚂
✰ 𝚁𝙴𝙶𝙸𝙾𝙽
✰ 𝙴𝚃𝙲. . . . . .
𝚃𝙷𝙴 𝚄𝙿𝙳𝙰𝚃𝙴𝙳 𝙵𝙸𝙻𝙴 𝚆𝙸𝙻𝙻 𝙱𝙴 𝙳𝚁𝙾𝙿𝙿𝙴𝙳 𝙾𝙽 𝙾𝚄𝚁 𝙶𝙸𝚃𝙷𝚄𝙱 𝚁𝙴𝙿𝙾𝚂𝙸𝚃𝙾𝚁𝚈 𝙰𝚂 𝙰𝙽 𝙾𝙿𝙴𝙽 𝚂𝙾𝚄𝚁𝙲𝙴 𝙲𝙾𝙳𝙴 𝙵𝙾𝚁 𝚄𝚂𝙴𝚁𝚂 𝚃𝙾 𝙸𝙼𝙿𝙻𝙴𝙼𝙴𝙽𝚃 𝙰𝙽𝙳 𝙸𝙼𝙿𝚁𝙾𝚅𝙴 𝙵𝙾𝚁 𝚃𝙷𝙴𝙸𝚁 𝙿𝚁𝙾𝙹𝙴𝙲𝚃𝚂 | 445 |
| 14 | sticker.webp | 143 |
| 15 | https://github.com/RealFamousDev ⭐ | 191 |
| 16 | ɴᴇᴡ ᴠɪᴅᴇᴏ ᴜᴘʟᴏᴀᴅ 📱
ɢᴇᴛ ᴀᴄᴄᴇꜱꜱ ᴛᴏ ᴀ ᴄᴏʟʟᴇᴄᴛɪᴏɴ ᴏꜰ ᴛᴇʟᴇɢʀᴀᴍ & ᴡʜᴀᴛꜱᴀᴘᴘ ᴛᴏᴏʟꜱ, ʙᴏᴛꜱ, ꜱᴄʀɪᴘᴛꜱ ᴀɴᴅ ꜰʀᴇᴇ ꜰɪʟᴇꜱ.
⭐ ʙᴏᴛ ꜱᴇᴛᴜᴘ ɢᴜɪᴅᴇꜱ
⭐ ᴍᴅ ᴛᴏᴏʟꜱ ᴀɴᴅ ꜰᴜɴᴄᴛɪᴏɴꜱ
⭐ ᴛᴇʟᴇɢʀᴀᴍ ʙᴏᴛ ꜱᴄʀɪᴘᴛꜱ
⭐ ᴡʜᴀᴛꜱᴀᴘᴘ ᴀᴜᴛᴏᴍᴀᴛɪᴏɴ ɪɴꜰᴏ
⭐ ᴅᴇᴠᴇʟᴏᴘᴇʀ ʀᴇꜱᴏᴜʀᴄᴇꜱ
✅ ᴡᴀᴛᴄʜ ᴠɪᴅᴇᴏ ʜᴇʀᴇ ⬇️
https://youtu.be/GAhRixLGnN0?si=-f_CHtZVpYGkiV9m 👈
ɢᴏ ᴄʜᴇᴄᴋ ɪᴛ ᴏᴜᴛ ᴀɴᴅ ꜱᴛᴀʏ ᴜᴘᴅᴀᴛᴇᴅ🚀 | 1 203 |
| 17 | I WILL FIX ERRORS AND DROP REPOSITORY LINK FOR YOU GUYS TO DOWNLOAD AND DEPLOY ⭐ | 224 |
| 18 | WHO KNOWS WHAT - SC BYPASS VIA WHATSAPP AND TELEGRAM IS 😭 | 40 |
| 19 | ANYWAYS WORK ON XENO - XD RESUMES TODAY
XDT BE ACTIVE TONIGHT
THEIRS ALOT TO COVER UP | 234 |
| 20 | IF THIS FOLDER SHOULD GET LEAKED INTO THE WRONG HANDS
WE ARE ALL DOOMED 😂 | 229 |
