├── plugins └── about.js ├── auth_info_baileys └── MRSHABAN ├── my_data ├── autoreply.json ├── autosticker.json └── autovoice.json ├── config.js ├── app.json ├── command.js ├── package.json ├── lib ├── functions.js └── msg.js ├── README.md ├── LICENSE └── index.js /plugins/about.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /auth_info_baileys/MRSHABAN: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /my_data/autoreply.json: -------------------------------------------------------------------------------- 1 | { 2 | "hi":"*ʜɪɪ ᴍʏ ғʀɪᴇɴᴅ ʜᴏᴡ ᴄᴀɴ ɪ ʜᴇʟᴘ ʏᴏᴜ* 👑❤️", 3 | "silent":"*ᴜsᴍᴀɴ sɪʟᴇɴᴛ ɪs ʜᴇʀᴇ ᴍᴏʟɴɪɴɢ ᴅᴇᴀʀ* 🥹🩷", 4 | "usman":"*ʏᴇᴀsʜ ᴊᴀᴀɴ*☺️", 5 | "ok":"*HMMM*😊♥️", 6 | "Okey":"*AHMM*💙🥲", 7 | "love you":"*LOVE YOU TOO...🥺💙*", 8 | "good morning":"*MOLNING JAAN...❤️*", 9 | ".sad":"*MEIN L LIKHA TENU WR JAYY😁*", 10 | "SHABAN-SOBX-MD":"*© ᴄʀᴇᴀᴛᴇᴅ ʙʏ ᴍʀsʜᴀʙᴀɴ*" 11 | } 12 | -------------------------------------------------------------------------------- /my_data/autosticker.json: -------------------------------------------------------------------------------- 1 | { 2 | "bye":"https://github.com/MRSHABAN/SOBX-MD_DATABASE/raw/refs/heads/main/autosticker/STK-20241108-WA0028.webp", 3 | "love":"https://github.com/MRSHABAN/SOBX-MD_DATABASE/raw/refs/heads/main/autosticker/STK-20241110-WA0007.webp", 4 | "usman":"https://github.com/MRSHABAN/SOBX-MD_DATABASE/raw/refs/heads/main/autosticker/STK-20241110-WA0008.webp", 5 | "silent":"https://github.com/MRSHABAN/SOBX-MD_DATABASE/raw/refs/heads/main/autosticker/STK-20241110-WA0004.webp", 6 | "hi":"https://github.com/MRSHABAN/SOBX-MD_DATABASE/raw/refs/heads/main/autosticker/STK-20241110-WA0002.webp" 7 | } 8 | -------------------------------------------------------------------------------- /config.js: -------------------------------------------------------------------------------- 1 | const fs = require('fs'); 2 | if (fs.existsSync('config.env')) require('dotenv').config({ path: './config.env' }); 3 | 4 | function convertToBool(text, fault = 'true') { 5 | return text === fault ? true : false; 6 | } 7 | 8 | module.exports = { 9 | SESSION_ID: process.env.SESSION_ID || "enter your session", 10 | CAPTION: process.env.CAPTION || "POWERED BY MUZAMIL PRINCE", 11 | AUTO_READ_STATUS: process.env.AUTO_READ_STATUS || "true", 12 | AUTO_REPLY_STATUS: process.env.AUTO_REPLY_STATUS || "true", 13 | READ_MESSAGE: process.env.READ_MESSAGE || "true", // Added auto-read configuration 14 | MODE: process.env.MODE || "public", 15 | AUTO_VOICE: process.env.AUTO_VOICE || "true", 16 | AUTO_STICKER: process.env.AUTO_STICKER || "false", 17 | AUTO_REPLY: process.env.AUTO_REPLY || "false", 18 | ALIVE_IMG: process.env.ALIVE_IMG || "https://i.imgur.com/DzrdW5g.jpeg", 19 | ALIVE_MSG: process.env.ALIVE_MSG || "HII DEAR IM ONLINE I'M MUZAMIL-PRINCE-MD WHATSAPP BOT 😊♻️", 20 | ANTI_LINK: process.env.ANTI_LINK || "true", 21 | ANTI_BAD: process.env.ANTI_BAD || "true", 22 | PREFIX: process.env.PREFIX || ".", 23 | FAKE_RECORDING: process.env.FAKE_RECORDING || "true", 24 | AUTO_REACT: process.env.AUTO_REACT || "true", 25 | HEART_REACT: process.env.HEART_REACT || "true", 26 | OWNER_REACT: process.env.OWNER_REACT || "true", 27 | BOT_NAME: process.env.BOT_NAME || "➺ᴍʀ_sʜᴀʙᴀɴ", 28 | STATUS_REPLY: process.env.STATUS_REPLY || "`➺үσυя sтαтυs sεεη נυsт ησω вү sʜᴀʙᴀɴ-sσвx-мᴅ`", 29 | OMDB_API_KEY: process.env.OMDB_API_KEY || "76cb7f39", // omdbapi.com 30 | }; 31 | -------------------------------------------------------------------------------- /my_data/autovoice.json: -------------------------------------------------------------------------------- 1 | { 2 | ".menu":"https://github.com/MRSHABAN/SOBX-MD_DATABASE/raw/refs/heads/main/autovoice/PTT-20241110-WA0033.m4a", 3 | ".list":"https://github.com/MRSHABAN/SOBX-MD_DATABASE/raw/refs/heads/main/autovoice/PTT-20241110-WA0033.m4a", 4 | ".alive":"https://github.com/MRSHABAN/SOBX-MD_DATABASE/raw/refs/heads/main/autovoice/AUD-20241110-WA0009.m4a", 5 | "hi":"https://github.com/MRSHABAN/SOBX-MD_DATABASE/raw/refs/heads/main/autovoice/AUD-20241110-WA0009.m4a", 6 | "hello":"https://github.com/MRSHABAN/SOBX-MD_DATABASE/raw/refs/heads/main/autovoice/AUD-20241110-WA0009.m4a", 7 | "molning":"https://github.com/sadiyamin/alexa-database/raw/refs/heads/main/Media/good_morning.mp3", 8 | "good morning":"https://github.com/sadiyamin/alexa-database/raw/refs/heads/main/Media/good_morning.mp3", 9 | "night":"https://github.com/sadiyamin/alexa-database/raw/refs/heads/main/Media/good_night.mp3", 10 | "good night":"https://github.com/sadiyamin/alexa-database/raw/refs/heads/main/Media/good_night.mp3", 11 | "hm":"https://github.com/tharumin/Alexa_Voice/raw/refs/heads/main/hm.mp3", 12 | "hmm":"https://github.com/tharumin/Alexa_Voice/raw/refs/heads/main/hm.mp3", 13 | "aww":"https://github.com/tharumin/Alexa_Voice/raw/refs/heads/main/hm.mp3", 14 | "oye":"https://github.com/tharumin/Alexa_Voice/raw/refs/heads/main/oya_kawada.mp3", 15 | "ustad":"https://github.com/tharumin/Alexa_Voice/raw/refs/heads/main/oya_kawada.mp3", 16 | "haha":"https://github.com/tharumin/Alexa_Voice/raw/refs/heads/main/oya_kawada.mp3", 17 | "hehe":"https://github.com/VajiraTech/IZUMI-AUTO-VOICER/raw/main/Ponnaya(tbg).mp3", 18 | "oka":"https://github.com/VajiraTech/IZUMI-AUTO-VOICER/raw/main/kawa.mp3", 19 | "wow":"https://github.com/VajiraTech/IZUMI-AUTO-VOICER/raw/main/kellek%20oni.mp3", 20 | "geo":"https://github.com/VajiraTech/IZUMI-AUTO-VOICER/raw/main/wesi(tbg).mp3", 21 | "I love you":"https://github.com/sadiyamin/alexa-database/raw/refs/heads/main/Media/i_love_you.mp3", 22 | "love":"https://github.com/sadiyamin/alexa-database/raw/refs/heads/main/Media/i_love_you.mp3", 23 | "love you":"https://github.com/sadiyamin/alexa-database/raw/refs/heads/main/Media/i_love_you.mp3", 24 | "ohh":"https://github.com/sadiyamin/alexa-database/raw/refs/heads/main/Media/i_love_you.mp3", 25 | "dear":"https://github.com/sadiyamin/alexa-database/raw/refs/heads/main/Media/pakaya.mp3", 26 | "sir":"https://github.com/sadiyamin/alexa-database/raw/refs/heads/main/Media/pakaya.mp3", 27 | "sobx":"https://github.com/sadiyamin/alexa-database/raw/refs/heads/main/Media/pakaya.mp3", 28 | "nice":"https://github.com/sadiyamin/alexa-database/raw/refs/heads/main/Media/pakaya.mp3", 29 | "bye":"https://github.com/sadiyamin/alexa-database/raw/refs/heads/main/Media/pakaya.mp3", 30 | "by":"https://github.com/sadiyamin/alexa-database/raw/refs/heads/main/Media/pakaya.mp3" 31 | } 32 | -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "MUZAMIL-PRINCE-MD", 3 | "description": " "ᴊᴀᴠᴀsᴄʀɪᴘᴛ ᴡʜᴀᴛsᴀᴘᴘ ʙᴏᴛ ᴄʀᴇᴀᴛᴇᴅ ʙʏ ᴍᴜᴢᴀᴍɪʟ ᴘʀɪɴᴄᴇ", 4 | "logo": "https://i.imgur.com/VSVRZsX.jpeg", 5 | "keywords": ["bot"], 6 | "success_url": "/", 7 | 8 | "stack": "container", 9 | "env": { 10 | "SESSION_ID": { 11 | "description": "Put the session-id here.", 12 | "required": true, 13 | "value": "" 14 | }, 15 | 16 | "ALIVE_IMG": { 17 | "description": "paste your image url if you don't have you can use this public url.", 18 | "required": true, 19 | "value": "https://i.imgur.com/DzrdW5g.jpeg" 20 | }, 21 | 22 | "ALIVE_MSG": { 23 | "description": "paste your alive message hear.", 24 | "required": true, 25 | "value": "ʜɪɪ ᴍʏ ᴅᴇᴀʀ ғʀɪᴇɴᴅ ɪᴍ ᴀʟɪᴠᴇ ɴᴏᴡ.!!" 26 | }, 27 | 28 | "PREFIX": { 29 | "description": "paste your bot prefix note! Don't apply null prefix.", 30 | "required": true, 31 | "value": "." 32 | }, 33 | 34 | "MODE": { 35 | "description": "select your bot work type public-private-inbox-group.", 36 | "required": true, 37 | "value": "public" 38 | }, 39 | 40 | "AUTO_VOICE": { 41 | "description": "Make it true if you want bot auto voice.", 42 | "required": true, 43 | "value": "true" 44 | }, 45 | 46 | "AUTO_REPLY": { 47 | "description": "Make it true if you want bot auto reply.", 48 | "required": true, 49 | "value": "false" 50 | }, 51 | 52 | "AUTO_STICKER": { 53 | "description": "Make it true if you want bot auto sticker.", 54 | "required": true, 55 | "value": "false" 56 | }, 57 | 58 | "AUTO_READ_STATUS": { 59 | "description": "Make it true if you want bot auto auto_read_status.", 60 | "required": true, 61 | "value": "true" 62 | }, 63 | 64 | "ANTI_LINK": { 65 | "description": "Make it true if you want bot auto remove group link.", 66 | "required": true, 67 | "value": "true" 68 | }, 69 | 70 | "ANTI_BAD": { 71 | "description": "Make it true if you want bot auto delete bad words from group example xxx porn etc.", 72 | "required": true, 73 | "value": "true" 74 | }, 75 | 76 | "FAKE_RECORDING": { 77 | "description": "Make it true if you want bot fake record.", 78 | "required": true, 79 | "value": "true" 80 | }, 81 | 82 | "AUTO_REACT": { 83 | "description": "Make it true if you want bot AutoReact.", 84 | "required": true, 85 | "value": "false" 86 | }, 87 | 88 | "OWNER_REACT": { 89 | "description": "Make it true if you want bot OwnerReact.", 90 | "required": true, 91 | "value": "false" 92 | 93 | }, 94 | 95 | "BOT_NAME": { 96 | "description": "write hear your name.", 97 | "required": true, 98 | "value": "✦sʜᴀʙᴀɴ-sᴏʙx-ᴍᴅ✦" 99 | }, 100 | 101 | "HEART_REACT": { 102 | "description": "Make it true if you want bot only heart ♥️ emjois reaction .", 103 | "required": true, 104 | "value": "true" 105 | }, 106 | 107 | "READ_MESSAGE": { 108 | "description": "Make it true if you want bot read your all sms just now.", 109 | "required": true, 110 | "value": "false" 111 | }, 112 | "CAPTION": { 113 | "description": "enter your caption if you want to show on menu.", 114 | "required": true, 115 | "value": "POWERED BY MUZAMIL PRINCE" 116 | }, 117 | "STATUS_REPLY": { 118 | "description": "enter your caption if you want to show on status reply.", 119 | "required": true, 120 | "value": "➺үσυя sтαтυs sεεη נυsт ησω вү ᴍᴜᴢᴀᴍɪʟ-ᴘʀɪɴᴄᴇ-мᴅ" 121 | }, 122 | "AUTO_REPLY_STATUS": { 123 | "description": "you can true or false it.", 124 | "required": true, 125 | "value": "false" 126 | } 127 | 128 | 129 | }, 130 | 131 | "buildpacks": [ 132 | { 133 | "url": "https://github.com/heroku/heroku-buildpack-nodejs.git" 134 | } 135 | ], 136 | "stack": "heroku-24" 137 | } 138 | -------------------------------------------------------------------------------- /command.js: -------------------------------------------------------------------------------- 1 | /*_______________________________________________________________________________________________________________________________________________________________________________________________________________________ 2 | ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 3 | ─██████████████──██████████──██████──────────██████████████──██████──────────██████──██████████████──██████──────────██████████████──██████──██████──██████████████──████████████████─── 4 | ─██░░░░░░░░░░██──██░░░░░░██──██░░██──────────██░░░░░░░░░░██──██░░██████████──██░░██──██░░░░░░░░░░██──██░░██──────────██░░░░░░░░░░██──██░░██──██░░██──██░░░░░░░░░░██──██░░░░░░░░░░░░██─── 5 | ─██░░██████████──████░░████──██░░██──────────██░░██████████──██░░░░░░░░░░██──██░░██──██████░░██████──██░░██──────────██░░██████░░██──██░░██──██░░██──██░░██████████──██░░████████░░██─── 6 | ─██░░██────────────██░░██────██░░██──────────██░░██──────────██░░██████░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░██──────────██░░██────██░░██─── 7 | ─██░░██████████────██░░██────██░░██──────────██░░██████████──██░░██──██░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░██████████──██░░████████░░██─── 8 | ─██░░░░░░░░░░██────██░░██────██░░██──────────██░░░░░░░░░░██──██░░██──██░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░░░░░░░░░██──██░░░░░░░░░░░░██─── 9 | ─██████████░░██────██░░██────██░░██──────────██░░██████████──██░░██──██░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░██████████──██░░██████░░████─── 10 | ─────────██░░██────██░░██────██░░██──────────██░░██──────────██░░██──██░░██████░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░░░██░░░░██──██░░██──────────██░░██──██░░██───── 11 | ─██████████░░██──████░░████──██░░██████████──██░░██████████──██░░██──██░░░░░░░░░░██──────██░░██──────██░░██████████──██░░██████░░██──████░░░░░░████──██░░██████████──██░░██──██░░██████─ 12 | ─██░░░░░░░░░░██──██░░░░░░██──██░░░░░░░░░░██──██░░░░░░░░░░██──██░░██──██████████░░██──────██░░██──────██░░░░░░░░░░██──██░░░░░░░░░░██────████░░████────██░░░░░░░░░░██──██░░██──██░░░░░░██─ 13 | ─██████████████──██████████──██████████████──██████████████──██████──────────██████──────██████──────██████████████──██████████████──────██████──────██████████████──██████──██████████─ 14 | ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 15 | created by Silent_lover432 🕵 16 | contact me 923096287432 ♻️ 17 | © Copy coder alert ⚠ 18 | */ 19 | 20 | 21 | 22 | 23 | var _0x2b1b37=_0x472a;function _0x113b(){var _0x24577b=['function','2439lusqno','1153041LEeQfJ','1028386ZEFppt','dontAddCommandList','58460dyUiZB','12BqEwBF','266538azMOsL','filename','Not\x20Provided','38283KijKCD','category','desc','568ZlLBGQ','exports','push','853665zjUAuI','fromMe','73410xRrnlp'];_0x113b=function(){return _0x24577b;};return _0x113b();}(function(_0xbadf16,_0x5db459){var _0x1032b7=_0x472a,_0x3a085f=_0xbadf16();while(!![]){try{var _0x1a548a=-parseInt(_0x1032b7(0x13e))/0x1+-parseInt(_0x1032b7(0x13a))/0x2+parseInt(_0x1032b7(0x14c))/0x3+parseInt(_0x1032b7(0x13d))/0x4*(-parseInt(_0x1032b7(0x147))/0x5)+parseInt(_0x1032b7(0x149))/0x6+parseInt(_0x1032b7(0x141))/0x7*(-parseInt(_0x1032b7(0x144))/0x8)+-parseInt(_0x1032b7(0x14b))/0x9*(-parseInt(_0x1032b7(0x13c))/0xa);if(_0x1a548a===_0x5db459)break;else _0x3a085f['push'](_0x3a085f['shift']());}catch(_0x1cf57e){_0x3a085f['push'](_0x3a085f['shift']());}}}(_0x113b,0x49263));var commands=[];function cmd(_0x228fba,_0x23592b){var _0x3a1103=_0x472a,_0xf7160d=_0x228fba;_0xf7160d[_0x3a1103(0x14a)]=_0x23592b;if(!_0xf7160d[_0x3a1103(0x13b)])_0xf7160d[_0x3a1103(0x13b)]=![];if(!_0x228fba[_0x3a1103(0x143)])_0x228fba[_0x3a1103(0x143)]='';if(!_0xf7160d[_0x3a1103(0x148)])_0xf7160d['fromMe']=![];if(!_0x228fba[_0x3a1103(0x142)])_0xf7160d['category']='misc';if(!_0x228fba[_0x3a1103(0x13f)])_0xf7160d['filename']=_0x3a1103(0x140);return commands[_0x3a1103(0x146)](_0xf7160d),_0xf7160d;}function _0x472a(_0x3fded0,_0x233624){var _0x113bc2=_0x113b();return _0x472a=function(_0x472ae4,_0x4f99bf){_0x472ae4=_0x472ae4-0x13a;var _0xa4d087=_0x113bc2[_0x472ae4];return _0xa4d087;},_0x472a(_0x3fded0,_0x233624);}module[_0x2b1b37(0x145)]={'cmd':cmd,'AddCommand':cmd,'Function':cmd,'Module':cmd,'commands':commands}; 24 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SHABAN-SOBX-MD", 3 | "version": "1.0.0", 4 | "description": "A WhatsApp bot created using Node.js", 5 | "main": "index.js", 6 | "scripts": { 7 | "start": "pm2 start index.js --deep-monitoring --attach --name SHABAN-SOBX-MD", 8 | "stop": "pm2 stop SHABAN-SOBX-MD", 9 | "restart": "pm2 restart SHABAN-SOBX-MD" 10 | }, 11 | "dependencies": { 12 | "@adiwajshing/keyed-db": "^0.2.4", 13 | "@black-king/temp-mail-gen": "1.0.1", 14 | "@blackamda/song_video_dl": "1.1.0", 15 | "@blackamda/telegram-image-url": "^1.0.0", 16 | "@bochilteam/scraper": "4.2.4", 17 | "@bochilteam/scraper-sosmed": "1.0.5", 18 | "@danitech/scraper": "1.0.7", 19 | "@ffmpeg-installer/ffmpeg": "^1.1.0", 20 | "@google/generative-ai": "0.17.1", 21 | "@saipulanuar/scraper": "3.0.0", 22 | "@sasmeee/wabetainfo": "1.1.1", 23 | "@sl-code-lords/esana-news": "1.0.3", 24 | "@sl-code-lords/image-library": "1.0.0", 25 | "@sl-code-lords/movie-dl": "1.1.0", 26 | "@sl-code-lords/photooxy": "1.0.1", 27 | "@sl-code-lords/si-subdl": "1.1.1", 28 | "@sl-code-lords/wabetainfo": "1.2.0", 29 | "@tobyg74/tiktok-api-dl": "1.0.13", 30 | "@vitalets/google-translate-api": "9.2.0", 31 | "@whiskeysockets/baileys": "git+https://github.com/prabathLK/Baileys-6.0.0.git#master", 32 | "api-dylux": "latest", 33 | "aptoide-scraper": "1.0.1", 34 | "awesome-phonenumber": "7.2.0", 35 | "axios": "^1.7.8", 36 | "bard-ai": "2.0.3", 37 | "betabotz-tools": "0.0.6", 38 | "btch-downloader": "2.3.1-alpha", 39 | "buffer": "6.0.3", 40 | "buffer-url": "1.0.0", 41 | "cc-suite": "1.0.5", 42 | "chart.js": "^4.4.0", 43 | "chatgpt-scraper": "^1.0.1", 44 | "cheerio": "^1.0.0-rc.12", 45 | "crypto-digest-sync": "^1.0.0", 46 | "crypto-js": "latest", 47 | "dandi-api": "1.2.0", 48 | "emoji-api": "3.0.1", 49 | "emoji-mixer": "1.0.33", 50 | "express": "latest", 51 | "extract-zip": "2.0.1", 52 | "fb-info-video": "1.0.2", 53 | "ffmpeg": "^0.0.4", 54 | "file_size_url": "^1.0.4", 55 | "file-type": "^16.5.3", 56 | "fluent-ffmpeg": "^2.1.2", 57 | "form-data": "^4.0.0", 58 | "fouadwa-scraper": "2.0.0", 59 | "fraction.js": "^4.3.7", 60 | "fs-extra": "^11.1.0", 61 | "g4f": "1.4.6", 62 | "gemini-ai": "latest", 63 | "getscreenshot.js": "1.0.0", 64 | "gms-mobile-news": "1.0.0", 65 | "google-image-sr": "^1.0.0", 66 | "google-it": "^1.6.4", 67 | "google-tts-api": "^2.0.2", 68 | "imaginesdk": "latest", 69 | "imgur": "latest", 70 | "is-standard-emoji": "1.0.0", 71 | "jimp": "0.16.1", 72 | "jspdf": "^2.5.1", 73 | "lodash": "^4.17.21", 74 | "mathjs": "^12.0.0", 75 | "mathsteps": "^0.2.0", 76 | "megajs": "1.3.4", 77 | "mfiredlcore-vihangayt": "^1.0.0", 78 | "mime-types": "2.1.35", 79 | "nima-wabeta-info": "1.0.5", 80 | "node-fetch": "^2.6.1", 81 | "pastebin-js": "latest", 82 | "path": "^0.12.7", 83 | "pino": "^9.5.0", 84 | "pm2": "^5.4.3", 85 | "PRABATH-MD": "file:", 86 | "qr-image": "3.2.0", 87 | "qrcode": "1.5.3", 88 | "qrcode-terminal": "^0.12.0", 89 | "qs": "^6.10.1", 90 | "remove-bg-node": "1.0.3", 91 | "Sachibot-Spotifydl": "git+https://github.com/AlenVelocity/spotifydl-core.git", 92 | "scr-emoji": "0.0.3", 93 | "seedr": "^1.1.2", 94 | "simple-git": "3.22.0", 95 | "sinhala-cricket-newsjs": "1.0.0", 96 | "sinhala-unicode": "2.0.0", 97 | "tesseract.js": "2.0.1", 98 | "tiktokdl": "0.0.4", 99 | "translatte": "^3.0.1", 100 | "turndown": "7.1.3", 101 | "unzipper": "0.12.2", 102 | "util": "^0.12.5", 103 | "vihangayt-fbdl": "1.0.2", 104 | "vm": "^0.1.0", 105 | "wa_set_pkg": "1.0.5", 106 | "wa-sticker-formatter": "^4.4.4", 107 | "webtorrent": "2.5.1", 108 | "xvideos-scraper": "1.0.4", 109 | "youtubedl-core": "4.11.7", 110 | "ytdl-mp3": "3.4.0", 111 | "ytdl-secktor": "latest", 112 | "ytmp3-scrap":"1.0.0", 113 | "bing-translate-api":"4.0.2", 114 | "ruhend-scraper" : "8.0.3", 115 | "dark-yasiya-sinhalasub.lk": "1.0.1", 116 | "moment-timezone": "^0.5.43", 117 | "mfiredlcore-vihangayt": "^1.0.0", 118 | "ytsearch-venom": "1.0.0", 119 | "yt-search": "2.12.1", 120 | "@mrnima/tiktok-downloader":"1.0.0", 121 | "@mrnima/facebook-downloader":"1.0.0", 122 | "mrnima-moviedl":"1.0.0" 123 | } 124 | } 125 | -------------------------------------------------------------------------------- /lib/functions.js: -------------------------------------------------------------------------------- 1 | /*_______________________________________________________________________________________________________________________________________________________________________________________________________________________ 2 | ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 3 | ─██████████████──██████████──██████──────────██████████████──██████──────────██████──██████████████──██████──────────██████████████──██████──██████──██████████████──████████████████─── 4 | ─██░░░░░░░░░░██──██░░░░░░██──██░░██──────────██░░░░░░░░░░██──██░░██████████──██░░██──██░░░░░░░░░░██──██░░██──────────██░░░░░░░░░░██──██░░██──██░░██──██░░░░░░░░░░██──██░░░░░░░░░░░░██─── 5 | ─██░░██████████──████░░████──██░░██──────────██░░██████████──██░░░░░░░░░░██──██░░██──██████░░██████──██░░██──────────██░░██████░░██──██░░██──██░░██──██░░██████████──██░░████████░░██─── 6 | ─██░░██────────────██░░██────██░░██──────────██░░██──────────██░░██████░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░██──────────██░░██────██░░██─── 7 | ─██░░██████████────██░░██────██░░██──────────██░░██████████──██░░██──██░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░██████████──██░░████████░░██─── 8 | ─██░░░░░░░░░░██────██░░██────██░░██──────────██░░░░░░░░░░██──██░░██──██░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░░░░░░░░░██──██░░░░░░░░░░░░██─── 9 | ─██████████░░██────██░░██────██░░██──────────██░░██████████──██░░██──██░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░██████████──██░░██████░░████─── 10 | ─────────██░░██────██░░██────██░░██──────────██░░██──────────██░░██──██░░██████░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░░░██░░░░██──██░░██──────────██░░██──██░░██───── 11 | ─██████████░░██──████░░████──██░░██████████──██░░██████████──██░░██──██░░░░░░░░░░██──────██░░██──────██░░██████████──██░░██████░░██──████░░░░░░████──██░░██████████──██░░██──██░░██████─ 12 | ─██░░░░░░░░░░██──██░░░░░░██──██░░░░░░░░░░██──██░░░░░░░░░░██──██░░██──██████████░░██──────██░░██──────██░░░░░░░░░░██──██░░░░░░░░░░██────████░░████────██░░░░░░░░░░██──██░░██──██░░░░░░██─ 13 | ─██████████████──██████████──██████████████──██████████████──██████──────────██████──────██████──────██████████████──██████████████──────██████──────██████████████──██████──██████████─ 14 | ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 15 | created by Silent_lover432 🕵 16 | contact me 923096287432 ♻️ 17 | © Copy coder alert ⚠ 18 | */ 19 | 20 | 21 | 22 | var _0x326e26=_0x52c0;function _0x52c0(_0x7d24a1,_0x8be195){var _0x217244=_0x2172();return _0x52c0=function(_0x52c08d,_0x2814d0){_0x52c08d=_0x52c08d-0x179;var _0x459f1a=_0x217244[_0x52c08d];return _0x459f1a;},_0x52c0(_0x7d24a1,_0x8be195);}(function(_0x1d024a,_0x5c615c){var _0x285383=_0x52c0,_0x50c581=_0x1d024a();while(!![]){try{var _0x51c672=-parseInt(_0x285383(0x17c))/0x1+-parseInt(_0x285383(0x182))/0x2*(parseInt(_0x285383(0x193))/0x3)+-parseInt(_0x285383(0x189))/0x4*(-parseInt(_0x285383(0x196))/0x5)+parseInt(_0x285383(0x191))/0x6*(-parseInt(_0x285383(0x17d))/0x7)+-parseInt(_0x285383(0x195))/0x8+-parseInt(_0x285383(0x181))/0x9+parseInt(_0x285383(0x190))/0xa;if(_0x51c672===_0x5c615c)break;else _0x50c581['push'](_0x50c581['shift']());}catch(_0x40292b){_0x50c581['push'](_0x50c581['shift']());}}}(_0x2172,0x35f13));const axios=require('axios'),getBuffer=async(_0x33e6d2,_0x46fe71)=>{var _0xc08f13=_0x52c0;try{_0x46fe71?_0x46fe71:{};var _0x300c74=await axios({'method':_0xc08f13(0x18c),'url':_0x33e6d2,'headers':{'DNT':0x1,'Upgrade-Insecure-Request':0x1},..._0x46fe71,'responseType':_0xc08f13(0x17f)});return _0x300c74[_0xc08f13(0x188)];}catch(_0x17a528){console['log'](_0x17a528);}},getGroupAdmins=_0x20060a=>{var _0x3df1c4=_0x52c0,_0x51cbf8=[];for(let _0x5a5309 of _0x20060a){_0x5a5309['admin']!==null?_0x51cbf8[_0x3df1c4(0x194)](_0x5a5309['id']):'';}return _0x51cbf8;},getRandom=_0x37cd2c=>{var _0x37fc75=_0x52c0;return''+Math[_0x37fc75(0x179)](Math[_0x37fc75(0x186)]()*0x2710)+_0x37cd2c;},h2k=_0x539fb5=>{var _0x18ff78=_0x52c0,_0x31647b=['','K','M','B','T','P','E'],_0x15c6a0=Math['log10'](Math[_0x18ff78(0x18a)](_0x539fb5))/0x3|0x0;if(_0x15c6a0==0x0)return _0x539fb5;var _0x68c738=_0x31647b[_0x15c6a0],_0xaeb9b8=Math[_0x18ff78(0x18e)](0xa,_0x15c6a0*0x3),_0x442cc1=_0x539fb5/_0xaeb9b8,_0x1d4649=_0x442cc1['toFixed'](0x1);if(/\.0$/[_0x18ff78(0x17e)](_0x1d4649))_0x1d4649=_0x1d4649[_0x18ff78(0x187)](0x0,_0x1d4649[_0x18ff78(0x18d)]-0x2);return _0x1d4649+_0x68c738;},isUrl=_0x3bdebf=>{var _0x15ec73=_0x52c0;return _0x3bdebf[_0x15ec73(0x18f)](new RegExp(/https?:\/\/(www\.)?[-a-zA-Z0-9@:%.+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%+.~#?&/=]*)/,'gi'));},Json=_0x42b5a6=>{var _0x40ec44=_0x52c0;return JSON[_0x40ec44(0x197)](_0x42b5a6,null,0x2);},runtime=_0x226b46=>{var _0x5e623c=_0x52c0;_0x226b46=Number(_0x226b46);var _0x3acd58=Math[_0x5e623c(0x179)](_0x226b46/(0xe10*0x18)),_0x11147a=Math[_0x5e623c(0x179)](_0x226b46%(0xe10*0x18)/0xe10),_0x37267d=Math[_0x5e623c(0x179)](_0x226b46%0xe10/0x3c),_0x184eb1=Math[_0x5e623c(0x179)](_0x226b46%0x3c),_0x19babd=_0x3acd58>0x0?_0x3acd58+(_0x3acd58==0x1?'\x20day,\x20':_0x5e623c(0x17a)):'',_0x46d4b5=_0x11147a>0x0?_0x11147a+(_0x11147a==0x1?_0x5e623c(0x18b):'\x20hours,\x20'):'',_0x588563=_0x37267d>0x0?_0x37267d+(_0x37267d==0x1?_0x5e623c(0x183):'\x20minutes,\x20'):'',_0x15c885=_0x184eb1>0x0?_0x184eb1+(_0x184eb1==0x1?_0x5e623c(0x192):_0x5e623c(0x17b)):'';return _0x19babd+_0x46d4b5+_0x588563+_0x15c885;},sleep=async _0x5c6709=>{return new Promise(_0x27c9ea=>setTimeout(_0x27c9ea,_0x5c6709));},fetchJson=async(_0xa926b,_0x320719)=>{var _0x5beedb=_0x52c0;try{_0x320719?_0x320719:{};const _0x3596c3=await axios({'method':_0x5beedb(0x184),'url':_0xa926b,'headers':{'User-Agent':_0x5beedb(0x185)},..._0x320719});return _0x3596c3[_0x5beedb(0x188)];}catch(_0x206360){return _0x206360;}};function _0x2172(){var _0x331799=['exports','66717jDinWp','350hhJjgh','\x20minute,\x20','GET','Mozilla/5.0\x20(Windows\x20NT\x2010.0;\x20Win64;\x20x64)\x20AppleWebKit/537.36\x20(KHTML,\x20like\x20Gecko)\x20Chrome/95.0.4638.69\x20Safari/537.36','random','substr','data','12ArkHUr','abs','\x20hour,\x20','get','length','pow','match','11344510FrhLNy','1680276xObYRC','\x20second','1275UxKEGT','push','2242712JEsNpa','165565XuYETB','stringify','floor','\x20days,\x20','\x20seconds','370670ywBaWi','7Rcfcjr','test','arraybuffer'];_0x2172=function(){return _0x331799;};return _0x2172();}module[_0x326e26(0x180)]={'getBuffer':getBuffer,'getGroupAdmins':getGroupAdmins,'getRandom':getRandom,'h2k':h2k,'isUrl':isUrl,'Json':Json,'runtime':runtime,'sleep':sleep,'fetchJson':fetchJson}; 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | --------- 2 | 3 | ###
📡 SHABAN-SOBX-MD 📡 4 | 💛 **`THE WORLD BEST WHATSAPP BOT CREATED BY MRSHABAN`** 💛 5 | 6 | ---------- 7 | 8 | 9 | 10 | ------- 11 | 12 |

13 | 14 | 15 | ------------ 16 | 17 | 19 | 20 |
21 | 22 | `❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀` 23 | 24 |
25 | 26 | -------- 27 | 28 |

29 | 30 | 31 | 32 | 33 |    34 |

35 |

36 |

37 | 38 | ----------- 39 | ---------- 40 | 41 |


SHABAN-SOBX-MD-V2
42 | 43 | ------------ 44 | 45 | 46 | 47 | 48 | -------------- 49 | 50 | `߷߷߷߷߷߷߷߷߷߷߷߷߷߷߷߷߷߷߷߷߷` 51 | 52 | ---------------- 53 | 54 | ![repo views](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FMRSHABAN%2FSHABAN-SOBX-MD&count_bg=%2379C83D&title_bg=%23555555&icon=gitpod.svg&icon_color=%23E7E7E7&title=Views&edge_flat=false) 55 | 56 | 57 | ![forks](https://img.shields.io/github/forks/MRSHABAN/SHABAN-SOBX-MD?label=Forks&style=social) 58 | 59 | 60 | ![stars](https://img.shields.io/github/stars/MRSHABAN/SHABAN-SOBX-MD?style=social) 61 | 62 | 63 | [![FORK SHABAN-SOBX-MD](https://img.shields.io/badge/FORK%20-SHABAN%20SOBX%20MD-white)](https://github.com/MRSHABAN/SHABAN-SOBX-MD/fork) 64 | 65 | `❁❁❁❁❁❁❁❁❁❁❁❁❁❁❁❁❁❁❁❁❁❁❁❁❁❁` 66 | 67 | --------------- 68 | 69 | 70 |

71 | 72 | ----------------- 73 | 74 | 🚀 `THIS BOT IS CREATED TO DOWNLOAD'S AND FIND VARIOUS TYPES THINGS QUICKLY **EXAMPLE** LOGO, PHOTO, STICKERS, VIDEOS, MOVIES, ADULT, AND MANY MORE FEATURES BY USING THIS BOT™ THIS BOT IS CREATED TO USING` 🚀 **[Baileys](https://github.com/WhiskeySockets/Baileys)** 75 | 76 | ------------------ 77 | 78 | `✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎✿︎︎` 79 | 80 | ----------------- 81 | 82 | ###
🙏 FOR SUPPORT 🙏 83 | 84 | **`➩ HII DEARS FRIENDS IF YOU WANT ANY HELP SO YOU CAN CONTACT↘︎ WITH ME WIA WHATSAPP ITS ME MR✠SHABAN࿐➺`** 85 | 86 | ------- 87 | 88 |

89 | 90 | whatsapp 91 | 92 | ----------- 93 | 94 | `♡︎ IF YOU WANT MORE ABOUT SHABAN-SOBX-MD WHATSAPP BOT :-NEW UPDATED NEW CMDS SO JOIN OUR WHATSAPP GROUP FOR MORE INFORMATION CLICK THIS RED BUTTON 🔳 AND JOIN THE GROUP ♡︎` 95 | 96 | --------- 97 | 98 | 😍 ᴊᴏɪɴ ᴍʏ ᴡʜᴀᴛsᴀᴘᴘ ɢʀᴏᴜᴘ ғᴏʀ ᴜᴘᴅᴀᴛᴇ 😍 99 | 100 | ----------- 101 | 102 | `✰ IF YOU WANT MORE ABOUT SHABAN-SOBX-MD WHATSAPP BOT :-NEW UPDATED NEW CMDS SO SUBSCRIBE OUR YOUTUBE CHANNEL FOR MORE INFORMATION CLICK THIS BLUE BUTTON 🔳 AND JOIN THE YOUTUBE CHANNEL ✰` 103 | 104 | ---------- 105 | 106 | 🥰 ᴊᴏɪɴ ᴍʏ ʏᴏᴜᴛᴜʙᴇ ғᴏʀ ᴜᴘᴅᴀᴛᴇ 🥰 107 | 108 | -------------- 109 | 110 | `✰`✰`✰`✰`✰`✰`✰`✠`✰`✰`✰`✰`✰`✰ 111 | 112 | 113 | 114 | ------------- 115 | 116 | < 117 | ###
❖ SESSION_ID ❖ 118 | 119 | 120 | `✠ IF YOU DON'T HAVE YOUR SESSION_ID SO U CAN GET IT CLICK ON SESSION_ID BUTTON AND PASTE YOUR NUMBER With COUNTRY CODE EXAMPLE:+92309XXXX THEN YOU CAN GET YOUR SESSION_ID ✠` 121 | 122 | ---------- 123 | 124 |

125 | 126 |

127 | 128 | ---------- 129 | 130 | ---------- 131 | 132 | ---------- 133 | 134 | ---------- 135 | 136 | ###
✫ DEPLOY_HEROKU ✫ 137 | 138 | `✠ IF YOU WANT TO DEPLOY SHABAN-SOBX-MD BOT ON HEROKU SO FIRST GET YOUR SESSION_ID THEN CLICK THIS BLUE BUTTON [DEPLOY TO HEROKU] THEN YOU CAN ENJOY THIS BOT ✠` 139 | 140 | ------------ 141 | 142 | [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new-app?template=https://github.com/MRSHABAN/SHABAN-SOBX-MD) 143 | 144 | ---------- 145 | 146 | ###
✫ DEPLOY_REPLIT ✫ 147 | 148 | `✠ IF U HAVE YOUR REPLIT ACCOUNT SO YOU CAN EASY DEPLOY SHABAN-SOBX-MD ON REPLIT CLICK BLACK BUTTON [DEPLOY TO REPLIT] AND FIND CONFIG.JSON FILE THEN PASTE YOUR SESSION AND MONGODB KEY THEN RUN CODE AND ENJOY BOT ✠` 149 | 150 | ------------- 151 | 152 |

153 | 154 | -------------- 155 | 156 | ###
✫ DEPLOY_KOYEB ✫ 157 | 158 | `۞ IF YOU HAVE YOUR KOYEB ACCOUNT SO YOU CAN DEPLOY SHABAN-SOBX-MD ON KOYEB WITH EASY SETUP NOTE:-MAYBE SOME PROBLEM TO DEPLOY ON KOYEB I ILL FIX SOON ۞` 159 | 160 | --------- 161 | 162 | DEPLOY 163 | 164 | ------------ 165 | 166 | ###
✫ DEPLOY_RAILWAY ✫ 167 | 168 | `✪ IF YOU HAVE YOUR RAILWAY ACCOUNT SO YOU CAN DEPLOY SHABAN-SOBX-MD ON RAILWAY WITH EASY SETUP NOTE:-MAYBE SOME PROBLEM TO DEPLOY ON KOYEB I ILL FIX SOON ✪` 169 | 170 | -------- 171 | 172 | DEPLOY

173 | 174 | --------------- 175 | 176 | ###
𖣘 MORE DEPLOY METHOD 𖣘 177 | 178 | -------- 179 | ###
߷ DEPLOY_GLITCH ߷ 180 | 181 | DEPLOY

182 | 183 | -------- 184 | 185 | ###
☠︎︎ DEPLOY_CODESPACE ☠︎︎ 186 | 187 | DEPLOY

188 | 189 | -------- 190 | 191 | ###
☀︎︎ DEPLOY_RENDER ☀︎︎ 192 | 193 | DEPLOY

194 | 195 | ----------- 196 | 197 | ###
☺︎︎ DEPLOY_WORKFLOWS ☺︎︎ 198 | ``` 199 | name: Node.js CI 200 | 201 | on: 202 | push: 203 | branches: 204 | - main 205 | pull_request: 206 | branches: 207 | - main 208 | 209 | jobs: 210 | build: 211 | 212 | runs-on: ubuntu-latest 213 | 214 | strategy: 215 | matrix: 216 | node-version: [20.x] 217 | 218 | steps: 219 | - name: Checkout repository 220 | uses: actions/checkout@v3 221 | 222 | - name: Set up Node.js 223 | uses: actions/setup-node@v3 224 | with: 225 | node-version: ${{ matrix.node-version }} 226 | 227 | - name: Install dependencies 228 | run: npm install 229 | 230 | - name: Start application 231 | run: npm start 232 | ``` 233 | 234 | ----------- 235 | 236 | `😍 HOW TO DEPLOY SHABAN-SOBX-MD ON WORKFLOWS FREE GITHUB WATCH VIDEO 😍` 237 | 238 | ------------- 239 | 240 |

241 | Watch tutorial on YouTube 242 | 243 |

244 | 245 | ------------- 246 | 247 | 248 | 249 | ------------ 250 | 251 | `⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛⚛` 252 | 253 | ------------------- 254 | 255 | 256 | 257 | 258 | ----------- 259 | 260 | ***😇THANKS FOR USING SHABAN-SOBX-MD WHATSAPP BOT IF U HAVE ANY PROBLEM YOU CAN CONTECT ME NOTE SHABAN-SOBX-MD A ANTIBAN WHATSAPP BOT BUT IF YOUR WHATSAPP ACCOUNT BANNED THEN I'M NO RESPONSE ABLE THANKYOU BY MRSHABAN282 KING OF WHATSAPP🤠*** 261 | 262 | ------------ 263 | 264 | ![license](https://img.shields.io/github/license/SILENTLOVER40/SILENT-SOBX-MD?color=green&label=License&style=plastic) 265 | 266 | ---------- 267 | 268 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "[]" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright [yyyy] [name of copyright owner] 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /lib/msg.js: -------------------------------------------------------------------------------- 1 | /*_______________________________________________________________________________________________________________________________________________________________________________________________________________________ 2 | ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 3 | ─██████████████──██████████──██████──────────██████████████──██████──────────██████──██████████████──██████──────────██████████████──██████──██████──██████████████──████████████████─── 4 | ─██░░░░░░░░░░██──██░░░░░░██──██░░██──────────██░░░░░░░░░░██──██░░██████████──██░░██──██░░░░░░░░░░██──██░░██──────────██░░░░░░░░░░██──██░░██──██░░██──██░░░░░░░░░░██──██░░░░░░░░░░░░██─── 5 | ─██░░██████████──████░░████──██░░██──────────██░░██████████──██░░░░░░░░░░██──██░░██──██████░░██████──██░░██──────────██░░██████░░██──██░░██──██░░██──██░░██████████──██░░████████░░██─── 6 | ─██░░██────────────██░░██────██░░██──────────██░░██──────────██░░██████░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░██──────────██░░██────██░░██─── 7 | ─██░░██████████────██░░██────██░░██──────────██░░██████████──██░░██──██░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░██████████──██░░████████░░██─── 8 | ─██░░░░░░░░░░██────██░░██────██░░██──────────██░░░░░░░░░░██──██░░██──██░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░░░░░░░░░██──██░░░░░░░░░░░░██─── 9 | ─██████████░░██────██░░██────██░░██──────────██░░██████████──██░░██──██░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░██████████──██░░██████░░████─── 10 | ─────────██░░██────██░░██────██░░██──────────██░░██──────────██░░██──██░░██████░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░░░██░░░░██──██░░██──────────██░░██──██░░██───── 11 | ─██████████░░██──████░░████──██░░██████████──██░░██████████──██░░██──██░░░░░░░░░░██──────██░░██──────██░░██████████──██░░██████░░██──████░░░░░░████──██░░██████████──██░░██──██░░██████─ 12 | ─██░░░░░░░░░░██──██░░░░░░██──██░░░░░░░░░░██──██░░░░░░░░░░██──██░░██──██████████░░██──────██░░██──────██░░░░░░░░░░██──██░░░░░░░░░░██────████░░████────██░░░░░░░░░░██──██░░██──██░░░░░░██─ 13 | ─██████████████──██████████──██████████████──██████████████──██████──────────██████──────██████──────██████████████──██████████████──────██████──────██████████████──██████──██████████─ 14 | ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 15 | created by Silent_lover432 🕵 16 | contact me 923096287432 ♻️ 17 | © Copy coder alert ⚠ 18 | */ 19 | 20 | 21 | const _0x5a9488=_0x4fbe;(function(_0x43daa1,_0x2001d9){const _0x51e905=_0x4fbe,_0x16995b=_0x43daa1();while(!![]){try{const _0x48b328=-parseInt(_0x51e905(0x116))/0x1*(parseInt(_0x51e905(0xdf))/0x2)+-parseInt(_0x51e905(0xe3))/0x3*(parseInt(_0x51e905(0xd8))/0x4)+-parseInt(_0x51e905(0x11f))/0x5*(parseInt(_0x51e905(0x11d))/0x6)+-parseInt(_0x51e905(0x12e))/0x7*(parseInt(_0x51e905(0x129))/0x8)+parseInt(_0x51e905(0xf2))/0x9+parseInt(_0x51e905(0xdd))/0xa+-parseInt(_0x51e905(0xda))/0xb*(-parseInt(_0x51e905(0x11e))/0xc);if(_0x48b328===_0x2001d9)break;else _0x16995b['push'](_0x16995b['shift']());}catch(_0x62933f){_0x16995b['push'](_0x16995b['shift']());}}}(_0x1538,0x3e381));function _0x4fbe(_0x2380e1,_0x2bfd68){const _0x1538f2=_0x1538();return _0x4fbe=function(_0x4fbe26,_0x29e92f){_0x4fbe26=_0x4fbe26-0xd7;let _0x49324b=_0x1538f2[_0x4fbe26];return _0x49324b;},_0x4fbe(_0x2380e1,_0x2bfd68);}const {proto,downloadContentFromMessage,getContentType}=require(_0x5a9488(0xdb)),fs=require('fs'),downloadMediaMessage=async(_0x3aa729,_0x147330)=>{const _0x48922b=_0x5a9488;_0x3aa729['type']===_0x48922b(0xf0)&&(_0x3aa729[_0x48922b(0x121)]=_0x3aa729[_0x48922b(0xfd)][_0x48922b(0x121)]);if(_0x3aa729[_0x48922b(0x121)]===_0x48922b(0x11c)){var _0x51d6eb=_0x147330?_0x147330+_0x48922b(0x115):_0x48922b(0x127);const _0x5756de=await downloadContentFromMessage(_0x3aa729[_0x48922b(0xfd)],'image');let _0x5178bf=Buffer[_0x48922b(0xfc)]([]);for await(const _0x508474 of _0x5756de){_0x5178bf=Buffer[_0x48922b(0xf1)]([_0x5178bf,_0x508474]);}return fs[_0x48922b(0x12b)](_0x51d6eb,_0x5178bf),fs['readFileSync'](_0x51d6eb);}else{if(_0x3aa729[_0x48922b(0x121)]===_0x48922b(0x100)){var _0x5c7fd7=_0x147330?_0x147330+_0x48922b(0xd7):_0x48922b(0x111);const _0x32daf3=await downloadContentFromMessage(_0x3aa729[_0x48922b(0xfd)],_0x48922b(0xec));let _0x144be4=Buffer[_0x48922b(0xfc)]([]);for await(const _0x585b12 of _0x32daf3){_0x144be4=Buffer[_0x48922b(0xf1)]([_0x144be4,_0x585b12]);}return fs[_0x48922b(0x12b)](_0x5c7fd7,_0x144be4),fs[_0x48922b(0xf7)](_0x5c7fd7);}else{if(_0x3aa729['type']==='audioMessage'){var _0x599aea=_0x147330?_0x147330+_0x48922b(0xee):_0x48922b(0xd9);const _0x49a4cc=await downloadContentFromMessage(_0x3aa729[_0x48922b(0xfd)],_0x48922b(0x10c));let _0x423e53=Buffer['from']([]);for await(const _0x41c883 of _0x49a4cc){_0x423e53=Buffer['concat']([_0x423e53,_0x41c883]);}return fs['writeFileSync'](_0x599aea,_0x423e53),fs[_0x48922b(0xf7)](_0x599aea);}else{if(_0x3aa729['type']==='stickerMessage'){var _0x564c74=_0x147330?_0x147330+'.webp':_0x48922b(0xf6);const _0x2c4b92=await downloadContentFromMessage(_0x3aa729[_0x48922b(0xfd)],'sticker');let _0xe0a074=Buffer[_0x48922b(0xfc)]([]);for await(const _0x3b7f9c of _0x2c4b92){_0xe0a074=Buffer['concat']([_0xe0a074,_0x3b7f9c]);}return fs[_0x48922b(0x12b)](_0x564c74,_0xe0a074),fs[_0x48922b(0xf7)](_0x564c74);}else{if(_0x3aa729[_0x48922b(0x121)]===_0x48922b(0x114)){var _0x53c74b=_0x3aa729['msg'][_0x48922b(0xe4)][_0x48922b(0xf9)]('.')[0x1][_0x48922b(0x12c)]()[_0x48922b(0xff)](_0x48922b(0x126),_0x48922b(0xdc))[_0x48922b(0xff)]('png','jpg')[_0x48922b(0xff)](_0x48922b(0xe6),'mp3'),_0x1c5869=_0x147330?_0x147330+'.'+_0x53c74b:'undefined.'+_0x53c74b;const _0x22bb3c=await downloadContentFromMessage(_0x3aa729[_0x48922b(0xfd)],_0x48922b(0x124));let _0x24df9d=Buffer[_0x48922b(0xfc)]([]);for await(const _0x1839b4 of _0x22bb3c){_0x24df9d=Buffer[_0x48922b(0xf1)]([_0x24df9d,_0x1839b4]);}return fs[_0x48922b(0x12b)](_0x1c5869,_0x24df9d),fs[_0x48922b(0xf7)](_0x1c5869);}}}}}},sms=(_0x13d477,_0x1453f4)=>{const _0x5baaf2=_0x5a9488;_0x1453f4[_0x5baaf2(0x122)]&&(_0x1453f4['id']=_0x1453f4[_0x5baaf2(0x122)]['id'],_0x1453f4[_0x5baaf2(0x128)]=_0x1453f4[_0x5baaf2(0x122)]['remoteJid'],_0x1453f4[_0x5baaf2(0xe8)]=_0x1453f4[_0x5baaf2(0x122)][_0x5baaf2(0xe8)],_0x1453f4[_0x5baaf2(0xed)]=_0x1453f4[_0x5baaf2(0x128)][_0x5baaf2(0x120)](_0x5baaf2(0x12a)),_0x1453f4[_0x5baaf2(0x118)]=_0x1453f4[_0x5baaf2(0xe8)]?_0x13d477[_0x5baaf2(0x10d)]['id']['split'](':')[0x0]+'@s.whatsapp.net':_0x1453f4[_0x5baaf2(0xed)]?_0x1453f4[_0x5baaf2(0x122)]['participant']:_0x1453f4[_0x5baaf2(0x122)][_0x5baaf2(0x108)]);if(_0x1453f4['message']){_0x1453f4['type']=getContentType(_0x1453f4[_0x5baaf2(0xde)]),_0x1453f4[_0x5baaf2(0xfd)]=_0x1453f4['type']===_0x5baaf2(0xf0)?_0x1453f4['message'][_0x1453f4[_0x5baaf2(0x121)]]['message'][getContentType(_0x1453f4[_0x5baaf2(0xde)][_0x1453f4[_0x5baaf2(0x121)]]['message'])]:_0x1453f4[_0x5baaf2(0xde)][_0x1453f4[_0x5baaf2(0x121)]];if(_0x1453f4[_0x5baaf2(0xfd)]){_0x1453f4['type']==='viewOnceMessage'&&(_0x1453f4[_0x5baaf2(0xfd)]['type']=getContentType(_0x1453f4[_0x5baaf2(0xde)][_0x1453f4[_0x5baaf2(0x121)]]['message']));var _0x7bb424=_0x1453f4['msg'][_0x5baaf2(0x105)]!=null?_0x1453f4[_0x5baaf2(0xfd)][_0x5baaf2(0x105)][_0x5baaf2(0x119)]:'',_0x135ac9=_0x1453f4[_0x5baaf2(0xfd)][_0x5baaf2(0x105)]!=null?_0x1453f4[_0x5baaf2(0xfd)][_0x5baaf2(0x105)][_0x5baaf2(0x10a)]:[],_0x21f33a=typeof _0x135ac9==_0x5baaf2(0xf5)?[_0x135ac9]:_0x135ac9;_0x21f33a!=undefined?_0x21f33a['push'](_0x7bb424):[],_0x1453f4[_0x5baaf2(0x11a)]=_0x21f33a!=undefined?_0x21f33a[_0x5baaf2(0xe5)](_0x1ab38e=>_0x1ab38e):[],_0x1453f4[_0x5baaf2(0x11b)]=_0x1453f4['type']===_0x5baaf2(0x123)?_0x1453f4[_0x5baaf2(0xfd)]:_0x1453f4[_0x5baaf2(0x121)]===_0x5baaf2(0x102)?_0x1453f4[_0x5baaf2(0xfd)][_0x5baaf2(0xfb)]:_0x1453f4['type']==_0x5baaf2(0x11c)&&_0x1453f4['msg'][_0x5baaf2(0xef)]?_0x1453f4['msg'][_0x5baaf2(0xef)]:_0x1453f4[_0x5baaf2(0x121)]==_0x5baaf2(0x100)&&_0x1453f4[_0x5baaf2(0xfd)][_0x5baaf2(0xef)]?_0x1453f4['msg'][_0x5baaf2(0xef)]:_0x1453f4['type']=='templateButtonReplyMessage'&&_0x1453f4[_0x5baaf2(0xfd)][_0x5baaf2(0x10e)]?_0x1453f4[_0x5baaf2(0xfd)][_0x5baaf2(0x10e)]:_0x1453f4[_0x5baaf2(0x121)]==_0x5baaf2(0xfa)&&_0x1453f4[_0x5baaf2(0xfd)][_0x5baaf2(0x117)]?_0x1453f4[_0x5baaf2(0xfd)]['selectedButtonId']:'',_0x1453f4[_0x5baaf2(0x10b)]=_0x1453f4[_0x5baaf2(0xfd)][_0x5baaf2(0x105)]!=undefined?_0x1453f4['msg'][_0x5baaf2(0x105)]['quotedMessage']:null;if(_0x1453f4[_0x5baaf2(0x10b)]){_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0x121)]=getContentType(_0x1453f4[_0x5baaf2(0x10b)]),_0x1453f4[_0x5baaf2(0x10b)]['id']=_0x1453f4[_0x5baaf2(0xfd)]['contextInfo'][_0x5baaf2(0xf3)],_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0x118)]=_0x1453f4[_0x5baaf2(0xfd)]['contextInfo'][_0x5baaf2(0x119)],_0x1453f4['quoted'][_0x5baaf2(0xe8)]=_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0x118)]['split']('@')[0x0]['includes'](_0x13d477[_0x5baaf2(0x10d)]['id'][_0x5baaf2(0xf9)](':')[0x0]),_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0xfd)]=_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0x121)]===_0x5baaf2(0xf0)?_0x1453f4[_0x5baaf2(0x10b)][_0x1453f4[_0x5baaf2(0x10b)]['type']]['message'][getContentType(_0x1453f4['quoted'][_0x1453f4[_0x5baaf2(0x10b)]['type']][_0x5baaf2(0xde)])]:_0x1453f4[_0x5baaf2(0x10b)][_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0x121)]];_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0x121)]===_0x5baaf2(0xf0)&&(_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0xfd)][_0x5baaf2(0x121)]=getContentType(_0x1453f4[_0x5baaf2(0x10b)][_0x1453f4['quoted'][_0x5baaf2(0x121)]]['message']));var _0x1f9efc=_0x1453f4['quoted'][_0x5baaf2(0xfd)]['contextInfo']!=null?_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0xfd)][_0x5baaf2(0x105)][_0x5baaf2(0x119)]:'',_0x4d583b=_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0xfd)][_0x5baaf2(0x105)]!=null?_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0xfd)][_0x5baaf2(0x105)][_0x5baaf2(0x10a)]:[],_0x5e724b=typeof _0x4d583b==_0x5baaf2(0xf5)?[_0x4d583b]:_0x4d583b;_0x5e724b!=undefined?_0x5e724b['push'](_0x1f9efc):[],_0x1453f4['quoted'][_0x5baaf2(0x11a)]=_0x5e724b!=undefined?_0x5e724b[_0x5baaf2(0xe5)](_0x112a3f=>_0x112a3f):[],_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0x110)]=proto[_0x5baaf2(0x113)][_0x5baaf2(0x12d)]({'key':{'remoteJid':_0x1453f4[_0x5baaf2(0x128)],'fromMe':_0x1453f4[_0x5baaf2(0x10b)]['fromMe'],'id':_0x1453f4[_0x5baaf2(0x10b)]['id'],'participant':_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0x118)]},'message':_0x1453f4[_0x5baaf2(0x10b)]}),_0x1453f4['quoted'][_0x5baaf2(0xeb)]=_0x2b3ab8=>downloadMediaMessage(_0x1453f4[_0x5baaf2(0x10b)],_0x2b3ab8),_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0xe1)]=()=>_0x13d477[_0x5baaf2(0xf8)](_0x1453f4[_0x5baaf2(0x128)],{'delete':_0x1453f4['quoted'][_0x5baaf2(0x110)][_0x5baaf2(0x122)]}),_0x1453f4[_0x5baaf2(0x10b)][_0x5baaf2(0xf4)]=_0x197eee=>_0x13d477['sendMessage'](_0x1453f4[_0x5baaf2(0x128)],{'react':{'text':_0x197eee,'key':_0x1453f4['quoted'][_0x5baaf2(0x110)]['key']}});}}_0x1453f4[_0x5baaf2(0xeb)]=_0x5ca008=>downloadMediaMessage(_0x1453f4,_0x5ca008);}return _0x1453f4[_0x5baaf2(0x101)]=(_0x41cb42,_0x5bcc2f=_0x1453f4[_0x5baaf2(0x128)],_0x28068e={'mentions':[_0x1453f4['sender']]})=>_0x13d477[_0x5baaf2(0xf8)](_0x5bcc2f,{'text':_0x41cb42,'contextInfo':{'mentionedJid':_0x28068e[_0x5baaf2(0x104)]}},{'quoted':_0x1453f4}),_0x1453f4['replyS']=(_0x29ab83,_0x359a69=_0x1453f4[_0x5baaf2(0x128)],_0x3fabd3={'mentions':[_0x1453f4['sender']]})=>_0x13d477[_0x5baaf2(0xf8)](_0x359a69,{'sticker':_0x29ab83,'contextInfo':{'mentionedJid':_0x3fabd3[_0x5baaf2(0x104)]}},{'quoted':_0x1453f4}),_0x1453f4[_0x5baaf2(0xe9)]=(_0x17fe45,_0x2218f1,_0x20080a=_0x1453f4[_0x5baaf2(0x128)],_0x515d88={'mentions':[_0x1453f4[_0x5baaf2(0x118)]]})=>_0x13d477['sendMessage'](_0x20080a,{'image':_0x17fe45,'caption':_0x2218f1,'contextInfo':{'mentionedJid':_0x515d88[_0x5baaf2(0x104)]}},{'quoted':_0x1453f4}),_0x1453f4['replyVid']=(_0x1606d7,_0x1591fa,_0x3a7dc8=_0x1453f4[_0x5baaf2(0x128)],_0x9e0ecd={'mentions':[_0x1453f4['sender']],'gif':![]})=>_0x13d477['sendMessage'](_0x3a7dc8,{'video':_0x1606d7,'caption':_0x1591fa,'gifPlayback':_0x9e0ecd[_0x5baaf2(0xe7)],'contextInfo':{'mentionedJid':_0x9e0ecd[_0x5baaf2(0x104)]}},{'quoted':_0x1453f4}),_0x1453f4['replyAud']=(_0x16a4b3,_0x21e7b4=_0x1453f4[_0x5baaf2(0x128)],_0x4ca5fb={'mentions':[_0x1453f4[_0x5baaf2(0x118)]],'ptt':![]})=>_0x13d477[_0x5baaf2(0xf8)](_0x21e7b4,{'audio':_0x16a4b3,'ptt':_0x4ca5fb['ptt'],'mimetype':'audio/mpeg','contextInfo':{'mentionedJid':_0x4ca5fb['mentions']}},{'quoted':_0x1453f4}),_0x1453f4['replyDoc']=(_0x5f5568,_0x1402e9=_0x1453f4[_0x5baaf2(0x128)],_0x29eb4b={'mentions':[_0x1453f4[_0x5baaf2(0x118)]],'filename':_0x5baaf2(0xfe),'mimetype':_0x5baaf2(0x125)})=>_0x13d477[_0x5baaf2(0xf8)](_0x1402e9,{'document':_0x5f5568,'mimetype':_0x29eb4b[_0x5baaf2(0xe0)],'fileName':_0x29eb4b[_0x5baaf2(0x10f)],'contextInfo':{'mentionedJid':_0x29eb4b[_0x5baaf2(0x104)]}},{'quoted':_0x1453f4}),_0x1453f4[_0x5baaf2(0xe2)]=(_0x2e1d11,_0x1e632c,_0x15a6f7)=>{const _0x3d411e=_0x5baaf2;var _0x34d64d=_0x3d411e(0x112)+_0x3d411e(0x106)+'FN:'+_0x2e1d11+'\x0a'+_0x3d411e(0x109)+_0x1e632c+';\x0a'+_0x3d411e(0x107)+_0x15a6f7+':+'+_0x15a6f7+'\x0a'+_0x3d411e(0xea);_0x13d477[_0x3d411e(0xf8)](_0x1453f4[_0x3d411e(0x128)],{'contacts':{'displayName':_0x2e1d11,'contacts':[{'vcard':_0x34d64d}]}},{'quoted':_0x1453f4});},_0x1453f4[_0x5baaf2(0xf4)]=_0xb119e6=>_0x13d477[_0x5baaf2(0xf8)](_0x1453f4[_0x5baaf2(0x128)],{'react':{'text':_0xb119e6,'key':_0x1453f4[_0x5baaf2(0x122)]}}),_0x1453f4;};module[_0x5a9488(0x103)]={'sms':sms,'downloadMediaMessage':downloadMediaMessage};function _0x1538(){const _0x725068=['isGroup','.mp3','caption','viewOnceMessage','concat','2271609mlvrcB','stanzaId','react','string','undefined.webp','readFileSync','sendMessage','split','buttonsResponseMessage','text','from','msg','undefined.pdf','replace','videoMessage','reply','extendedTextMessage','exports','mentions','contextInfo','VERSION:3.0\x0a','TEL;type=CELL;type=VOICE;waid=','remoteJid','ORG:','mentionedJid','quoted','audio','user','selectedId','filename','fakeObj','undefined.mp4','BEGIN:VCARD\x0a','WebMessageInfo','documentMessage','.jpg','2fHSAin','selectedButtonId','sender','participant','mentionUser','body','imageMessage','6HmFlso','3444eMnRIs','1626035HSbDjS','endsWith','type','key','conversation','document','application/pdf','jpeg','undefined.jpg','chat','8LBxctO','@g.us','writeFileSync','toLowerCase','fromObject','1058701mbklvm','.mp4','268tOOkmA','undefined.mp3','28501ACvDXh','@whiskeysockets/baileys','jpg','4211400ARGXdD','message','227914ytkwLe','mimetype','delete','replyContact','20505AKceVL','fileName','filter','m4a','gif','fromMe','replyImg','END:VCARD','download','video'];_0x1538=function(){return _0x725068;};return _0x1538();} 22 | -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | /*_______________________________________________________________________________________________________________________________________________________________________________________________________________________ 2 | ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 3 | ─██████████████──██████████──██████──────────██████████████──██████──────────██████──██████████████──██████──────────██████████████──██████──██████──██████████████──████████████████─── 4 | ─██░░░░░░░░░░██──██░░░░░░██──██░░██──────────██░░░░░░░░░░██──██░░██████████──██░░██──██░░░░░░░░░░██──██░░██──────────██░░░░░░░░░░██──██░░██──██░░██──██░░░░░░░░░░██──██░░░░░░░░░░░░██─── 5 | ─██░░██████████──████░░████──██░░██──────────██░░██████████──██░░░░░░░░░░██──██░░██──██████░░██████──██░░██──────────██░░██████░░██──██░░██──██░░██──██░░██████████──██░░████████░░██─── 6 | ─██░░██────────────██░░██────██░░██──────────██░░██──────────██░░██████░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░██──────────██░░██────██░░██─── 7 | ─██░░██████████────██░░██────██░░██──────────██░░██████████──██░░██──██░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░██████████──██░░████████░░██─── 8 | ─██░░░░░░░░░░██────██░░██────██░░██──────────██░░░░░░░░░░██──██░░██──██░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░░░░░░░░░██──██░░░░░░░░░░░░██─── 9 | ─██████████░░██────██░░██────██░░██──────────██░░██████████──██░░██──██░░██──██░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░██──██░░██──██░░██████████──██░░██████░░████─── 10 | ─────────██░░██────██░░██────██░░██──────────██░░██──────────██░░██──██░░██████░░██──────██░░██──────██░░██──────────██░░██──██░░██──██░░░░██░░░░██──██░░██──────────██░░██──██░░██───── 11 | ─██████████░░██──████░░████──██░░██████████──██░░██████████──██░░██──██░░░░░░░░░░██──────██░░██──────██░░██████████──██░░██████░░██──████░░░░░░████──██░░██████████──██░░██──██░░██████─ 12 | ─██░░░░░░░░░░██──██░░░░░░██──██░░░░░░░░░░██──██░░░░░░░░░░██──██░░██──██████████░░██──────██░░██──────██░░░░░░░░░░██──██░░░░░░░░░░██────████░░████────██░░░░░░░░░░██──██░░██──██░░░░░░██─ 13 | ─██████████████──██████████──██████████████──██████████████──██████──────────██████──────██████──────██████████████──██████████████──────██████──────██████████████──██████──██████████─ 14 | ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 15 | created by Silent_lover432 🕵 16 | contact me 923096287432 ♻️ 17 | © Copy coder alert ⚠ 18 | */ 19 | 20 | 21 | 22 | function _0x205c(_0x51ff4d,_0x12f868){const _0x242733=_0x2427();return _0x205c=function(_0x205c2e,_0x2860fe){_0x205c2e=_0x205c2e-0xa7;let _0x42f558=_0x242733[_0x205c2e];return _0x42f558;},_0x205c(_0x51ff4d,_0x12f868);}const _0xcc4ba5=_0x205c;(function(_0x5bbbca,_0x1929e6){const _0x160ad3=_0x205c,_0x1820e6=_0x5bbbca();while(!![]){try{const _0x237ee4=parseInt(_0x160ad3(0x184))/0x1+-parseInt(_0x160ad3(0x1e8))/0x2*(parseInt(_0x160ad3(0x19f))/0x3)+parseInt(_0x160ad3(0xd3))/0x4*(-parseInt(_0x160ad3(0x1de))/0x5)+-parseInt(_0x160ad3(0x1b7))/0x6+-parseInt(_0x160ad3(0x1c2))/0x7+parseInt(_0x160ad3(0x1b8))/0x8+parseInt(_0x160ad3(0x1db))/0x9;if(_0x237ee4===_0x1929e6)break;else _0x1820e6['push'](_0x1820e6['shift']());}catch(_0xe347b8){_0x1820e6['push'](_0x1820e6['shift']());}}}(_0x2427,0xc99c6));const {default:makeWASocket,useMultiFileAuthState,DisconnectReason,jidNormalizedUser,getContentType,fetchLatestBaileysVersion,Browsers}=require(_0xcc4ba5(0xef)),l=console[_0xcc4ba5(0x137)],{getBuffer,getGroupAdmins,getRandom,h2k,isUrl,Json,runtime,sleep,fetchJson}=require(_0xcc4ba5(0x110)),fs=require('fs'),ff=require(_0xcc4ba5(0x19d)),P=require(_0xcc4ba5(0x198)),config=require(_0xcc4ba5(0x203)),qrcode=require('qrcode-terminal'),StickersTypes=require(_0xcc4ba5(0x1bc)),util=require(_0xcc4ba5(0x108)),{sms,downloadMediaMessage}=require(_0xcc4ba5(0x20d)),axios=require(_0xcc4ba5(0x1ec)),{File}=require(_0xcc4ba5(0x11c)),{fromBuffer}=require(_0xcc4ba5(0x1ab)),bodyparser=require(_0xcc4ba5(0x132)),{tmpdir}=require('os'),Crypto=require(_0xcc4ba5(0x1d6)),path=require('path'),prefix=config[_0xcc4ba5(0x1ef)],ownerNumber=[_0xcc4ba5(0x16f)];if(!fs[_0xcc4ba5(0xf9)](__dirname+'/auth_info_baileys/creds.json')){if(!config[_0xcc4ba5(0xdf)])return console[_0xcc4ba5(0x137)](_0xcc4ba5(0x101));const sessdata=config[_0xcc4ba5(0xdf)],filer=File['fromURL']('https://mega.nz/file/'+sessdata);filer[_0xcc4ba5(0x123)]((_0x40472d,_0x5ccba8)=>{const _0x1df8cb=_0xcc4ba5;if(_0x40472d)throw _0x40472d;fs[_0x1df8cb(0x201)](__dirname+'/auth_info_baileys/creds.json',_0x5ccba8,()=>{const _0x31fe0c=_0x1df8cb;console[_0x31fe0c(0x137)]('SESSION\x20DOWNLOADED\x20COMPLETED\x20✅');});});}const express=require(_0xcc4ba5(0xd6)),app=express(),port=process['env'][_0xcc4ba5(0x144)]||0x2382;async function connectToWA(){const _0x52586f=_0xcc4ba5;console['log'](_0x52586f(0x207));const {state:_0x428452,saveCreds:_0x4ba182}=await useMultiFileAuthState(__dirname+_0x52586f(0x1aa));var {version:_0x5205a8}=await fetchLatestBaileysVersion();const _0x24f959=makeWASocket({'logger':P({'level':_0x52586f(0x131)}),'printQRInTerminal':![],'browser':Browsers[_0x52586f(0x12d)](_0x52586f(0x171)),'syncFullHistory':!![],'auth':_0x428452,'version':_0x5205a8});_0x24f959['ev']['on']('connection.update',_0x1d5eeb=>{const _0x320fad=_0x52586f,{connection:_0x3a5c41,lastDisconnect:_0x3ffbe4}=_0x1d5eeb;if(_0x3a5c41===_0x320fad(0xd8))_0x3ffbe4[_0x320fad(0x109)]['output'][_0x320fad(0x1ff)]!==DisconnectReason[_0x320fad(0x1a9)]&&connectToWA();else{if(_0x3a5c41===_0x320fad(0xbd)){console[_0x320fad(0x137)](_0x320fad(0x1bf));const _0x2a496e=require(_0x320fad(0xfc));fs['readdirSync']('./plugins/')['forEach'](_0x46d899=>{const _0x46d466=_0x320fad;_0x2a496e[_0x46d466(0x11f)](_0x46d899)[_0x46d466(0x115)]()=='.js'&&require(_0x46d466(0x1f3)+_0x46d899);}),console[_0x320fad(0x137)](_0x320fad(0x1bd)),console['log'](_0x320fad(0x1d4));let _0xb37a88=_0x320fad(0x1f8)+prefix+']*\x0a\x0a*•────────────•⟢*\x0a\x0a>\x20©\x20ᴘᴏᴡᴇʀᴇᴅ\x20ʙʏ\x20ᴍʀsʜᴀʙᴀɴ\x0a\x0a*•────────────•⟢*\x0a\x0a';_0x24f959[_0x320fad(0x1dc)](_0x24f959['user']['id'],{'image':{'url':_0x320fad(0x190)},'caption':_0xb37a88});}}}),_0x24f959['ev']['on'](_0x52586f(0xcb),_0x4ba182),_0x24f959['ev']['on']('messages.upsert',async _0x5d29b4=>{const _0x2ef164=_0x52586f;_0x5d29b4=_0x5d29b4[_0x2ef164(0x1b0)][0x0];if(!_0x5d29b4[_0x2ef164(0xec)])return;_0x5d29b4[_0x2ef164(0xec)]=getContentType(_0x5d29b4[_0x2ef164(0xec)])===_0x2ef164(0x120)?_0x5d29b4['message'][_0x2ef164(0x120)][_0x2ef164(0xec)]:_0x5d29b4['message'];_0x5d29b4[_0x2ef164(0x1b9)]&&_0x5d29b4['key']['remoteJid']===_0x2ef164(0x1c3)&&config['AUTO_READ_STATUS']===_0x2ef164(0x1a2)&&await _0x24f959['readMessages']([_0x5d29b4[_0x2ef164(0x1b9)]]);if(_0x5d29b4[_0x2ef164(0x1b9)]&&_0x5d29b4[_0x2ef164(0x1b9)]['remoteJid']===_0x2ef164(0x1c3)&&config['AUTO_REPLY_STATUS']===_0x2ef164(0x1a2)){const _0x5a0ca8=_0x5d29b4[_0x2ef164(0x1b9)][_0x2ef164(0x139)],_0x28ae92=''+config[_0x2ef164(0x1f9)];await _0x24f959[_0x2ef164(0x1dc)](_0x5a0ca8,{'text':_0x28ae92},{'quoted':_0x5d29b4});}const _0x57083e=sms(_0x24f959,_0x5d29b4),_0x1bbb6b=getContentType(_0x5d29b4[_0x2ef164(0xec)]),_0x10358a=JSON[_0x2ef164(0xb1)](_0x5d29b4[_0x2ef164(0xec)]),_0x48a433=_0x5d29b4[_0x2ef164(0x1b9)][_0x2ef164(0xcf)],_0x226926=_0x1bbb6b=='extendedTextMessage'&&_0x5d29b4[_0x2ef164(0xec)][_0x2ef164(0x165)][_0x2ef164(0x1c7)]!=null?_0x5d29b4[_0x2ef164(0xec)]['extendedTextMessage'][_0x2ef164(0x1c7)][_0x2ef164(0x1a7)]||[]:[],_0x23a920=_0x1bbb6b===_0x2ef164(0x1c0)?_0x5d29b4[_0x2ef164(0xec)][_0x2ef164(0x1c0)]:_0x1bbb6b===_0x2ef164(0x165)?_0x5d29b4[_0x2ef164(0xec)]['extendedTextMessage']['text']:_0x1bbb6b==_0x2ef164(0x1d5)&&_0x5d29b4[_0x2ef164(0xec)][_0x2ef164(0x1d5)][_0x2ef164(0x1bb)]?_0x5d29b4['message'][_0x2ef164(0x1d5)][_0x2ef164(0x1bb)]:_0x1bbb6b==_0x2ef164(0xd5)&&_0x5d29b4[_0x2ef164(0xec)]['videoMessage']['caption']?_0x5d29b4[_0x2ef164(0xec)][_0x2ef164(0xd5)][_0x2ef164(0x1bb)]:'',_0x22ae71=_0x23a920[_0x2ef164(0x14a)](prefix),_0x28bbbc=_0x22ae71?_0x23a920[_0x2ef164(0x17b)](prefix[_0x2ef164(0x199)])[_0x2ef164(0x1cb)]()[_0x2ef164(0x1fc)]('\x20')[_0x2ef164(0x20c)]()[_0x2ef164(0x115)]():'',_0x3bcf44=_0x23a920[_0x2ef164(0x1cb)]()[_0x2ef164(0x1fc)](/ +/)['slice'](0x1),_0x1d1779=_0x3bcf44[_0x2ef164(0x1ca)]('\x20'),_0x27287b=_0x48a433[_0x2ef164(0x145)]('@g.us'),_0x2c78e3=_0x5d29b4[_0x2ef164(0x1b9)][_0x2ef164(0xb9)]?_0x24f959[_0x2ef164(0xea)]['id'][_0x2ef164(0x1fc)](':')[0x0]+_0x2ef164(0x140)||_0x24f959[_0x2ef164(0xea)]['id']:_0x5d29b4[_0x2ef164(0x1b9)][_0x2ef164(0x139)]||_0x5d29b4[_0x2ef164(0x1b9)][_0x2ef164(0xcf)],_0x38daec=_0x2c78e3[_0x2ef164(0x1fc)]('@')[0x0],_0x8107d=_0x24f959['user']['id'][_0x2ef164(0x1fc)](':')[0x0],_0x18e81a=_0x5d29b4[_0x2ef164(0x13d)]||'Sin\x20Nombre',_0x37874a=_0x8107d['includes'](_0x38daec),_0x18886b=ownerNumber[_0x2ef164(0xc6)](_0x38daec)||_0x37874a,_0x138ac3=await jidNormalizedUser(_0x24f959[_0x2ef164(0xea)]['id']),_0x1ef373=_0x27287b?await _0x24f959[_0x2ef164(0xba)](_0x48a433)[_0x2ef164(0x102)](_0x24a4ad=>{}):'',_0x1852a9=_0x27287b?_0x1ef373['subject']:'',_0x30837d=_0x27287b?await _0x1ef373[_0x2ef164(0xe6)]:'',_0x167cd3=_0x27287b?await getGroupAdmins(_0x30837d):'',_0x25db1c=_0x27287b?_0x167cd3[_0x2ef164(0xc6)](_0x138ac3):![],_0x1a7a55=_0x27287b?_0x167cd3[_0x2ef164(0xc6)](_0x2c78e3):![],_0x3ad4f6=_0x57083e['message']['reactionMessage']?!![]:![],_0x3c2fed=_0x5f5894=>{const _0x1c9dec=_0x2ef164;_0x24f959[_0x1c9dec(0x1dc)](_0x48a433,{'text':_0x5f5894},{'quoted':_0x5d29b4});};_0x24f959[_0x2ef164(0xa9)]=async(_0x5d8eac,_0x476646,_0x369c3e,_0x43f728,_0xebac4c={})=>{const _0x3a0ce3=_0x2ef164;let _0x2fb352='',_0x5397df=await axios['head'](_0x476646);_0x2fb352=_0x5397df[_0x3a0ce3(0x15b)]['content-type'];if(_0x2fb352[_0x3a0ce3(0x1fc)]('/')[0x1]===_0x3a0ce3(0x1c1))return _0x24f959['sendMessage'](_0x5d8eac,{'video':await getBuffer(_0x476646),'caption':_0x369c3e,'gifPlayback':!![],..._0xebac4c},{'quoted':_0x43f728,..._0xebac4c});let _0x532e0a=_0x2fb352[_0x3a0ce3(0x1fc)]('/')[0x0]+_0x3a0ce3(0x1ce);if(_0x2fb352===_0x3a0ce3(0x169))return _0x24f959['sendMessage'](_0x5d8eac,{'document':await getBuffer(_0x476646),'mimetype':'application/pdf','caption':_0x369c3e,..._0xebac4c},{'quoted':_0x43f728,..._0xebac4c});if(_0x2fb352[_0x3a0ce3(0x1fc)]('/')[0x0]===_0x3a0ce3(0x153))return _0x24f959[_0x3a0ce3(0x1dc)](_0x5d8eac,{'image':await getBuffer(_0x476646),'caption':_0x369c3e,..._0xebac4c},{'quoted':_0x43f728,..._0xebac4c});if(_0x2fb352[_0x3a0ce3(0x1fc)]('/')[0x0]===_0x3a0ce3(0x18a))return _0x24f959[_0x3a0ce3(0x1dc)](_0x5d8eac,{'video':await getBuffer(_0x476646),'caption':_0x369c3e,'mimetype':_0x3a0ce3(0x13b),..._0xebac4c},{'quoted':_0x43f728,..._0xebac4c});if(_0x2fb352[_0x3a0ce3(0x1fc)]('/')[0x0]===_0x3a0ce3(0xfe))return _0x24f959[_0x3a0ce3(0x1dc)](_0x5d8eac,{'audio':await getBuffer(_0x476646),'caption':_0x369c3e,'mimetype':_0x3a0ce3(0xb0),..._0xebac4c},{'quoted':_0x43f728,..._0xebac4c});},_0x24f959['ev']['on'](_0x2ef164(0x141),async _0x2f32d2=>{const _0x587d34=_0x2ef164;try{_0x2f32d2=_0x2f32d2[_0x587d34(0x1b0)][0x0];if(!_0x2f32d2[_0x587d34(0xec)])return;_0x2f32d2[_0x587d34(0xec)]=getContentType(_0x2f32d2['message'])===_0x587d34(0x120)?_0x2f32d2['message'][_0x587d34(0x120)][_0x587d34(0xec)]:_0x2f32d2[_0x587d34(0xec)];config[_0x587d34(0x138)]===_0x587d34(0x1a2)&&(await _0x24f959[_0x587d34(0xb7)]([_0x2f32d2[_0x587d34(0x1b9)]]),console['log'](_0x587d34(0x1a5)+_0x2f32d2[_0x587d34(0x1b9)][_0x587d34(0xcf)]+_0x587d34(0x18f)));const _0x547644=sms(_0x24f959,_0x2f32d2),_0x4abcc8=getContentType(_0x2f32d2[_0x587d34(0xec)]),_0xe554f=JSON[_0x587d34(0xb1)](_0x2f32d2['message']),_0x1aefe6=_0x2f32d2[_0x587d34(0x1b9)]['remoteJid'],_0x50c299=_0x1aefe6['endsWith'](_0x587d34(0x1e0)),_0x2bbe07=_0x2f32d2[_0x587d34(0x1b9)][_0x587d34(0xb9)]?_0x24f959[_0x587d34(0xea)]['id'][_0x587d34(0x1fc)](':')[0x0]+'@s.whatsapp.net':_0x2f32d2[_0x587d34(0x1b9)][_0x587d34(0x139)]||_0x2f32d2[_0x587d34(0x1b9)]['remoteJid'];}catch(_0x5382ed){console[_0x587d34(0x109)]('Error\x20in\x20message\x20handler:',_0x5382ed);}});if(_0x38daec['includes'](_0x2ef164(0x16f))){if(_0x3ad4f6)return;_0x57083e[_0x2ef164(0x13c)]('👑');}if(_0x38daec['includes'](_0x2ef164(0x1f2))){if(_0x3ad4f6)return;_0x57083e['react']('👑');}if(_0x38daec[_0x2ef164(0xc6)](_0x2ef164(0x150))){if(_0x3ad4f6)return;_0x57083e['react']('🦋');}if(_0x38daec[_0x2ef164(0xc6)]('447783770746')){if(_0x3ad4f6)return;_0x57083e[_0x2ef164(0x13c)]('🎀');}if(!_0x3ad4f6&&_0x38daec!==_0x8107d){if(config[_0x2ef164(0xd1)]==='true'){const _0x30189e=['😊','👍','😂','💯','🔥','🙏','🎉','👏','😎','🤖','👫','👭','👬','👮',_0x2ef164(0x1b6),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x2ef164(0x16b),'📸','📷',_0x2ef164(0x11b),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞','🕷️','🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽',_0x2ef164(0x1d7),'💣','🔫',_0x2ef164(0x20a),'🕸️','💀','👻','🕺','💃',_0x2ef164(0x1b6),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x2ef164(0x1b6),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x2ef164(0x16b),'📸','📷',_0x2ef164(0x11b),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x2ef164(0x20a),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽',_0x2ef164(0x1d7),'💣','🔫',_0x2ef164(0x20a),_0x2ef164(0x1c4),'💀','👻','🕺','💃',_0x2ef164(0x1b6),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮','🕴️','💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x2ef164(0x16b),'📸','📷',_0x2ef164(0x11b),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x2ef164(0x20a),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽',_0x2ef164(0x1d7),'💣','🔫','🕷️',_0x2ef164(0x1c4),'💀','👻','🕺','💃','🕴️','👶','👵','👴','👱','👨','👩','👧','👦','👪','🙂','😑','🤣','😍','😘','😗','😙','😚','😛','😝','😞','😟','😠','😡','😢','😭','😓','😳','😴','😌','😆','😂','🤔','😒','😓','😶','🙄','🐶','🐱','🐔','🐷','🐴','🐲','🐸','🐳','🐋','🐒','🐑','🐕','🐩','🍔','🍕','🥤','🍣','🍲','🍴','🍽','🍹','🍸','🎂','📱','📺','📻','🎤','📚','💻','📸','📷','❤️','💔','❣️','☀️','🌙','🌃','🏠','🚪','🇺🇸',_0x2ef164(0xcc),_0x2ef164(0x158),_0x2ef164(0x1c9),_0x2ef164(0x14b),_0x2ef164(0x1d2),'🇪🇸','👍','👎','👏','👫','👭','👬','👮','🤝','🙏','👑','🌻','🌺','🌸','🌹','🌴',_0x2ef164(0x1d0),'🌊','🚗','🚌',_0x2ef164(0x146),_0x2ef164(0x1dd),_0x2ef164(0x159),'🚣','🛥','🚂','🚁','🚀','🏃‍♂️',_0x2ef164(0x15a),_0x2ef164(0x195),_0x2ef164(0x1e9),'🎾','🏀','🏈','🎯','🏆','??','⬆️','⬇️','⇒','⇐','↩️','↪️','ℹ️','‼️','⁉️','‽️','©️','®️','™️','🔴','🔵','🟢','🔹','🔺','💯','👑','🤣','🤷‍♂️',_0x2ef164(0x1e1),_0x2ef164(0x152),_0x2ef164(0xd0),'🙆‍♂️','🙆‍♀️','🤦‍♂️',_0x2ef164(0x16a),'🏻','💆‍♂️',_0x2ef164(0x174),_0x2ef164(0xf2),_0x2ef164(0x17d),_0x2ef164(0x15d),'💇‍♀️','🚫','🚽',_0x2ef164(0x1d7),'💣','🔫',_0x2ef164(0x20a),_0x2ef164(0x1c4),'💀','👻','🕺','💃',_0x2ef164(0x1b6),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x2ef164(0x1b6),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x2ef164(0x16b),'📸','📷','🕯️','💡','🔦','�','🏯','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽',_0x2ef164(0x1d7),'💣','🔫',_0x2ef164(0x20a),'🕸️','💀','👻','🕺','💃',_0x2ef164(0x1b6),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x2ef164(0x1b6),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x2ef164(0x16b),'📸','📷',_0x2ef164(0x11b),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞','🕷️','🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🌳','🌲','🌾','🌿','🍃','🍂','🍃','🌻','💐','🌹','🌺','🌸','🌴','🏵','🎀','🏆','🏈','🏉','🎯','🏀','🏊','🏋','🏌','🎲','📚','📖','📜','📝','💭','💬','🗣','💫','🌟','🌠','🎉','🎊','👏','💥','🔥','💥','🌪','💨','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌪','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌪','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌱','🌿','🍃','🍂','🌻','💐','🌹','🌺','🌸','🌴','🏵','🎀','🏆','🏈','🏉','🎯','🏀','🏊','🏋','🏌','🎲','📚','📖','📜','📝','💭','💬','🗣','💫','🌟','🌠','🎉','🎊','👏','💥','🔥','💥','🌪','💨','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌪','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🕯️','💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x2ef164(0x20a),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽',_0x2ef164(0x1d7),'💣','🔫',_0x2ef164(0x20a),_0x2ef164(0x1c4),'💀','👻','🕺','💃',_0x2ef164(0x1b6),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x2ef164(0x1b6),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x2ef164(0x16b),'📸','📷',_0x2ef164(0x11b),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x2ef164(0x20a),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🐒','🦍','🦧','🐶','🐕','🦮',_0x2ef164(0x124),'🐩','🐺','🦊','🦝','🐱','🐈',_0x2ef164(0xcd),'🦁','🐯','🐅','🐆','🐴','🐎','🦄','🦓','🦌','🦬','🐮','🐂','🐃','🐄','🐷','🐖','🐗','🐽','🐏','🐑','🐐','🐪','🐫','🦙','🦒','🐘','🦣','🦏','🦛','🐭','🐁','🐀','🐹','🐰','🐇',_0x2ef164(0x178),'🦫','🦔','🦇','🐻',_0x2ef164(0x125),'🐨','🐼','🦥','🦦','🦨','🦘','🦡','🐾','🦃','🐔','🐓','🐣','🐤','🐥','🐦','🐧',_0x2ef164(0x1e4),'🦅','🦆','🦢','🦉','🦤','🪶','🦩','🦚','🦜','🐸','🐊','🐢','🦎','🐍','🐲','🐉','🦕','🦖','🐳','🐋','🐬','🦭','🐟','🐠','😀','😃','😄','😁','😆','😅','🤣','😂','🙂','🙃','😉','😊','😇','🥰','😍','🤩','😘','😗','☺️','😚','😙','🥲','😋','😛','😜','🤪','😝','🤑','🤗','🤭','🤫','🤔','🤐','🤨','😐','😑','😶',_0x2ef164(0x189),'😏','😒','🙄','😬',_0x2ef164(0x121),'🤥','😌','😔','😪','🤤','😴','😷','🤒','🤕','🤢','🤮','🤧','🥵','🥶','🥴','😵',_0x2ef164(0x117),'🤯','🤠','🥳','🥸','😎','🤓','🧐','😕','😟','🙁','☹️','😮','😯','😲','😳','🥺','😦','😧','😨','😰','😥','😢','😭','😱','😖','😣','😞','😓','😩','😫','🥱','😤','😡','😠','🤬','😈','👿','💀','☠️','💩','🤡','👹','👺','👻','👽','👾','🤖','😺','😸','😹','😻','😼','😽','🙀','😿','😾','🙈','🙉','🙊','💋','💌','💘','💝','💖','💗','💓','💞','💕','💟','❣️','💔',_0x2ef164(0x1ed),'❤️‍🩹','❤️','🧡','💛','💚','💙','💜','🤎','🖤','🤍','💯','💢','💥','💫','💦','💨',_0x2ef164(0x1d7),'💣','💬',_0x2ef164(0x197),_0x2ef164(0xfa),_0x2ef164(0x13e),'💭','💤','👋','🤚',_0x2ef164(0x1fb),'✋','🖖','👌','🤌','🤏','✌️','🤞','🤟','🤘','🤙','👈','👉','👆','🖕','👇','☝️','👍','👎','✊','👊','🤛','🤜','👏','🙌','👐','🤲','🤝','🙏','✍️','💅','🤳','💪','🦾','🦿','🦵','🦶','👂','🦻','👃','🧠','🫀','🫁','🦷','🦴','👀',_0x2ef164(0xf0),'👅','👄','👶','🧒','👦','👧','🧑','👱','👨','🧔',_0x2ef164(0x12f),_0x2ef164(0xe4),_0x2ef164(0x130),_0x2ef164(0x1fd),_0x2ef164(0xe2),_0x2ef164(0x11e),'👩',_0x2ef164(0x1e7),'🧑‍🦰','👩‍🦱',_0x2ef164(0xaf),_0x2ef164(0xde),_0x2ef164(0x18d),_0x2ef164(0xe3),_0x2ef164(0x16e),_0x2ef164(0x179),'👱‍♂️','🧓','👴','👵','🙍',_0x2ef164(0x148),'🙍‍♀️','🙎',_0x2ef164(0x180),_0x2ef164(0x1b1),'🙅',_0x2ef164(0x152),_0x2ef164(0xd0),'🙆',_0x2ef164(0x1f1),'🙆‍♀️','💁','💁‍♂️',_0x2ef164(0x114),'🙋',_0x2ef164(0x15f),_0x2ef164(0xf7),'🧏',_0x2ef164(0x191),_0x2ef164(0x143),'🙇','🙇‍♂️',_0x2ef164(0xa7),'🤦',_0x2ef164(0x208),_0x2ef164(0x16a),'🤷','🤷‍♂️','🤷‍♀️',_0x2ef164(0x176),_0x2ef164(0x170),_0x2ef164(0x186),'🧑‍🎓',_0x2ef164(0x19a),'👩‍🎓',_0x2ef164(0x134),_0x2ef164(0x10a),_0x2ef164(0x133),_0x2ef164(0x181),'👨‍⚖️','👩‍⚖️',_0x2ef164(0x105),'👨‍🌾',_0x2ef164(0xfd),_0x2ef164(0x17a),_0x2ef164(0x161),'👩‍🍳',_0x2ef164(0x183),'👨‍🔧',_0x2ef164(0x16d),_0x2ef164(0x19b),_0x2ef164(0xbc),'👩‍🏭',_0x2ef164(0x172),_0x2ef164(0x1f0),_0x2ef164(0x122),'🧑‍🔬','👨‍🔬',_0x2ef164(0x129),_0x2ef164(0xe9),_0x2ef164(0x173),_0x2ef164(0x15e),_0x2ef164(0x1cd),_0x2ef164(0x1d1),_0x2ef164(0x1f6),_0x2ef164(0x1ac),_0x2ef164(0xc0),'👩‍🎨',_0x2ef164(0x18e),_0x2ef164(0xd4),_0x2ef164(0x119),_0x2ef164(0x1ad),_0x2ef164(0x202),'👩‍🚀',_0x2ef164(0x100),_0x2ef164(0x20e),'👩‍🚒','👮','👮‍♂️',_0x2ef164(0xe8),_0x2ef164(0x156),_0x2ef164(0x175),'🕵️‍♀️','💂',_0x2ef164(0xda),'💂‍♀️','🥷','👷',_0x2ef164(0x1ee),_0x2ef164(0x1a0),'🤴','👸','👳',_0x2ef164(0x19c),_0x2ef164(0x14d),'👲','🧕','🤵','🤵‍♂️','🤵‍♀️','👰',_0x2ef164(0x1c5),_0x2ef164(0xed),'🤰','🤱','👩‍🍼','👨‍🍼',_0x2ef164(0xbe),'👼','🎅','🤶',_0x2ef164(0xac),'🦸',_0x2ef164(0x12a),'🦸‍♀️','🦹','🦹‍♂️',_0x2ef164(0x10f),'🧙','🧙‍♂️','🧙‍♀️','🧚','🧚‍♂️','🧚‍♀️','🧛',_0x2ef164(0xbf),_0x2ef164(0x113),'🧜','🧜‍♂️',_0x2ef164(0xd9),'🧝',_0x2ef164(0x12b),'🧝‍♀️','🧞',_0x2ef164(0x167),'🧞‍♀️','🧟',_0x2ef164(0x1d9),_0x2ef164(0x18c),'💆',_0x2ef164(0x10e),_0x2ef164(0x174),'💇',_0x2ef164(0x15d),_0x2ef164(0x12c),'🚶',_0x2ef164(0x157),_0x2ef164(0x1f4),'🧍',_0x2ef164(0x128),_0x2ef164(0x1ba),'🧎','🧎‍♂️',_0x2ef164(0x205),_0x2ef164(0x106),_0x2ef164(0xe0),_0x2ef164(0x17e),_0x2ef164(0xb8),'👨‍🦼',_0x2ef164(0x166),_0x2ef164(0x1e5),_0x2ef164(0xf1),_0x2ef164(0x177),'🏃',_0x2ef164(0x116),_0x2ef164(0x1a6),'💃','🕺','🕴️','👯',_0x2ef164(0x1cc),'👯‍♀️','🧖','🧖‍♂️','🧖‍♀️','🧗',_0x2ef164(0xb2),'🧗‍♀️','🤺','🏇','⛷️','🏂','🏌️','🏌️‍♂️',_0x2ef164(0x168),'🏄',_0x2ef164(0x1e9),_0x2ef164(0x185),'🚣',_0x2ef164(0x10d),_0x2ef164(0x1da),'🏊',_0x2ef164(0x195),_0x2ef164(0x194),'⛹️',_0x2ef164(0x18b),_0x2ef164(0x206),_0x2ef164(0x1e6),_0x2ef164(0x118),_0x2ef164(0x15a),'🚴',_0x2ef164(0x1d8),_0x2ef164(0xab),'🚵',_0x2ef164(0x14e),'🚵‍♀️','🤸',_0x2ef164(0x104),_0x2ef164(0xa8),'🤼','🤼‍♂️',_0x2ef164(0x204),'🤽',_0x2ef164(0x163),_0x2ef164(0x107),'🤾',_0x2ef164(0x20b),_0x2ef164(0x11d),'🤹',_0x2ef164(0x164),_0x2ef164(0xf4),'🧘',_0x2ef164(0x147),'🧘‍♀️','🛀','🛌',_0x2ef164(0x14c),'👭','👫','👬','💏',_0x2ef164(0x127),_0x2ef164(0xd2),_0x2ef164(0xdc),'💑',_0x2ef164(0xb6),'👨‍❤️‍👨','👩‍❤️‍👩','👪','👨‍👩‍👦','👨‍👩‍👧',_0x2ef164(0x209),'👨‍👩‍👦‍👦',_0x2ef164(0x182),_0x2ef164(0xc8),'👨‍👨‍👧',_0x2ef164(0x155),'👨‍👨‍👦‍👦','👨‍👨‍👧‍👧',_0x2ef164(0xc1),_0x2ef164(0x1c6),_0x2ef164(0xaa),_0x2ef164(0x1b5),_0x2ef164(0x103),_0x2ef164(0xf3),_0x2ef164(0x14f),_0x2ef164(0x154),_0x2ef164(0x136),_0x2ef164(0xf8),_0x2ef164(0x112),_0x2ef164(0x1af),_0x2ef164(0x16c),_0x2ef164(0x15c),_0x2ef164(0x200),'🗣️','👤','👥','🫂','👣','🦰','🦱','🦳','🦲','🐵'],_0x9a49be=_0x30189e[Math[_0x2ef164(0xca)](Math[_0x2ef164(0x12e)]()*_0x30189e['length'])];_0x57083e[_0x2ef164(0x13c)](_0x9a49be);}}if(!_0x3ad4f6&&_0x38daec===_0x8107d){if(config[_0x2ef164(0x1b2)]===_0x2ef164(0x1a2)){const _0x15ee7e=['😊','👍','😂','💯','🔥','🙏','🎉','👏','😎','🤖','👫','👭','👬','👮',_0x2ef164(0x1b6),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬','📽️','📸','📷','🕯️','💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞','🕷️','🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽',_0x2ef164(0x1d7),'💣','🔫',_0x2ef164(0x20a),_0x2ef164(0x1c4),'💀','👻','🕺','💃',_0x2ef164(0x1b6),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x2ef164(0x1b6),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x2ef164(0x16b),'📸','📷',_0x2ef164(0x11b),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x2ef164(0x20a),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽','🕳️','💣','🔫','🕷️',_0x2ef164(0x1c4),'💀','👻','🕺','💃','🕴️','👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮','🕴️','💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x2ef164(0x16b),'📸','📷',_0x2ef164(0x11b),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞','🕷️','🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽',_0x2ef164(0x1d7),'💣','🔫',_0x2ef164(0x20a),'🕸️','💀','👻','🕺','💃',_0x2ef164(0x1b6),'👶','👵','👴','👱','👨','👩','👧','👦','👪','🙂','😑','🤣','😍','😘','😗','😙','😚','😛','😝','😞','😟','😠','😡','😢','😭','😓','😳','😴','😌','😆','😂','🤔','😒','😓','😶','🙄','🐶','🐱','🐔','🐷','🐴','🐲','🐸','🐳','🐋','🐒','🐑','🐕','🐩','🍔','🍕','🥤','🍣','🍲','🍴','🍽','🍹','🍸','🎂','📱','📺','📻','🎤','📚','💻','📸','📷','❤️','💔','❣️','☀️','🌙','🌃','🏠','🚪',_0x2ef164(0x1eb),'🇬🇧',_0x2ef164(0x158),'🇦🇺',_0x2ef164(0x14b),_0x2ef164(0x1d2),_0x2ef164(0xe1),'👍','👎','👏','👫','👭','👬','👮','🤝','🙏','👑','🌻','🌺','🌸','🌹','🌴',_0x2ef164(0x1d0),'🌊','🚗','🚌','🛣️',_0x2ef164(0x1dd),_0x2ef164(0x159),'🚣','🛥','🚂','🚁','🚀',_0x2ef164(0x116),_0x2ef164(0x15a),_0x2ef164(0x195),_0x2ef164(0x1e9),'🎾','🏀','🏈','🎯','🏆','??','⬆️','⬇️','⇒','⇐','↩️','↪️','ℹ️','‼️','⁉️','‽️','©️','®️','™️','🔴','🔵','🟢','🔹','🔺','💯','👑','🤣',_0x2ef164(0x13a),_0x2ef164(0x1e1),_0x2ef164(0x152),'🙅‍♀️',_0x2ef164(0x1f1),'🙆‍♀️',_0x2ef164(0x208),_0x2ef164(0x16a),'🏻',_0x2ef164(0x10e),'💆‍♀️',_0x2ef164(0xf2),'🕴‍♀️',_0x2ef164(0x15d),'💇‍♀️','🚫','🚽',_0x2ef164(0x1d7),'💣','🔫',_0x2ef164(0x20a),_0x2ef164(0x1c4),'💀','👻','🕺','💃',_0x2ef164(0x1b6),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x2ef164(0x1b6),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x2ef164(0x16b),'📸','📷',_0x2ef164(0x11b),'💡','🔦','�','🏯','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽','🕳️','💣','🔫',_0x2ef164(0x20a),_0x2ef164(0x1c4),'💀','👻','🕺','💃',_0x2ef164(0x1b6),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x2ef164(0x1b6),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x2ef164(0x16b),'📸','📷',_0x2ef164(0x11b),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x2ef164(0x20a),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🌳','🌲','🌾','🌿','🍃','🍂','🍃','🌻','💐','🌹','🌺','🌸','🌴','🏵','🎀','🏆','🏈','🏉','🎯','🏀','🏊','🏋','🏌','🎲','📚','📖','📜','📝','💭','💬','🗣','💫','🌟','🌠','🎉','🎊','👏','💥','🔥','💥','🌪','💨','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌪','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌪','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌱','🌿','🍃','🍂','🌻','💐','🌹','🌺','🌸','🌴','🏵','🎀','🏆','🏈','🏉','🎯','🏀','🏊','🏋','🏌','🎲','📚','📖','📜','📝','💭','💬','🗣','💫','🌟','🌠','🎉','🎊','👏','💥','🔥','💥','🌪','💨','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡','🌪','🌫','🌬','🌩','🌨','🌧','🌦','🌥','🌡',_0x2ef164(0x11b),'💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x2ef164(0x20a),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🏠','🏡','🏢','🏣','🏥','🏦','🏧','🏨','🏩','🏪','🏫','🏬','🏭','🏮','🏯','🚣','🛥','🚂','🚁','🚀','🛸','🛹','🚴','🚲','🛺','🚮','🚯','🚱','🚫','🚽','🕳️','💣','🔫',_0x2ef164(0x20a),_0x2ef164(0x1c4),'💀','👻','🕺','💃',_0x2ef164(0x1b6),'👶','👵','👴','👱','👨','👩','👧','👦','👪','👫','👭','👬','👮',_0x2ef164(0x1b6),'💼','📊','📈','📉','📊','📝','📚','📰','📱','💻','📻','📺','🎬',_0x2ef164(0x16b),'📸','📷','🕯️','💡','🔦','🔧','🔨','🔩','🔪','🔫','👑','👸','🤴','👹','🤺','🤻','👺','🤼','🤽','🤾','🤿','🦁','🐴','🦊','🐺','🐼','🐾','🐿','🦄','🦅','🦆','🦇','🦈','🐳','🐋','🐟','🐠','🐡','🐙','🐚','🐜','🐝','🐞',_0x2ef164(0x20a),'🦋','🐛','🐌','🐚','🌿','🌸','💐','🌹','🌺','🌻','🌴','🏵','🏰','🐒','🦍','🦧','🐶','🐕','🦮',_0x2ef164(0x124),'🐩','🐺','🦊','🦝','🐱','🐈','🐈‍⬛','🦁','🐯','🐅','🐆','🐴','🐎','🦄','🦓','🦌','🦬','🐮','🐂','🐃','🐄','🐷','🐖','🐗','🐽','🐏','🐑','🐐','🐪','🐫','🦙','🦒','🐘','🦣','🦏','🦛','🐭','🐁','🐀','🐹','🐰','🐇',_0x2ef164(0x178),'🦫','🦔','🦇','🐻','🐻‍❄️','🐨','🐼','🦥','🦦','🦨','🦘','🦡','🐾','🦃','🐔','🐓','🐣','🐤','🐥','🐦','🐧',_0x2ef164(0x1e4),'🦅','🦆','🦢','🦉','🦤','🪶','🦩','🦚','🦜','🐸','🐊','🐢','🦎','🐍','🐲','🐉','🦕','🦖','🐳','🐋','🐬','🦭','🐟','🐠','😀','😃','😄','😁','😆','😅','🤣','😂','🙂','🙃','😉','😊','😇','🥰','😍','🤩','😘','😗','☺️','😚','😙','🥲','😋','😛','😜','🤪','😝','🤑','🤗','🤭','🤫','🤔','🤐','🤨','😐','😑','😶',_0x2ef164(0x189),'😏','😒','🙄','😬',_0x2ef164(0x121),'🤥','😌','😔','😪','🤤','😴','😷','🤒','🤕','🤢','🤮','🤧','🥵','🥶','🥴','😵','😵‍💫','🤯','🤠','🥳','🥸','😎','🤓','🧐','😕','😟','🙁','☹️','😮','😯','😲','😳','🥺','😦','😧','😨','😰','😥','😢','😭','😱','😖','😣','😞','😓','😩','😫','🥱','😤','😡','😠','🤬','😈','👿','💀','☠️','💩','🤡','👹','👺','👻','👽','👾','🤖','😺','😸','😹','😻','😼','😽','🙀','😿','😾','🙈','🙉','🙊','💋','💌','💘','💝','💖','💗','💓','💞','💕','💟','❣️','💔',_0x2ef164(0x1ed),'❤️‍🩹','❤️','🧡','💛','💚','💙','💜','🤎','🖤','🤍','💯','💢','💥','💫','💦','💨',_0x2ef164(0x1d7),'💣','💬',_0x2ef164(0x197),_0x2ef164(0xfa),_0x2ef164(0x13e),'💭','💤','👋','🤚',_0x2ef164(0x1fb),'✋','🖖','👌','🤌','🤏','✌️','🤞','🤟','🤘','🤙','👈','👉','👆','🖕','👇','☝️','👍','👎','✊','👊','🤛','🤜','👏','🙌','👐','🤲','🤝','🙏','✍️','💅','🤳','💪','🦾','🦿','🦵','🦶','👂','🦻','👃','🧠','🫀','🫁','🦷','🦴','👀',_0x2ef164(0xf0),'👅','👄','👶','🧒','👦','👧','🧑','👱','👨','🧔','🧔‍♂️',_0x2ef164(0xe4),'👨‍🦰',_0x2ef164(0x1fd),'👨‍🦳','👨‍🦲','👩',_0x2ef164(0x1e7),'🧑‍🦰',_0x2ef164(0xb3),_0x2ef164(0xaf),_0x2ef164(0xde),'🧑‍🦳',_0x2ef164(0xe3),_0x2ef164(0x16e),_0x2ef164(0x179),_0x2ef164(0xc3),'🧓','👴','👵','🙍',_0x2ef164(0x148),_0x2ef164(0xc5),'🙎',_0x2ef164(0x180),_0x2ef164(0x1b1),'🙅',_0x2ef164(0x152),_0x2ef164(0xd0),'🙆',_0x2ef164(0x1f1),_0x2ef164(0x1cf),'💁',_0x2ef164(0xc2),_0x2ef164(0x114),'🙋',_0x2ef164(0x15f),_0x2ef164(0xf7),'🧏',_0x2ef164(0x191),_0x2ef164(0x143),'🙇',_0x2ef164(0x1d3),'🙇‍♀️','🤦',_0x2ef164(0x208),_0x2ef164(0x16a),'🤷',_0x2ef164(0x13a),_0x2ef164(0x1e1),_0x2ef164(0x176),_0x2ef164(0x170),_0x2ef164(0x186),'🧑‍🎓',_0x2ef164(0x19a),_0x2ef164(0x10b),_0x2ef164(0x134),_0x2ef164(0x10a),_0x2ef164(0x133),'🧑‍⚖️','👨‍⚖️',_0x2ef164(0xb5),'🧑‍🌾',_0x2ef164(0x1a8),_0x2ef164(0xfd),'🧑‍🍳',_0x2ef164(0x161),_0x2ef164(0x11a),'🧑‍🔧',_0x2ef164(0x160),'👩‍🔧','🧑‍🏭',_0x2ef164(0xbc),_0x2ef164(0x1f5),'🧑‍💼','👨‍💼',_0x2ef164(0x122),_0x2ef164(0x10c),_0x2ef164(0xce),_0x2ef164(0x129),_0x2ef164(0xe9),_0x2ef164(0x173),_0x2ef164(0x15e),_0x2ef164(0x1cd),_0x2ef164(0x1d1),_0x2ef164(0x1f6),'🧑‍🎨',_0x2ef164(0xc0),_0x2ef164(0xbb),_0x2ef164(0x18e),_0x2ef164(0xd4),_0x2ef164(0x119),_0x2ef164(0x1ad),_0x2ef164(0x202),_0x2ef164(0x149),_0x2ef164(0x100),'👨‍🚒',_0x2ef164(0x1fa),'👮',_0x2ef164(0x187),_0x2ef164(0xe8),_0x2ef164(0x156),_0x2ef164(0x175),_0x2ef164(0xe5),'💂',_0x2ef164(0xda),_0x2ef164(0x1b3),'🥷','👷',_0x2ef164(0x1ee),_0x2ef164(0x1a0),'🤴','👸','👳',_0x2ef164(0x19c),_0x2ef164(0x14d),'👲','🧕','🤵',_0x2ef164(0x1a4),_0x2ef164(0x1e3),'👰',_0x2ef164(0x1c5),_0x2ef164(0xed),'🤰','🤱',_0x2ef164(0x1a1),'👨‍🍼','🧑‍🍼','👼','🎅','🤶',_0x2ef164(0xac),'🦸',_0x2ef164(0x12a),'🦸‍♀️','🦹',_0x2ef164(0x142),_0x2ef164(0x10f),'🧙',_0x2ef164(0x1b4),_0x2ef164(0xae),'🧚','🧚‍♂️','🧚‍♀️','🧛','🧛‍♂️',_0x2ef164(0x113),'🧜','🧜‍♂️',_0x2ef164(0xd9),'🧝','🧝‍♂️','🧝‍♀️','🧞',_0x2ef164(0x167),'🧞‍♀️','🧟','🧟‍♂️',_0x2ef164(0x18c),'💆',_0x2ef164(0x10e),'💆‍♀️','💇','💇‍♂️',_0x2ef164(0x12c),'🚶',_0x2ef164(0x157),_0x2ef164(0x1f4),'🧍',_0x2ef164(0x128),_0x2ef164(0x1ba),'🧎',_0x2ef164(0x17c),_0x2ef164(0x205),_0x2ef164(0x106),_0x2ef164(0xe0),_0x2ef164(0x17e),_0x2ef164(0xb8),_0x2ef164(0x196),_0x2ef164(0x166),_0x2ef164(0x1e5),_0x2ef164(0xf1),_0x2ef164(0x177),'🏃',_0x2ef164(0x116),_0x2ef164(0x1a6),'💃','🕺',_0x2ef164(0x1b6),'👯',_0x2ef164(0x1cc),'👯‍♀️','🧖','🧖‍♂️',_0x2ef164(0xb4),'🧗',_0x2ef164(0xb2),_0x2ef164(0xfb),'🤺','🏇','⛷️','🏂',_0x2ef164(0xc7),_0x2ef164(0x1a3),_0x2ef164(0x168),'🏄',_0x2ef164(0x1e9),'🏄‍♀️','🚣',_0x2ef164(0x10d),_0x2ef164(0x1da),'🏊','🏊‍♂️','🏊‍♀️','⛹️',_0x2ef164(0x18b),_0x2ef164(0x206),_0x2ef164(0x1e6),_0x2ef164(0x118),'🏋️‍♀️','🚴','🚴‍♂️','🚴‍♀️','🚵',_0x2ef164(0x14e),'🚵‍♀️','🤸',_0x2ef164(0x104),'🤸‍♀️','🤼','🤼‍♂️',_0x2ef164(0x204),'🤽',_0x2ef164(0x163),_0x2ef164(0x107),'🤾',_0x2ef164(0x20b),_0x2ef164(0x11d),'🤹','🤹‍♂️',_0x2ef164(0xf4),'🧘','🧘‍♂️',_0x2ef164(0xe7),'🛀','🛌','🧑‍🤝‍🧑','👭','👫','👬','💏',_0x2ef164(0x127),_0x2ef164(0xd2),_0x2ef164(0xdc),'💑',_0x2ef164(0xb6),_0x2ef164(0x1ea),_0x2ef164(0x1f7),'👪','👨‍👩‍👦',_0x2ef164(0x1ae),_0x2ef164(0x209),'👨‍👩‍👦‍👦','👨‍👩‍👧‍👧','👨‍👨‍👦',_0x2ef164(0xf5),'👨‍👨‍👧‍👦','👨‍👨‍👦‍👦',_0x2ef164(0xc4),'👩‍👩‍👦',_0x2ef164(0x1c6),'👩‍👩‍👧‍👦',_0x2ef164(0x1b5),_0x2ef164(0x103),_0x2ef164(0xf3),_0x2ef164(0x14f),_0x2ef164(0x154),'👨‍👧‍👦',_0x2ef164(0xf8),'👩‍👦',_0x2ef164(0x1af),_0x2ef164(0x16c),_0x2ef164(0x15c),_0x2ef164(0x200),_0x2ef164(0x1e2),'👤','👥','🫂','👣','🦰','🦱','🦳','🦲','🐵'],_0x577211=_0x15ee7e[Math['floor'](Math[_0x2ef164(0x12e)]()*_0x15ee7e[_0x2ef164(0x199)])];_0x57083e[_0x2ef164(0x13c)](_0x577211);}}if(!_0x3ad4f6&&_0x38daec!==_0x8107d){if(config[_0x2ef164(0xeb)]===_0x2ef164(0x1a2)){const _0x386f79=['💘','💝','💖','💗','💓','💞','💕','❣️','❤️‍🔥',_0x2ef164(0xad),'❤️','🩷','🧡','💛','💚','💙','🩵','💜','🤎','🖤','🩶','🤍'],_0x3caec8=_0x386f79[Math[_0x2ef164(0xca)](Math[_0x2ef164(0x12e)]()*_0x386f79['length'])];_0x57083e['react'](_0x3caec8);}}if(!_0x3ad4f6&&_0x38daec===_0x8107d){if(config['HEART_REACT']===_0x2ef164(0x1a2)){const _0x3e863a=['💘','💝','💖','💗','💓','💞','💕','❣️',_0x2ef164(0x1ed),'❤️‍🩹','❤️','🩷','🧡','💛','💚','💙','🩵','💜','🤎','🖤','🩶','🤍'],_0x27e50d=_0x3e863a[Math[_0x2ef164(0xca)](Math[_0x2ef164(0x12e)]()*_0x3e863a[_0x2ef164(0x199)])];_0x57083e['react'](_0x27e50d);}}if(!_0x18886b&&config['MODE']===_0x2ef164(0x1c8))return;if(!_0x18886b&&_0x27287b&&config[_0x2ef164(0x193)]===_0x2ef164(0x135))return;if(!_0x18886b&&_0x27287b&&config[_0x2ef164(0x193)]===_0x2ef164(0xf6))return;const _0xaed70a=require(_0x2ef164(0x17f)),_0x26f994=_0x22ae71?_0x23a920[_0x2ef164(0x17b)](0x1)[_0x2ef164(0x1cb)]()[_0x2ef164(0x1fc)]('\x20')[0x0]['toLowerCase']():![];if(_0x22ae71){const _0x195ceb=_0xaed70a[_0x2ef164(0x126)][_0x2ef164(0x1df)](_0x5d375f=>_0x5d375f[_0x2ef164(0xff)]===_0x26f994)||_0xaed70a[_0x2ef164(0x126)][_0x2ef164(0x1df)](_0x3bd473=>_0x3bd473[_0x2ef164(0x192)]&&_0x3bd473[_0x2ef164(0x192)][_0x2ef164(0xc6)](_0x26f994));if(_0x195ceb){if(_0x195ceb[_0x2ef164(0x13c)])_0x24f959['sendMessage'](_0x48a433,{'react':{'text':_0x195ceb[_0x2ef164(0x13c)],'key':_0x5d29b4[_0x2ef164(0x1b9)]}});try{_0x195ceb[_0x2ef164(0x162)](_0x24f959,_0x5d29b4,_0x57083e,{'from':_0x48a433,'quoted':_0x226926,'body':_0x23a920,'isCmd':_0x22ae71,'command':_0x28bbbc,'args':_0x3bcf44,'q':_0x1d1779,'isGroup':_0x27287b,'sender':_0x2c78e3,'senderNumber':_0x38daec,'botNumber2':_0x138ac3,'botNumber':_0x8107d,'pushname':_0x18e81a,'isMe':_0x37874a,'isOwner':_0x18886b,'groupMetadata':_0x1ef373,'groupName':_0x1852a9,'participants':_0x30837d,'groupAdmins':_0x167cd3,'isBotAdmins':_0x25db1c,'isAdmins':_0x1a7a55,'reply':_0x3c2fed});}catch(_0x3a7882){console[_0x2ef164(0x109)](_0x2ef164(0x1be)+_0x3a7882);}}}_0xaed70a[_0x2ef164(0x126)][_0x2ef164(0xee)](async _0x49136b=>{const _0x2ceeda=_0x2ef164;if(_0x23a920&&_0x49136b['on']===_0x2ceeda(0xd7))_0x49136b[_0x2ceeda(0x162)](_0x24f959,_0x5d29b4,_0x57083e,{'from':_0x48a433,'l':l,'quoted':_0x226926,'body':_0x23a920,'isCmd':_0x22ae71,'command':_0x49136b,'args':_0x3bcf44,'q':_0x1d1779,'isGroup':_0x27287b,'sender':_0x2c78e3,'senderNumber':_0x38daec,'botNumber2':_0x138ac3,'botNumber':_0x8107d,'pushname':_0x18e81a,'isMe':_0x37874a,'isOwner':_0x18886b,'groupMetadata':_0x1ef373,'groupName':_0x1852a9,'participants':_0x30837d,'groupAdmins':_0x167cd3,'isBotAdmins':_0x25db1c,'isAdmins':_0x1a7a55,'reply':_0x3c2fed});else{if(_0x5d29b4['q']&&_0x49136b['on']===_0x2ceeda(0x111))_0x49136b['function'](_0x24f959,_0x5d29b4,_0x57083e,{'from':_0x48a433,'l':l,'quoted':_0x226926,'body':_0x23a920,'isCmd':_0x22ae71,'command':_0x49136b,'args':_0x3bcf44,'q':_0x1d1779,'isGroup':_0x27287b,'sender':_0x2c78e3,'senderNumber':_0x38daec,'botNumber2':_0x138ac3,'botNumber':_0x8107d,'pushname':_0x18e81a,'isMe':_0x37874a,'isOwner':_0x18886b,'groupMetadata':_0x1ef373,'groupName':_0x1852a9,'participants':_0x30837d,'groupAdmins':_0x167cd3,'isBotAdmins':_0x25db1c,'isAdmins':_0x1a7a55,'reply':_0x3c2fed});else{if((_0x49136b['on']===_0x2ceeda(0x153)||_0x49136b['on']===_0x2ceeda(0xdd))&&_0x5d29b4[_0x2ceeda(0xc9)]===_0x2ceeda(0x1d5))_0x49136b[_0x2ceeda(0x162)](_0x24f959,_0x5d29b4,_0x57083e,{'from':_0x48a433,'l':l,'quoted':_0x226926,'body':_0x23a920,'isCmd':_0x22ae71,'command':_0x49136b,'args':_0x3bcf44,'q':_0x1d1779,'isGroup':_0x27287b,'sender':_0x2c78e3,'senderNumber':_0x38daec,'botNumber2':_0x138ac3,'botNumber':_0x8107d,'pushname':_0x18e81a,'isMe':_0x37874a,'isOwner':_0x18886b,'groupMetadata':_0x1ef373,'groupName':_0x1852a9,'participants':_0x30837d,'groupAdmins':_0x167cd3,'isBotAdmins':_0x25db1c,'isAdmins':_0x1a7a55,'reply':_0x3c2fed});else _0x49136b['on']===_0x2ceeda(0x19e)&&_0x5d29b4[_0x2ceeda(0xc9)]===_0x2ceeda(0x188)&&_0x49136b[_0x2ceeda(0x162)](_0x24f959,_0x5d29b4,_0x57083e,{'from':_0x48a433,'l':l,'quoted':_0x226926,'body':_0x23a920,'isCmd':_0x22ae71,'command':_0x49136b,'args':_0x3bcf44,'q':_0x1d1779,'isGroup':_0x27287b,'sender':_0x2c78e3,'senderNumber':_0x38daec,'botNumber2':_0x138ac3,'botNumber':_0x8107d,'pushname':_0x18e81a,'isMe':_0x37874a,'isOwner':_0x18886b,'groupMetadata':_0x1ef373,'groupName':_0x1852a9,'participants':_0x30837d,'groupAdmins':_0x167cd3,'isBotAdmins':_0x25db1c,'isAdmins':_0x1a7a55,'reply':_0x3c2fed});}}});});}app[_0xcc4ba5(0x13f)]('/',(_0x45b0e5,_0xd6f592)=>{const _0x51f2cf=_0xcc4ba5;_0xd6f592[_0x51f2cf(0xdb)](_0x51f2cf(0x1fe));}),app['listen'](port,()=>console[_0xcc4ba5(0x137)](_0xcc4ba5(0x151)+port)),setTimeout(()=>{connectToWA();},0xfa0);function _0x2427(){const _0xb9fca3=['Message','🙆‍♀️','🏞️','👨‍🎤','🇫🇷','🙇‍♂️','SHABAN-SOBX-MD\x20CONNECTED\x20TO\x20WHATSAPP\x20ENJOY\x20✅','imageMessage','crypto','🕳️','🚴‍♂️','🧟‍♂️','🚣‍♀️','29722446scJbmN','sendMessage','🛫️','11065IXwpNR','find','@g.us','🤷‍♀️','🗣️','🤵‍♀️','🕊️','🧑‍🦽','🏋️','👩‍🦰','2RkXKuA','🏄‍♂️','👨‍❤️‍👨','🇺🇸','axios','❤️‍🔥','👷‍♂️','PREFIX','👨‍💼','🙆‍♂️','923154647639','./plugins/','🚶‍♀️','👩‍🏭','👩‍🎤','👩‍❤️‍👩','\x0a\x0a*[\x20•\x20\x20SHABAN-SOBX-MD\x20-\x20STARTED‎\x20•\x20]*\x0a\x0a*╭┈───────────────•*\x0a\x0a*│\x20\x20◦*\x20*_Congratulations\x20Your\x20Bot\x20Active\x20Successfully_*\x0a\x0a*│\x20\x20◦*\x0a\x0a*│\x20\x20◦*\x20*✯\x20ᴊᴏɪɴ\x20ᴏᴜʀ\x20ᴡʜᴀᴛsᴀᴘᴘ\x20ᴄʜᴀɴɴᴇʟ\x20✯*\x0a\x0a*│\x20\x20◦*\x0a\x0a*│\x20\x20◦*\x20*https://whatsapp.com/channel/0029VazjYjoDDmFZTZ9Ech3O*\x0a\x0a*│\x20\x20◦*\x0a\x0a*│\x20\x20◦*\x20*★\x20ᴊᴏɪɴ\x20ᴏᴜʀ\x20ʏᴏᴜᴛᴜʙᴇ\x20ᴄʜᴀɴɴᴇʟ\x20★*\x0a\x0a*│\x20\x20◦*\x0a\x0a*│\x20\x20◦*\x20*https://youtube.com/@mrshaban282?si=Mmp8uT0UZsRqvKnq*\x0a\x0a*╰┈───────────────•*\x0a\x0a*[\x20•\x20\x20B\x20O\x20T\x20\x20-\x20R\x20E\x20P\x20O\x20‎\x20•\x20]*\x0a\x0a*╭┈───────────────•*\x0a\x0a*│★➠\x20-\x20🌐URL:*\x20*https://github.com/MRSHABAN/SHABAN-SOBX-MD*\x0a\x0a*╰┈───────────────•*\x0a\x0a*YOUR\x20BOT\x20ACTIVE\x20NOW\x20ENJOY♥️🪄*\x0a\x0a*PREFIX:\x20[','STATUS_REPLY','👩‍🚒','🖐️','split','👨‍🦱','HEY,\x20SHABAN-SOBX-MD\x20STARTED\x20✅','statusCode','👩‍👧‍👧','writeFile','👨‍🚀','./config','🤼‍♀️','🧎‍♀️','⛹️‍♀️','CONNECTING\x20SHABAN-SOBX-MD\x20BOT🧬...','🤦‍♂️','👨‍👩‍👧‍👦','🕷️','🤾‍♂️','shift','./lib/msg','👨‍🚒','🙇‍♀️','🤸‍♀️','sendFileUrl','👩‍👩‍👧‍👦','🚴‍♀️','🧑‍🎄','❤️‍🩹','🧙‍♀️','🧑‍🦱','audio/mpeg','stringify','🧗‍♂️','👩‍🦱','🧖‍♀️','👩‍⚖️','👩‍❤️‍👨','readMessages','🧑‍🦼','fromMe','groupMetadata','👩‍🎨','👨‍🏭','open','🧑‍🍼','🧛‍♂️','👨‍🎨','👩‍👩‍👦','💁‍♂️','👱‍♂️','👨‍👨‍👧‍👧','🙍‍♀️','includes','🏌️','👨‍👨‍👦','type','floor','creds.update','🇬🇧','🐈‍⬛','👨‍🔬','remoteJid','🙅‍♀️','AUTO_REACT','👨‍❤️‍💋‍👨','924wNjxFI','👨‍✈️','videoMessage','express','body','close','🧜‍♀️','💂‍♂️','send','👩‍❤️‍💋‍👩','photo','👩‍🦳','SESSION_ID','👨‍🦯','🇪🇸','👨‍🦳','👩‍🦲','🧔‍♀️','🕵️‍♀️','participants','🧘‍♀️','👮‍♀️','🧑‍💻','user','HEART_REACT','message','👰‍♀️','map','@whiskeysockets/baileys','👁️','👨‍🦽','🕴‍♂️','👨‍👦','🤹‍♀️','👨‍👨‍👧','groups','🙋‍♀️','👨‍👧‍👧','existsSync','🗨️','🧗‍♀️','path','👩‍🌾','audio','pattern','🧑‍🚒','Please\x20add\x20your\x20session\x20to\x20SESSION_ID\x20env\x20!!','catch','👩‍👩‍👧‍👧','🤸‍♂️','🧑‍🌾','🧑‍🦯','🤽‍♀️','util','error','👨‍🏫','👩‍🎓','🧑‍🔬','🚣‍♂️','💆‍♂️','🦹‍♀️','./lib/functions','text','👩‍👦','🧛‍♀️','💁‍♀️','toLowerCase','🏃‍♂️','😵‍💫','🏋️‍♂️','👩‍✈️','👩‍🍳','🕯️','megajs','🤾‍♀️','👨‍🦲','extname','ephemeralMessage','😮‍💨','👩‍💼','download','🐕‍🦺','🐻‍❄️','commands','👩‍❤️‍💋‍👨','🧍‍♂️','👩‍🔬','🦸‍♂️','🧝‍♂️','💇‍♀️','macOS','random','🧔‍♂️','👨‍🦰','silent','body-parser','👩‍🏫','🧑‍🏫','inbox','👨‍👧‍👦','log','READ_MESSAGE','participant','🤷‍♂️','video/mp4','react','pushName','🗯️','get','@s.whatsapp.net','messages.upsert','🦹‍♂️','🧏‍♀️','PORT','endsWith','🛣️','🧘‍♂️','🙍‍♂️','👩‍🚀','startsWith','🇯🇵','🧑‍🤝‍🧑','👳‍♀️','🚵‍♂️','👨‍👦‍👦','923251869133','Server\x20listening\x20on\x20port\x20http://localhost:','🙅‍♂️','image','👨‍👧','👨‍👨‍👧‍👦','🕵️','🚶‍♂️','🇨🇦','🛬️','🏋️‍♀️','headers','👩‍👧‍👦','💇‍♂️','👩‍💻','🙋‍♂️','👨‍🔧','👨‍🍳','function','🤽‍♂️','🤹‍♂️','extendedTextMessage','👩‍🦼','🧞‍♂️','🏌️‍♀️','application/pdf','🤦‍♀️','📽️','👩‍👧','👩‍🔧','🧑‍🦲','923059395959','👨‍⚕️','Firefox','🧑‍💼','👨‍💻','💆‍♀️','🕵️‍♂️','🧑‍⚕️','👩‍🦽','🐿️','👱‍♀️','🧑‍🍳','slice','🧎‍♂️','🕴‍♀️','👩‍🦯','./command','🙎‍♂️','🧑‍⚖️','👨‍👩‍👧‍👧','🧑‍🔧','330774rwWoZX','🏄‍♀️','👩‍⚕️','👮‍♂️','stickerMessage','😶‍🌫️','video','⛹️‍♂️','🧟‍♀️','🧑‍🦳','🧑‍✈️','\x20as\x20read.','https://i.imgur.com/DzrdW5g.jpeg','🧏‍♂️','alias','MODE','🏊‍♀️','🏊‍♂️','👨‍🦼','👁️‍🗨️','pino','length','👨‍🎓','🧑‍🏭','👳‍♂️','fluent-ffmpeg','sticker','796878sclwEc','👷‍♀️','👩‍🍼','true','🏌️‍♂️','🤵‍♂️','Marked\x20message\x20from\x20','🏃‍♀️','quotedMessage','👨‍🌾','loggedOut','/auth_info_baileys/','file-type','🧑‍🎨','🧑‍🚀','👨‍👩‍👧','👩‍👦‍👦','messages','🙎‍♀️','OWNER_REACT','💂‍♀️','🧙‍♂️','👩‍👩‍👦‍👦','🕴️','4204392NwmZMW','480576nlXaMT','key','🧍‍♀️','caption','wa-sticker-formatter','PLUGINS\x20FILES\x20INSTALL\x20SUCCESSFULLY\x20✅','[PLUGIN\x20ERROR]\x20','♻️\x20INSTALLING\x20PLUGINS\x20FILES\x20PLEASE\x20WAIT...\x20🪄','conversation','gif','9729867vHmubx','status@broadcast','🕸️','👰‍♂️','👩‍👩‍👧','contextInfo','private','🇦🇺','join','trim','👯‍♂️','🧑‍🎤'];_0x2427=function(){return _0xb9fca3;};return _0x2427();} 23 | --------------------------------------------------------------------------------