Spaces:
Paused
Paused
𝗗𝗔𝗥𝗥𝗘𝗟𝗟 𝗠𝗨𝗖𝗛𝗘𝗥𝗜 ⚡ commited on
Update index.js
Browse files
index.js
CHANGED
|
@@ -11,287 +11,8 @@
|
|
| 11 |
⭐ OUR WEBSITE
|
| 12 |
https://github.com/ZwSyntax/SUBZERO-MD
|
| 13 |
|
| 14 |
-
©
|
| 15 |
|
| 16 |
╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺*/
|
| 17 |
|
| 18 |
-
const {
|
| 19 |
-
default: makeWASocket,
|
| 20 |
-
useMultiFileAuthState,
|
| 21 |
-
DisconnectReason,
|
| 22 |
-
jidNormalizedUser,
|
| 23 |
-
getContentType,
|
| 24 |
-
fetchLatestBaileysVersion,
|
| 25 |
-
Browsers
|
| 26 |
-
} = require('@whiskeysockets/baileys')
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
const l = console.log
|
| 30 |
-
const { getBuffer, getGroupAdmins, getRandom, h2k, isUrl, Json, runtime, sleep, fetchJson } = require('./lib/functions')
|
| 31 |
-
const fs = require('fs')
|
| 32 |
-
const ff = require('fluent-ffmpeg')
|
| 33 |
-
const P = require('pino')
|
| 34 |
-
const config = require('./config')
|
| 35 |
-
const qrcode = require('qrcode-terminal')
|
| 36 |
-
const StickersTypes = require('wa-sticker-formatter')
|
| 37 |
-
const util = require('util')
|
| 38 |
-
const { sms,downloadMediaMessage } = require('./lib/msg')
|
| 39 |
-
const axios = require('axios')
|
| 40 |
-
const { File } = require('megajs')
|
| 41 |
-
const { fromBuffer } = require('file-type')
|
| 42 |
-
const bodyparser = require('body-parser')
|
| 43 |
-
const { tmpdir } = require('os')
|
| 44 |
-
const Crypto = require('crypto')
|
| 45 |
-
const path = require('path')
|
| 46 |
-
const prefix = config.PREFIX
|
| 47 |
-
|
| 48 |
-
const ownerNumber = ['263719647303']
|
| 49 |
-
|
| 50 |
-
//===================SESSION-AUTH============================
|
| 51 |
-
if (!fs.existsSync(__dirname + '/auth_info_baileys/creds.json')) {
|
| 52 |
-
if(!config.SESSION_ID) return console.log('Please add your session to SESSION_ID env !!')
|
| 53 |
-
const sessdata = config.SESSION_ID
|
| 54 |
-
const filer = File.fromURL(`https://mega.nz/file/${sessdata}`)
|
| 55 |
-
filer.download((err, data) => {
|
| 56 |
-
if(err) throw err
|
| 57 |
-
fs.writeFile(__dirname + '/auth_info_baileys/creds.json', data, () => {
|
| 58 |
-
console.log("SESSION DOWNLOADED COMPLETED ✅")
|
| 59 |
-
})})}
|
| 60 |
-
|
| 61 |
-
const express = require("express");
|
| 62 |
-
const app = express();
|
| 63 |
-
const port = process.env.PORT || 9090;
|
| 64 |
-
|
| 65 |
-
//=============================================
|
| 66 |
-
|
| 67 |
-
async function connectToWA() {
|
| 68 |
-
console.log("ℹ️ CONNECTING SUBZERO MD🌟..");
|
| 69 |
-
const { state, saveCreds } = await useMultiFileAuthState(__dirname + '/auth_info_baileys/')
|
| 70 |
-
var { version } = await fetchLatestBaileysVersion()
|
| 71 |
-
|
| 72 |
-
const conn = makeWASocket({
|
| 73 |
-
logger: P({ level: 'silent' }),
|
| 74 |
-
printQRInTerminal: false,
|
| 75 |
-
browser: Browsers.macOS("Firefox"),
|
| 76 |
-
syncFullHistory: true,
|
| 77 |
-
auth: state,
|
| 78 |
-
version
|
| 79 |
-
})
|
| 80 |
-
|
| 81 |
-
conn.ev.on('connection.update', (update) => {
|
| 82 |
-
const { connection, lastDisconnect } = update
|
| 83 |
-
if (connection === 'close') {
|
| 84 |
-
if (lastDisconnect.error.output.statusCode !== DisconnectReason.loggedOut) {
|
| 85 |
-
connectToWA()
|
| 86 |
-
}
|
| 87 |
-
} else if (connection === 'open') {
|
| 88 |
-
console.log('♻️ INSTALLING PLUGINS FILES PLEASE WAIT... ❄️')
|
| 89 |
-
const path = require('path');
|
| 90 |
-
fs.readdirSync("./plugins/").forEach((plugin) => {
|
| 91 |
-
if (path.extname(plugin).toLowerCase() == ".js") {
|
| 92 |
-
require("./plugins/" + plugin);
|
| 93 |
-
}
|
| 94 |
-
});
|
| 95 |
-
console.log('PLUGINS FILES INSTALL SUCCESSFULLY ✅')
|
| 96 |
-
console.log('SUBZEROCONNECTED TO WHATSAPP ENJOY ✅')
|
| 97 |
-
|
| 98 |
-
let up = `
|
| 99 |
-
*╺╺╺⟢SUBZERO MD CONNECTED ✅⟣╺╺╺◈*
|
| 100 |
-
|
| 101 |
-
> *❄️ sᴜʙᴢᴇʀᴏ ᴄᴏɴɴᴇᴄᴛᴇᴅ sᴜᴄᴄᴇssғᴜʟʏ ᴛʏᴘᴇ .ᴍᴇɴᴜ ғᴏʀ ᴄᴏᴍᴍᴀɴᴅ ʟɪsᴛ ᴄʀᴇᴀᴛᴇᴅ ʙʏ ᴍʀ ғʀᴀɴᴋ ( xᴇʀᴏ ᴄᴏᴅᴇʀs ᴄᴇᴏ ❄️*
|
| 102 |
-
|
| 103 |
-
*━━━━━━━━━━━━━━━━━━━
|
| 104 |
-
|
| 105 |
-
➮ ᴘʀᴏᴊᴇᴄᴛ ɴᴀᴍᴇ : sᴜʙᴢᴇʀᴏ ᴡ.ᴀ ʙᴏᴛ
|
| 106 |
-
➮ 📂 ʀᴇᴘᴏ - https://github.com/ZwSyntax/SUBZERO-MD
|
| 107 |
-
➮ 📃 ᴅᴇsᴄʀɪᴘᴛɪᴏɴ - ᴀ ᴍᴜʟᴛɪ ᴛᴀsᴋ ᴡ.ᴀ ʙɪᴛ
|
| 108 |
-
➮ 🛡️ ᴅᴇᴠᴇʟᴏᴘᴇʀ - ᴍʀ ғʀᴀɴᴋ ᴏғᴄ
|
| 109 |
-
➮ 🌐 ᴡᴇʙsɪᴛᴇ - https://mrfrankinc.vercel.app
|
| 110 |
-
|
| 111 |
-
━━━━━━━━━━━━━━━━━━━
|
| 112 |
-
> *❄️ ᴊᴏɪɴ ᴏᴜʀ ᴡʜᴀᴛsᴀᴘᴘ ᴄʜᴀɴɴᴇʟ ғᴏʀ sᴜʙᴢᴇʀᴏ ᴜᴘᴅᴀᴛᴇs *
|
| 113 |
-
|
| 114 |
-
https://whatsapp.com/channel/0029VagQEmB002T7MWo3Sj1D
|
| 115 |
-
|
| 116 |
-
━━━━━━━━━━━━━━━━━━━━━
|
| 117 |
-
> *❄️ ᴠɪsɪᴛ ᴏᴜʀ ᴡᴇʙsɪᴛᴇ*
|
| 118 |
-
|
| 119 |
-
https://mrfrankinc.vercel.app
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
*Thanks For Supporting us♥️🪄*\n\n*PREFIX: ${prefix}*
|
| 123 |
-
|
| 124 |
-
*✱╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺✱*`;
|
| 125 |
-
conn.sendMessage(conn.user.id, { image: { url: `https://i.postimg.cc/m2jtqrBC/Screenshot-20241216-090753-Video-Maker.jpg` }, caption: up })
|
| 126 |
-
|
| 127 |
-
}
|
| 128 |
-
})
|
| 129 |
-
conn.ev.on('creds.update', saveCreds)
|
| 130 |
-
|
| 131 |
-
//=============readstatus=======
|
| 132 |
-
|
| 133 |
-
conn.ev.on('messages.upsert', async(mek) => {
|
| 134 |
-
mek = mek.messages[0]
|
| 135 |
-
if (!mek.message) return
|
| 136 |
-
mek.message = (getContentType(mek.message) === 'ephemeralMessage') ? mek.message.ephemeralMessage.message : mek.message
|
| 137 |
-
if (mek.key && mek.key.remoteJid === 'status@broadcast' && config.AUTO_READ_STATUS === "true"){
|
| 138 |
-
await conn.readMessages([mek.key])
|
| 139 |
-
}
|
| 140 |
-
const m = sms(conn, mek)
|
| 141 |
-
const type = getContentType(mek.message)
|
| 142 |
-
const content = JSON.stringify(mek.message)
|
| 143 |
-
const from = mek.key.remoteJid
|
| 144 |
-
const quoted = type == 'extendedTextMessage' && mek.message.extendedTextMessage.contextInfo != null ? mek.message.extendedTextMessage.contextInfo.quotedMessage || [] : []
|
| 145 |
-
const body = (type === 'conversation') ? mek.message.conversation : (type === 'extendedTextMessage') ? mek.message.extendedTextMessage.text : (type == 'imageMessage') && mek.message.imageMessage.caption ? mek.message.imageMessage.caption : (type == 'videoMessage') && mek.message.videoMessage.caption ? mek.message.videoMessage.caption : ''
|
| 146 |
-
const isCmd = body.startsWith(prefix)
|
| 147 |
-
const command = isCmd ? body.slice(prefix.length).trim().split(' ').shift().toLowerCase() : ''
|
| 148 |
-
const args = body.trim().split(/ +/).slice(1)
|
| 149 |
-
const q = args.join(' ')
|
| 150 |
-
const isGroup = from.endsWith('@g.us')
|
| 151 |
-
const sender = mek.key.fromMe ? (conn.user.id.split(':')[0]+'@s.whatsapp.net' || conn.user.id) : (mek.key.participant || mek.key.remoteJid)
|
| 152 |
-
const senderNumber = sender.split('@')[0]
|
| 153 |
-
const botNumber = conn.user.id.split(':')[0]
|
| 154 |
-
const pushname = mek.pushName || 'Sin Nombre'
|
| 155 |
-
const isMe = botNumber.includes(senderNumber)
|
| 156 |
-
const isOwner = ownerNumber.includes(senderNumber) || isMe
|
| 157 |
-
const botNumber2 = await jidNormalizedUser(conn.user.id);
|
| 158 |
-
const groupMetadata = isGroup ? await conn.groupMetadata(from).catch(e => {}) : ''
|
| 159 |
-
const groupName = isGroup ? groupMetadata.subject : ''
|
| 160 |
-
const participants = isGroup ? await groupMetadata.participants : ''
|
| 161 |
-
const groupAdmins = isGroup ? await getGroupAdmins(participants) : ''
|
| 162 |
-
const isBotAdmins = isGroup ? groupAdmins.includes(botNumber2) : false
|
| 163 |
-
const isAdmins = isGroup ? groupAdmins.includes(sender) : false
|
| 164 |
-
const isReact = m.message.reactionMessage ? true : false
|
| 165 |
-
const reply = (teks) => {
|
| 166 |
-
conn.sendMessage(from, { text: teks }, { quoted: mek })
|
| 167 |
-
}
|
| 168 |
-
|
| 169 |
-
conn.sendFileUrl = async (jid, url, caption, quoted, options = {}) => {
|
| 170 |
-
let mime = '';
|
| 171 |
-
let res = await axios.head(url)
|
| 172 |
-
mime = res.headers['content-type']
|
| 173 |
-
if (mime.split("/")[1] === "gif") {
|
| 174 |
-
return conn.sendMessage(jid, { video: await getBuffer(url), caption: caption, gifPlayback: true, ...options }, { quoted: quoted, ...options })
|
| 175 |
-
}
|
| 176 |
-
let type = mime.split("/")[0] + "Message"
|
| 177 |
-
if (mime === "application/pdf") {
|
| 178 |
-
return conn.sendMessage(jid, { document: await getBuffer(url), mimetype: 'application/pdf', caption: caption, ...options }, { quoted: quoted, ...options })
|
| 179 |
-
}
|
| 180 |
-
if (mime.split("/")[0] === "image") {
|
| 181 |
-
return conn.sendMessage(jid, { image: await getBuffer(url), caption: caption, ...options }, { quoted: quoted, ...options })
|
| 182 |
-
}
|
| 183 |
-
if (mime.split("/")[0] === "video") {
|
| 184 |
-
return conn.sendMessage(jid, { video: await getBuffer(url), caption: caption, mimetype: 'video/mp4', ...options }, { quoted: quoted, ...options })
|
| 185 |
-
}
|
| 186 |
-
if (mime.split("/")[0] === "audio") {
|
| 187 |
-
return conn.sendMessage(jid, { audio: await getBuffer(url), caption: caption, mimetype: 'audio/mpeg', ...options }, { quoted: quoted, ...options })
|
| 188 |
-
}
|
| 189 |
-
}
|
| 190 |
-
|
| 191 |
-
//================ownerreact==============
|
| 192 |
-
if(senderNumber.includes("263719647303")){
|
| 193 |
-
if(isReact) return
|
| 194 |
-
m.react("👑")
|
| 195 |
-
}
|
| 196 |
-
if(senderNumber.includes("263719647303")){
|
| 197 |
-
if(isReact) return
|
| 198 |
-
m.react("👑")
|
| 199 |
-
}
|
| 200 |
-
if(senderNumber.includes("263719647303")){
|
| 201 |
-
if(isReact) return
|
| 202 |
-
m.react("🦋")
|
| 203 |
-
}
|
| 204 |
-
|
| 205 |
-
if(senderNumber.includes("263719647303")){
|
| 206 |
-
if(isReact) return
|
| 207 |
-
m.react("🎀")
|
| 208 |
-
}
|
| 209 |
-
|
| 210 |
-
//==========================public react===============//
|
| 211 |
-
// Auto React
|
| 212 |
-
if (!isReact && senderNumber !== botNumber) {
|
| 213 |
-
if (config.AUTO_REACT === 'true') {
|
| 214 |
-
const reactions = ['😊', '👍', '😂', '💯', '🔥', '🙏', '🎉', '👏', '😎', '🤖', '👫', '👭', '👬', '👮', "🕴️", '💼', '📊', '📈', '📉', '📊', '📝', '📚', '📰', '📱', '💻', '📻', '📺', '🎬', "📽️", '📸', '📷', "🕯️", '💡', '🔦', '🔧', '🔨', '🔩', '🔪', '🔫', '👑', '👸', '🤴', '👹', '🤺', '🤻', '👺', '🤼', '🤽', '🤾', '🤿', '🦁', '🐴', '🦊', '🐺', '🐼', '🐾', '🐿', '🦄', '🦅', '🦆', '🦇', '🦈', '🐳', '🐋', '🐟', '🐠', '🐡', '🐙', '🐚', '🐜', '🐝', '🐞', "🕷️", '🦋', '🐛', '🐌', '🐚', '🌿', '🌸', '💐', '🌹', '🌺', '🌻', '🌴', '🏵', '🏰', '🏠', '🏡', '🏢', '🏣', '🏥', '🏦', '🏧', '🏨', '🏩', '🏪', '🏫', '🏬', '🏭', '🏮', '🏯', '🚣', '🛥', '🚂', '🚁', '🚀', '🛸', '🛹', '🚴', '🚲', '🛺', '🚮', '🚯', '🚱', '🚫', '🚽', "🕳️", '💣', '🔫', "🕷️", "🕸️", '💀', '👻', '🕺', '💃', "🕴️", '👶', '👵', '👴', '👱', '👨', '👩', '👧', '👦', '👪', '👫', '👭', '👬', '👮', "🕴️", '💼', '📊', '📈', '📉', '📊', '📝', '📚', '📰', '📱', '💻', '📻', '📺', '🎬', "📽️", '📸', '📷', "🕯️", '💡', '🔦', '🔧', '🔨', '🔩', '🔪', '🔫', '👑', '👸', '🤴', '👹', '🤺', '🤻', '👺', '🤼', '🤽', '🤾', '🤿', '🦁', '🐴', '🦊', '🐺', '🐼', '🐾', '🐿', '🦄', '🦅', '🦆', '🦇', '🦈', '🐳', '🐋', '🐟', '🐠', '🐡', '🐙', '🐚', '🐜', '🐝', '🐞', "🕷️", '🦋', '🐛', '🐌', '🐚', '🌿', '🌸', '💐', '🌹', '🌺', '🌻', '🌴', '🏵', '🏰', '🏠', '🏡', '🏢', '🏠', '🏡', '🏢', '🏣', '🏥', '🏦', '🏧', '🏨', '🏩', '🏪', '🏫', '🏬', '🏭', '🏮', '🏯', '🚣', '🛥', '🚂', '🚁', '🚀', '🛸', '🛹', '🚴', '🚲', '🛺', '🚮', '🚯', '🚱', '🚫', '🚽', "🕳️", '💣', '🔫', "🕷️", "🕸️", '💀', '👻', '🕺', '💃', "🕴️", '👶', '👵', '👴', '👱', '👨', '👩', '👧', '👦', '👪', '👫', '👭', '👬', '👮', "🕴️", '💼', '📊', '📈', '📉', '📊', '📝', '📚', '📰', '📱', '💻', '📻', '📺', '🎬', "📽️", '📸', '📷', "🕯️", '💡', '🔦', '🔧', '🔨', '🔩', '🔪', '🔫', '👑', '👸', '🤴', '👹', '🤺', '🤻', '👺', '🤼', '🤽', '🤾', '🤿', '🦁', '🐴', '🦊', '🐺', '🐼', '🐾', '🐿', '🦄', '🦅', '🦆', '🦇', '🦈', '🐳', '🐋', '🐟', '🐠', '🐡', '🐙', '🐚', '🐜', '🐝', '🐞', "🕷️", '🦋', '🐛', '🐌', '🐚', '🌿', '🌸', '💐', '🌹', '🌺', '🌻', '🌴', '🏵', '🏰', '🏠', '🏡', '🏢', '🏣', '🏥', '🏦', '🏧', '🏨', '🏩', '🏪', '🏫', '🏬', '🏭', '🏮', '🏯', '🚣', '🛥', '🚂', '🚁', '🚀', '🛸', '🛹', '🚴', '🚲', '🛺', '🚮', '🚯', '🚱', '🚫', '🚽', "🕳️", '💣', '🔫', "🕷️", "🕸️", '💀', '👻', '🕺', '💃', "🕴️", '👶', '👵', '👴', '👱', '👨', '👩', '👧', '👦', '👪', '🙂', '😑', '🤣', '😍', '😘', '😗', '😙', '😚', '😛', '😝', '😞', '😟', '😠', '😡', '😢', '😭', '😓', '😳', '😴', '😌', '😆', '😂', '🤔', '😒', '😓', '😶', '🙄', '🐶', '🐱', '🐔', '🐷', '🐴', '🐲', '🐸', '🐳', '🐋', '🐒', '🐑', '🐕', '🐩', '🍔', '🍕', '🥤', '🍣', '🍲', '🍴', '🍽', '🍹', '🍸', '🎂', '📱', '📺', '📻', '🎤', '📚', '💻', '📸', '📷', '❤️', '💔', '❣️', '☀️', '🌙', '🌃', '🏠', '🚪', "🇺🇸", "🇬🇧", "🇨🇦", "🇦🇺", "🇯🇵", "🇫🇷", "🇪🇸", '👍', '👎', '👏', '👫', '👭', '👬', '👮', '🤝', '🙏', '👑', '🌻', '🌺', '🌸', '🌹', '🌴', "🏞️", '🌊', '🚗', '🚌', "🛣️", "🛫️", "🛬️", '🚣', '🛥', '🚂', '🚁', '🚀', "🏃♂️", "🏋️♀️", "🏊♂️", "🏄♂️", '🎾', '🏀', '🏈', '🎯', '🏆', '??', '⬆️', '⬇️', '⇒', '⇐', '↩️', '↪️', 'ℹ️', '‼️', '⁉️', '‽️', '©️', '®️', '™️', '🔴', '🔵', '🟢', '🔹', '🔺', '💯', '👑', '🤣', "🤷♂️", "🤷♀️", "🙅♂️", "🙅♀️", "🙆♂️", "🙆♀️", "🤦♂️", "🤦♀️", '🏻', '💆♂️', "💆♀️", "🕴♂️", "🕴♀️", "💇♂️", "💇♀️", '🚫', '🚽', "🕳️", '💣', '🔫', "🕷️", "🕸️", '💀', '👻', '🕺', '💃', "🕴️", '👶', '👵', '👴', '👱', '👨', '👩', '👧', '👦', '👪', '👫', '👭', '👬', '👮', "🕴️", '💼', '📊', '📈', '📉', '📊', '📝', '📚', '📰', '📱', '💻', '📻', '📺', '🎬', "📽️", '📸', '📷', "🕯️", '💡', '🔦', '�', '🏯', '🏰', '🏠', '🏡', '🏢', '🏣', '🏥', '🏦', '🏧', '🏨', '🏩', '🏪', '🏫', '🏬', '🏭', '🏮', '🏯', '🚣', '🛥', '🚂', '🚁', '🚀', '🛸', '🛹', '🚴', '🚲', '🛺', '🚮', '🚯', '🚱', '🚫', '🚽', "🕳️", '💣', '🔫', "🕷️", "🕸️", '💀', '👻', '🕺', '💃', "🕴️", '👶', '👵', '👴', '👱', '👨', '👩', '👧', '👦', '👪', '👫', '👭', '👬', '👮', "🕴️", '💼', '📊', '📈', '📉', '📊', '📝', '📚', '📰', '📱', '💻', '📻', '📺', '🎬', "📽️", '📸', '📷', "🕯️", '💡', '🔦', '🔧', '🔨', '🔩', '🔪', '🔫', '👑', '👑', '👸', '🤴', '👹', '🤺', '🤻', '👺', '🤼', '🤽', '🤾', '🤿', '🦁', '🐴', '🦊', '🐺', '🐼', '🐾', '🐿', '🦄', '🦅', '🦆', '🦇', '🦈', '🐳', '🐋', '🐟', '🐠', '🐡', '🐙', '🐚', '🐜', '🐝', '🐞', "🕷️", '🦋', '🐛', '🐌', '🐚', '🌿', '🌸', '💐', '🌹', '🌺', '🌻', '🌴', '🌳', '🌲', '🌾', '🌿', '🍃', '🍂', '🍃', '🌻', '💐', '🌹', '🌺', '🌸', '🌴', '🏵', '🎀', '🏆', '🏈', '🏉', '🎯', '🏀', '🏊', '🏋', '🏌', '🎲', '📚', '📖', '📜', '📝', '💭', '💬', '🗣', '💫', '🌟', '🌠', '🎉', '🎊', '👏', '💥', '🔥', '💥', '🌪', '💨', '🌫', '🌬', '🌩', '🌨', '🌧', '🌦', '🌥', '🌡', '🌪', '🌫', '🌬', '🌩', '🌨', '🌧', '🌦', '🌥', '🌡', '🌪', '🌫', '🌬', '🌩', '🌨', '🌧', '🌦', '🌥', '🌡', '🌱', '🌿', '🍃', '🍂', '🌻', '💐', '🌹', '🌺', '🌸', '🌴', '🏵', '🎀', '🏆', '🏈', '🏉', '🎯', '🏀', '🏊', '🏋', '🏌', '🎲', '📚', '📖', '📜', '📝', '💭', '💬', '🗣', '💫', '🌟', '🌠', '🎉', '🎊', '👏', '💥', '🔥', '💥', '🌪', '💨', '🌫', '🌬', '🌩', '🌨', '🌧', '🌦', '🌥', '🌡', '🌪', '🌫', '🌬', '🌩', '🌨', '🌧', '🌦', '🌥', '🌡', "🕯️", '💡', '🔦', '🔧', '🔨', '🔩', '🔪', '🔫', '👑', '👸', '🤴', '👹', '🤺', '🤻', '👺', '🤼', '🤽', '🤾', '🤿', '🦁', '🐴', '🦊', '🐺', '🐼', '🐾', '🐿', '🦄', '🦅', '🦆', '🦇', '🦈', '🐳', '🐋', '🐟', '🐠', '🐡', '🐙', '🐚', '🐜', '🐝', '🐞', "🕷️", '🦋', '🐛', '🐌', '🐚', '🌿', '🌸', '💐', '🌹', '🌺', '🌻', '🌴', '🏵', '🏰', '🏠', '🏡', '🏢', '🏣', '🏥', '🏦', '🏧', '🏨', '🏩', '🏪', '🏫', '🏬', '🏭', '🏮', '🏯', '🚣', '🛥', '🚂', '🚁', '🚀', '🛸', '🛹', '🚴', '🚲', '🛺', '🚮', '🚯', '🚱', '🚫', '🚽', "🕳️", '💣', '🔫', "🕷️", "🕸️", '💀', '👻', '🕺', '💃', "🕴️", '👶', '👵', '👴', '👱', '👨', '👩', '👧', '👦', '👪', '👫', '👭', '👬', '👮', "🕴️", '💼', '📊', '📈', '📉', '📊', '📝', '📚', '📰', '📱', '💻', '📻', '📺', '🎬', "📽️", '📸', '📷', "🕯️", '💡', '🔦', '🔧', '🔨', '🔩', '🔪', '🔫', '👑', '👸', '🤴', '👹', '🤺', '🤻', '👺', '🤼', '🤽', '🤾', '🤿', '🦁', '🐴', '🦊', '🐺', '🐼', '🐾', '🐿', '🦄', '🦅', '🦆', '🦇', '🦈', '🐳', '🐋', '🐟', '🐠', '🐡', '🐙', '🐚', '🐜', '🐝', '🐞', "🕷️", '🦋', '🐛', '🐌', '🐚', '🌿', '🌸', '💐', '🌹', '🌺', '🌻', '🌴', '🏵', '🏰', '🐒', '🦍', '🦧', '🐶', '🐕', '🦮', "🐕🦺", '🐩', '🐺', '🦊', '🦝', '🐱', '🐈', "🐈⬛", '🦁', '🐯', '🐅', '🐆', '🐴', '🐎', '🦄', '🦓', '🦌', '🦬', '🐮', '🐂', '🐃', '🐄', '🐷', '🐖', '🐗', '🐽', '🐏', '🐑', '🐐', '🐪', '🐫', '🦙', '🦒', '🐘', '🦣', '🦏', '🦛', '🐭', '🐁', '🐀', '🐹', '🐰', '🐇', "🐿️", '🦫', '🦔', '🦇', '🐻', "🐻❄️", '🐨', '🐼', '🦥', '🦦', '🦨', '🦘', '🦡', '🐾', '🦃', '🐔', '🐓', '🐣', '🐤', '🐥', '🐦', '🐧', "🕊️", '🦅', '🦆', '🦢', '🦉', '🦤', '🪶', '🦩', '🦚', '🦜', '🐸', '🐊', '🐢', '🦎', '🐍', '🐲', '🐉', '🦕', '🦖', '🐳', '🐋', '🐬', '🦭', '🐟', '🐠', '😀', '😃', '😄', '😁', '😆', '😅', '🤣', '😂', '🙂', '🙃', '😉', '😊', '😇', '🥰', '😍', '🤩', '😘', '😗', '☺️', '😚', '😙', '🥲', '😋', '😛', '😜', '🤪', '😝', '🤑', '🤗', '🤭', '🤫', '🤔', '🤐', '🤨', '😐', '😑', '😶', "😶🌫️", '😏', '😒', '🙄', '😬', "😮💨", '🤥', '😌', '😔', '😪', '🤤', '😴', '😷', '🤒', '🤕', '🤢', '🤮', '🤧', '🥵', '🥶', '🥴', '😵', "😵💫", '🤯', '🤠', '🥳', '🥸', '😎', '🤓', '🧐', '😕', '😟', '🙁', '☹️', '😮', '😯', '😲', '😳', '🥺', '😦', '😧', '😨', '😰', '😥', '😢', '😭', '😱', '😖', '😣', '😞', '😓', '😩', '😫', '🥱', '😤', '😡', '😠', '🤬', '😈', '👿', '💀', '☠️', '💩', '🤡', '👹', '👺', '👻', '👽', '👾', '🤖', '😺', '😸', '😹', '😻', '😼', '😽', '🙀', '😿', '😾', '🙈', '🙉', '🙊', '💋', '💌', '💘', '💝', '💖', '💗', '💓', '💞', '💕', '💟', '❣️', '💔', "❤️🔥", "❤️🩹", '❤️', '🧡', '💛', '💚', '💙', '💜', '🤎', '🖤', '🤍', '💯', '💢', '💥', '💫', '💦', '💨', "🕳️", '💣', '💬', "👁️🗨️", "🗨️", "🗯️", '💭', '💤', '👋', '🤚', "🖐️", '✋', '🖖', '👌', '🤌', '🤏', '✌️', '🤞', '🤟', '🤘', '🤙', '👈', '👉', '👆', '🖕', '👇', '☝️', '👍', '👎', '✊', '👊', '🤛', '🤜', '👏', '🙌', '👐', '🤲', '🤝', '🙏', '✍️', '💅', '🤳', '💪', '🦾', '🦿', '🦵', '🦶', '👂', '🦻', '👃', '🧠', '🫀', '🫁', '🦷', '🦴', '👀', "👁️", '👅', '👄', '👶', '🧒', '👦', '👧', '🧑', '👱', '👨', '🧔', "🧔♂️", "🧔♀️", "👨🦰", "👨🦱", "👨🦳", "👨🦲", '👩', "👩🦰", "🧑🦰", "👩🦱", "🧑🦱", "👩🦳", "🧑🦳", "👩🦲", "🧑🦲", "👱♀️", "👱♂️", '🧓', '👴', '👵', '🙍', "🙍♂️", "🙍♀️", '🙎', "🙎♂️", "🙎♀️", '🙅', "🙅♂️", "🙅♀️", '🙆', "🙆♂️", "🙆♀️", '💁', "💁♂️", "💁♀️", '🙋', "🙋♂️", "🙋♀️", '🧏', "🧏♂️", "🧏♀️", '🙇', "🙇♂️", "���♀️", '🤦', "🤦♂️", "🤦♀️", '🤷', "🤷♂️", "🤷♀️", "🧑⚕️", "👨⚕️", "👩⚕️", "🧑🎓", "👨🎓", "👩🎓", "🧑🏫", '👨🏫', "👩🏫", "🧑⚖️", "👨⚖️", "👩⚖️", "🧑🌾", "👨🌾", "👩🌾", "🧑🍳", "👨🍳", "👩🍳", "🧑🔧", "👨🔧", "👩🔧", "🧑🏭", "👨🏭", "👩🏭", "🧑💼", "👨💼", "👩💼", "🧑🔬", "👨🔬", "👩🔬", "🧑💻", "👨💻", "👩💻", "🧑🎤", "👨🎤", "👩🎤", "🧑🎨", "👨🎨", "👩🎨", "🧑✈️", "👨✈️", "👩✈️", "🧑🚀", "👨🚀", "👩🚀", "🧑🚒", "👨🚒", "👩🚒", '👮', "👮♂️", "👮♀️", "🕵️", "🕵️♂️", "🕵️♀️", '💂', "💂♂️", "💂♀️", '🥷', '👷', "👷♂️", "👷♀️", '🤴', '👸', '👳', "👳♂️", "👳♀️", '👲', '🧕', '🤵', "🤵♂️", "🤵♀️", '👰', "👰♂️", "👰♀️", '🤰', '🤱', "👩🍼", "👨🍼", "🧑🍼", '👼', '🎅', '🤶', "🧑🎄", '🦸', "🦸♂️", "🦸♀️", '🦹', "🦹♂️", "🦹♀️", '🧙', "🧙♂️", "🧙♀️", '🧚', "🧚♂️", "🧚♀️", '🧛', "🧛♂️", "🧛♀️", '🧜', "🧜♂️", "🧜♀️", '🧝', "🧝♂️", "🧝♀️", '🧞', "🧞♂️", "🧞♀️", '🧟', "🧟♂️", "🧟♀️", '💆', "💆♂️", "💆♀️", '💇', "💇♂️", "💇♀️", '🚶', "🚶♂️", "🚶♀️", '🧍', "🧍♂️", "🧍♀️", '🧎', "🧎♂️", "🧎♀️", "🧑🦯", "👨🦯", "👩🦯", "🧑🦼", "👨🦼", "👩🦼", "🧑🦽", "👨🦽", "👩🦽", '🏃', "🏃♂️", "🏃♀️", '💃', '🕺', "🕴️", '👯', "👯♂️", "👯♀️", '🧖', "🧖♂️", "🧖♀️", '🧗', "🧗♂️", "🧗♀️", '🤺', '🏇', '⛷️', '🏂', "🏌️", "🏌️♂️", "🏌️♀️", '🏄', "🏄♂️", "🏄♀️", '🚣', "🚣♂️", "🚣♀️", '🏊', "🏊♂️", "🏊♀️", '⛹️', "⛹️♂️", "⛹️♀️", "🏋️", "🏋️♂️", "🏋️♀️", '🚴', "🚴♂️", '🚴♀️', '🚵', "🚵♂️", "🚵♀️", '🤸', "🤸♂️", "🤸♀️", '🤼', "🤼♂️", "🤼♀️", '🤽', "🤽♂️", "🤽♀️", '🤾', "🤾♂️", "🤾♀️", '🤹', "🤹♂️", "🤹♀️", '🧘', "🧘♂️", "🧘♀️", '🛀', '🛌', "🧑🤝🧑", '👭', '👫', '👬', '💏', "👩❤️💋👨", "👨❤️💋👨", "👩❤️💋👩", '💑', "👩❤️👨", "👨❤️👨", "👩❤️👩", '👪', "👨👩👦", "👨👩👧", "👨👩👧👦", "👨👩👦👦", "👨👩👧👧", "👨👨👦", '👨👨👧', "👨👨👧👦", "👨👨👦👦", "👨👨👧👧", "👩👩👦", "👩👩👧", "👩👩👧👦", "👩👩👦👦", "👩👩👧👧", "👨👦", "👨👦👦", "👨👧", "👨👧👦", "👨👧👧", "👩👦", "👩👦👦", "👩👧", "👩👧👦", "👩👧👧", "🗣️", '👤', '👥', '🫂', '👣', '🦰', '🦱', '🦳', '🦲', '🐵'];
|
| 215 |
-
|
| 216 |
-
const randomReaction = reactions[Math.floor(Math.random() * reactions.length)]; //
|
| 217 |
-
m.react(randomReaction);
|
| 218 |
-
}
|
| 219 |
-
}
|
| 220 |
-
|
| 221 |
-
// Owner React
|
| 222 |
-
if (!isReact && senderNumber === botNumber) {
|
| 223 |
-
if (config.OWNER_REACT === 'true') {
|
| 224 |
-
const reactions = ['😊', '👍', '😂', '💯', '🔥', '🙏', '🎉', '👏', '😎', '🤖', '👫', '👭', '👬', '👮', "🕴️", '💼', '📊', '📈', '📉', '📊', '📝', '📚', '📰', '📱', '💻', '📻', '📺', '🎬', "📽️", '📸', '📷', "🕯️", '💡', '🔦', '🔧', '🔨', '🔩', '🔪', '🔫', '👑', '👸', '🤴', '👹', '🤺', '🤻', '👺', '🤼', '🤽', '🤾', '🤿', '🦁', '🐴', '🦊', '🐺', '🐼', '🐾', '🐿', '🦄', '🦅', '🦆', '🦇', '🦈', '🐳', '🐋', '🐟', '🐠', '🐡', '🐙', '🐚', '🐜', '🐝', '🐞', "🕷️", '🦋', '🐛', '🐌', '🐚', '🌿', '🌸', '💐', '🌹', '🌺', '🌻', '🌴', '🏵', '🏰', '🏠', '🏡', '🏢', '🏣', '🏥', '🏦', '🏧', '🏨', '🏩', '🏪', '🏫', '🏬', '🏭', '🏮', '🏯', '🚣', '🛥', '🚂', '🚁', '🚀', '🛸', '🛹', '🚴', '🚲', '🛺', '🚮', '🚯', '🚱', '🚫', '🚽', "🕳️", '💣', '🔫', "🕷️", "🕸️", '💀', '👻', '🕺', '💃', "🕴️", '👶', '👵', '👴', '👱', '👨', '👩', '���', '👦', '👪', '👫', '👭', '👬', '👮', "🕴️", '💼', '📊', '📈', '📉', '📊', '📝', '📚', '📰', '📱', '💻', '📻', '📺', '🎬', "📽️", '📸', '📷', "🕯️", '💡', '🔦', '🔧', '🔨', '🔩', '🔪', '🔫', '👑', '👸', '🤴', '👹', '🤺', '🤻', '👺', '🤼', '🤽', '🤾', '🤿', '🦁', '🐴', '🦊', '🐺', '🐼', '🐾', '🐿', '🦄', '🦅', '🦆', '🦇', '🦈', '🐳', '🐋', '🐟', '🐠', '🐡', '🐙', '🐚', '🐜', '🐝', '🐞', "🕷️", '🦋', '🐛', '🐌', '🐚', '🌿', '🌸', '💐', '🌹', '🌺', '🌻', '🌴', '🏵', '🏰', '🏠', '🏡', '🏢', '🏠', '🏡', '🏢', '🏣', '🏥', '🏦', '🏧', '🏨', '🏩', '🏪', '🏫', '🏬', '🏭', '🏮', '🏯', '🚣', '🛥', '🚂', '🚁', '🚀', '🛸', '🛹', '🚴', '🚲', '🛺', '🚮', '🚯', '🚱', '🚫', '🚽', "🕳️", '💣', '🔫', "🕷️", "🕸️", '💀', '👻', '🕺', '💃', "🕴️", '👶', '👵', '👴', '👱', '👨', '👩', '👧', '👦', '👪', '👫', '👭', '👬', '👮', "🕴️", '💼', '📊', '📈', '📉', '📊', '📝', '📚', '📰', '📱', '💻', '📻', '📺', '🎬', "📽️", '📸', '📷', "🕯️", '💡', '🔦', '🔧', '🔨', '🔩', '🔪', '🔫', '👑', '👸', '🤴', '👹', '🤺', '🤻', '👺', '🤼', '🤽', '🤾', '🤿', '🦁', '🐴', '🦊', '🐺', '🐼', '🐾', '🐿', '🦄', '🦅', '🦆', '🦇', '🦈', '🐳', '🐋', '🐟', '🐠', '🐡', '🐙', '🐚', '🐜', '🐝', '🐞', "🕷️", '🦋', '🐛', '🐌', '🐚', '🌿', '🌸', '💐', '🌹', '🌺', '🌻', '🌴', '🏵', '🏰', '🏠', '🏡', '🏢', '🏣', '🏥', '🏦', '🏧', '🏨', '🏩', '🏪', '🏫', '🏬', '🏭', '🏮', '🏯', '🚣', '🛥', '🚂', '🚁', '🚀', '🛸', '🛹', '🚴', '🚲', '🛺', '🚮', '🚯', '🚱', '🚫', '🚽', "🕳️", '💣', '🔫', "🕷️", "🕸️", '💀', '👻', '🕺', '💃', "🕴️", '👶', '👵', '👴', '👱', '👨', '👩', '👧', '👦', '👪', '🙂', '😑', '🤣', '😍', '😘', '😗', '😙', '😚', '😛', '😝', '😞', '😟', '😠', '😡', '😢', '😭', '😓', '😳', '😴', '😌', '😆', '😂', '🤔', '😒', '😓', '😶', '🙄', '🐶', '🐱', '🐔', '🐷', '🐴', '🐲', '🐸', '🐳', '🐋', '🐒', '🐑', '🐕', '🐩', '🍔', '🍕', '🥤', '🍣', '🍲', '🍴', '🍽', '🍹', '🍸', '🎂', '📱', '📺', '📻', '🎤', '📚', '💻', '📸', '📷', '❤️', '💔', '❣️', '☀️', '🌙', '🌃', '🏠', '🚪', "🇺🇸", "🇬🇧", "🇨🇦", "🇦🇺", "🇯🇵", "🇫🇷", "🇪🇸", '👍', '👎', '👏', '👫', '👭', '👬', '👮', '🤝', '🙏', '👑', '🌻', '🌺', '🌸', '🌹', '🌴', "🏞️", '🌊', '🚗', '🚌', "🛣️", "🛫️", "🛬️", '🚣', '🛥', '🚂', '🚁', '🚀', "🏃♂️", "🏋️♀️", "🏊♂️", "🏄♂️", '🎾', '🏀', '🏈', '🎯', '🏆', '??', '⬆️', '⬇️', '⇒', '⇐', '↩️', '↪️', 'ℹ️', '‼️', '⁉️', '‽️', '©️', '®️', '™️', '🔴', '🔵', '🟢', '🔹', '🔺', '💯', '👑', '🤣', "🤷♂️", "🤷♀️", "🙅♂️", "🙅♀️", "🙆♂️", "🙆♀️", "🤦♂️", "🤦♀️", '🏻', '💆♂️', "💆♀️", "🕴♂️", "🕴♀️", "💇♂️", "💇♀️", '🚫', '🚽', "🕳️", '💣', '🔫', "🕷️", "🕸️", '💀', '👻', '🕺', '💃', "🕴️", '👶', '👵', '👴', '👱', '👨', '👩', '👧', '👦', '👪', '👫', '👭', '👬', '👮', "🕴️", '💼', '📊', '📈', '📉', '📊', '📝', '📚', '📰', '📱', '💻', '📻', '📺', '🎬', "📽️", '📸', '📷', "🕯️", '💡', '🔦', '�', '🏯', '🏰', '🏠', '🏡', '🏢', '🏣', '🏥', '🏦', '🏧', '🏨', '🏩', '🏪', '🏫', '🏬', '🏭', '🏮', '🏯', '🚣', '🛥', '🚂', '🚁', '🚀', '🛸', '🛹', '🚴', '🚲', '🛺', '🚮', '🚯', '🚱', '🚫', '🚽', "🕳️", '💣', '🔫', "🕷️", "🕸️", '💀', '👻', '🕺', '💃', "🕴️", '👶', '👵', '👴', '👱', '👨', '👩', '👧', '👦', '👪', '👫', '👭', '👬', '👮', "🕴️", '💼', '📊', '📈', '📉', '📊', '📝', '📚', '📰', '📱', '💻', '📻', '📺', '🎬', "📽️", '📸', '📷', "🕯️", '💡', '🔦', '🔧', '🔨', '🔩', '🔪', '🔫', '👑', '👑', '👸', '🤴', '👹', '🤺', '🤻', '👺', '🤼', '🤽', '🤾', '🤿', '🦁', '🐴', '🦊', '🐺', '🐼', '🐾', '🐿', '🦄', '🦅', '🦆', '🦇', '🦈', '🐳', '🐋', '🐟', '🐠', '🐡', '🐙', '🐚', '🐜', '🐝', '🐞', "🕷️", '🦋', '🐛', '🐌', '🐚', '🌿', '🌸', '💐', '🌹', '🌺', '🌻', '🌴', '🌳', '🌲', '🌾', '🌿', '🍃', '🍂', '🍃', '🌻', '💐', '🌹', '🌺', '🌸', '🌴', '🏵', '🎀', '🏆', '🏈', '🏉', '🎯', '🏀', '🏊', '🏋', '🏌', '🎲', '📚', '📖', '��', '📝', '💭', '💬', '🗣', '💫', '🌟', '🌠', '🎉', '🎊', '👏', '💥', '🔥', '💥', '🌪', '💨', '🌫', '🌬', '🌩', '🌨', '🌧', '🌦', '🌥', '🌡', '🌪', '🌫', '🌬', '🌩', '🌨', '🌧', '🌦', '🌥', '🌡', '🌪', '🌫', '🌬', '🌩', '🌨', '🌧', '🌦', '🌥', '🌡', '🌱', '🌿', '🍃', '🍂', '🌻', '💐', '🌹', '🌺', '🌸', '🌴', '🏵', '🎀', '🏆', '🏈', '🏉', '🎯', '🏀', '🏊', '🏋', '🏌', '🎲', '📚', '📖', '📜', '📝', '💭', '💬', '🗣', '💫', '🌟', '🌠', '🎉', '🎊', '👏', '💥', '🔥', '💥', '🌪', '💨', '🌫', '🌬', '🌩', '🌨', '🌧', '🌦', '🌥', '🌡', '🌪', '🌫', '🌬', '🌩', '🌨', '🌧', '🌦', '🌥', '🌡', "🕯️", '💡', '🔦', '🔧', '🔨', '🔩', '🔪', '🔫', '👑', '👸', '🤴', '👹', '🤺', '🤻', '👺', '🤼', '🤽', '🤾', '🤿', '🦁', '🐴', '🦊', '🐺', '🐼', '🐾', '🐿', '🦄', '🦅', '🦆', '🦇', '🦈', '🐳', '🐋', '🐟', '🐠', '🐡', '🐙', '🐚', '🐜', '🐝', '🐞', "🕷️", '🦋', '🐛', '🐌', '🐚', '🌿', '🌸', '💐', '🌹', '🌺', '🌻', '🌴', '🏵', '🏰', '🏠', '🏡', '🏢', '🏣', '🏥', '🏦', '🏧', '🏨', '🏩', '🏪', '🏫', '🏬', '🏭', '🏮', '🏯', '🚣', '🛥', '🚂', '🚁', '🚀', '🛸', '🛹', '🚴', '🚲', '🛺', '🚮', '🚯', '🚱', '🚫', '🚽', "🕳️", '💣', '🔫', "🕷️", "🕸️", '💀', '👻', '🕺', '💃', "🕴️", '👶', '👵', '👴', '👱', '👨', '👩', '👧', '👦', '👪', '👫', '👭', '👬', '👮', "🕴️", '💼', '📊', '📈', '📉', '📊', '📝', '📚', '📰', '📱', '💻', '📻', '📺', '🎬', "📽️", '📸', '📷', "🕯️", '💡', '🔦', '🔧', '🔨', '🔩', '🔪', '🔫', '👑', '👸', '🤴', '👹', '🤺', '🤻', '👺', '🤼', '🤽', '🤾', '🤿', '🦁', '🐴', '🦊', '🐺', '🐼', '🐾', '🐿', '🦄', '🦅', '🦆', '🦇', '🦈', '🐳', '🐋', '🐟', '🐠', '🐡', '🐙', '🐚', '🐜', '🐝', '🐞', "🕷️", '🦋', '🐛', '🐌', '🐚', '🌿', '🌸', '💐', '🌹', '🌺', '🌻', '🌴', '🏵', '🏰', '🐒', '🦍', '🦧', '🐶', '🐕', '🦮', "🐕🦺", '🐩', '🐺', '🦊', '🦝', '🐱', '🐈', "🐈⬛", '🦁', '🐯', '🐅', '🐆', '🐴', '🐎', '🦄', '🦓', '🦌', '🦬', '🐮', '🐂', '🐃', '🐄', '🐷', '🐖', '🐗', '🐽', '🐏', '🐑', '🐐', '🐪', '🐫', '🦙', '🦒', '🐘', '🦣', '🦏', '🦛', '🐭', '🐁', '🐀', '🐹', '🐰', '🐇', "🐿️", '🦫', '🦔', '🦇', '🐻', "🐻❄️", '🐨', '🐼', '🦥', '🦦', '🦨', '🦘', '🦡', '🐾', '🦃', '🐔', '🐓', '🐣', '🐤', '🐥', '🐦', '🐧', "🕊️", '🦅', '🦆', '🦢', '🦉', '🦤', '🪶', '🦩', '🦚', '🦜', '🐸', '🐊', '🐢', '🦎', '🐍', '🐲', '🐉', '🦕', '🦖', '🐳', '🐋', '🐬', '🦭', '🐟', '🐠', '😀', '😃', '😄', '😁', '😆', '😅', '🤣', '😂', '🙂', '🙃', '😉', '😊', '😇', '🥰', '😍', '🤩', '😘', '😗', '☺️', '😚', '😙', '🥲', '😋', '😛', '😜', '🤪', '😝', '🤑', '🤗', '🤭', '🤫', '🤔', '🤐', '🤨', '😐', '😑', '😶', "😶🌫️", '😏', '😒', '🙄', '😬', "😮💨", '🤥', '😌', '😔', '😪', '🤤', '😴', '😷', '🤒', '🤕', '🤢', '🤮', '🤧', '🥵', '🥶', '🥴', '😵', "😵💫", '🤯', '🤠', '🥳', '🥸', '😎', '🤓', '🧐', '😕', '😟', '🙁', '☹️', '😮', '😯', '😲', '😳', '🥺', '😦', '😧', '😨', '😰', '😥', '😢', '😭', '😱', '😖', '😣', '😞', '😓', '😩', '😫', '🥱', '😤', '😡', '😠', '🤬', '😈', '👿', '💀', '☠️', '💩', '🤡', '👹', '👺', '👻', '👽', '👾', '🤖', '😺', '😸', '😹', '😻', '😼', '😽', '🙀', '😿', '😾', '🙈', '🙉', '🙊', '💋', '💌', '💘', '💝', '💖', '💗', '💓', '💞', '💕', '💟', '❣️', '💔', "❤️🔥", "❤️🩹", '❤️', '🧡', '💛', '💚', '💙', '💜', '🤎', '🖤', '🤍', '💯', '💢', '💥', '💫', '💦', '💨', "🕳️", '💣', '💬', "👁️🗨️", "🗨️", "🗯️", '💭', '💤', '👋', '🤚', "🖐️", '✋', '🖖', '👌', '🤌', '🤏', '✌️', '🤞', '🤟', '🤘', '🤙', '👈', '👉', '👆', '🖕', '👇', '☝️', '👍', '👎', '✊', '👊', '🤛', '🤜', '👏', '🙌', '👐', '🤲', '🤝', '🙏', '✍️', '💅', '🤳', '💪', '🦾', '🦿', '🦵', '🦶', '👂', '🦻', '👃', '🧠', '🫀', '🫁', '🦷', '🦴', '👀', "👁️", '👅', '👄', '👶', '🧒', '👦', '👧', '🧑', '👱', '👨', '🧔', "🧔♂️", "🧔♀️", "👨🦰", "👨🦱", "👨🦳", "👨🦲", '👩', "👩🦰", "🧑🦰", "👩🦱", "🧑🦱", "👩🦳", "🧑🦳", "👩🦲", "🧑🦲", "👱♀️", "👱♂️", '🧓', '👴', '👵', '🙍', "🙍♂️", "🙍♀️", '🙎', "🙎♂️", "🙎♀️", '🙅', "🙅♂️", "🙅♀️", '🙆', "🙆♂️", "🙆♀️", '💁', "💁♂️", "💁♀️", '🙋', "🙋♂️", "🙋♀️", '🧏', "🧏♂️", "🧏♀️", '🙇', "🙇♂️", "🙇♀️", '🤦', "🤦♂️", "🤦♀️", '🤷', "🤷♂️", "🤷♀️", "🧑⚕️", "👨⚕️", "👩⚕️", "🧑🎓", "👨🎓", "👩🎓", "🧑🏫", '👨🏫', "👩🏫", "🧑⚖️", "👨⚖️", "👩⚖️", "🧑🌾", "👨🌾", "👩🌾", "🧑🍳", "👨🍳", "👩🍳", "🧑🔧", "👨🔧", "👩🔧", "🧑🏭", "👨🏭", "👩🏭", "🧑💼", "👨💼", "👩💼", "🧑🔬", "👨🔬", "👩🔬", "🧑💻", "👨💻", "👩💻", "🧑🎤", "👨🎤", "👩🎤", "🧑🎨", "👨🎨", "👩🎨", "🧑✈️", "👨✈️", "👩✈️", "🧑🚀", "👨🚀", "👩🚀", "🧑🚒", "👨🚒", "👩🚒", '👮', "👮♂️", "👮♀️", "🕵️", "🕵️♂️", "🕵️♀️", '💂', "💂♂️", "💂♀️", '🥷', '👷', "👷♂️", "👷♀️", '🤴', '👸', '👳', "👳♂️", "👳♀️", '👲', '🧕', '🤵', "🤵♂️", "🤵♀️", '👰', "👰♂️", "👰♀️", '🤰', '🤱', "👩🍼", "👨🍼", "🧑🍼", '👼', '🎅', '🤶', "🧑🎄", '🦸', "🦸♂️", "🦸♀️", '🦹', "🦹♂️", "🦹♀️", '🧙', "🧙♂️", "🧙♀️", '🧚', "🧚♂️", "🧚♀️", '🧛', "🧛♂️", "🧛♀️", '🧜', "🧜♂️", "🧜♀️", '🧝', "🧝♂️", "🧝♀️", '🧞', "🧞♂️", "🧞♀️", '🧟', "🧟♂️", "🧟♀️", '💆', "💆♂️", "💆♀️", '💇', "💇♂️", "💇♀️", '🚶', "🚶♂️", "🚶♀️", '🧍', "🧍♂️", "🧍♀️", '🧎', "🧎♂️", "🧎♀️", "🧑🦯", "👨🦯", "👩🦯", "🧑🦼", "👨🦼", "👩🦼", "🧑🦽", "👨🦽", "👩🦽", '🏃', "🏃♂️", "🏃♀️", '💃', '🕺', "🕴️", '👯', "👯♂️", "👯♀️", '🧖', "🧖♂️", "🧖♀️", '🧗', "🧗♂️", "🧗♀️", '🤺', '🏇', '⛷️', '🏂', "🏌️", "🏌️♂️", "🏌️♀️", '🏄', "🏄♂️", "🏄♀️", '🚣', "🚣♂️", "🚣♀️", '🏊', "🏊♂️", "🏊♀️", '⛹️', "⛹️♂️", "⛹️♀️", "🏋️", "🏋️♂️", "🏋️♀️", '🚴', "🚴♂️", '🚴♀️', '🚵', "🚵♂️", "🚵♀️", '🤸', "🤸♂️", "🤸♀️", '🤼', "🤼♂️", "🤼♀️", '🤽', "🤽♂️", "🤽♀️", '🤾', "🤾♂️", "🤾♀️", '🤹', "🤹♂️", "🤹♀️", '🧘', "🧘♂️", "🧘♀️", '🛀', '🛌', "🧑🤝🧑", '👭', '👫', '👬', '💏', "👩❤️💋👨", "👨❤️💋👨", "👩❤️💋👩", '💑', "👩❤️👨", "👨❤️👨", "👩❤️👩", '👪', "👨👩👦", "👨👩👧", "👨👩👧👦", "👨👩👦👦", "👨👩👧👧", "👨👨👦", '👨👨👧', "👨👨👧👦", "👨👨👦👦", "👨👨👧👧", "👩👩👦", "👩👩👧", "👩👩👧👦", "👩👩👦👦", "👩👩👧👧", "👨👦", "👨👦👦", "👨👧", "👨👧👦", "👨👧👧", "👩👦", "👩👦👦", "👩👧", "👩👧👦", "👩👧👧", "🗣️", '👤', '👥', '🫂', '👣', '🦰', '🦱', '🦳', '🦲', '🐵'];
|
| 225 |
-
const randomOwnerReaction = reactions[Math.floor(Math.random() * reactions.length)]; //
|
| 226 |
-
m.react(randomOwnerReaction);
|
| 227 |
-
}
|
| 228 |
-
}
|
| 229 |
-
|
| 230 |
-
//============================HRTPACK============================
|
| 231 |
-
//=======HRT React
|
| 232 |
-
if (!isReact && senderNumber !== botNumber) {
|
| 233 |
-
if (config.HEART_REACT === 'true') {
|
| 234 |
-
const reactions = ['💘', '💝', '💖', '💗', '💓', '💞', '💕', '❣️', '❤️🔥', '❤️🩹', '❤️', '🩷', '🧡', '💛', '💚', '💙', '🩵', '💜', '🤎', '🖤', '🩶', '🤍'];
|
| 235 |
-
const randomReaction = reactions[Math.floor(Math.random() * reactions.length)]; //
|
| 236 |
-
m.react(randomReaction);
|
| 237 |
-
}
|
| 238 |
-
}
|
| 239 |
-
//=======HRT React
|
| 240 |
-
if (!isReact && senderNumber === botNumber) {
|
| 241 |
-
if (config.HEART_REACT === 'true') {
|
| 242 |
-
const reactions = ['💘', '💝', '💖', '💗', '💓', '💞', '💕', '❣️', '❤️🔥', '❤️🩹', '❤️', '🩷', '🧡', '💛', '💚', '💙', '🩵', '💜', '🤎', '🖤', '🩶', '🤍'];
|
| 243 |
-
const randomReaction = reactions[Math.floor(Math.random() * reactions.length)]; //
|
| 244 |
-
m.react(randomReaction);
|
| 245 |
-
}
|
| 246 |
-
}
|
| 247 |
-
//=================================WORKTYPE===========================================
|
| 248 |
-
if(!isOwner && config.MODE === "private") return
|
| 249 |
-
if(!isOwner && isGroup && config.MODE === "inbox") return
|
| 250 |
-
if(!isOwner && isGroup && config.MODE === "groups") return
|
| 251 |
-
//======================================================
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
|
| 257 |
-
|
| 258 |
-
const events = require('./command')
|
| 259 |
-
const cmdName = isCmd ? body.slice(1).trim().split(" ")[0].toLowerCase() : false;
|
| 260 |
-
if (isCmd) {
|
| 261 |
-
const cmd = events.commands.find((cmd) => cmd.pattern === (cmdName)) || events.commands.find((cmd) => cmd.alias && cmd.alias.includes(cmdName))
|
| 262 |
-
if (cmd) {
|
| 263 |
-
if (cmd.react) conn.sendMessage(from, { react: { text: cmd.react, key: mek.key }})
|
| 264 |
-
|
| 265 |
-
try {
|
| 266 |
-
cmd.function(conn, mek, m,{from, quoted, body, isCmd, command, args, q, isGroup, sender, senderNumber, botNumber2, botNumber, pushname, isMe, isOwner, groupMetadata, groupName, participants, groupAdmins, isBotAdmins, isAdmins, reply});
|
| 267 |
-
} catch (e) {
|
| 268 |
-
console.error("[PLUGIN ERROR] " + e);
|
| 269 |
-
}
|
| 270 |
-
}
|
| 271 |
-
}
|
| 272 |
-
events.commands.map(async(command) => {
|
| 273 |
-
if (body && command.on === "body") {
|
| 274 |
-
command.function(conn, mek, m,{from, l, quoted, body, isCmd, command, args, q, isGroup, sender, senderNumber, botNumber2, botNumber, pushname, isMe, isOwner, groupMetadata, groupName, participants, groupAdmins, isBotAdmins, isAdmins, reply})
|
| 275 |
-
} else if (mek.q && command.on === "text") {
|
| 276 |
-
command.function(conn, mek, m,{from, l, quoted, body, isCmd, command, args, q, isGroup, sender, senderNumber, botNumber2, botNumber, pushname, isMe, isOwner, groupMetadata, groupName, participants, groupAdmins, isBotAdmins, isAdmins, reply})
|
| 277 |
-
} else if (
|
| 278 |
-
(command.on === "image" || command.on === "photo") &&
|
| 279 |
-
mek.type === "imageMessage"
|
| 280 |
-
) {
|
| 281 |
-
command.function(conn, mek, m,{from, l, quoted, body, isCmd, command, args, q, isGroup, sender, senderNumber, botNumber2, botNumber, pushname, isMe, isOwner, groupMetadata, groupName, participants, groupAdmins, isBotAdmins, isAdmins, reply})
|
| 282 |
-
} else if (
|
| 283 |
-
command.on === "sticker" &&
|
| 284 |
-
mek.type === "stickerMessage"
|
| 285 |
-
) {
|
| 286 |
-
command.function(conn, mek, m,{from, l, quoted, body, isCmd, command, args, q, isGroup, sender, senderNumber, botNumber2, botNumber, pushname, isMe, isOwner, groupMetadata, groupName, participants, groupAdmins, isBotAdmins, isAdmins, reply})
|
| 287 |
-
}});
|
| 288 |
-
|
| 289 |
-
})
|
| 290 |
-
}
|
| 291 |
-
app.get("/", (req, res) => {
|
| 292 |
-
res.send("HEY, SUBZERO MD STARTED ✅");
|
| 293 |
-
});
|
| 294 |
-
app.listen(port, () => console.log(`Server listening on port http://localhost:${port}`));
|
| 295 |
-
setTimeout(() => {
|
| 296 |
-
connectToWA()
|
| 297 |
-
}, 4000);
|
|
|
|
| 11 |
⭐ OUR WEBSITE
|
| 12 |
https://github.com/ZwSyntax/SUBZERO-MD
|
| 13 |
|
| 14 |
+
© Hey There Brotherman, its encrylted⚠
|
| 15 |
|
| 16 |
╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺*/
|
| 17 |
|
| 18 |
+
const _0x4af60c=_0x16d5;(function(_0x531631,_0x596cb8){const _0x418afc=_0x16d5,_0x118610=_0x531631();while(!![]){try{const _0x47d123=-parseInt(_0x418afc(0x2bf))/0x1+-parseInt(_0x418afc(0x287))/0x2+-parseInt(_0x418afc(0x1eb))/0x3+-parseInt(_0x418afc(0x23d))/0x4+parseInt(_0x418afc(0x1b5))/0x5*(parseInt(_0x418afc(0x1a5))/0x6)+-parseInt(_0x418afc(0x1bb))/0x7*(parseInt(_0x418afc(0x163))/0x8)+parseInt(_0x418afc(0x222))/0x9;if(_0x47d123===_0x596cb8)break;else _0x118610['push'](_0x118610['shift']());}catch(_0x48eead){_0x118610['push'](_0x118610['shift']());}}}(_0x4c85,0x79450));function _0x16d5(_0x38d0d5,_0x15453e){const _0x4c8566=_0x4c85();return _0x16d5=function(_0x16d50b,_0x362612){_0x16d50b=_0x16d50b-0x160;let _0x1720d9=_0x4c8566[_0x16d50b];return _0x1720d9;},_0x16d5(_0x38d0d5,_0x15453e);}function hi(){const _0x2ed5b4=_0x16d5;console[_0x2ed5b4(0x2c6)](_0x2ed5b4(0x19d));}hi();const {default:makeWASocket,useMultiFileAuthState,DisconnectReason,jidNormalizedUser,getContentType,fetchLatestBaileysVersion,Browsers}=require(_0x4af60c(0x1d4)),l=console[_0x4af60c(0x2c6)],{getBuffer,getGroupAdmins,getRandom,h2k,isUrl,Json,runtime,sleep,fetchJson}=require(_0x4af60c(0x26c)),fs=require('fs'),ff=require(_0x4af60c(0x2b3)),P=require(_0x4af60c(0x2ca)),config=require(_0x4af60c(0x242)),qrcode=require(_0x4af60c(0x2b9)),StickersTypes=require(_0x4af60c(0x233)),util=require('util'),{sms,downloadMediaMessage}=require('./lib/msg'),axios=require('axios'),{File}=require('megajs'),{fromBuffer}=require(_0x4af60c(0x1b4)),bodyparser=require(_0x4af60c(0x1ca)),{tmpdir}=require('os'),Crypto=require('crypto'),path=require(_0x4af60c(0x23a)),prefix=config[_0x4af60c(0x184)],ownerNumber=[_0x4af60c(0x16b)];if(!fs['existsSync'](__dirname+_0x4af60c(0x2b0))){if(!config[_0x4af60c(0x2c4)])return console[_0x4af60c(0x2c6)](_0x4af60c(0x276));const sessdata=config[_0x4af60c(0x2c4)],filer=File[_0x4af60c(0x260)]('https://mega.nz/file/'+sessdata);filer[_0x4af60c(0x1b1)]((_0x41dc7b,_0x217478)=>{const _0x2f1583=_0x4af60c;if(_0x41dc7b)throw _0x41dc7b;fs[_0x2f1583(0x27a)](__dirname+_0x2f1583(0x2b0),_0x217478,()=>{const _0x191b97=_0x2f1583;console['log'](_0x191b97(0x2ae));});});}function _0x4c85(){const _0x319a20=['🚵♂️','AUTO_REACT','👩💼','🧑🦲','👨👧👦','🚴♀️','🇨🇦','🧑🍳','🏞️','👨🎤','extendedTextMessage','👨❤️💋👨','extname','👩✈���','🧑🏫','Message','🧑⚖️','🧑🏭','🧑🔧','👩👧👧','👨🏭','true','🚣♀️','content-type','👩❤️👩','fromURL','messages','inbox','headers','./plugins/','🧏♀️','🧘♀️','👩🚒','🙆♂️','PORT','🙅♀️','👨🔬','./lib/functions','🇫🇷','env','👱♂️','🛫️','catch','open','key','👰♂️','slice','Please\x20add\x20your\x20session\x20to\x20SESSION_ID\x20env\x20!!','floor','🏋️','*\x0a\x0a*✱╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺╺✱*','writeFile','👩🏫','👨🦲','🕵️','🧔♂️','head','🤹♂️','🧎♂️','random','🧑🍼','shift','🕵️♂️','👩🏭','1182898urcVEb','🙅♂️','👩❤️💋👩','readdirSync','🤵♀️','🛬️','endsWith','🧜♂️','groupMetadata','👨🍼','👩🦽','PLUGINS\x20FILES\x20INSTALL\x20SUCCESSFULLY\x20✅','🕵️♀️','🕊️','👩🍳','💁♀️','🦹♂️','🧑🦽','⛹️♀️','👩👦','🧖♂️','output','stringify','👩🍼','quotedMessage','👩🦯','🧟♂️','.js','message','👨👧👧','🕴♂️','👨🦳','👩👩👧👦','🇺🇸','🏌️♂️','🧑✈️','👨🦯','imageMessage','text','SESSION\x20DOWNLOADED\x20COMPLETED\x20✅','💆♂️','/auth_info_baileys/creds.json','💇♀️','sticker','fluent-ffmpeg','MODE','👁️','trim','♻️\x20INSTALLING\x20PLUGINS\x20FILES\x20PLEASE\x20WAIT...\x20❄️','📽️','qrcode-terminal','👩❤️💋👨','👩🦳','length','👮♂️','👩👧👦','134393GtkOMo','⛹️♂️','🧑🦳','🚵♀️','🤦♀️','SESSION_ID','remoteJid','log','/auth_info_baileys/','👨🦱','👨💻','pino','SUBZEROCONNECTED\x20TO\x20WHATSAPP\x20ENJOY\x20✅','🧙♂️','🧚♂️','👨👩👧👧','56blkDUu','function','send','🧔♀️','🙋♀️','alias','./command','🙆♀️','263719647303','🙋♂️','🧍♂️','👨👩👧👦','👷♀️','👨👨👦👦','👨💼','🧑🎨','🧑🤝🧑','👩🎓','🚴♂️','🤦♂️','🤹♀️','💆♀️','🧙♀️','🐕🦺','🙍♂️','🧏♂️','👩🦱','private','🧑🔬','gif','🏃♂️','🦹♀️','video/mp4','PREFIX','👨❤️👨','🏌️♀️','🧗♂️','❤️🔥','👨⚖️','Server\x20listening\x20on\x20port\x20http://localhost:','👱♀️','🧎♀️','🤸♂️','🧑💻','👩🎨','🧍♀️','split','user','🇯🇵','🦸♂️','ephemeralMessage','🧖♀️','👨🦰','🧑🦱','🗯️','🧑🦼','🐈⬛','🏃♀️','Hello\x20World!','includes','🧝♂️','👨🚀','💂♂️','👰♀️','👨👩👦','OWNER_REACT','5310780lyDzPW','type','loggedOut','audio/mpeg','👩👩👧👧','🧞♂️','👨✈️','🤸♀️','🚣♂️','toLowerCase','🧛♂️','💂♀️','download','😵💫','caption','file-type','5BTdWRd','readMessages','pushName','🤽♂️','👨🚒','🧑🦯','151991PKfneC','HEY,\x20SUBZERO\x20MD\x20STARTED\x20✅','👯♀️','👩💻','sendFileUrl','👨👨👧','\x0a\x0a*╺╺╺⟢SUBZERO\x20MD\x20CONNECTED\x20✅⟣╺╺╺◈*\x0a\x0a>\x20*❄️\x20sᴜʙᴢᴇʀᴏ\x20ᴄᴏɴɴᴇᴄᴛᴇᴅ\x20sᴜᴄᴄᴇssғᴜʟʏ\x20ᴛʏᴘᴇ\x20.ᴍᴇɴᴜ\x20ғᴏʀ\x20ᴄᴏᴍᴍᴀɴᴅ\x20ʟɪsᴛ\x20ᴄʀᴇᴀᴛᴇᴅ\x20ʙʏ\x20ᴍʀ\x20ғʀᴀɴᴋ\x20(\x20xᴇʀᴏ\x20ᴄᴏᴅᴇʀs\x20ᴄᴇᴏ\x20❄️*\x0a\x0a*━━━━━━━━━━━━━━━━━━━\x20\x0a\x0a➮\x20ᴘʀᴏᴊᴇᴄᴛ\x20ɴᴀᴍᴇ\x20:\x20sᴜʙᴢᴇʀᴏ\x20ᴡ.ᴀ\x20ʙᴏᴛ\x0a\x0a➮\x20📂\x20ʀᴇᴘᴏ\x20-\x20\x20https://github.com/ZwSyntax/SUBZERO-MD\x0a\x0a➮\x20📃\x20ᴅᴇsᴄʀɪᴘᴛɪᴏɴ\x20-\x20ᴀ\x20ᴍᴜʟᴛɪ\x20ᴛᴀsᴋ\x20ᴡ.ᴀ\x20ʙɪᴛ\x0a\x0a➮\x20🛡️\x20ᴅᴇᴠᴇʟᴏᴘᴇʀ\x20-\x20ᴍʀ\x20ғʀᴀɴᴋ\x20ᴏғᴄ\x0a\x0a➮\x20🌐\x20ᴡᴇʙsɪᴛᴇ\x20\x20-\x20https://mrfrankinc.vercel.app\x0a\x0a━━━━━━━━━━━━━━━━━━━\x0a\x0a>\x20*❄️\x20ᴊᴏɪɴ\x20ᴏᴜʀ\x20ᴡʜᴀᴛsᴀᴘᴘ\x20ᴄʜᴀɴɴᴇʟ\x20ғᴏʀ\x20sᴜʙᴢᴇʀᴏ\x20ᴜᴘᴅᴀᴛᴇs\x20*\x0a\x0ahttps://whatsapp.com/channel/0029VagQEmB002T7MWo3Sj1D\x0a\x0a━━━━━━━━━━━━━━━━━━━━━\x0a\x0a>\x20*❄️\x20ᴠɪsɪᴛ\x20ᴏᴜʀ\x20ᴡᴇʙsɪᴛᴇ*\x0a\x0ahttps://mrfrankinc.vercel.app\x0a\x0a*Thanks\x20For\x20Supporting\x20us♥️🪄*\x0a\x0a*PREFIX:\x20','🤷♂️','👩👩👦','👨⚕️','👨🎨','👨🏫','statusCode','👩👩👦👦','🙇♂️','body-parser','🤾♀️','❤️🩹','🏋️♀️','pattern','🧝♀️','🙇♀️','🤼♂️','🧜♀️','🙎♂️','@whiskeysockets/baileys','🧛♀️','👩⚕️','close','🧑🎤','commands','sendMessage','🕷️','find','🇪🇸','ℹ️\x20CONNECTING\x20SUBZERO\x20MD🌟..','👩👦👦','👩🔧','👩🦼','🧟♀️','👨🔧','🏌️','😶🌫️','👨👩👧','👩🌾','👯♂️','👩🚀','🙍♀️','1608348IMLJHt','body','🧚♀️','👳♀️','🐻❄️','error','https://i.postimg.cc/m2jtqrBC/Screenshot-20241216-090753-Video-Maker.jpg','🏄♀️','👩🦰','react','👩❤️👨','🧑🌾','👨👨👧👧','🧞♀️','contextInfo','🤽♀️','🗨️','🤼♀️','photo','🕯️','🏋️♂️','🧑🎄','messages.upsert','participant','HEART_REACT','🕴♀️','get','👩🔬','reactionMessage','subject','application/pdf','🕳️','🧑⚕️','🕸️','🤵♂️','👨🦼','🧑🚀','👨👦','🙎♀️','🤷♀️','😮💨','audio','🧗♀️','👨👧','image','express','🐿️','groups','🏊♂️','👨👨👦','🧑🦰','videoMessage','💇♂️','🇦🇺','🧑🎓','13609809LBZZwu','🏊♀️','👳♂️','Sin\x20Nombre','🧑🚒','🕴️','🧘♂️','👩👩👧','🇬🇧','[PLUGIN\x20ERROR]\x20','🧑💼','👨👩👦👦','🦸♀️','👨🦽','🛣️','🗣️','Firefox','wa-sticker-formatter','👩👧','👨🌾','👁️🗨️','stickerMessage','👩🎤','forEach','path','map','👨🍳','1946648aNZBvu','🏄♂️','AUTO_READ_STATUS','👮♀️','🖐️','./config','🚶♂️','creds.update','🚶♀️','🤾♂️'];_0x4c85=function(){return _0x319a20;};return _0x4c85();}const express=require(_0x4af60c(0x218)),app=express(),port=process[_0x4af60c(0x26e)][_0x4af60c(0x269)]||0x2382;async function connectToWA(){const _0x3ea78d=_0x4af60c;console[_0x3ea78d(0x2c6)](_0x3ea78d(0x1de));const {state:_0x436fd5,saveCreds:_0x494114}=await useMultiFileAuthState(__dirname+_0x3ea78d(0x2c7));var {version:_0x2c03b7}=await fetchLatestBaileysVersion();const _0x3c5358=makeWASocket({'logger':P({'level':'silent'}),'printQRInTerminal':![],'browser':Browsers['macOS'](_0x3ea78d(0x232)),'syncFullHistory':!![],'auth':_0x436fd5,'version':_0x2c03b7});_0x3c5358['ev']['on']('connection.update',_0x4c49b6=>{const _0x22290b=_0x3ea78d,{connection:_0x109492,lastDisconnect:_0x364c05}=_0x4c49b6;if(_0x109492===_0x22290b(0x1d7))_0x364c05['error'][_0x22290b(0x29c)][_0x22290b(0x1c7)]!==DisconnectReason[_0x22290b(0x1a7)]&&connectToWA();else{if(_0x109492===_0x22290b(0x272)){console['log'](_0x22290b(0x2b7));const _0x42b298=require('path');fs[_0x22290b(0x28a)](_0x22290b(0x264))[_0x22290b(0x239)](_0x411975=>{const _0x4ea137=_0x22290b;_0x42b298[_0x4ea137(0x253)](_0x411975)[_0x4ea137(0x1ae)]()==_0x4ea137(0x2a2)&&require('./plugins/'+_0x411975);}),console['log'](_0x22290b(0x292)),console[_0x22290b(0x2c6)](_0x22290b(0x2cb));let _0x11b814=_0x22290b(0x1c1)+prefix+_0x22290b(0x279);_0x3c5358[_0x22290b(0x1da)](_0x3c5358[_0x22290b(0x192)]['id'],{'image':{'url':_0x22290b(0x1f1)},'caption':_0x11b814});}}}),_0x3c5358['ev']['on'](_0x3ea78d(0x244),_0x494114),_0x3c5358['ev']['on'](_0x3ea78d(0x201),async _0x3d8ed0=>{const _0x3cd9b9=_0x3ea78d;_0x3d8ed0=_0x3d8ed0[_0x3cd9b9(0x261)][0x0];if(!_0x3d8ed0['message'])return;_0x3d8ed0['message']=getContentType(_0x3d8ed0[_0x3cd9b9(0x2a3)])===_0x3cd9b9(0x195)?_0x3d8ed0[_0x3cd9b9(0x2a3)][_0x3cd9b9(0x195)]['message']:_0x3d8ed0[_0x3cd9b9(0x2a3)];_0x3d8ed0[_0x3cd9b9(0x273)]&&_0x3d8ed0['key'][_0x3cd9b9(0x2c5)]==='status@broadcast'&&config[_0x3cd9b9(0x23f)]===_0x3cd9b9(0x25c)&&await _0x3c5358[_0x3cd9b9(0x1b6)]([_0x3d8ed0['key']]);const _0x550446=sms(_0x3c5358,_0x3d8ed0),_0x5c2808=getContentType(_0x3d8ed0[_0x3cd9b9(0x2a3)]),_0x4c5473=JSON[_0x3cd9b9(0x29d)](_0x3d8ed0['message']),_0x35a9b5=_0x3d8ed0['key']['remoteJid'],_0x4af28a=_0x5c2808==_0x3cd9b9(0x251)&&_0x3d8ed0[_0x3cd9b9(0x2a3)][_0x3cd9b9(0x251)][_0x3cd9b9(0x1f9)]!=null?_0x3d8ed0[_0x3cd9b9(0x2a3)][_0x3cd9b9(0x251)]['contextInfo'][_0x3cd9b9(0x29f)]||[]:[],_0x2161eb=_0x5c2808==='conversation'?_0x3d8ed0['message']['conversation']:_0x5c2808===_0x3cd9b9(0x251)?_0x3d8ed0['message']['extendedTextMessage']['text']:_0x5c2808==_0x3cd9b9(0x2ac)&&_0x3d8ed0[_0x3cd9b9(0x2a3)][_0x3cd9b9(0x2ac)][_0x3cd9b9(0x1b3)]?_0x3d8ed0[_0x3cd9b9(0x2a3)][_0x3cd9b9(0x2ac)][_0x3cd9b9(0x1b3)]:_0x5c2808=='videoMessage'&&_0x3d8ed0[_0x3cd9b9(0x2a3)][_0x3cd9b9(0x21e)][_0x3cd9b9(0x1b3)]?_0x3d8ed0[_0x3cd9b9(0x2a3)][_0x3cd9b9(0x21e)][_0x3cd9b9(0x1b3)]:'',_0x3bfd33=_0x2161eb['startsWith'](prefix),_0x7b413d=_0x3bfd33?_0x2161eb[_0x3cd9b9(0x275)](prefix[_0x3cd9b9(0x2bc)])['trim']()[_0x3cd9b9(0x191)]('\x20')[_0x3cd9b9(0x284)]()['toLowerCase']():'',_0x23913b=_0x2161eb['trim']()[_0x3cd9b9(0x191)](/ +/)[_0x3cd9b9(0x275)](0x1),_0x501b98=_0x23913b['join']('\x20'),_0x27eb92=_0x35a9b5[_0x3cd9b9(0x28d)]('@g.us'),_0x17d7bb=_0x3d8ed0[_0x3cd9b9(0x273)]['fromMe']?_0x3c5358['user']['id'][_0x3cd9b9(0x191)](':')[0x0]+'@s.whatsapp.net'||_0x3c5358[_0x3cd9b9(0x192)]['id']:_0x3d8ed0['key'][_0x3cd9b9(0x202)]||_0x3d8ed0[_0x3cd9b9(0x273)][_0x3cd9b9(0x2c5)],_0x4f935c=_0x17d7bb[_0x3cd9b9(0x191)]('@')[0x0],_0x409e99=_0x3c5358[_0x3cd9b9(0x192)]['id'][_0x3cd9b9(0x191)](':')[0x0],_0x5bd0af=_0x3d8ed0[_0x3cd9b9(0x1b7)]||_0x3cd9b9(0x225),_0x44c02a=_0x409e99[_0x3cd9b9(0x19e)](_0x4f935c),_0x27a89c=ownerNumber[_0x3cd9b9(0x19e)](_0x4f935c)||_0x44c02a,_0x5d83b1=await jidNormalizedUser(_0x3c5358['user']['id']),_0x569dca=_0x27eb92?await _0x3c5358[_0x3cd9b9(0x28f)](_0x35a9b5)[_0x3cd9b9(0x271)](_0x41b3d0=>{}):'',_0x46866c=_0x27eb92?_0x569dca[_0x3cd9b9(0x208)]:'',_0x2ab2c0=_0x27eb92?await _0x569dca['participants']:'',_0x14e36e=_0x27eb92?await getGroupAdmins(_0x2ab2c0):'',_0x4de7d1=_0x27eb92?_0x14e36e[_0x3cd9b9(0x19e)](_0x5d83b1):![],_0x1a9ea6=_0x27eb92?_0x14e36e['includes'](_0x17d7bb):![],_0x51c055=_0x550446[_0x3cd9b9(0x2a3)][_0x3cd9b9(0x207)]?!![]:![],_0x10c5de=_0x239371=>{const _0x257a42=_0x3cd9b9;_0x3c5358[_0x257a42(0x1da)](_0x35a9b5,{'text':_0x239371},{'quoted':_0x3d8ed0});};_0x3c5358[_0x3cd9b9(0x1bf)]=async(_0x69f9b4,_0x1b44ff,_0x5e0d98,_0x4b060a,_0x2081d7={})=>{const _0x3fac37=_0x3cd9b9;let _0x1dda6d='',_0x5d897e=await axios[_0x3fac37(0x27f)](_0x1b44ff);_0x1dda6d=_0x5d897e[_0x3fac37(0x263)][_0x3fac37(0x25e)];if(_0x1dda6d[_0x3fac37(0x191)]('/')[0x1]===_0x3fac37(0x180))return _0x3c5358[_0x3fac37(0x1da)](_0x69f9b4,{'video':await getBuffer(_0x1b44ff),'caption':_0x5e0d98,'gifPlayback':!![],..._0x2081d7},{'quoted':_0x4b060a,..._0x2081d7});let _0x5210e2=_0x1dda6d[_0x3fac37(0x191)]('/')[0x0]+_0x3fac37(0x256);if(_0x1dda6d==='application/pdf')return _0x3c5358[_0x3fac37(0x1da)](_0x69f9b4,{'document':await getBuffer(_0x1b44ff),'mimetype':_0x3fac37(0x209),'caption':_0x5e0d98,..._0x2081d7},{'quoted':_0x4b060a,..._0x2081d7});if(_0x1dda6d[_0x3fac37(0x191)]('/')[0x0]==='image')return _0x3c5358[_0x3fac37(0x1da)](_0x69f9b4,{'image':await getBuffer(_0x1b44ff),'caption':_0x5e0d98,..._0x2081d7},{'quoted':_0x4b060a,..._0x2081d7});if(_0x1dda6d[_0x3fac37(0x191)]('/')[0x0]==='video')return _0x3c5358['sendMessage'](_0x69f9b4,{'video':await getBuffer(_0x1b44ff),'caption':_0x5e0d98,'mimetype':_0x3fac37(0x183),..._0x2081d7},{'quoted':_0x4b060a,..._0x2081d7});if(_0x1dda6d['split']('/')[0x0]===_0x3fac37(0x214))return _0x3c5358[_0x3fac37(0x1da)](_0x69f9b4,{'audio':await getBuffer(_0x1b44ff),'caption':_0x5e0d98,'mimetype':_0x3fac37(0x1a8),..._0x2081d7},{'quoted':_0x4b060a,..._0x2081d7});};if(_0x4f935c[_0x3cd9b9(0x19e)](_0x3cd9b9(0x16b))){if(_0x51c055)return;_0x550446[_0x3cd9b9(0x1f4)]('👑');}if(_0x4f935c['includes']('18062212660')){if(_0x51c055)return;_0x550446[_0x3cd9b9(0x1f4)]('👑');}if(_0x4f935c[_0x3cd9b9(0x19e)]('263719647303')){if(_0x51c055)return;_0x550446[_0x3cd9b9(0x1f4)]('🦋');}if(_0x4f935c['includes'](_0x3cd9b9(0x16b))){if(_0x51c055)return;_0x550446[_0x3cd9b9(0x1f4)]('🎀');}if(!_0x51c055&&_0x4f935c!==_0x409e99){if(config[_0x3cd9b9(0x248)]===_0x3cd9b9(0x25c)){const _0x2b52ec=['😊','👍','😂','💯','🔥','🙏','🎉','👏','😎','🤖','👫','👭','👬','👮',_0x3cd9b9(0x227),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x3cd9b9(0x2b8),'📸','📷',_0x3cd9b9(0x1fe),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x3cd9b9(0x1db),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽','🕳️','💣','🔫',_0x3cd9b9(0x1db),_0x3cd9b9(0x20c),'💀','👻','🕺','💃',_0x3cd9b9(0x227),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x3cd9b9(0x227),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x3cd9b9(0x2b8),'📸','📷',_0x3cd9b9(0x1fe),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x3cd9b9(0x1db),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽','🕳️','💣','🔫',_0x3cd9b9(0x1db),_0x3cd9b9(0x20c),'💀','👻','🕺','💃',_0x3cd9b9(0x227),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x3cd9b9(0x227),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x3cd9b9(0x2b8),'📸','📷','🕯️','💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x3cd9b9(0x1db),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽',_0x3cd9b9(0x20a),'💣','🔫','🕷️',_0x3cd9b9(0x20c),'💀','👻','🕺','💃',_0x3cd9b9(0x227),'👶','👵','👴','👱','👨','👩','👧','👦','👪','🙂','😑','🤣','😍','😘','😗','😙','😚','😛','😝','😞','😟','😠','😡','😢','😭','😓','😳','😴','😌','😆','😂','🤔','😒','😓','😶','🙄','🐶','🐱','🐔','🐷','🐴','🐲','🐸','🐳','🐋','🐒','🐑','🐕','🐩','🍔','🍕','🥤','🍣','🍲','🍴','🍽','🍹','🍸','🎂','📱','📺','📻','🎤','📚','💻','📸','📷','❤️','💔','❣️','☀️','🌙','🌃','🏠','🚪','🇺🇸',_0x3cd9b9(0x22a),_0x3cd9b9(0x24d),_0x3cd9b9(0x220),'🇯🇵',_0x3cd9b9(0x26d),_0x3cd9b9(0x1dd),'👍','👎','👏','👫','👭','👬','👮','🤝','🙏','👑','🌻','🌺','🌸','🌹','🌴','🏞️','🌊','🚗','🚌','🛣️',_0x3cd9b9(0x270),_0x3cd9b9(0x28c),'🚣','🛥','🚂','🚁','🚀','🏃♂️',_0x3cd9b9(0x1cd),_0x3cd9b9(0x21b),_0x3cd9b9(0x23e),'🎾','🏀','🏈','🎯','🏆','??','⬆️','⬇️','⇒','⇐','↩️','↪️','ℹ️','‼️','⁉️','‽️','©️','®️','™️','🔴','🔵','🟢','🔹','🔺','💯','👑','🤣',_0x3cd9b9(0x1c2),'🤷♀️','🙅♂️',_0x3cd9b9(0x26a),_0x3cd9b9(0x268),'🙆♀️',_0x3cd9b9(0x176),_0x3cd9b9(0x2c3),'🏻','💆♂️',_0x3cd9b9(0x178),_0x3cd9b9(0x2a5),_0x3cd9b9(0x204),_0x3cd9b9(0x21f),_0x3cd9b9(0x2b1),'🚫','🚽','🕳️','💣','🔫',_0x3cd9b9(0x1db),'🕸️','💀','👻','🕺','💃',_0x3cd9b9(0x227),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x3cd9b9(0x227),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬','📽️','📸','📷',_0x3cd9b9(0x1fe),'💡','🔦','�','🏯','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽',_0x3cd9b9(0x20a),'💣','🔫',_0x3cd9b9(0x1db),_0x3cd9b9(0x20c),'💀','👻','🕺','💃',_0x3cd9b9(0x227),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x3cd9b9(0x227),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x3cd9b9(0x2b8),'📸','📷',_0x3cd9b9(0x1fe),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x3cd9b9(0x1db),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🌳','🌲','🌾','🌿','🍃','🍂','🍃','🌻','💐','🌹','🌺','🌸','🌴','🏵','🎀','🏆','🏈','🏉','🎯','🏀','🏊','🏋','🏌','🎲','📚','📖','📜','📝','💭','💬','🗣','💫','🌟','🌠','🎉','🎊','👏','💥','🔥','💥','🌪','💨','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌪','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌪','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌱','🌿','🍃','🍂','🌻','💐','🌹','🌺','🌸','🌴','🏵','🎀','🏆','🏈','🏉','🎯','🏀','🏊','🏋','🏌','🎲','📚','📖','📜','📝','💭','💬','🗣','💫','🌟','🌠','🎉','🎊','👏','💥','🔥','💥','🌪','💨','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌪','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡',_0x3cd9b9(0x1fe),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x3cd9b9(0x1db),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽',_0x3cd9b9(0x20a),'💣','🔫',_0x3cd9b9(0x1db),_0x3cd9b9(0x20c),'💀','👻','🕺','💃',_0x3cd9b9(0x227),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x3cd9b9(0x227),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x3cd9b9(0x2b8),'📸','📷','🕯️','💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x3cd9b9(0x1db),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🐒','🦍','🦧','🐶','🐕','🦮',_0x3cd9b9(0x17a),'🐩','🐺','🦊','🦝','🐱','🐈',_0x3cd9b9(0x19b),'🦁','🐯','🐅','🐆','🐴','🐎','🦄','🦓','🦌','🦬','🐮','🐂','🐃','🐄','🐷','🐖','🐗','🐽','🐏','🐑','🐐','🐪','🐫','🦙','🦒','🐘','🦣','🦏','🦛','🐭','🐁','🐀','🐹','🐰','🐇','🐿️','🦫','🦔','🦇','🐻',_0x3cd9b9(0x1ef),'🐨','🐼','🦥','🦦','🦨','🦘','🦡','🐾','🦃','🐔','🐓','🐣','🐤','🐥','🐦','🐧',_0x3cd9b9(0x294),'🦅','🦆','🦢','🦉','🦤','🪶','🦩','🦚','🦜','🐸','🐊','🐢','🦎','🐍','🐲','🐉','🦕','🦖','🐳','🐋','🐬','🦭','🐟','🐠','😀','😃','😄','😁','😆','😅','🤣','😂','🙂','🙃','😉','😊','😇','🥰','😍','🤩','😘','😗','☺️','😚','😙','🥲','😋','😛','😜','🤪','😝','🤑','🤗','🤭','🤫','🤔','🤐','🤨','😐','😑','😶',_0x3cd9b9(0x1e5),'😏','😒','🙄','😬',_0x3cd9b9(0x213),'🤥','😌','😔','😪','🤤','😴','😷','🤒','🤕','🤢','🤮','🤧','🥵','🥶','🥴','😵','😵💫','🤯','🤠','🥳','🥸','😎','🤓','🧐','😕','😟','🙁','☹️','😮','😯','😲','😳','🥺','😦','😧','😨','😰','😥','😢','😭','😱','😖','😣','😞','😓','😩','😫','🥱','😤','😡','😠','🤬','😈','👿','💀','☠️','💩','🤡','👹','👺','👻','👽','👾','🤖','😺','😸','😹','😻','😼','😽','🙀','😿','😾','🙈','🙉','🙊','💋','💌','💘','💝','💖','💗','💓','💞','💕','💟','❣️','💔',_0x3cd9b9(0x188),_0x3cd9b9(0x1cc),'❤️','🧡','💛','💚','💙','💜','🤎','🖤','🤍','💯','💢','💥','💫','💦','💨','🕳️','💣','💬',_0x3cd9b9(0x236),_0x3cd9b9(0x1fb),_0x3cd9b9(0x199),'💭','💤','👋','🤚',_0x3cd9b9(0x241),'✋','🖖','👌','🤌','🤏','✌️','🤞','🤟','🤘','🤙','👈','👉','👆','🖕','👇','☝️','👍','👎','✊','👊','🤛','🤜','👏','🙌','👐','🤲','🤝','🙏','✍️','💅','🤳','💪','🦾','🦿','🦵','🦶','👂','🦻','👃','🧠','🫀','🫁','🦷','🦴','👀',_0x3cd9b9(0x2b5),'👅','👄','👶','🧒','👦','👧','🧑','👱','👨','🧔',_0x3cd9b9(0x27e),_0x3cd9b9(0x166),_0x3cd9b9(0x197),_0x3cd9b9(0x2c8),_0x3cd9b9(0x2a6),_0x3cd9b9(0x27c),'👩',_0x3cd9b9(0x1f3),_0x3cd9b9(0x21d),_0x3cd9b9(0x17d),'🧑🦱',_0x3cd9b9(0x2bb),_0x3cd9b9(0x2c1),'👩🦲',_0x3cd9b9(0x24a),_0x3cd9b9(0x18b),'👱♂️','🧓','👴','👵','🙍','🙍♂️',_0x3cd9b9(0x1ea),'🙎',_0x3cd9b9(0x1d3),_0x3cd9b9(0x211),'🙅',_0x3cd9b9(0x288),_0x3cd9b9(0x26a),'🙆','🙆♂️',_0x3cd9b9(0x16a),'💁','💁♂️',_0x3cd9b9(0x296),'🙋',_0x3cd9b9(0x16c),_0x3cd9b9(0x167),'🧏','🧏♂️',_0x3cd9b9(0x265),'🙇',_0x3cd9b9(0x1c9),_0x3cd9b9(0x1d0),'🤦','🤦♂️',_0x3cd9b9(0x2c3),'🤷',_0x3cd9b9(0x1c2),'🤷♀️','🧑⚕️',_0x3cd9b9(0x1c4),_0x3cd9b9(0x1d6),_0x3cd9b9(0x221),'👨🎓',_0x3cd9b9(0x174),_0x3cd9b9(0x255),_0x3cd9b9(0x1c6),_0x3cd9b9(0x27b),_0x3cd9b9(0x257),_0x3cd9b9(0x189),'👩⚖️',_0x3cd9b9(0x1f6),_0x3cd9b9(0x235),_0x3cd9b9(0x1e7),'🧑🍳',_0x3cd9b9(0x23c),_0x3cd9b9(0x295),_0x3cd9b9(0x259),_0x3cd9b9(0x1e3),'👩🔧',_0x3cd9b9(0x258),_0x3cd9b9(0x25b),_0x3cd9b9(0x286),_0x3cd9b9(0x22c),_0x3cd9b9(0x171),_0x3cd9b9(0x249),_0x3cd9b9(0x17f),_0x3cd9b9(0x26b),_0x3cd9b9(0x206),_0x3cd9b9(0x18e),_0x3cd9b9(0x2c9),_0x3cd9b9(0x1be),_0x3cd9b9(0x1d8),_0x3cd9b9(0x250),_0x3cd9b9(0x238),_0x3cd9b9(0x172),'👨🎨',_0x3cd9b9(0x18f),_0x3cd9b9(0x2aa),'👨✈️',_0x3cd9b9(0x254),_0x3cd9b9(0x20f),_0x3cd9b9(0x1a0),_0x3cd9b9(0x1e9),'🧑🚒',_0x3cd9b9(0x1b9),_0x3cd9b9(0x267),'👮',_0x3cd9b9(0x2bd),_0x3cd9b9(0x240),'🕵️',_0x3cd9b9(0x285),_0x3cd9b9(0x293),'💂',_0x3cd9b9(0x1a1),_0x3cd9b9(0x1b0),'🥷','👷','👷♂️',_0x3cd9b9(0x16f),'🤴','👸','👳',_0x3cd9b9(0x224),_0x3cd9b9(0x1ee),'👲','🧕','🤵',_0x3cd9b9(0x20d),_0x3cd9b9(0x28b),'👰',_0x3cd9b9(0x274),'👰♀️','🤰','🤱',_0x3cd9b9(0x29e),_0x3cd9b9(0x290),'🧑🍼','👼','🎅','🤶',_0x3cd9b9(0x200),'🦸',_0x3cd9b9(0x194),_0x3cd9b9(0x22e),'🦹',_0x3cd9b9(0x297),_0x3cd9b9(0x182),'🧙',_0x3cd9b9(0x160),_0x3cd9b9(0x179),'🧚',_0x3cd9b9(0x161),'🧚♀️','🧛',_0x3cd9b9(0x1af),'🧛♀️','🧜',_0x3cd9b9(0x28e),'🧜♀️','🧝',_0x3cd9b9(0x19f),_0x3cd9b9(0x1cf),'🧞',_0x3cd9b9(0x1aa),_0x3cd9b9(0x1f8),'🧟',_0x3cd9b9(0x2a1),_0x3cd9b9(0x1e2),'💆',_0x3cd9b9(0x2af),_0x3cd9b9(0x178),'💇',_0x3cd9b9(0x21f),_0x3cd9b9(0x2b1),'🚶',_0x3cd9b9(0x243),_0x3cd9b9(0x245),'🧍',_0x3cd9b9(0x16d),_0x3cd9b9(0x190),'🧎',_0x3cd9b9(0x281),_0x3cd9b9(0x18c),_0x3cd9b9(0x1ba),_0x3cd9b9(0x2ab),_0x3cd9b9(0x2a0),_0x3cd9b9(0x19a),'👨🦼',_0x3cd9b9(0x1e1),_0x3cd9b9(0x298),_0x3cd9b9(0x22f),'👩🦽','🏃',_0x3cd9b9(0x181),_0x3cd9b9(0x19c),'💃','🕺',_0x3cd9b9(0x227),'👯',_0x3cd9b9(0x1e8),_0x3cd9b9(0x1bd),'🧖',_0x3cd9b9(0x29b),'🧖♀️','🧗',_0x3cd9b9(0x187),_0x3cd9b9(0x215),'🤺','🏇','⛷️','🏂',_0x3cd9b9(0x1e4),_0x3cd9b9(0x2a9),_0x3cd9b9(0x186),'🏄',_0x3cd9b9(0x23e),_0x3cd9b9(0x1f2),'🚣','🚣♂️',_0x3cd9b9(0x25d),'🏊',_0x3cd9b9(0x21b),_0x3cd9b9(0x223),'⛹️',_0x3cd9b9(0x2c0),_0x3cd9b9(0x299),_0x3cd9b9(0x278),'🏋️♂️',_0x3cd9b9(0x1cd),'🚴',_0x3cd9b9(0x175),'🚴♀️','🚵',_0x3cd9b9(0x247),_0x3cd9b9(0x2c2),'🤸',_0x3cd9b9(0x18d),_0x3cd9b9(0x1ac),'🤼','🤼♂️',_0x3cd9b9(0x1fc),'🤽',_0x3cd9b9(0x1b8),_0x3cd9b9(0x1fa),'🤾',_0x3cd9b9(0x246),_0x3cd9b9(0x1cb),'🤹','🤹♂️',_0x3cd9b9(0x177),'🧘',_0x3cd9b9(0x228),_0x3cd9b9(0x266),'🛀','🛌',_0x3cd9b9(0x173),'👭','👫','👬','💏',_0x3cd9b9(0x2ba),_0x3cd9b9(0x252),_0x3cd9b9(0x289),'💑',_0x3cd9b9(0x1f5),_0x3cd9b9(0x185),_0x3cd9b9(0x25f),'👪',_0x3cd9b9(0x1a3),_0x3cd9b9(0x1e6),'👨👩👧👦','👨👩👦👦',_0x3cd9b9(0x162),_0x3cd9b9(0x21c),_0x3cd9b9(0x1c0),'👨👨👧👦','👨👨👦👦',_0x3cd9b9(0x1f7),_0x3cd9b9(0x1c3),'👩👩👧',_0x3cd9b9(0x2a7),_0x3cd9b9(0x1c8),_0x3cd9b9(0x1a9),_0x3cd9b9(0x210),'👨👦👦',_0x3cd9b9(0x216),_0x3cd9b9(0x24b),_0x3cd9b9(0x2a4),_0x3cd9b9(0x29a),'👩👦👦','👩👧',_0x3cd9b9(0x2be),_0x3cd9b9(0x25a),_0x3cd9b9(0x231),'👤','👥','🫂','👣','🦰','🦱','🦳','🦲','🐵'],_0x2ef394=_0x2b52ec[Math[_0x3cd9b9(0x277)](Math[_0x3cd9b9(0x282)]()*_0x2b52ec['length'])];_0x550446[_0x3cd9b9(0x1f4)](_0x2ef394);}}if(!_0x51c055&&_0x4f935c===_0x409e99){if(config[_0x3cd9b9(0x1a4)]===_0x3cd9b9(0x25c)){const _0x3d48ef=['😊','👍','😂','💯','🔥','🙏','🎉','👏','😎','🤖','👫','👭','👬','👮',_0x3cd9b9(0x227),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x3cd9b9(0x2b8),'📸','📷',_0x3cd9b9(0x1fe),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x3cd9b9(0x1db),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽','🕳️','💣','🔫',_0x3cd9b9(0x1db),'🕸️','💀','👻','🕺','💃',_0x3cd9b9(0x227),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x3cd9b9(0x227),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x3cd9b9(0x2b8),'📸','📷',_0x3cd9b9(0x1fe),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x3cd9b9(0x1db),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽',_0x3cd9b9(0x20a),'💣','🔫','🕷️',_0x3cd9b9(0x20c),'💀','👻','🕺','💃','🕴️','👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮','🕴️','💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x3cd9b9(0x2b8),'📸','📷',_0x3cd9b9(0x1fe),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x3cd9b9(0x1db),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽',_0x3cd9b9(0x20a),'💣','🔫',_0x3cd9b9(0x1db),_0x3cd9b9(0x20c),'💀','👻','🕺','💃',_0x3cd9b9(0x227),'👶','👵','👴','👱','👨','👩','👧','👦','👪','🙂','😑','🤣','😍','😘','😗','😙','😚','😛','😝','😞','😟','😠','😡','😢','😭','😓','😳','😴','😌','😆','😂','🤔','😒','😓','😶','🙄','🐶','🐱','🐔','🐷','🐴','🐲','🐸','🐳','🐋','🐒','🐑','🐕','🐩','🍔','🍕','🥤','🍣','🍲','🍴','🍽','🍹','🍸','🎂','📱','📺','📻','🎤','📚','💻','📸','📷','❤️','💔','❣️','☀️','🌙','🌃','🏠','🚪',_0x3cd9b9(0x2a8),_0x3cd9b9(0x22a),_0x3cd9b9(0x24d),'🇦🇺',_0x3cd9b9(0x193),_0x3cd9b9(0x26d),_0x3cd9b9(0x1dd),'👍','👎','👏','👫','👭','👬','👮','🤝','🙏','👑','🌻','🌺','🌸','🌹','🌴',_0x3cd9b9(0x24f),'🌊','🚗','🚌',_0x3cd9b9(0x230),'🛫️',_0x3cd9b9(0x28c),'🚣','🛥','🚂','🚁','🚀',_0x3cd9b9(0x181),_0x3cd9b9(0x1cd),_0x3cd9b9(0x21b),_0x3cd9b9(0x23e),'🎾','🏀','🏈','🎯','🏆','??','⬆️','⬇️','⇒','⇐','↩️','↪️','ℹ️','‼️','⁉️','‽️','©️','®️','™️','🔴','🔵','🟢','🔹','🔺','💯','👑','🤣',_0x3cd9b9(0x1c2),'🤷♀️',_0x3cd9b9(0x288),'🙅♀️',_0x3cd9b9(0x268),_0x3cd9b9(0x16a),_0x3cd9b9(0x176),'🤦♀️','🏻',_0x3cd9b9(0x2af),_0x3cd9b9(0x178),_0x3cd9b9(0x2a5),_0x3cd9b9(0x204),_0x3cd9b9(0x21f),_0x3cd9b9(0x2b1),'🚫','🚽',_0x3cd9b9(0x20a),'💣','🔫','🕷️',_0x3cd9b9(0x20c),'💀','👻','🕺','💃',_0x3cd9b9(0x227),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x3cd9b9(0x227),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬','📽️','📸','📷',_0x3cd9b9(0x1fe),'💡','🔦','�','🏯','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽',_0x3cd9b9(0x20a),'💣','🔫',_0x3cd9b9(0x1db),_0x3cd9b9(0x20c),'💀','👻','🕺','💃','🕴️','👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x3cd9b9(0x227),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x3cd9b9(0x2b8),'📸','📷',_0x3cd9b9(0x1fe),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x3cd9b9(0x1db),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🌳','🌲','🌾','🌿','🍃','🍂','🍃','🌻','💐','🌹','🌺','🌸','🌴','🏵','🎀','🏆','🏈','🏉','🎯','🏀','🏊','🏋','🏌','🎲','📚','📖','📜','📝','💭','💬','🗣','💫','🌟','🌠','🎉','🎊','👏','💥','🔥','💥','🌪','💨','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌪','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌪','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌱','🌿','🍃','🍂','🌻','💐','🌹','🌺','🌸','🌴','🏵','🎀','🏆','🏈','🏉','🎯','🏀','🏊','🏋','🏌','🎲','📚','📖','📜','📝','💭','💬','🗣','💫','🌟','🌠','🎉','🎊','👏','💥','🔥','💥','🌪','💨','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌪','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡',_0x3cd9b9(0x1fe),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x3cd9b9(0x1db),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽',_0x3cd9b9(0x20a),'💣','🔫',_0x3cd9b9(0x1db),'🕸️','💀','👻','🕺','💃',_0x3cd9b9(0x227),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x3cd9b9(0x227),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x3cd9b9(0x2b8),'📸','📷',_0x3cd9b9(0x1fe),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x3cd9b9(0x1db),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🐒','🦍','🦧','🐶','🐕','🦮',_0x3cd9b9(0x17a),'🐩','🐺','🦊','🦝','🐱','🐈','🐈⬛','🦁','🐯','🐅','🐆','🐴','🐎','🦄','🦓','🦌','🦬','🐮','🐂','🐃','🐄','🐷','🐖','🐗','🐽','🐏','🐑','🐐','🐪','🐫','🦙','🦒','🐘','🦣','🦏','🦛','🐭','🐁','🐀','🐹','🐰','🐇',_0x3cd9b9(0x219),'🦫','🦔','🦇','🐻','🐻❄️','🐨','🐼','🦥','🦦','🦨','🦘','🦡','🐾','🦃','🐔','🐓','🐣','🐤','🐥','🐦','🐧','🕊️','🦅','🦆','🦢','🦉','🦤','🪶','🦩','🦚','🦜','🐸','🐊','🐢','🦎','🐍','🐲','🐉','🦕','🦖','🐳','🐋','🐬','🦭','🐟','🐠','😀','😃','😄','😁','😆','😅','🤣','😂','🙂','🙃','😉','😊','😇','🥰','😍','🤩','😘','😗','☺️','😚','😙','🥲','😋','😛','😜','🤪','😝','🤑','🤗','🤭','🤫','🤔','🤐','🤨','😐','😑','😶',_0x3cd9b9(0x1e5),'😏','😒','🙄','😬',_0x3cd9b9(0x213),'🤥','😌','😔','😪','🤤','😴','😷','🤒','🤕','🤢','🤮','🤧','🥵','🥶','🥴','😵',_0x3cd9b9(0x1b2),'🤯','🤠','🥳','🥸','😎','🤓','🧐','😕','😟','🙁','☹️','😮','😯','😲','😳','🥺','😦','😧','😨','😰','😥','😢','😭','😱','😖','😣','😞','😓','😩','😫','🥱','😤','😡','😠','🤬','😈','👿','💀','☠️','💩','🤡','👹','👺','👻','👽','👾','🤖','😺','😸','😹','😻','😼','😽','🙀','😿','😾','🙈','🙉','🙊','💋','💌','💘','💝','💖','💗','💓','💞','💕','💟','❣️','💔','❤️🔥',_0x3cd9b9(0x1cc),'❤️','🧡','💛','💚','💙','💜','🤎','🖤','🤍','💯','💢','💥','💫','💦','💨',_0x3cd9b9(0x20a),'💣','💬',_0x3cd9b9(0x236),_0x3cd9b9(0x1fb),_0x3cd9b9(0x199),'💭','💤','👋','🤚','🖐️','✋','🖖','👌','🤌','🤏','✌️','🤞','🤟','🤘','🤙','👈','👉','👆','🖕','👇','☝️','👍','👎','✊','👊','🤛','🤜','👏','🙌','👐','🤲','🤝','🙏','✍️','💅','🤳','💪','🦾','🦿','🦵','🦶','👂','🦻','👃','🧠','🫀','🫁','🦷','🦴','👀',_0x3cd9b9(0x2b5),'👅','👄','👶','🧒','👦','👧','🧑','👱','👨','🧔','🧔♂️',_0x3cd9b9(0x166),'👨🦰',_0x3cd9b9(0x2c8),_0x3cd9b9(0x2a6),_0x3cd9b9(0x27c),'👩','👩🦰',_0x3cd9b9(0x21d),'👩🦱',_0x3cd9b9(0x198),_0x3cd9b9(0x2bb),_0x3cd9b9(0x2c1),'👩🦲',_0x3cd9b9(0x24a),_0x3cd9b9(0x18b),_0x3cd9b9(0x26f),'🧓','👴','👵','🙍',_0x3cd9b9(0x17b),_0x3cd9b9(0x1ea),'🙎','🙎♂️',_0x3cd9b9(0x211),'🙅',_0x3cd9b9(0x288),_0x3cd9b9(0x26a),'🙆',_0x3cd9b9(0x268),_0x3cd9b9(0x16a),'💁','💁♂️',_0x3cd9b9(0x296),'🙋',_0x3cd9b9(0x16c),'🙋♀️','🧏',_0x3cd9b9(0x17c),'🧏♀️','🙇',_0x3cd9b9(0x1c9),'🙇♀️','🤦','🤦♂️',_0x3cd9b9(0x2c3),'🤷',_0x3cd9b9(0x1c2),_0x3cd9b9(0x212),_0x3cd9b9(0x20b),_0x3cd9b9(0x1c4),_0x3cd9b9(0x1d6),_0x3cd9b9(0x221),'👨🎓','👩🎓',_0x3cd9b9(0x255),_0x3cd9b9(0x1c6),_0x3cd9b9(0x27b),'🧑⚖️','👨⚖️','👩⚖️',_0x3cd9b9(0x1f6),'👨🌾',_0x3cd9b9(0x1e7),_0x3cd9b9(0x24e),_0x3cd9b9(0x23c),_0x3cd9b9(0x295),_0x3cd9b9(0x259),_0x3cd9b9(0x1e3),_0x3cd9b9(0x1e0),'🧑🏭',_0x3cd9b9(0x25b),'👩🏭',_0x3cd9b9(0x22c),_0x3cd9b9(0x171),_0x3cd9b9(0x249),_0x3cd9b9(0x17f),_0x3cd9b9(0x26b),_0x3cd9b9(0x206),_0x3cd9b9(0x18e),_0x3cd9b9(0x2c9),_0x3cd9b9(0x1be),_0x3cd9b9(0x1d8),_0x3cd9b9(0x250),_0x3cd9b9(0x238),_0x3cd9b9(0x172),_0x3cd9b9(0x1c5),_0x3cd9b9(0x18f),_0x3cd9b9(0x2aa),_0x3cd9b9(0x1ab),'👩✈️',_0x3cd9b9(0x20f),_0x3cd9b9(0x1a0),_0x3cd9b9(0x1e9),_0x3cd9b9(0x226),'👨🚒',_0x3cd9b9(0x267),'👮',_0x3cd9b9(0x2bd),_0x3cd9b9(0x240),_0x3cd9b9(0x27d),_0x3cd9b9(0x285),_0x3cd9b9(0x293),'💂','💂♂️',_0x3cd9b9(0x1b0),'🥷','👷','👷♂️',_0x3cd9b9(0x16f),'🤴','👸','👳','👳♂️','👳♀️','👲','🧕','🤵',_0x3cd9b9(0x20d),_0x3cd9b9(0x28b),'👰',_0x3cd9b9(0x274),_0x3cd9b9(0x1a2),'🤰','🤱',_0x3cd9b9(0x29e),_0x3cd9b9(0x290),_0x3cd9b9(0x283),'👼','🎅','🤶','🧑🎄','🦸',_0x3cd9b9(0x194),_0x3cd9b9(0x22e),'🦹','🦹♂️',_0x3cd9b9(0x182),'🧙',_0x3cd9b9(0x160),'🧙♀️','🧚',_0x3cd9b9(0x161),_0x3cd9b9(0x1ed),'🧛',_0x3cd9b9(0x1af),_0x3cd9b9(0x1d5),'🧜',_0x3cd9b9(0x28e),_0x3cd9b9(0x1d2),'🧝',_0x3cd9b9(0x19f),_0x3cd9b9(0x1cf),'🧞',_0x3cd9b9(0x1aa),_0x3cd9b9(0x1f8),'🧟','🧟♂️',_0x3cd9b9(0x1e2),'💆',_0x3cd9b9(0x2af),_0x3cd9b9(0x178),'💇',_0x3cd9b9(0x21f),'💇♀️','🚶',_0x3cd9b9(0x243),_0x3cd9b9(0x245),'🧍',_0x3cd9b9(0x16d),_0x3cd9b9(0x190),'🧎','🧎♂️',_0x3cd9b9(0x18c),_0x3cd9b9(0x1ba),_0x3cd9b9(0x2ab),_0x3cd9b9(0x2a0),'🧑🦼',_0x3cd9b9(0x20e),_0x3cd9b9(0x1e1),_0x3cd9b9(0x298),_0x3cd9b9(0x22f),_0x3cd9b9(0x291),'🏃',_0x3cd9b9(0x181),'🏃♀️','💃','🕺','🕴️','👯',_0x3cd9b9(0x1e8),'👯♀️','🧖',_0x3cd9b9(0x29b),_0x3cd9b9(0x196),'🧗','🧗♂️',_0x3cd9b9(0x215),'🤺','🏇','⛷️','🏂',_0x3cd9b9(0x1e4),_0x3cd9b9(0x2a9),_0x3cd9b9(0x186),'🏄',_0x3cd9b9(0x23e),_0x3cd9b9(0x1f2),'🚣',_0x3cd9b9(0x1ad),'🚣♀️','🏊',_0x3cd9b9(0x21b),_0x3cd9b9(0x223),'⛹️',_0x3cd9b9(0x2c0),_0x3cd9b9(0x299),_0x3cd9b9(0x278),_0x3cd9b9(0x1ff),_0x3cd9b9(0x1cd),'🚴','🚴♂️',_0x3cd9b9(0x24c),'🚵',_0x3cd9b9(0x247),_0x3cd9b9(0x2c2),'🤸','🤸♂️',_0x3cd9b9(0x1ac),'🤼',_0x3cd9b9(0x1d1),'🤼♀️','🤽',_0x3cd9b9(0x1b8),'🤽♀️','🤾','🤾♂️',_0x3cd9b9(0x1cb),'🤹',_0x3cd9b9(0x280),'🤹♀️','🧘',_0x3cd9b9(0x228),_0x3cd9b9(0x266),'🛀','🛌',_0x3cd9b9(0x173),'👭','👫','👬','💏',_0x3cd9b9(0x2ba),_0x3cd9b9(0x252),'👩❤️💋👩','💑',_0x3cd9b9(0x1f5),'👨❤️👨',_0x3cd9b9(0x25f),'👪',_0x3cd9b9(0x1a3),_0x3cd9b9(0x1e6),_0x3cd9b9(0x16e),_0x3cd9b9(0x22d),_0x3cd9b9(0x162),_0x3cd9b9(0x21c),_0x3cd9b9(0x1c0),'👨👨👧👦',_0x3cd9b9(0x170),_0x3cd9b9(0x1f7),_0x3cd9b9(0x1c3),_0x3cd9b9(0x229),'👩👩👧👦','👩👩👦👦','👩👩👧👧',_0x3cd9b9(0x210),'👨👦👦',_0x3cd9b9(0x216),'👨👧👦',_0x3cd9b9(0x2a4),_0x3cd9b9(0x29a),_0x3cd9b9(0x1df),_0x3cd9b9(0x234),_0x3cd9b9(0x2be),_0x3cd9b9(0x25a),'🗣️','👤','👥','🫂','👣','🦰','🦱','🦳','🦲','🐵'],_0x5b67c1=_0x3d48ef[Math[_0x3cd9b9(0x277)](Math[_0x3cd9b9(0x282)]()*_0x3d48ef[_0x3cd9b9(0x2bc)])];_0x550446[_0x3cd9b9(0x1f4)](_0x5b67c1);}}if(!_0x51c055&&_0x4f935c!==_0x409e99){if(config['HEART_REACT']===_0x3cd9b9(0x25c)){const _0x2e0a58=['💘','💝','💖','💗','💓','💞','💕','❣️',_0x3cd9b9(0x188),_0x3cd9b9(0x1cc),'❤️','🩷','🧡','💛','💚','💙','🩵','💜','🤎','🖤','🩶','🤍'],_0x2f27c3=_0x2e0a58[Math[_0x3cd9b9(0x277)](Math[_0x3cd9b9(0x282)]()*_0x2e0a58[_0x3cd9b9(0x2bc)])];_0x550446[_0x3cd9b9(0x1f4)](_0x2f27c3);}}if(!_0x51c055&&_0x4f935c===_0x409e99){if(config[_0x3cd9b9(0x203)]==='true'){const _0x3083c3=['💘','💝','💖','💗','💓','💞','💕','❣️',_0x3cd9b9(0x188),'❤️🩹','❤️','🩷','🧡','💛','💚','💙','🩵','💜','🤎','🖤','🩶','🤍'],_0x2a4e13=_0x3083c3[Math[_0x3cd9b9(0x277)](Math[_0x3cd9b9(0x282)]()*_0x3083c3[_0x3cd9b9(0x2bc)])];_0x550446['react'](_0x2a4e13);}}if(!_0x27a89c&&config[_0x3cd9b9(0x2b4)]===_0x3cd9b9(0x17e))return;if(!_0x27a89c&&_0x27eb92&&config['MODE']===_0x3cd9b9(0x262))return;if(!_0x27a89c&&_0x27eb92&&config[_0x3cd9b9(0x2b4)]===_0x3cd9b9(0x21a))return;const _0x15f786=require(_0x3cd9b9(0x169)),_0x134df6=_0x3bfd33?_0x2161eb[_0x3cd9b9(0x275)](0x1)[_0x3cd9b9(0x2b6)]()['split']('\x20')[0x0]['toLowerCase']():![];if(_0x3bfd33){const _0x90921e=_0x15f786[_0x3cd9b9(0x1d9)][_0x3cd9b9(0x1dc)](_0x454aeb=>_0x454aeb[_0x3cd9b9(0x1ce)]===_0x134df6)||_0x15f786['commands'][_0x3cd9b9(0x1dc)](_0x13e890=>_0x13e890['alias']&&_0x13e890[_0x3cd9b9(0x168)]['includes'](_0x134df6));if(_0x90921e){if(_0x90921e['react'])_0x3c5358[_0x3cd9b9(0x1da)](_0x35a9b5,{'react':{'text':_0x90921e[_0x3cd9b9(0x1f4)],'key':_0x3d8ed0[_0x3cd9b9(0x273)]}});try{_0x90921e['function'](_0x3c5358,_0x3d8ed0,_0x550446,{'from':_0x35a9b5,'quoted':_0x4af28a,'body':_0x2161eb,'isCmd':_0x3bfd33,'command':_0x7b413d,'args':_0x23913b,'q':_0x501b98,'isGroup':_0x27eb92,'sender':_0x17d7bb,'senderNumber':_0x4f935c,'botNumber2':_0x5d83b1,'botNumber':_0x409e99,'pushname':_0x5bd0af,'isMe':_0x44c02a,'isOwner':_0x27a89c,'groupMetadata':_0x569dca,'groupName':_0x46866c,'participants':_0x2ab2c0,'groupAdmins':_0x14e36e,'isBotAdmins':_0x4de7d1,'isAdmins':_0x1a9ea6,'reply':_0x10c5de});}catch(_0x12ba8a){console[_0x3cd9b9(0x1f0)](_0x3cd9b9(0x22b)+_0x12ba8a);}}}_0x15f786[_0x3cd9b9(0x1d9)][_0x3cd9b9(0x23b)](async _0x31e8a9=>{const _0x20e2ca=_0x3cd9b9;if(_0x2161eb&&_0x31e8a9['on']===_0x20e2ca(0x1ec))_0x31e8a9[_0x20e2ca(0x164)](_0x3c5358,_0x3d8ed0,_0x550446,{'from':_0x35a9b5,'l':l,'quoted':_0x4af28a,'body':_0x2161eb,'isCmd':_0x3bfd33,'command':_0x31e8a9,'args':_0x23913b,'q':_0x501b98,'isGroup':_0x27eb92,'sender':_0x17d7bb,'senderNumber':_0x4f935c,'botNumber2':_0x5d83b1,'botNumber':_0x409e99,'pushname':_0x5bd0af,'isMe':_0x44c02a,'isOwner':_0x27a89c,'groupMetadata':_0x569dca,'groupName':_0x46866c,'participants':_0x2ab2c0,'groupAdmins':_0x14e36e,'isBotAdmins':_0x4de7d1,'isAdmins':_0x1a9ea6,'reply':_0x10c5de});else{if(_0x3d8ed0['q']&&_0x31e8a9['on']===_0x20e2ca(0x2ad))_0x31e8a9[_0x20e2ca(0x164)](_0x3c5358,_0x3d8ed0,_0x550446,{'from':_0x35a9b5,'l':l,'quoted':_0x4af28a,'body':_0x2161eb,'isCmd':_0x3bfd33,'command':_0x31e8a9,'args':_0x23913b,'q':_0x501b98,'isGroup':_0x27eb92,'sender':_0x17d7bb,'senderNumber':_0x4f935c,'botNumber2':_0x5d83b1,'botNumber':_0x409e99,'pushname':_0x5bd0af,'isMe':_0x44c02a,'isOwner':_0x27a89c,'groupMetadata':_0x569dca,'groupName':_0x46866c,'participants':_0x2ab2c0,'groupAdmins':_0x14e36e,'isBotAdmins':_0x4de7d1,'isAdmins':_0x1a9ea6,'reply':_0x10c5de});else{if((_0x31e8a9['on']===_0x20e2ca(0x217)||_0x31e8a9['on']===_0x20e2ca(0x1fd))&&_0x3d8ed0[_0x20e2ca(0x1a6)]===_0x20e2ca(0x2ac))_0x31e8a9[_0x20e2ca(0x164)](_0x3c5358,_0x3d8ed0,_0x550446,{'from':_0x35a9b5,'l':l,'quoted':_0x4af28a,'body':_0x2161eb,'isCmd':_0x3bfd33,'command':_0x31e8a9,'args':_0x23913b,'q':_0x501b98,'isGroup':_0x27eb92,'sender':_0x17d7bb,'senderNumber':_0x4f935c,'botNumber2':_0x5d83b1,'botNumber':_0x409e99,'pushname':_0x5bd0af,'isMe':_0x44c02a,'isOwner':_0x27a89c,'groupMetadata':_0x569dca,'groupName':_0x46866c,'participants':_0x2ab2c0,'groupAdmins':_0x14e36e,'isBotAdmins':_0x4de7d1,'isAdmins':_0x1a9ea6,'reply':_0x10c5de});else _0x31e8a9['on']===_0x20e2ca(0x2b2)&&_0x3d8ed0[_0x20e2ca(0x1a6)]===_0x20e2ca(0x237)&&_0x31e8a9[_0x20e2ca(0x164)](_0x3c5358,_0x3d8ed0,_0x550446,{'from':_0x35a9b5,'l':l,'quoted':_0x4af28a,'body':_0x2161eb,'isCmd':_0x3bfd33,'command':_0x31e8a9,'args':_0x23913b,'q':_0x501b98,'isGroup':_0x27eb92,'sender':_0x17d7bb,'senderNumber':_0x4f935c,'botNumber2':_0x5d83b1,'botNumber':_0x409e99,'pushname':_0x5bd0af,'isMe':_0x44c02a,'isOwner':_0x27a89c,'groupMetadata':_0x569dca,'groupName':_0x46866c,'participants':_0x2ab2c0,'groupAdmins':_0x14e36e,'isBotAdmins':_0x4de7d1,'isAdmins':_0x1a9ea6,'reply':_0x10c5de});}}});});}app[_0x4af60c(0x205)]('/',(_0x25581f,_0x6cb84)=>{const _0xb118d4=_0x4af60c;_0x6cb84[_0xb118d4(0x165)](_0xb118d4(0x1bc));}),app['listen'](port,()=>console[_0x4af60c(0x2c6)](_0x4af60c(0x18a)+port)),setTimeout(()=>{connectToWA();},0xfa0);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|