5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
14 |
15 | 16 | ### ඔබට පහසුවෙන් QR කේතය Repl.it මඟින් ලබා ගත හැක.. පහල බටනය CLICK කරන්න 17 | 18 | [](https://replit.com/@MagmaGaming/AQUABOT-MDV2?v=1) 19 | 20 | ## QR කේතය ලබා ගත් පසු Bot deploy කිරීමට පහල බටනය CLICK කරන්න.. 21 | [](https://dashboard.heroku.com/new?button-url=https%3A%2F%2Fgithub.com%2F&template=https%3A%2F%2Fgithub.com%2Fsanuwaofficial%2FAQUABOT-MD) 22 | 23 | [](https://railway.app/new/template/yP_YCd?referralCode=VN3jQs) 24 | --------------------------------- 25 | 26 | ### Developer :- Sanuwa-official 27 | 28 | ## Thanks To 29 | - [@adiwajshing](https://github.com/adiwajshing/) for coded [Baileys](https://github.com/adiwajshing/Baileys) 30 | - [@yusufusta](https://github.com/yusufusta/) for coded [WhatsAsena](https://github.com/yusufusta/WhatsAsena) 31 | - [@sisula](https://github.com/sisula/) & [@joka](https://github.com/MrJoka-Thejaka/) for all the helps 🤝 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-modernist 2 | -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Aquabot - MD", 3 | "description": "AQUABOT - Makes it easy and fun to use Whatsapp.", 4 | "logo": "https://i.ibb.co/V9jYrQC/aqua-md.jpg", 5 | "keywords": ["whatsapp", "userbot", "aqua", "bot", "ai" , "MD" ], 6 | "repository": "https://github.com/sanuwaofficial/AQUABOT-MD", 7 | "website": "https://aquabot.ga/", 8 | "success_url": "https://aquabot.ga", 9 | "stack": "container", 10 | "env": { 11 | "AQUA_SESSION": { 12 | "description": "", 13 | "required": true 14 | }, 15 | "NO_ONLINE": { 16 | "description": "", 17 | "required": true, 18 | "value": "false" 19 | }, 20 | "ANTI_BOT": { 21 | "description": "", 22 | "value": "false" , 23 | "required": true 24 | }, 25 | "ANTI_SPAM": { 26 | "description": "", 27 | "value": "true" , 28 | "required": true 29 | }, 30 | "ONLY_GROUP": { 31 | "description": "", 32 | "value": "false" , 33 | "required": true 34 | }, 35 | "REMOVE_BG_API_KEY": { 36 | "description": "", 37 | "required": true 38 | }, 39 | "OWN_NAME": { 40 | "description": "", 41 | "value": "your name" , 42 | "required": true 43 | }, 44 | "OWN_NUMBER": { 45 | "description": "", 46 | "value": "94xxxxxxxxx" , 47 | "required": true 48 | }, 49 | 50 | "AUTO_REACT": { 51 | "description": "", 52 | "value": "false" , 53 | "required": true 54 | }, 55 | 56 | "URL_1NAME": { 57 | "description": "", 58 | "value": "🎊INSTAGRAM🎊" , 59 | "required": true 60 | }, 61 | "URL_1LINK": { 62 | "description": "", 63 | "value": "https://www.instagram.com/__.sanuwa.__/" , 64 | "required": true 65 | }, 66 | "URL_2NAME": { 67 | "description": "", 68 | "value": "💻GITHUB💻" , 69 | "required": true 70 | }, 71 | "URL_2LINK": { 72 | "description": "", 73 | "value": "https://github.com/sanuwaofficial" , 74 | "required": true 75 | }, 76 | "FOOTER": { 77 | "description": "", 78 | "value": "𝙿𝙾𝚆𝙴𝚁𝙴𝙳 𝙱𝚈 𝙰𝚀𝚄𝙰𝙱𝙾𝚃 ²⁰²²" , 79 | "required": true 80 | }, 81 | "ANTI_LINK": { 82 | "description": "", 83 | "value": "false" , 84 | "required": true 85 | }, 86 | "CAPTION": { 87 | "description": "", 88 | "value": "© 𝙶𝙴𝙽𝙴𝚁𝙰𝚃𝙴𝙳 𝙱𝚈 𝙰𝚀𝚄𝙰 ²⁰²²" , 89 | "required": true 90 | }, 91 | "INBOX_BLOCK": { 92 | "description": "", 93 | "value": "false" , 94 | "required": true 95 | }, 96 | "INBOX_BLOCK_MSG": { 97 | "description": "", 98 | "value": "default" , 99 | "required": true 100 | }, 101 | "ALIVE_MESSAGE": { 102 | "description": "", 103 | "value": "default", 104 | "required": true 105 | }, 106 | "ALIVE_LOGO": { 107 | "description": "", 108 | "value": "https://telegra.ph/file/85fe740b2385a55178500.jpg" , 109 | "required": true 110 | }, 111 | 112 | "SONG_DOWN": { 113 | "description": "", 114 | "value": "*📥Downloading your song...*" , 115 | "required": true 116 | }, 117 | "SONG_UP": { 118 | "description": "", 119 | "value": "*📤Uploading your song...*" , 120 | "required": true 121 | }, 122 | "VIDEO_DOWN": { 123 | "description": "", 124 | "value": "*📥Downloading your video...*" , 125 | "required": true 126 | }, 127 | "VIDEO_UP": { 128 | "description": "", 129 | "value": "*📤Uploading your video...*" , 130 | "required": true 131 | }, 132 | "FILE_DOWN": { 133 | "description": "", 134 | "value": "*📥Downloading your file...*" , 135 | "required": true 136 | }, 137 | "FILE_UP": { 138 | "description": "", 139 | "value": "*📤Uploading your file...*" , 140 | "required": true 141 | }, 142 | "STIC_WM": { 143 | "description": "", 144 | "value": "⛲αqυα ⃨𝚋oƚ ࿐" , 145 | "required": true 146 | }, 147 | "WORK_TYPE": { 148 | "description": "", 149 | "value": "public" , 150 | "required": true 151 | }, 152 | "SUDO": { 153 | "description": "", 154 | "value": "" , 155 | "required": false 156 | }, 157 | "LANGUAGE": { 158 | "description": "", 159 | "value": "EN" , 160 | "required": true 161 | }, 162 | "HEROKU": { 163 | "description": "", 164 | "value": "true" , 165 | "required": true 166 | }, 167 | "HEROKU_API_KEY": { 168 | "description": "", 169 | "value": "" , 170 | "required": true 171 | }, 172 | "HEROKU_APP_NAME": { 173 | "description": "", 174 | "value": "" , 175 | "required": true 176 | }, 177 | "BAN_MESSAGE": { 178 | "description": "", 179 | "value": "default" , 180 | "required": true 181 | }, 182 | "ADD_MESSAGE": { 183 | "description": "", 184 | "value": "default" , 185 | "required": true 186 | }, 187 | "PROMOTE_MESSAGE": { 188 | "description": "", 189 | "value": "default" , 190 | "required": true 191 | }, 192 | "DEMOTE_MESSAGE": { 193 | "description": "", 194 | "value": "default" , 195 | "required": true 196 | }, 197 | "MUTE_MESSAGE": { 198 | "description": "", 199 | "value": "default" , 200 | "required": true 201 | }, 202 | "UNMUTE_MESSAGE": { 203 | "description": "", 204 | "value": "default" , 205 | "required": true 206 | }, 207 | "KICKME_MESSAGE": { 208 | "description": "", 209 | "value": "default" , 210 | "required": true 211 | } 212 | 213 | }, 214 | "addons": [{ 215 | "plan": "heroku-postgresql" 216 | }], 217 | "buildpacks": [{ 218 | "url": "heroku-community/apt" 219 | }] 220 | } 221 | -------------------------------------------------------------------------------- /heroku.yml: -------------------------------------------------------------------------------- 1 | build: 2 | docker: 3 | worker: Dockerfile 4 | run: 5 | worker: npm start 6 | -------------------------------------------------------------------------------- /language.js: -------------------------------------------------------------------------------- 1 | const Config = require('./config'); 2 | const fs = require('fs'); 3 | const chalk = require('chalk'); 4 | 5 | if (fs.existsSync('./language/' + Config.LANG + '.json')) { 6 | console.log( 7 | chalk.green.bold('Loading ' + Config.LANG + ' language...') 8 | ); 9 | 10 | var json = JSON.parse(fs.readFileSync('./language/' + Config.LANG + '.json')); 11 | } else { 12 | console.log( 13 | chalk.red.bold('You have entered an invalid language. English language was chosen.') 14 | ); 15 | 16 | var json = JSON.parse(fs.readFileSync('./language/EN.json')); 17 | } 18 | 19 | function getString(file) { 20 | return json['STRINGS'][file]; 21 | } 22 | 23 | module.exports = { 24 | language: json, 25 | getString: getString 26 | } 27 | -------------------------------------------------------------------------------- /language/EN.json: -------------------------------------------------------------------------------- 1 | { 2 | "LANGUAGE": "English", 3 | "LANGCODE": "en", 4 | "AUTHOR" : "sanuwa official", 5 | "STRINGS" : { 6 | "aqua" : { 7 | "COMMAND" : "Command", 8 | "DESC" : "Description", 9 | "EXAMPLE" : "Example", 10 | "NOT_FOUND": "*I couldnt find a command like this*", 11 | "WARN" : "Warn" 12 | }, 13 | "yt" : { 14 | "N_SONG" : "*🧜♀️💬ENTER A SONG NAME*\nex : .song faded" , 15 | "NOT_SONG" : "*SONG NOT FOUND‼️*" , 16 | "S_YT" : "*🔍SEARCHING ON YOUTUBE...*" , 17 | "N_YT" : "*🧜♀️💬ENTER A TOPIC* \nex : .getyt sri lanka cricket" , 18 | "N_VID" : "*🧜♀️💬ENTER A YOUTUBE VIDEO LINK*\nex : .video https://youtu.be/pyCIKli4YUA" , 19 | "N_FB" : "*🧜♀️💬ENTER A FACEBOOK VIDEO LINK*" , 20 | "N_MF" : "*🧜♀️💬ENTER A MEDIAFIRE LINK*" , 21 | "N_TIK" : "*🧜♀️💬ENTER A TIKTOK VIDEO LINK*" , 22 | "NOT_VID" : "*VIDEO NOT FOUND‼️*", 23 | "N_IG " : "🧜♀️💬ENTER A INSTAGRAM LINK", 24 | "N_FOUND" : "*NOT FOUND‼️*" 25 | } , 26 | "admin" : { 27 | "UR_NOT_ADMIN": "*You are not admin in this group!*", 28 | "IM_NOT_ADMIN": "*I am not admin in this group!*", 29 | "BANNED": "kicked out of the group!", 30 | "GIVE_ME_USER": "*Give me a user!*" , 31 | "USER_IS_ADMIN" : "*Can not kick group Admins!*" , 32 | "ADDED" : "added to the group!!" , 33 | "E_USER" : "*🧜♀️💬 Enter the number to be added to the group with the country code without + mark and space.*", 34 | "ISN_ADMIN" : "*🧜♀️💬The person you mentioned is not a group admin.*", 35 | "IS_ADMIN" : "*🧜♀️💬The person you mentioned is a group admin.*", 36 | "MUTE" : "*🧜♀️💬The group chat has muted!.*", 37 | "UNMUTE" : "*🧜♀️💬The group chat has unmuted!.*", 38 | "PROMOTE" : "has been promoted !", 39 | "DEMOTE" : "has been demoted !" 40 | 41 | } , 42 | "stic" : { 43 | "NEED" : "*🧜♀️💬 please mention an image or video*" , 44 | "C_STIC" : "```🧰creating sticker...```" , 45 | "N_STIC" : "*🧜♀️💬 Please mention a sticker.*" , 46 | "C_IMG" : "```🧰converting sticker to image...```" , 47 | "C_VID" : "```🧰converting animated sticker to video...```" 48 | }, 49 | 50 | "apk" : { 51 | "N_LINK" : "*🧜♀️💬 Enter a google playstore app link .*" , 52 | "ERROR" : "*🧜♀️💬APK Not Found!.*" 53 | 54 | }, 55 | "filters": { 56 | "FILTER_DESC": "It adds a filter. If someone writes your filter, it send the answer. If you just write .filter, it show's your filter list.", 57 | "NO_FILTER": "*❌ There are no filters in this chat!*", 58 | "FILTERS": "*🔎 There is your filters in this chat:*", 59 | "NEED_REPLY": "*❌ Please type in reply!*\n*Example:*", 60 | "FILTERED": "*✅ Successfully set* ```{}``` *to filter!*", 61 | "STOP_DESC": "Stops the filter you added previously.", 62 | "NEED_FILTER": "*❌ Please type a filter!*\n*Example:*", 63 | "ALREADY_NO_FILTER": "*❌ There is already no filter like this!*", 64 | "DELETED": "*✅ The filter was successfully deleted!*" 65 | }, 66 | "greetings": { 67 | "NOT_SET_WELCOME": "*🧜♀️💬You don't set the welcome message yet.!*\n**To set:** ```.welcome hi && hi#how are you?```", 68 | "WELCOME_ALREADY_SETTED": "*✅ Welcome message already set!*\n*Message:* ```", 69 | "NEED_WELCOME_TEXT": "*🧜♀️💬You must write a message to set up the welcome message.*\n*Example:* ```.welcome hi && hi#how are you?```", 70 | "WELCOME_DELETED": "*✅ Welcome message has been deleted successfully!*", 71 | "WELCOME_SETTED": "*✅ Welcome message has been set successfully!*", 72 | "NOT_SET_GOODBYE": "*🧜♀️💬You didn't set a goodbye message!*\n*To set:* ```.goodbye bye && bye#see ya```", 73 | "GOODBYE_ALREADY_SETTED": "*✅ Goodbye message has been set!*\n*Message:* ```", 74 | "NEED_GOODBYE_TEXT": "*🧜♀️💬You must write a message to set up the goodbye message.*\n*Example:* ```.goodbye bye && bye#see ya```", 75 | "GOODBYE_DELETED": "*✅ Goodbye message has been deleted successfully!*", 76 | "GOODBYE_SETTED": "*✅ Goodbye message has been setted successfully!*" 77 | } 78 | 79 | 80 | 81 | } 82 | 83 | 84 | 85 | 86 | } 87 | -------------------------------------------------------------------------------- /language/SI.json: -------------------------------------------------------------------------------- 1 | { 2 | "LANGUAGE": "English", 3 | "LANGCODE": "en", 4 | "AUTHOR" : "sanuwa official", 5 | "STRINGS" : { 6 | "aqua" : { 7 | "COMMAND" : "විධානය", 8 | "DESC" : "විස්තරය", 9 | "EXAMPLE" : "උදා", 10 | "NOT_FOUND": "*විධානය හමු නොවීය.*", 11 | "WARN" : "අනතුරු ඇගවීම" 12 | }, 13 | "yt" : { 14 | "N_SONG" : "*🧜♀️💬ගීතයක නමක් ඇතුළත් කරන්න.*\nඋදා : .song faded" , 15 | "NOT_SONG" : "*ගීතය හමු නොවීය‼️*" , 16 | "S_YT" : "*🔍 YOUTUBE හි සොයමින්...*" , 17 | "N_YT" : "*🧜♀️💬මාතෘකාවක් ඇතුළත් කරන්න.* \n :උදා : .getyt sri lanka cricket" , 18 | "N_VID" : "*🧜♀️💬YOUTUBE වීඩියෝ LINK එකක් ඇතුළත් කරන්න.*\nඋදා : .video https://youtu.be/pyCIKli4YUA" , 19 | "NOT_VID" : "*වීඩියෝව හමු නොවීය‼️*", 20 | "N_TIK" : "*🧜♀️💬කරුණාකර tiktok වීඩියෝ link එකක් ඇතුළත් කරන්න.*" , 21 | "N_MF" : "*🧜♀️💬කරුණාකර mediafire link එකක් ඇතුළත් කරන්න.*" , 22 | "N_FB" : "*🧜♀️💬කරුණාකර ෆේස්බුක් වීඩියෝ link එකක් ඇතුළත් කරන්න.*" , 23 | "N_IG " : "*🧜♀️💬කරුණාකර instagram link එකක් ඇතුළත් කරන්න.*", 24 | "N_FOUND" : "*හමු නොවීය‼️*" 25 | } , 26 | "admin" : { 27 | "UR_NOT_ADMIN" : "🧜♀️💬 ඔබ කණ්ඩායම් පරිපාලකවරයෙකු නොවේ.*!*", 28 | "IM_NOT_ADMIN" : "🧜♀️💬 මම මෙම කණ්ඩායමේ පරිපාලකයෙකු නොවේ.*!*", 29 | "BANNED" : "ඉවත් කෙරුණා!", 30 | "GIVE_ME_USER" : "*🧜♀️💬 සාමාජිකයෙකු mention කරන්න!*", 31 | "USER_IS_ADMIN" : "*🧜♀️💬 කණ්ඩායම් පරිපාලකවරයෙකු ඉවත් කළ නොහැක!*" , 32 | "ADDED" : "කණ්ඩායමට එකතු කරන ලදි!" , 33 | "E_USER" : "*🧜♀️💬 + ලකුණ හා හිස්තැන් රහිතව රටෙහි කේතය සමග කණ්ඩායමට එකතු කළ යුතු අංකය ඇතුලත් කරන්න.*", 34 | "ISN_ADMIN" : "*🧜♀️💬ඔබ mention කළ පුද්ගලයා කණ්ඩායම් පරිපාලකයෙකු නොවේ.*", 35 | "IS_ADMIN" : "*🧜♀️💬ඔබ mention කළ පුද්ගලයා කණ්ඩායම් පරිපාලකයෙකි.*", 36 | "MUTE" : "*🧜♀️💬කණ්ඩායම පරිපාලකවරුන්ට පමණක් chat කළ හැකි ආකාරයට ක්රියා කරයි.*", 37 | "UNMUTE" : "*🧜♀️💬කණ්ඩායම සියලුම සාමාජිකයන්ට chat කළ හැකි ආකාරයට ක්රියා කරයි.*", 38 | "PROMOTE" : "පරිපාලකයෙකු බවට පත් කරන ලදී !", 39 | "DEMOTE" : "පරිපාලක තනතුරෙන් ඉවත් කෙරුනා !" 40 | }, 41 | "stic" : { 42 | "NEED" : "*🧜♀️💬 ඡායාරූපයක් , වීඩියෝවක් mention කරන්න*" , 43 | "C_STIC" : "```🧰 ස්ටිකරය නිර්මාණය කරමින් පවතී...```" , 44 | "N_STIC" : "*🧜💬 කරුණාකර ස්ටිකරයක් mention කරන්න.*" , 45 | "C_IMG" : "```🧰 ස්ටිකරය ඡායාරූපයක් බවට පත් කරමින්...```" , 46 | "C_VID" : "```🧰ස්ටිකරය වීඩියෝවක් බවට පත් කරමින්...```" 47 | }, 48 | 49 | "apk" : { 50 | "N_LINK" : "*🧜♀️💬google playstore app link එකක් ඇතුළත් කරන්න.*" , 51 | "ERROR" : "*🧜♀️💬APK ගොනුව හමු නොවීය.*" 52 | 53 | }, 54 | "filters": { 55 | 56 | "NO_FILTER": "*❌ There are no filters in this chat!*", 57 | "FILTERS": "*🔎 There is your filters in this chat:*", 58 | "NEED_REPLY": "*❌ Please type in reply!*\n*Example:*", 59 | "FILTERED": "*✅ Successfully set* ```{}``` *to filter!*", 60 | "STOP_DESC": "ඔබ කලින් එකතු කළ පෙරණය නවත්වයි.", 61 | "NEED_FILTER": "*❌ Please type a filter!*\n*Example:*", 62 | "ALREADY_NO_FILTER": "*❌ There is already no filter like this!*", 63 | "DELETED": "*✅ The filter was successfully deleted!*" 64 | }, 65 | "greetings": { 66 | 67 | "NOT_SET_WELCOME": "*🧜♀️💬ඔබ තවමත් පිළිගැනීමේ පණිවිඩය සකසා නැත.!*\n**සැකසීමට:** ```.welcome ඔබගේ පිළිගැනීමේ පණිවිඩය```", 68 | "WELCOME_ALREADY_SETTED": "*✅ පිළිගැනීමේ පණිවිඩය දැනටමත් සකසා ඇත!*\n*පණිවුඩය:* ```", 69 | "NEED_WELCOME_TEXT": "*🧜♀️💬පිළිගැනීමේ පණිවිඩය සැකසීමට ඔබ පණිවිඩයක් ලිවිය යුතුය.*\n*Example:* ```.welcome WELCOME!```", 70 | "WELCOME_DELETED": "*✅ පිළිගැනීමේ පණිවිඩය සාර්ථකව මකා දමා ඇත!*", 71 | "WELCOME_SETTED": "*✅ පිළිගැනීමේ පණිවිඩය සාර්ථකව සකසා ඇත!*", 72 | "NOT_SET_GOODBYE": "*🧜♀️💬ඔබ සමුගැනීමේ පණිවිඩයක් සකසා නැත!*\n*To set:* ```.goodbye ඔබගේ ආයුබෝවන් පණිවිඩය```", 73 | "GOODBYE_ALREADY_SETTED": "*✅ සමුගැනීමේ පණිවිඩය සකසා ඇත!*\n*Message:* ```", 74 | "NEED_GOODBYE_TEXT": "*🧜♀️💬සමුගැනීමේ පණිවිඩය සැකසීමට ඔබ පණිවිඩයක් ලිවිය යුතුය.*\n*Example:* ```.goodbye Goodbye!```", 75 | "GOODBYE_DELETED": "*✅ සමුගැනීමේ පණිවිඩය සාර්ථකව මකා දමා ඇත!*", 76 | "GOODBYE_SETTED": "*✅ සමුගැනීමේ පණිවිඩය සාර්ථකව සකසා ඇත!*" 77 | } 78 | 79 | 80 | 81 | 82 | } 83 | 84 | 85 | 86 | 87 | } 88 | -------------------------------------------------------------------------------- /lib/ezgif.js: -------------------------------------------------------------------------------- 1 | function _0x4b5b8b(_0x417a94,_0x2acc94,_0x2b14da,_0xec752b){return _0x38d0(_0x2acc94-0x26e,_0x417a94);}(function(_0x2ea868,_0x50ef15){function _0x52584a(_0x43571e,_0x467306,_0x411867,_0x3821ff){return _0x38d0(_0x43571e-0x14f,_0x3821ff);}function _0x24a582(_0x1067b6,_0x25c4fa,_0x109cc7,_0x40d210){return _0x38d0(_0x40d210- -0x92,_0x25c4fa);}const _0x5ae0c5=_0x2ea868();while(!![]){try{const _0x4cb96c=parseInt(_0x24a582(0x109,0xe5,0xef,0xfe))/0x1*(-parseInt(_0x24a582(0x104,0x126,0x123,0x116))/0x2)+-parseInt(_0x52584a(0x2f6,0x2e5,0x2e2,0x2fa))/0x3+-parseInt(_0x52584a(0x2e0,0x2da,0x2c6,0x2d1))/0x4+-parseInt(_0x52584a(0x2da,0x2dc,0x2c8,0x2c7))/0x5*(-parseInt(_0x24a582(0x129,0x128,0x10a,0x11b))/0x6)+-parseInt(_0x24a582(0xef,0xf2,0xff,0xf6))/0x7*(parseInt(_0x24a582(0x10c,0x108,0x10b,0x118))/0x8)+-parseInt(_0x24a582(0xef,0x100,0xf3,0x109))/0x9+parseInt(_0x24a582(0xf8,0xdc,0xf4,0xed))/0xa*(parseInt(_0x52584a(0x2d4,0x2c6,0x2cb,0x2c0))/0xb);if(_0x4cb96c===_0x50ef15)break;else _0x5ae0c5['push'](_0x5ae0c5['shift']());}catch(_0x6ed798){_0x5ae0c5['push'](_0x5ae0c5['shift']());}}}(_0x253d,0xb7ed4));const axios=require(_0x4b5b8b(0x404,0x3ee,0x3e2,0x3e2)),cheerio=require(_0x376cc1(-0x1fb,-0x1fc,-0x1e5,-0x20d));function _0x38d0(_0x110eb2,_0x4c95d2){const _0x253d22=_0x253d();return _0x38d0=function(_0x38d0b7,_0x316831){_0x38d0b7=_0x38d0b7-0x17e;let _0x2a7e46=_0x253d22[_0x38d0b7];return _0x2a7e46;},_0x38d0(_0x110eb2,_0x4c95d2);}function _0x376cc1(_0x4cd159,_0x239beb,_0x491cc5,_0x25eed9){return _0x38d0(_0x4cd159- -0x38e,_0x491cc5);}async function webp2mp4(_0x57df0e){const _0x2e33e9=await axios(_0x2a27b3(-0x11d,-0xef,-0x120,-0x106)+_0x2a27b3(-0x10b,-0x11f,-0x109,-0x119)+_0x2a27b3(-0x111,-0x126,-0x129,-0x123)+'url='+_0x57df0e),_0x3a1f1a=cheerio['load'](_0x2e33e9[_0x389c31(0x38d,0x37a,0x36a,0x373)]),_0x42b8b5=_0x3a1f1a(_0x2a27b3(-0xfe,-0xf1,-0x10b,-0xfe)+_0x389c31(0x379,0x381,0x361,0x376))[_0x389c31(0x350,0x340,0x342,0x358)](_0x389c31(0x381,0x38c,0x37c,0x385)),_0x162987={};_0x162987['file']=_0x42b8b5,_0x162987['convert']=_0x2a27b3(-0x108,-0x118,-0x127,-0x115)+_0x389c31(0x34e,0x34c,0x37d,0x363);function _0x389c31(_0x6f377d,_0x51d0ea,_0x1885bf,_0x2ccd43){return _0x376cc1(_0x2ccd43-0x563,_0x51d0ea-0xeb,_0x6f377d,_0x2ccd43-0x2f);}const _0x57fa6f=_0x162987,_0xf2e183=await axios({'method':_0x2a27b3(-0x11d,-0x106,-0xf0,-0x109),'url':_0x2a27b3(-0xec,-0x112,-0x116,-0x106)+_0x389c31(0x373,0x354,0x36b,0x36b)+_0x2a27b3(-0x113,-0x11b,-0x11d,-0x10f)+_0x57fa6f[_0x389c31(0x360,0x360,0x36f,0x356)],'data':new URLSearchParams(Object[_0x389c31(0x374,0x369,0x360,0x35b)](_0x57fa6f))}),_0x21b471=cheerio[_0x389c31(0x388,0x36c,0x38b,0x377)](_0xf2e183[_0x2a27b3(-0xfd,-0x101,-0x11e,-0x111)]),_0x109b63=_0x21b471('div#output'+_0x2a27b3(-0x130,-0x12b,-0x142,-0x12b)+_0x2a27b3(-0xed,-0x114,-0x112,-0x100)+_0x2a27b3(-0xfe,-0xf2,-0x115,-0x101))[_0x389c31(0x34d,0x350,0x362,0x358)]('src'),_0x13c72e='https:'+_0x109b63;function _0x2a27b3(_0x3b1328,_0xb32910,_0x2c7730,_0x3b0a53){return _0x4b5b8b(_0xb32910,_0x3b0a53- -0x51d,_0x2c7730-0x91,_0x3b0a53-0x1b3);}return _0x13c72e;}async function webp2img(_0x5dde66){const _0x5b59af=await axios(_0x3cbb4f(-0x11b,-0x130,-0x13d,-0x137)+_0x3cbb4f(-0x15f,-0x14c,-0x14d,-0x13d)+_0x259fc6(-0x13e,-0x14c,-0x165,-0x13f)+'ng?url='+_0x5dde66),_0x12f9d7=cheerio[_0x259fc6(-0x164,-0x14d,-0x162,-0x149)](_0x5b59af[_0x3cbb4f(-0x11f,-0x137,-0x145,-0x134)]),_0x283cab=_0x12f9d7(_0x259fc6(-0x142,-0x13e,-0x13b,-0x13d)+_0x3cbb4f(-0x145,-0x134,-0x141,-0x14c))[_0x259fc6(-0x156,-0x16c,-0x161,-0x160)](_0x259fc6(-0x127,-0x13f,-0x152,-0x157)),_0x1de70b={};_0x1de70b[_0x259fc6(-0x172,-0x16e,-0x17f,-0x174)]=_0x283cab,_0x1de70b['convert-to'+_0x3cbb4f(-0x128,-0x12a,-0x13a,-0x13c)]='Convert\x20to'+_0x3cbb4f(-0x12f,-0x141,-0x141,-0x148);const _0x19ef93=_0x1de70b,_0x47b1e0=await axios({'method':_0x3cbb4f(-0x12f,-0x12f,-0x11b,-0x11c),'url':_0x259fc6(-0x13b,-0x146,-0x154,-0x159)+_0x3cbb4f(-0x158,-0x13f,-0x154,-0x147)+'bp-to-png/'+_0x19ef93['file'],'data':new URLSearchParams(Object[_0x3cbb4f(-0x142,-0x14f,-0x146,-0x152)](_0x19ef93))}),_0x2b7fd4=cheerio[_0x259fc6(-0x138,-0x14d,-0x137,-0x155)](_0x47b1e0[_0x3cbb4f(-0x121,-0x137,-0x150,-0x12f)]);function _0x3cbb4f(_0x13d276,_0x265af3,_0x112f48,_0x10b2fb){return _0x4b5b8b(_0x10b2fb,_0x265af3- -0x543,_0x112f48-0x8,_0x10b2fb-0x1b9);}const _0x2fa043=_0x2b7fd4(_0x259fc6(-0x14e,-0x157,-0x142,-0x161)+_0x3cbb4f(-0x160,-0x151,-0x139,-0x137)+_0x259fc6(-0x15f,-0x16d,-0x181,-0x15e))[_0x259fc6(-0x183,-0x16c,-0x164,-0x16f)](_0x259fc6(-0x161,-0x168,-0x159,-0x17d)),_0x5ed38e='https:'+_0x2fa043;function _0x259fc6(_0x10fb6a,_0x4ff366,_0x2733ce,_0x2b948b){return _0x376cc1(_0x4ff366-0x9f,_0x4ff366-0x11a,_0x10fb6a,_0x2b948b-0xaa);}return _0x5ed38e;}async function img2webp(_0xe0f744){const _0x3db234=await axios(_0x38ec29(-0x5a,-0x7b,-0x7e,-0x71)+_0x38ec29(-0x9e,-0x7f,-0x96,-0x8d)+_0x3b57a2(-0x1a5,-0x1b8,-0x1ac,-0x1bd)+'bp?url='+_0xe0f744),_0x80227c=cheerio[_0x38ec29(-0x80,-0x8b,-0x86,-0x74)](_0x3db234['data']),_0x40a49a=_0x80227c('input[name'+_0x38ec29(-0x71,-0x75,-0x71,-0x75))[_0x38ec29(-0x91,-0x89,-0x84,-0x93)](_0x3b57a2(-0x173,-0x176,-0x186,-0x183)),_0x177956={};function _0x38ec29(_0x233787,_0x198268,_0xceee2f,_0xfdd6da){return _0x4b5b8b(_0x198268,_0xfdd6da- -0x484,_0xceee2f-0x1c7,_0xfdd6da-0x74);}_0x177956['file']=_0x40a49a,_0x177956[_0x38ec29(-0x60,-0x5f,-0x89,-0x72)+_0x38ec29(-0x53,-0x5a,-0x52,-0x6b)]=_0x38ec29(-0x71,-0x82,-0x90,-0x7c)+_0x3b57a2(-0x195,-0x1a1,-0x191,-0x192);const _0x44d4d7=_0x177956,_0x155eca=await axios({'method':_0x3b57a2(-0x17d,-0x173,-0x16f,-0x189),'url':_0x38ec29(-0x61,-0x77,-0x7b,-0x6d)+'gif.com/jp'+'g-to-webp/'+_0x44d4d7[_0x3b57a2(-0x1a2,-0x1af,-0x193,-0x188)],'data':new URLSearchParams(Object[_0x38ec29(-0xa4,-0x77,-0xa9,-0x90)](_0x44d4d7))}),_0x345a93=cheerio['load'](_0x155eca[_0x38ec29(-0x8a,-0x88,-0x90,-0x78)]);function _0x3b57a2(_0x2b1240,_0x56aa84,_0x5d09f5,_0x3d43e1){return _0x376cc1(_0x2b1240-0x6b,_0x56aa84-0x4f,_0x3d43e1,_0x3d43e1-0x3e);}const _0x3d0f0a=_0x345a93(_0x3b57a2(-0x18b,-0x185,-0x178,-0x19f)+'\x20>\x20p.outfi'+_0x38ec29(-0x9c,-0xaa,-0x8f,-0x94))[_0x3b57a2(-0x1a0,-0x194,-0x190,-0x1b6)]('src'),_0x2e64e6='https:'+_0x3d0f0a;return _0x2e64e6;}async function vid2webp(_0x34028f){const _0x27d0fb=await axios(_0x3ffb04(-0x38,-0x2c,-0x3b,-0x3b)+_0x3ffb04(-0x54,-0x4a,-0x68,-0x48)+_0xe917dc(-0x1f4,-0x20e,-0x202,-0x204)+_0xe917dc(-0x1f2,-0x1da,-0x1eb,-0x204)+_0x34028f),_0x4e953b=cheerio[_0xe917dc(-0x1f2,-0x1de,-0x1f5,-0x1ed)](_0x27d0fb['data']),_0x5d9d4a=_0x4e953b(_0x3ffb04(-0x2c,-0x23,-0x37,-0x39)+_0xe917dc(-0x1e2,-0x1fc,-0x1f6,-0x1f9))['attr'](_0xe917dc(-0x1d5,-0x1e8,-0x1e7,-0x1fd)),_0x3d1329={};_0x3d1329[_0xe917dc(-0x214,-0x204,-0x216,-0x214)]=_0x5d9d4a,_0x3d1329['end']=0x4,_0x3d1329[_0xe917dc(-0x1f9,-0x1f6,-0x205,-0x1fa)+_0xe917dc(-0x212,-0x209,-0x1fe,-0x218)]='Convert\x20to'+'\x20GIF!';function _0xe917dc(_0x5a2632,_0x4caa20,_0x1f8614,_0x2c3f3a){return _0x376cc1(_0x1f8614- -0x9,_0x4caa20-0x1a0,_0x2c3f3a,_0x2c3f3a-0xcf);}const _0x41792f=_0x3d1329,_0x1cd804=await axios({'method':_0x3ffb04(-0x37,-0x4a,-0x47,-0x33),'url':_0x3ffb04(-0x34,-0x27,-0x3a,-0x48)+_0x3ffb04(-0x41,-0x5b,-0x2c,-0x50)+_0xe917dc(-0x213,-0x20f,-0x200,-0x204)+'p/'+_0x41792f[_0xe917dc(-0x1fe,-0x209,-0x216,-0x20d)],'data':new URLSearchParams(Object['entries'](_0x41792f))}),_0x409f25=cheerio[_0x3ffb04(-0x3b,-0x55,-0x41,-0x30)](_0x1cd804[_0x3ffb04(-0x3f,-0x34,-0x51,-0x48)]),_0x2c47fa=_0x409f25(_0xe917dc(-0x1ee,-0x20c,-0x1ff,-0x200)+_0x3ffb04(-0x59,-0x50,-0x5b,-0x63)+_0xe917dc(-0x21e,-0x209,-0x215,-0x222))[_0xe917dc(-0x202,-0x224,-0x214,-0x1fb)](_0xe917dc(-0x225,-0x1fd,-0x210,-0x218));function _0x3ffb04(_0x16adbb,_0x33aa45,_0x43ff7e,_0x383c04){return _0x4b5b8b(_0x383c04,_0x16adbb- -0x44b,_0x43ff7e-0x15c,_0x383c04-0x1da);}const _0x43de12='https:'+_0x2c47fa;return _0x43de12;}const _0xf670c0={};function _0x253d(){const _0xe47618=['file','le\x20>\x20img','attr','\x20>\x20p.outfi','2392093OVGTdV','entries','src','7kDEysP','.ezgif.com','webp2img','4039125gGzRCt','bp-to-mp4?','webp2mp4','bP\x20to\x20MP4!','img2webp','1XlwnVD','3953744DcksrS','video-to-w','cheerio','\x20PNG!','/video-to-','gif.com/we','deo-to-web','div#output','ebp','Convert\x20We','10885698bdlTyw','gif.com/vi','vid2webp','data','exports','bp-to-mp4/','=\x22file\x22]','load','/webp-to-p','convert-to','https://s5','post','2306331irAkpI','1049720CGuRWH','https://ez','5557304JwTYpe','-webp','webp?url=','6TpfTKg','\x20>\x20source','le\x20>\x20video','value','input[name','/jpg-to-we','190cErwYA','axios'];_0x253d=function(){return _0xe47618;};return _0x253d();}_0xf670c0[_0x4b5b8b(0x3e9,0x3fb,0x40e,0x3eb)]=webp2mp4,_0xf670c0[_0x4b5b8b(0x3f2,0x3f8,0x412,0x3de)]=webp2img,_0xf670c0[_0x4b5b8b(0x3f5,0x3fd,0x3f1,0x3f3)]=img2webp,_0xf670c0[_0x4b5b8b(0x400,0x40b,0x411,0x408)]=vid2webp,module[_0x376cc1(-0x1ef,-0x1e5,-0x1d7,-0x1eb)]=_0xf670c0; 2 | -------------------------------------------------------------------------------- /lib/facebook.js: -------------------------------------------------------------------------------- 1 | function _0x8d6e(_0x3d5f1b,_0x45d607){const _0x11efe5=_0x11ef();return _0x8d6e=function(_0x8d6e8f,_0x3f53c3){_0x8d6e8f=_0x8d6e8f-0x70;let _0x33c743=_0x11efe5[_0x8d6e8f];return _0x33c743;},_0x8d6e(_0x3d5f1b,_0x45d607);}(function(_0x32fca8,_0xcdcbe2){const _0x542d18=_0x32fca8();function _0x183c50(_0x3bbc82,_0x36b14d,_0x516833,_0x9e80b5){return _0x8d6e(_0x3bbc82-0xe3,_0x9e80b5);}function _0x2c7ec3(_0x3f42c9,_0x988232,_0x5b151d,_0x2876e5){return _0x8d6e(_0x5b151d-0x19e,_0x2876e5);}while(!![]){try{const _0x3d6ac3=parseInt(_0x2c7ec3(0x26f,0x25b,0x25c,0x259))/0x1*(parseInt(_0x2c7ec3(0x211,0x216,0x234,0x21c))/0x2)+parseInt(_0x183c50(0x16f,0x177,0x18b,0x164))/0x3*(-parseInt(_0x183c50(0x172,0x195,0x15b,0x171))/0x4)+-parseInt(_0x183c50(0x16e,0x172,0x15e,0x191))/0x5+-parseInt(_0x183c50(0x185,0x168,0x176,0x160))/0x6+parseInt(_0x183c50(0x164,0x178,0x156,0x186))/0x7+-parseInt(_0x183c50(0x17a,0x157,0x18f,0x176))/0x8+parseInt(_0x183c50(0x187,0x195,0x183,0x165))/0x9*(parseInt(_0x183c50(0x15b,0x150,0x17e,0x164))/0xa);if(_0x3d6ac3===_0xcdcbe2)break;else _0x542d18['push'](_0x542d18['shift']());}catch(_0x4c1a60){_0x542d18['push'](_0x542d18['shift']());}}}(_0x11ef,0xba9d2));const axios=require('axios');function _0x3355d8(_0x1d5353,_0x42962c,_0x3f87d1,_0x19bf47){return _0x8d6e(_0x19bf47- -0x391,_0x42962c);}async function fbdl(_0x20c2f7){function _0x58aab8(_0x1aeb59,_0x1985cb,_0x26f24e,_0x447fa7){return _0x8d6e(_0x1aeb59- -0x250,_0x1985cb);}const _0x2e9808=_0x20c2f7[_0x58aab8(-0x1a8,-0x1a5,-0x1af,-0x1af)]('&');function _0x1bd9e5(_0x3a67ad,_0x117e99,_0x4600e1,_0x5d5acd){return _0x8d6e(_0x3a67ad-0x80,_0x5d5acd);}const _0x688909=_0x2e9808[0x0],_0x5311b9='https://yo'+_0x1bd9e5(0x119,0xff,0x13c,0xf9)+_0x58aab8(-0x19c,-0x17f,-0x195,-0x1b3)+_0x1bd9e5(0x111,0x117,0x137,0x12e)+_0x1bd9e5(0xf4,0xdd,0xf7,0xeb)+_0x58aab8(-0x1d9,-0x1e3,-0x1d6,-0x1f1)+_0x688909+('&rand=a95c'+_0x1bd9e5(0xfe,0xe6,0xde,0x11a)),_0x311b77=await axios['get'](_0x5311b9),_0x34cc89=_0x311b77[_0x58aab8(-0x1ab,-0x1c6,-0x194,-0x1a9)][_0x1bd9e5(0x125,0x116,0x13f,0x139)];if(_0x34cc89['av'][0x0][_0x1bd9e5(0x137,0x13d,0x12d,0x118)]==_0x58aab8(-0x1c3,-0x1df,-0x1de,-0x19c)){const _0x11e18b={};_0x11e18b[_0x58aab8(-0x1b6,-0x1c6,-0x1bb,-0x1dd)]=_0x34cc89[_0x58aab8(-0x1b6,-0x19d,-0x1ca,-0x1a7)],_0x11e18b[_0x1bd9e5(0x136,0x15c,0x15e,0x13e)]=_0x34cc89[_0x58aab8(-0x19a,-0x191,-0x1ab,-0x191)],_0x11e18b['thumbnail']=_0x34cc89[_0x1bd9e5(0x11c,0x124,0x130,0x11c)],_0x11e18b['medias']=[{'quality':_0x34cc89['av'][0x1][_0x58aab8(-0x1dd,-0x1c1,-0x202,-0x1e8)],'ext':_0x34cc89['av'][0x1][_0x1bd9e5(0x12f,0x151,0x13e,0x143)],'url':_0x34cc89['av'][0x1][_0x58aab8(-0x1d7,-0x1b6,-0x1af,-0x1c9)]},{'quality':_0x34cc89['av'][0x0][_0x58aab8(-0x1dd,-0x1ef,-0x1f1,-0x1d5)],'ext':_0x34cc89['av'][0x0][_0x1bd9e5(0x12f,0x156,0x11d,0x10c)],'url':_0x34cc89['av'][0x0][_0x1bd9e5(0xf9,0x10f,0xea,0xde)]}];let _0x21865d=_0x11e18b;return _0x21865d;}else{if(_0x34cc89['av'][0x2][_0x1bd9e5(0x137,0x127,0x15b,0x11d)]==_0x1bd9e5(0x10d,0xf6,0x12c,0x119)){if(!_0x34cc89['av'][0x3]){const _0x1b5af7={};_0x1b5af7[_0x58aab8(-0x1b6,-0x1aa,-0x1a7,-0x1b0)]=_0x34cc89['title'],_0x1b5af7[_0x58aab8(-0x19a,-0x184,-0x177,-0x193)]=_0x34cc89[_0x58aab8(-0x19a,-0x1ad,-0x1a0,-0x198)],_0x1b5af7[_0x1bd9e5(0x11c,0x118,0x122,0xf8)]=_0x34cc89['thumbnail'],_0x1b5af7[_0x58aab8(-0x1db,-0x1ff,-0x1fe,-0x1b7)]=[{'quality':'hd','ext':_0x34cc89['av'][0x1][_0x1bd9e5(0x12f,0x10b,0x11f,0x13c)],'url':_0x34cc89['av'][0x1][_0x1bd9e5(0xf9,0xdd,0xe0,0xd4)]},{'quality':_0x34cc89['av'][0x2][_0x1bd9e5(0xf3,0xce,0xe8,0xdb)],'ext':_0x34cc89['av'][0x2][_0x1bd9e5(0x12f,0x127,0x155,0x129)],'url':_0x34cc89['av'][0x2][_0x1bd9e5(0xf9,0x116,0x11c,0x105)]}];let _0x3f5ab9=_0x1b5af7;return _0x3f5ab9;}else{if(_0x34cc89['av'][0x3]['quality']==_0x1bd9e5(0x10d,0xe9,0x112,0x104)){const _0x4c766c={};_0x4c766c['title']=_0x34cc89[_0x1bd9e5(0x11a,0x112,0xf5,0x11a)],_0x4c766c[_0x58aab8(-0x19a,-0x193,-0x186,-0x1b4)]=_0x34cc89[_0x58aab8(-0x19a,-0x1a5,-0x18d,-0x1a7)],_0x4c766c[_0x58aab8(-0x1b4,-0x1a2,-0x1b0,-0x197)]=_0x34cc89[_0x58aab8(-0x1b4,-0x192,-0x1d1,-0x1a8)],_0x4c766c[_0x58aab8(-0x1db,-0x1f0,-0x201,-0x1db)]=[{'quality':_0x34cc89['av'][0x3]['fid'],'ext':_0x34cc89['av'][0x3][_0x58aab8(-0x1a1,-0x1c5,-0x1ad,-0x1b4)],'url':_0x34cc89['av'][0x3][_0x58aab8(-0x1d7,-0x1c5,-0x1fc,-0x1eb)]},{'quality':_0x34cc89['av'][0x2]['fid'],'ext':_0x34cc89['av'][0x2]['ext'],'url':_0x34cc89['av'][0x2]['url']}];let _0x350ebf=_0x4c766c;return _0x350ebf;}}}else{if(_0x34cc89['av'][0x4][_0x58aab8(-0x199,-0x186,-0x1aa,-0x1b9)]==_0x1bd9e5(0x10d,0x11d,0x111,0xf0)){const _0x4c3506={};_0x4c3506['title']=_0x34cc89['title'],_0x4c3506['duration']=_0x34cc89[_0x58aab8(-0x19a,-0x17b,-0x179,-0x17d)],_0x4c3506[_0x58aab8(-0x1b4,-0x1b2,-0x1b3,-0x1d9)]=_0x34cc89[_0x1bd9e5(0x11c,0x12b,0x10f,0x125)],_0x4c3506['medias']=[{'quality':_0x34cc89['av'][0x5][_0x58aab8(-0x1dd,-0x1bb,-0x1fc,-0x1cc)],'ext':_0x34cc89['av'][0x5][_0x1bd9e5(0x12f,0x13b,0x13c,0x12a)],'url':_0x34cc89['av'][0x5][_0x58aab8(-0x1d7,-0x1e9,-0x1c1,-0x1ed)]},{'quality':_0x34cc89['av'][0x4][_0x58aab8(-0x1dd,-0x1bd,-0x1ce,-0x1dd)],'ext':_0x34cc89['av'][0x4][_0x1bd9e5(0x12f,0x144,0x136,0x11f)],'url':_0x34cc89['av'][0x4]['url']}];let _0x446cba=_0x4c3506;return _0x446cba;}else{const _0x595e63={};_0x595e63[_0x1bd9e5(0x11a,0xf2,0x111,0x12b)]=_0x34cc89[_0x1bd9e5(0x11a,0x10c,0xfe,0x111)],_0x595e63[_0x1bd9e5(0x136,0x150,0x150,0x13f)]=_0x34cc89[_0x58aab8(-0x19a,-0x18f,-0x1aa,-0x1a1)],_0x595e63[_0x1bd9e5(0x11c,0x108,0x134,0x12e)]=_0x34cc89['thumbnail'],_0x595e63[_0x58aab8(-0x1db,-0x1e2,-0x1c6,-0x1d7)]=[{'quality':_0x34cc89['av'][0x3][_0x1bd9e5(0xf3,0xcf,0xe1,0x10c)],'ext':_0x34cc89['av'][0x3][_0x58aab8(-0x1a1,-0x1ba,-0x198,-0x1bc)],'url':_0x34cc89['av'][0x3][_0x58aab8(-0x1d7,-0x1e6,-0x1e7,-0x1ea)]},{'quality':_0x34cc89['av'][0x2][_0x1bd9e5(0xf3,0xf7,0xdc,0xe4)],'ext':_0x34cc89['av'][0x2][_0x1bd9e5(0x12f,0x131,0x13e,0x12c)],'url':_0x34cc89['av'][0x2]['url']}];let _0x2eb68c=_0x595e63;return _0x2eb68c;}}}}const cheerio=require(_0x330e27(0x1c6,0x1b0,0x1ab,0x1c3));async function fb2(_0x2b4b7d){const _0x31ca66=_0x2b4b7d[_0x45864b(-0x39,-0x2b,-0x3,-0x34)]('?app=fbl',''),_0x29f493=_0x31ca66['replace'](_0x45864b(-0x22,-0x3f,-0x2f,-0x5c),'');function _0x45864b(_0x2573c2,_0x189d6e,_0x295777,_0x4c3d91){return _0x330e27(_0x2573c2-0x188,_0x189d6e- -0x1e0,_0x295777,_0x4c3d91-0x106);}function _0x2f34ef(_0x47dfcc,_0x440631,_0x4f91bf,_0x4b03ad){return _0x330e27(_0x47dfcc-0x56,_0x47dfcc- -0x15,_0x4f91bf,_0x4b03ad-0x35);}return new Promise(async(_0x8dda6d,_0x408718)=>{const _0x2ada9c={};_0x2ada9c[_0x3dfe69(0x178,0x155,0x171,0x151)]=_0x5b6145(0x1ab,0x1dd,0x1d1,0x1e6)+_0x3dfe69(0x13d,0x149,0x164,0x173)+_0x5b6145(0x174,0x178,0x196,0x16e)+'Mac\x20OS\x20X\x201'+'0_13_6)\x20Ap'+_0x5b6145(0x180,0x188,0x1a0,0x17d)+'537.36\x20(KH'+_0x5b6145(0x19c,0x19c,0x1aa,0x1bc)+_0x5b6145(0x1d0,0x1c3,0x1d8,0x1cb)+'ome/67.0.3'+_0x5b6145(0x1a3,0x1b2,0x1bf,0x199)+'ari/537.36';const _0x65a751={};_0x65a751[_0x3dfe69(0x15a,0x137,0x14b,0x15e)]=_0x3dfe69(0x1b7,0x196,0x18f,0x1a3)+_0x5b6145(0x1c5,0x18b,0x1ac,0x192)+'t/',_0x65a751[_0x3dfe69(0x18e,0x16f,0x166,0x186)]=_0x3dfe69(0x138,0x13d,0x143,0x11f),_0x65a751[_0x5b6145(0x1c5,0x1c7,0x1b7,0x1c8)]=_0x2ada9c;function _0x3dfe69(_0x1205d9,_0x2355bd,_0x91b3ad,_0x4600b2){return _0x45864b(_0x1205d9-0x121,_0x91b3ad-0x1af,_0x2355bd,_0x4600b2-0x157);}const _0x5c6d95=await axios(_0x65a751),_0x5d18ca=cheerio[_0x5b6145(0x1f7,0x1e4,0x1d5,0x1ee)](_0x5c6d95[_0x3dfe69(0x19e,0x194,0x177,0x169)]),_0x2cbe1a=_0x5d18ca(_0x3dfe69(0x181,0x17a,0x17b,0x155))['attr'](_0x3dfe69(0x19b,0x195,0x18a,0x179));function _0x5b6145(_0x91c88d,_0x360fa4,_0x15dddd,_0x530ebb){return _0x45864b(_0x91c88d-0x110,_0x15dddd-0x1f9,_0x360fa4,_0x530ebb-0x9e);}const _0x3096b8={};_0x3096b8[_0x3dfe69(0x198,0x15b,0x171,0x18a)]=_0x3dfe69(0x162,0x163,0x187,0x19d)+_0x3dfe69(0x17a,0x175,0x164,0x152)+_0x3dfe69(0x130,0x160,0x14c,0x12b)+'Mac\x20OS\x20X\x201'+'0_13_6)\x20Ap'+_0x5b6145(0x18a,0x17f,0x1a0,0x1b3)+_0x3dfe69(0x129,0x128,0x148,0x12b)+_0x5b6145(0x1cb,0x197,0x1aa,0x1ce)+'Gecko)\x20Chr'+_0x5b6145(0x1b3,0x1cc,0x1b1,0x18e)+_0x5b6145(0x1c4,0x1d6,0x1bf,0x1b3)+_0x3dfe69(0x14a,0x12c,0x151,0x14a),_0x3096b8['cookie']=_0x3dfe69(0x137,0x129,0x14d,0x129)+_0x5b6145(0x1ca,0x1c7,0x1cc,0x1b3)+_0x5b6145(0x17b,0x181,0x1a1,0x1c2)+'93;\x20_ga=GA'+'1.2.139258'+_0x5b6145(0x199,0x1b9,0x1bc,0x1a4)+_0x5b6145(0x1c1,0x1a4,0x1a6,0x1b0)+'ads=ID=c73'+'de99d7fa5c'+'467-226981'+'f63ecc00f1'+_0x5b6145(0x1d2,0x1cc,0x1db,0x1c3)+_0x5b6145(0x1c9,0x1cd,0x1d7,0x1d9)+_0x5b6145(0x1b6,0x1eb,0x1c7,0x1b2)+'ALNI_MaC9f'+_0x3dfe69(0x143,0x185,0x16a,0x186)+_0x5b6145(0x1a5,0x16c,0x18e,0x184)+_0x5b6145(0x1c1,0x1a3,0x1b9,0x1d4);const _0x4ef19f={};_0x4ef19f[_0x5b6145(0x17a,0x184,0x18c,0x19d)]=_0x29f493,_0x4ef19f[_0x5b6145(0x1b8,0x1b8,0x199,0x1a4)]=_0x2cbe1a;const _0x154873=await axios({'url':'https://do'+'wnvideo.ne'+_0x5b6145(0x1d5,0x1ac,0x1bd,0x1b0)+_0x3dfe69(0x152,0x19d,0x178,0x16b),'method':'POST','headers':_0x3096b8,'data':new URLSearchParams(Object[_0x3dfe69(0x173,0x171,0x17c,0x188)](_0x4ef19f))}),_0x2e90d4=cheerio[_0x3dfe69(0x17f,0x1ac,0x18b,0x171)](_0x154873[_0x3dfe69(0x19e,0x19e,0x177,0x18d)]),_0x58ea0b={'author':_0x2e90d4(_0x3dfe69(0x187,0x192,0x185,0x197))[_0x3dfe69(0x179,0x151,0x154,0x138)](_0x3dfe69(0x186,0x191,0x183,0x18e)+_0x3dfe69(0x168,0x134,0x155,0x177)+_0x5b6145(0x1b5,0x197,0x1a3,0x199))[_0x5b6145(0x1a7,0x185,0x19c,0x183)](),'title':_0x2e90d4(_0x3dfe69(0x15f,0x18b,0x185,0x1a5))[_0x3dfe69(0x141,0x152,0x154,0x140)](_0x3dfe69(0x161,0x161,0x183,0x174)+_0x3dfe69(0x14a,0x136,0x155,0x148)+'ild(3)\x20>\x20p')[_0x3dfe69(0x166,0x14d,0x152,0x150)](),'thumbnail':_0x2e90d4(_0x3dfe69(0x1a8,0x166,0x185,0x198))[_0x3dfe69(0x12d,0x146,0x154,0x16c)](_0x5b6145(0x1bc,0x1aa,0x1cd,0x1d1)+'-12:nth-ch'+_0x5b6145(0x1e2,0x1be,0x1ca,0x1e9)+'mg')[_0x3dfe69(0x162,0x15a,0x17e,0x16d)](_0x3dfe69(0x17e,0x140,0x165,0x183)),'HD_URL':_0x2e90d4(_0x5b6145(0x1a7,0x1cf,0x1cf,0x1e8))[_0x3dfe69(0x17c,0x156,0x154,0x139)](_0x5b6145(0x1d7,0x1de,0x1cd,0x1ed)+_0x3dfe69(0x157,0x170,0x15b,0x148))['eq'](0x0)['attr']('href')||_0x2e90d4(_0x5b6145(0x1d4,0x1ef,0x1cf,0x1ba))[_0x5b6145(0x191,0x185,0x19e,0x182)](_0x5b6145(0x171,0x1a9,0x198,0x1a8))['attr']('href')||'','SD_URL':_0x2e90d4(_0x5b6145(0x1ca,0x1ee,0x1cf,0x1b3))[_0x3dfe69(0x161,0x178,0x154,0x131)]('div.col-md'+_0x3dfe69(0x138,0x151,0x15b,0x143))['eq'](0x1)[_0x3dfe69(0x15f,0x19b,0x17e,0x19f)](_0x3dfe69(0x173,0x195,0x179,0x18e))||''};_0x8dda6d(_0x58ea0b);});}const _0x4ba1f2={};_0x4ba1f2[_0x330e27(0x1ab,0x189,0x182,0x17f)]=fbdl;function _0x330e27(_0x170ee4,_0x21b6c9,_0x519ce2,_0x53d1af){return _0x8d6e(_0x21b6c9-0x103,_0x519ce2);}function _0x11ef(){const _0x4d9f0c=['sh;\x20Intel\x20','_gid=GA1.2','#sd\x20>\x20a','token','e6c6be8b6','ari/537.36','text','5468169ljmMmi','find','-12:nth-ch','pleWebKit/','4.16338111','fbdl','ild(1)','fb2','-3\x20>\x20a','11193;\x20__g','4734630BEIKCZ','63UkXpgm','unknown','TML,\x20like\x20','90424bjDuPp','wnvideo.ne','m/ajax/get','0\x20(Macinto','src','method','ome/67.0.3','372Rucpga','2472392cwneMF','W2mqfT2hm7','utube4kdow','title','headers','thumbnail','1XLg','/?app=fbl','user-agent','0783.16338','t/download','7059642mBxNDR','396.99\x20Saf','88137RkEBXy','data','.php','href','split','#token','entries','3811193:S=','attr','cheerio','ild(2)\x20>\x20i','ext','.132154446','div.col-md','replace','div.row','nloader.co','Mozilla/5.','duration','quality','value','load','exports','193:RT=163','Gecko)\x20Chr','https://do','2641abBoLP',':T=1633811','URL','GET','zODcNNffab','fid','Links.php?','medias','537.36\x20(KH','video=','2450viLiAz','url'];_0x11ef=function(){return _0x4d9f0c;};return _0x11ef();}_0x4ba1f2[_0x3355d8(-0x318,-0x316,-0x309,-0x309)]=fb2,module[_0x330e27(0x1d6,0x1bd,0x1e1,0x1da)]=_0x4ba1f2; 2 | -------------------------------------------------------------------------------- /lib/functions.js: -------------------------------------------------------------------------------- 1 | function _0x3a64(){var _0xc200a2=['getRandom','1027411OHGPUx','getGroupAd','uest','sleep','129074qwgTeE','\x20segundos','test','mins','push','8iLoXXX','runtime','\x20dias,\x20','40fzyOAe','Upgrade-In','match','\x20horas,\x20','1236215OVsDuL','DNT','axios','isUrl','140925EYYtdV','\x20hora,\x20','toFixed','277464hTBDJM','getBuffer','admin','Json','22UuSAEz','log10','secure-Req','random','2249880dMSHee','9thDebk','responseTy','6951110neBTzl','floor','arraybuffe','\x20segundo'];_0x3a64=function(){return _0xc200a2;};return _0x3a64();}(function(_0x37840e,_0x4dc4e5){var _0x2e06b5=_0x37840e();function _0x2ef0f1(_0x91e74d,_0x5b1e1f,_0x14fd2a,_0x5375fc){return _0x2f5f(_0x5375fc- -0x2a2,_0x14fd2a);}function _0x4d0ce9(_0x25de72,_0x4823c5,_0x55ef1e,_0x147af0){return _0x2f5f(_0x55ef1e- -0x22e,_0x25de72);}while(!![]){try{var _0x2d908d=parseInt(_0x2ef0f1(-0xb4,-0xce,-0xd1,-0xbf))/0x1+parseInt(_0x2ef0f1(-0xc1,-0xdd,-0xe1,-0xcf))/0x2*(-parseInt(_0x4d0ce9(-0x59,-0x5d,-0x62,-0x4f))/0x3)+-parseInt(_0x2ef0f1(-0xc0,-0xcd,-0xbc,-0xba))/0x4*(-parseInt(_0x2ef0f1(-0xd7,-0xd5,-0xed,-0xda))/0x5)+parseInt(_0x4d0ce9(-0x5c,-0x45,-0x57,-0x50))/0x6+parseInt(_0x4d0ce9(-0x50,-0x5a,-0x4f,-0x4c))/0x7*(-parseInt(_0x4d0ce9(-0x4a,-0x4f,-0x43,-0x54))/0x8)+-parseInt(_0x4d0ce9(-0x69,-0x43,-0x56,-0x59))/0x9*(-parseInt(_0x2ef0f1(-0xd9,-0xc4,-0xc0,-0xc8))/0xa)+-parseInt(_0x4d0ce9(-0x5c,-0x52,-0x5f,-0x5b))/0xb;if(_0x2d908d===_0x4dc4e5)break;else _0x2e06b5['push'](_0x2e06b5['shift']());}catch(_0x1ea5b6){_0x2e06b5['push'](_0x2e06b5['shift']());}}}(_0x3a64,0x6602d));function _0x35f0cc(_0x45c472,_0x10d4f6,_0x59bd91,_0x98008b){return _0x2f5f(_0x10d4f6- -0x3df,_0x59bd91);}function _0x2f5f(_0x130a61,_0x11eb6e){var _0x3a6403=_0x3a64();return _0x2f5f=function(_0x2f5f9c,_0x293f4e){_0x2f5f9c=_0x2f5f9c-0x1c8;var _0x36bbdf=_0x3a6403[_0x2f5f9c];return _0x36bbdf;},_0x2f5f(_0x130a61,_0x11eb6e);}const axios=require(_0x223cc2(-0xa5,-0x8a,-0x8d,-0x91)),getBuffer=async(_0x2d33d3,_0x4eb9a1)=>{function _0x15a272(_0x1bb7f4,_0x217c5c,_0x42a7f7,_0x1b6b10){return _0x223cc2(_0x1b6b10,_0x217c5c-0xbd,_0x42a7f7-0x1d8,_0x42a7f7-0xb9);}function _0x5bfc68(_0x49acd0,_0x13b714,_0x42c80a,_0x304f11){return _0x223cc2(_0x304f11,_0x13b714-0x140,_0x42c80a-0x120,_0x49acd0-0x54b);}try{_0x4eb9a1?_0x4eb9a1:{};var _0x3cda8c={};_0x3cda8c[_0x5bfc68(0x4b9,0x4c3,0x4c0,0x4c0)]=0x1,_0x3cda8c[_0x5bfc68(0x4dc,0x4ee,0x4d4,0x4e3)+_0x15a272(0x20,0x43,0x33,0x20)+_0x5bfc68(0x4d1,0x4e1,0x4ce,0x4bf)]=0x1;var _0x513dc6={'method':'get','url':_0x2d33d3,'headers':_0x3cda8c,..._0x4eb9a1};_0x513dc6[_0x5bfc68(0x4c9,0x4c0,0x4d3,0x4c1)+'pe']=_0x5bfc68(0x4cc,0x4de,0x4c8,0x4d2)+'r';var _0x4697e0=await axios(_0x513dc6);return _0x4697e0['data'];}catch(_0x2b42a1){console['log'](_0x2b42a1);}},getGroupAdmins=_0x335d05=>{function _0x5b8eb7(_0x24b548,_0x59b992,_0x4544d7,_0x22ce6a){return _0x223cc2(_0x24b548,_0x59b992-0x35,_0x4544d7-0x81,_0x59b992-0x26b);}var _0xbcd363=[];for(let _0x5a2c2f of _0x335d05){_0x5a2c2f[_0xcaba6f(0xfb,0xf4,0xf2,0xf3)]!==null?_0xbcd363[_0xcaba6f(0x10d,0x102,0x119,0x109)](_0x5a2c2f['id']):'';}function _0xcaba6f(_0x325c9a,_0x2cf986,_0x19ff1b,_0x2dba83){return _0x223cc2(_0x2cf986,_0x2cf986-0x18a,_0x19ff1b-0x165,_0x2dba83-0x17d);}return _0xbcd363;},getRandom=_0x25e27f=>{function _0x1bbaef(_0x5add9e,_0x17b161,_0x550f6a,_0x211679){return _0x223cc2(_0x550f6a,_0x17b161-0x1bb,_0x550f6a-0x126,_0x211679- -0x1e);}function _0x1eabbb(_0x6818ab,_0x5abedd,_0x4f47b7,_0x36604d){return _0x223cc2(_0x36604d,_0x5abedd-0x10c,_0x4f47b7-0x135,_0x5abedd-0x5f7);}return''+Math[_0x1bbaef(-0x99,-0x92,-0xa2,-0x9e)](Math[_0x1bbaef(-0x94,-0x9c,-0xa8,-0xa3)]()*0x2710)+_0x25e27f;},h2k=_0x3f46d9=>{function _0x27abcf(_0x438e8c,_0x15f334,_0x4e1762,_0x409721){return _0x223cc2(_0x409721,_0x15f334-0x13d,_0x4e1762-0x157,_0x438e8c- -0xcd);}var _0x2794f2=['','K','M','B','T','P','E'],_0x378ee7=Math[_0x27abcf(-0x154,-0x14d,-0x14f,-0x157)](Math['abs'](_0x3f46d9))/0x3|0x0;if(_0x378ee7==0x0)return _0x3f46d9;var _0x506509=_0x2794f2[_0x378ee7],_0x1da774=Math['pow'](0xa,_0x378ee7*0x3),_0x5748fb=_0x3f46d9/_0x1da774,_0xbe57ab=_0x5748fb[_0x6a2468(0x51,0x41,0x51,0x45)](0x1);if(/\.0$/[_0x27abcf(-0x143,-0x13b,-0x147,-0x13e)](_0xbe57ab))_0xbe57ab=_0xbe57ab['substr'](0x0,_0xbe57ab['length']-0x2);function _0x6a2468(_0x297bb9,_0x17d7f7,_0x2666a8,_0x123d02){return _0x223cc2(_0x2666a8,_0x17d7f7-0x1b2,_0x2666a8-0x3f,_0x17d7f7-0xce);}return _0xbe57ab+_0x506509;},isUrl=_0x580303=>{function _0x15a29c(_0x1c53c9,_0x263629,_0x49a202,_0x1aef75){return _0x223cc2(_0x49a202,_0x263629-0xd4,_0x49a202-0x1b4,_0x1c53c9-0x47);}return _0x580303[_0x15a29c(-0x27,-0x35,-0x38,-0x22)](new RegExp(/https?:\/\/(www\.)?[-a-zA-Z0-9@:%.+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%+.~#?&/=]*)/,'gi'));},Json=_0x470a7e=>{return JSON['stringify'](_0x470a7e,null,0x2);},runtime=_0x269e9e=>{function _0x4c1ad1(_0x1b23d5,_0x4c70a2,_0x333b3a,_0x36a25c){return _0x223cc2(_0x1b23d5,_0x4c70a2-0x1de,_0x333b3a-0x2d,_0x36a25c- -0x172);}function _0x30e8a9(_0x37cea1,_0x21222b,_0x33d05b,_0x40aa9b){return _0x223cc2(_0x40aa9b,_0x21222b-0x43,_0x33d05b-0x144,_0x21222b-0x26d);}_0x269e9e=Number(_0x269e9e);var _0x5d62ca=Math['floor'](_0x269e9e/(0xe10*0x18)),_0x224ea5=Math[_0x4c1ad1(-0x1f6,-0x202,-0x204,-0x1f2)](_0x269e9e%(0xe10*0x18)/0xe10),_0x3674e7=Math[_0x4c1ad1(-0x1e3,-0x1e6,-0x1fc,-0x1f2)](_0x269e9e%0xe10/0x3c),_0x12eb11=Math[_0x30e8a9(0x1dc,0x1ed,0x1ed,0x1f2)](_0x269e9e%0x3c),_0x48fd80=_0x5d62ca>0x0?_0x5d62ca+(_0x5d62ca==0x1?'\x20dia,\x20':_0x30e8a9(0x1fa,0x1fc,0x1ff,0x1ec)):'',_0x3b73a7=_0x224ea5>0x0?_0x224ea5+(_0x224ea5==0x1?_0x4c1ad1(-0x1ef,-0x1f4,-0x20c,-0x200):_0x30e8a9(0x207,0x200,0x1f2,0x20d)):'',_0x266e7d=_0x3674e7>0x0?_0x3674e7+(_0x3674e7==0x1?'\x20minuto,\x20':'\x20minutos,\x20'):'',_0x633bdc=_0x12eb11>0x0?_0x12eb11+(_0x12eb11==0x1?_0x4c1ad1(-0x203,-0x1e0,-0x1f9,-0x1f0):_0x4c1ad1(-0x1e0,-0x1e7,-0x1e6,-0x1e9)):'';return _0x48fd80+_0x3b73a7+_0x266e7d+_0x633bdc;},sleep=async _0x27c0a1=>{return new Promise(_0x46ef14=>setTimeout(_0x46ef14,_0x27c0a1));};var _0x2d320c={};_0x2d320c[_0x223cc2(-0x7f,-0x7c,-0x8e,-0x8b)]=getBuffer;function _0x223cc2(_0x2370a6,_0x1fad21,_0x413be3,_0x3e5ba7){return _0x2f5f(_0x3e5ba7- -0x25b,_0x2370a6);}_0x2d320c[_0x35f0cc(-0x1ec,-0x1ff,-0x1f7,-0x1f3)+_0x223cc2(-0x67,-0x86,-0x79,-0x75)]=getGroupAdmins,_0x2d320c[_0x35f0cc(-0x209,-0x201,-0x214,-0x1fe)]=getRandom,_0x2d320c['h2k']=h2k,_0x2d320c[_0x35f0cc(-0x216,-0x214,-0x213,-0x219)]=isUrl,_0x2d320c[_0x35f0cc(-0x20d,-0x20d,-0x201,-0x203)]=Json,_0x2d320c[_0x35f0cc(-0x1f3,-0x1f6,-0x1fc,-0x1ee)]=runtime,_0x2d320c[_0x223cc2(-0x86,-0x74,-0x78,-0x79)]=sleep,module['exports']=_0x2d320c; 2 | -------------------------------------------------------------------------------- /lib/message.js: -------------------------------------------------------------------------------- 1 | (function(_0x109cf5,_0x1d186f){const _0x17a7e5=_0x109cf5();function _0x4fbfa5(_0x37e2d7,_0x571a33,_0x14cc38,_0x1ca3ea){return _0x4d80(_0x14cc38-0x202,_0x37e2d7);}function _0x5bc088(_0x4ba1ef,_0x3a3230,_0x36aeb5,_0x5d8c95){return _0x4d80(_0x3a3230- -0x255,_0x36aeb5);}while(!![]){try{const _0x5c9cc7=parseInt(_0x4fbfa5(0x429,0x3fe,0x40a,0x43b))/0x1*(-parseInt(_0x5bc088(-0x31,-0x3e,-0x1d,-0x6b))/0x2)+parseInt(_0x4fbfa5(0x3bf,0x404,0x3d1,0x3f8))/0x3*(parseInt(_0x4fbfa5(0x400,0x3cc,0x3de,0x3fe))/0x4)+-parseInt(_0x4fbfa5(0x439,0x404,0x43c,0x417))/0x5*(parseInt(_0x5bc088(-0x93,-0x5f,-0x73,-0x27))/0x6)+parseInt(_0x4fbfa5(0x3ea,0x3e8,0x3ea,0x3c7))/0x7+-parseInt(_0x5bc088(-0x36,-0x38,-0x3,-0x6d))/0x8*(parseInt(_0x5bc088(-0x55,-0x2b,-0x35,-0x55))/0x9)+parseInt(_0x4fbfa5(0x459,0x44e,0x435,0x404))/0xa+-parseInt(_0x4fbfa5(0x3fc,0x3c6,0x3db,0x3b9))/0xb*(-parseInt(_0x5bc088(-0x9d,-0x7b,-0xaf,-0xa6))/0xc);if(_0x5c9cc7===_0x1d186f)break;else _0x17a7e5['push'](_0x17a7e5['shift']());}catch(_0x2df5b0){_0x17a7e5['push'](_0x17a7e5['shift']());}}}(_0x39e0,0x46c26));function _0x39e0(){const _0x4b5319=['audioMessa','documentMe','msg','selectedId','p.net','startsWith','video','essage','conversati','101286QlrVEK','fileName','viewOnceMe','delete','caption','FN:','ng/baileys','extendedTe','age','2578650VoqGnf','exports','displayNam','user','readFileSy','replyDoc','document','1475zQQvQF','writeFileS','ttonReplyM','imageMessa','includes','ssage','selectedBu','29766FbhUZf','isGroup','@s.whatsap','ptt','react','reply','jpeg','sender','contacts','VERSION:3.','121957waATud','1116VzOucY','download','16TXwUtn','sage','END:VCARD','sticker','WebMessage','filename','videoMessa','gif','chat','string','quoted','templateBu','647983hAexvM','3EB0','Info','remoteJid','.jpg','buttonsRes','ync','m4a','length','mp3','concat','ttonId','mentionUse','participan','11694dfpFVm','replyS','png','OICE;waid=','mp4','sendMessag','body','vcard','image','replyAud','fromMe','BAE5','n/pdf','isBaileys','push','BEGIN:VCAR','fromObject','text','95014cpBPAI','from','sms','quotedMess','jpg','pdf','.webp','split','undefined.','audio/mpeg','replace','mentions','contextInf','xtMessage','key','2VIWVTh','type','.mp3','mimetype','message','fakeObj','328TraaRW','endsWith','.mp4','applicatio'];_0x39e0=function(){return _0x4b5319;};return _0x39e0();}const {proto,downloadContentFromMessage,getContentType}=require('@adiwajshi'+_0x59b498(0x483,0x4b6,0x45d,0x47b)),fs=require('fs'),downloadMediaMessage=async(_0x3f9607,_0x5dbb69)=>{_0x3f9607['type']==='viewOnceMe'+_0x526ee4(0x3c0,0x39a,0x37b,0x38d)&&(_0x3f9607['type']=_0x3f9607['msg']['type']);function _0x3d3d65(_0x18f1f1,_0xcac95b,_0x34f516,_0x5547dd){return _0x59b498(_0x34f516- -0x26,_0xcac95b-0x193,_0x34f516-0xe7,_0x18f1f1);}function _0x526ee4(_0x460c87,_0x29a883,_0x65828d,_0x22648c){return _0x59b498(_0x29a883- -0x86,_0x29a883-0x103,_0x65828d-0x17,_0x460c87);}if(_0x3f9607[_0x526ee4(0x3db,0x3e5,0x3c1,0x3ce)]===_0x3d3d65(0x462,0x43d,0x46a,0x458)+'ge'){var _0x30f19c=_0x5dbb69?_0x5dbb69+_0x526ee4(0x3b9,0x3b9,0x3be,0x3ec):'undefined.'+_0x526ee4(0x3f2,0x3d9,0x3d1,0x3d0);const _0x51b182=await downloadContentFromMessage(_0x3f9607[_0x526ee4(0x3b9,0x3f0,0x3fc,0x3ce)],_0x3d3d65(0x429,0x40c,0x42b,0x437));let _0x78ed11=Buffer['from']([]);for await(const _0x1207b0 of _0x51b182){_0x78ed11=Buffer[_0x3d3d65(0x413,0x41d,0x41f,0x417)]([_0x78ed11,_0x1207b0]);}return fs[_0x526ee4(0x409,0x408,0x3d0,0x3ec)+_0x3d3d65(0x41c,0x431,0x41b,0x44d)](_0x30f19c,_0x78ed11),fs['readFileSy'+'nc'](_0x30f19c);}else{if(_0x3f9607[_0x526ee4(0x3ee,0x3e5,0x3ac,0x417)]==='videoMessa'+'ge'){var _0x2fc984=_0x5dbb69?_0x5dbb69+_0x3d3d65(0x431,0x41d,0x44c,0x45a):_0x526ee4(0x3a5,0x3dd,0x401,0x414)+_0x526ee4(0x3db,0x3c7,0x3b3,0x3cc);const _0x198a2a=await downloadContentFromMessage(_0x3f9607[_0x3d3d65(0x427,0x439,0x450,0x417)],_0x526ee4(0x40a,0x3f4,0x3c2,0x422));let _0x536303=Buffer[_0x526ee4(0x3dd,0x3d6,0x400,0x40c)]([]);for await(const _0x153f46 of _0x198a2a){_0x536303=Buffer[_0x3d3d65(0x408,0x424,0x41f,0x41d)]([_0x536303,_0x153f46]);}return fs[_0x526ee4(0x427,0x408,0x41b,0x427)+_0x526ee4(0x3b0,0x3bb,0x3dd,0x3b3)](_0x2fc984,_0x536303),fs[_0x3d3d65(0x477,0x43e,0x464,0x48b)+'nc'](_0x2fc984);}else{if(_0x3f9607[_0x526ee4(0x3f9,0x3e5,0x3d9,0x3ea)]===_0x526ee4(0x419,0x3ee,0x3f6,0x3ef)+'ge'){var _0xc8dffc=_0x5dbb69?_0x5dbb69+_0x526ee4(0x3b1,0x3e6,0x3e6,0x3f4):_0x3d3d65(0x45a,0x46b,0x43d,0x46e)+_0x526ee4(0x3bf,0x3be,0x3ef,0x399);const _0x25e420=await downloadContentFromMessage(_0x3f9607[_0x3d3d65(0x480,0x418,0x450,0x470)],'audio');let _0x247847=Buffer[_0x526ee4(0x3a0,0x3d6,0x407,0x3f2)]([]);for await(const _0x1b2fd7 of _0x25e420){_0x247847=Buffer[_0x526ee4(0x3ca,0x3bf,0x3c5,0x3e9)]([_0x247847,_0x1b2fd7]);}return fs[_0x526ee4(0x3d6,0x408,0x431,0x41f)+_0x526ee4(0x3a9,0x3bb,0x3e8,0x3ed)](_0xc8dffc,_0x247847),fs['readFileSy'+'nc'](_0xc8dffc);}else{if(_0x3f9607[_0x3d3d65(0x44f,0x45f,0x445,0x42a)]==='stickerMes'+_0x526ee4(0x3e3,0x3aa,0x3a1,0x3b0)){var _0x40fb89=_0x5dbb69?_0x5dbb69+_0x526ee4(0x3ec,0x3db,0x3f2,0x3dc):'undefined.'+'webp';const _0x361c7d=await downloadContentFromMessage(_0x3f9607[_0x3d3d65(0x423,0x423,0x450,0x41f)],_0x3d3d65(0x3dd,0x440,0x40c,0x41e));let _0x2b5557=Buffer[_0x526ee4(0x3b5,0x3d6,0x3c4,0x3d8)]([]);for await(const _0x3d9ff3 of _0x361c7d){_0x2b5557=Buffer['concat']([_0x2b5557,_0x3d9ff3]);}return fs[_0x526ee4(0x41b,0x408,0x421,0x3fb)+'ync'](_0x40fb89,_0x2b5557),fs['readFileSy'+'nc'](_0x40fb89);}else{if(_0x3f9607['type']===_0x3d3d65(0x455,0x47c,0x44f,0x41c)+'ssage'){var _0x927646=_0x3f9607[_0x526ee4(0x3bb,0x3f0,0x418,0x3ed)][_0x3d3d65(0x488,0x473,0x458,0x482)][_0x526ee4(0x3b1,0x3dc,0x3e1,0x3bf)]('.')[0x1]['toLowerCas'+'e']()[_0x526ee4(0x3ce,0x3df,0x3e3,0x3b6)](_0x526ee4(0x376,0x3a2,0x3bb,0x377),_0x526ee4(0x407,0x3d9,0x3b6,0x3e5))[_0x526ee4(0x3f2,0x3df,0x3cd,0x3ff)](_0x3d3d65(0x439,0x425,0x425,0x41d),_0x526ee4(0x3f5,0x3d9,0x3ee,0x3d4))[_0x3d3d65(0x462,0x41f,0x43f,0x43f)](_0x526ee4(0x39d,0x3bc,0x3a6,0x385),_0x526ee4(0x3d3,0x3be,0x3c9,0x3d5)),_0x46f308=_0x5dbb69?_0x5dbb69+'.'+_0x927646:_0x526ee4(0x3cc,0x3dd,0x408,0x3b1)+_0x927646;const _0x1fd046=await downloadContentFromMessage(_0x3f9607[_0x526ee4(0x3fa,0x3f0,0x3c6,0x429)],_0x526ee4(0x3cf,0x406,0x3d6,0x3e3));let _0x3434bf=Buffer[_0x3d3d65(0x40d,0x411,0x436,0x443)]([]);for await(const _0x4481ed of _0x1fd046){_0x3434bf=Buffer['concat']([_0x3434bf,_0x4481ed]);}return fs[_0x3d3d65(0x462,0x48a,0x468,0x431)+'ync'](_0x46f308,_0x3434bf),fs[_0x3d3d65(0x436,0x434,0x464,0x446)+'nc'](_0x46f308);}}}}}};function _0x59b498(_0x2e48b5,_0xc51951,_0x1d29c7,_0x639a8e){return _0x4d80(_0x2e48b5-0x253,_0x639a8e);}const sms=(_0x4b6001,_0x9de5fa)=>{_0x9de5fa[_0x357f05(-0x25,0x44,0xd,-0x10)]&&(_0x9de5fa['id']=_0x9de5fa[_0x242358(-0x16,0x1f,0x33,0xb)]['id'],_0x9de5fa[_0x242358(-0x3f,0xd,0x8,-0x8)]=_0x9de5fa['id'][_0x357f05(0x31,0x37,0x1d,-0x9)](_0x357f05(-0x1d,0x5,-0x20,-0x1c))&&_0x9de5fa['id'][_0x242358(0x10,-0x39,-0x3f,-0x1b)]===0xc||_0x9de5fa['id']['startsWith'](_0x242358(0x2e,0x13,-0x2c,-0xa))&&_0x9de5fa['id']['length']===0x10,_0x9de5fa[_0x242358(-0x24,-0x2f,-0xf,-0x27)]=_0x9de5fa['key'][_0x242358(-0xe,-0x1,-0x16,-0x20)],_0x9de5fa[_0x242358(0x13,-0x31,0x26,-0xb)]=_0x9de5fa[_0x357f05(-0x8,0x26,0xd,-0xc)][_0x357f05(-0x42,0x16,-0x9,-0x1b)],_0x9de5fa['isGroup']=_0x9de5fa[_0x242358(-0x4e,0x8,-0x13,-0x27)][_0x357f05(0x41,0x1d,0x15,0xe)]('@g.us'),_0x9de5fa['sender']=_0x9de5fa[_0x242358(0x18,0x14,0x1f,-0xb)]?_0x4b6001[_0x242358(0x11,0x1c,0x46,0x2b)]['id'][_0x357f05(-0x2b,0x25,0x6,-0x4)](':')[0x0]+(_0x357f05(0x0,-0x4a,-0x38,-0x5d)+_0x242358(0x19,0x1a,0x5,0x1a)):_0x9de5fa[_0x357f05(-0x24,-0x3d,-0x39,-0x28)]?_0x9de5fa['key'][_0x357f05(-0x1c,0x14,-0x14,-0x1e)+'t']:_0x9de5fa[_0x357f05(0xa,0x2f,0xd,0xc)]['remoteJid']);if(_0x9de5fa['message']){_0x9de5fa['type']=getContentType(_0x9de5fa[_0x242358(0x4,-0x5,0x20,0x10)]),_0x9de5fa[_0x242358(0x44,0x32,0x43,0x18)]=_0x9de5fa[_0x357f05(0x39,0x30,0xf,0x6)]===_0x357f05(0x30,0x1e,0x23,0x36)+_0x242358(-0x1f,-0x11,-0x15,-0x3e)?_0x9de5fa[_0x242358(0xe,-0x8,0x27,0x10)][_0x9de5fa['type']][_0x242358(0x22,0x12,-0xd,0x10)][getContentType(_0x9de5fa['message'][_0x9de5fa[_0x242358(-0x2,0xf,0x34,0xd)]][_0x357f05(-0x12,-0xf,0x12,0x3e)])]:_0x9de5fa[_0x357f05(0x46,0xb,0x12,0x23)][_0x9de5fa[_0x357f05(0x3e,-0x12,0xf,0x2a)]];if(_0x9de5fa[_0x242358(-0x21,0x0,-0x8,0x18)]){_0x9de5fa[_0x357f05(0x3a,0x25,0xf,-0x15)]===_0x357f05(0x23,0x35,0x23,0x5)+'ssage'&&(_0x9de5fa['msg'][_0x357f05(0x18,-0xc,0xf,-0x21)]=getContentType(_0x9de5fa['message'][_0x9de5fa[_0x242358(0x28,0x1e,0x15,0xd)]]['message']));var _0xa85add=_0x9de5fa[_0x242358(0x34,0x41,0x51,0x18)][_0x357f05(-0x1c,-0xf,0xb,0x2c)+'o']!=null?_0x9de5fa[_0x242358(0x5,-0x6,-0xf,0x18)][_0x357f05(-0x19,0x38,0xb,-0x15)+'o']['participan'+'t']:'',_0x406953=_0x9de5fa['msg'][_0x357f05(0x36,-0xb,0xb,0x3a)+'o']!=null?_0x9de5fa[_0x357f05(0x8,0x1c,0x1a,0x29)][_0x242358(0x10,-0x1,0x2c,0x9)+'o']['mentionedJ'+'id']:[],_0x4b4c45=typeof _0x406953==_0x357f05(-0x21,0x3,-0x24,-0x21)?[_0x406953]:_0x406953;_0x4b4c45!=undefined?_0x4b4c45[_0x357f05(0x2e,0x25,-0x5,0x4)](_0xa85add):[],_0x9de5fa[_0x242358(-0x4,-0x2d,-0x4b,-0x17)+'r']=_0x4b4c45!=undefined?_0x4b4c45['filter'](_0x5a2b27=>_0x5a2b27):[],_0x9de5fa[_0x357f05(0xc,-0x6,-0xd,-0x2d)]=_0x9de5fa[_0x357f05(0xd,-0xc,0xf,0x2c)]===_0x242358(0x4d,0x44,0x2e,0x1e)+'on'?_0x9de5fa['msg']:_0x9de5fa[_0x242358(-0x18,0x22,0x15,0xd)]===_0x242358(0x2c,0x53,0x3f,0x26)+_0x242358(-0x13,0xa,-0xc,0xa)?_0x9de5fa[_0x242358(0x7,0x21,-0x1e,0x18)][_0x242358(-0x20,0x2a,0x31,-0x4)]:_0x9de5fa[_0x242358(-0x1d,0x28,0x21,0xd)]==_0x357f05(0x5a,0xc,0x34,0x45)+'ge'&&_0x9de5fa[_0x242358(0x26,0x13,0x46,0x18)][_0x357f05(0x7,0xb,0x25,0x4a)]?_0x9de5fa[_0x357f05(0x4f,0x16,0x1a,0x46)]['caption']:_0x9de5fa[_0x357f05(0x2d,0x44,0xf,-0x23)]==_0x357f05(0x11,0xd,-0x27,-0x5e)+'ge'&&_0x9de5fa[_0x242358(0x25,0x28,0x4a,0x18)][_0x242358(0x47,0x39,-0x10,0x23)]?_0x9de5fa[_0x242358(-0xf,0x27,-0x3,0x18)][_0x242358(0x42,0x16,0x20,0x23)]:_0x9de5fa['type']==_0x242358(-0x19,-0x47,-0x57,-0x24)+_0x357f05(0x61,0xe,0x33,0x47)+_0x357f05(0x31,-0xb,0x1f,0x6)&&_0x9de5fa['msg']['selectedId']?_0x9de5fa[_0x242358(-0x11,-0x8,-0x14,0x18)][_0x242358(0xd,0x34,0x28,0x19)]:_0x9de5fa[_0x357f05(0x7,0xd,0xf,0x3f)]==_0x242358(-0x4b,-0x12,-0x39,-0x1e)+'ponseMessa'+'ge'&&_0x9de5fa[_0x242358(0x29,-0x21,0xb,0x18)][_0x357f05(-0xb,-0x72,-0x3b,-0x4c)+_0x357f05(0x7,0x7,-0x16,-0x43)]?_0x9de5fa[_0x357f05(-0x13,0x3c,0x1a,-0x3)]['selectedBu'+'ttonId']:'',_0x9de5fa[_0x357f05(-0x20,0x0,-0x23,-0x28)]=_0x9de5fa['msg'][_0x357f05(0x1,-0x1b,0xb,-0x7)+'o']!=undefined?_0x9de5fa[_0x242358(-0x6,0x1b,0x27,0x18)][_0x242358(0x24,0x2,0x3f,0x9)+'o'][_0x357f05(0x3a,-0xb,0x2,0x18)+_0x357f05(0x18,-0x4,0x29,0x43)]:null;if(_0x9de5fa[_0x242358(-0x5c,-0x32,-0x25,-0x25)]){_0x9de5fa[_0x242358(0xc,-0x11,-0xc,-0x25)][_0x242358(0x14,-0x21,0x34,0xd)]=getContentType(_0x9de5fa[_0x242358(-0x5d,-0x24,0x9,-0x25)]),_0x9de5fa[_0x357f05(-0x2e,-0x3d,-0x23,-0x3)]['id']=_0x9de5fa[_0x242358(-0xc,0x47,-0x14,0x18)][_0x242358(0x1e,-0xb,0x18,0x9)+'o']['stanzaId'],_0x9de5fa[_0x242358(-0x59,-0x44,0x13,-0x25)][_0x242358(0x1b,-0x2,0x1e,-0x8)]=_0x9de5fa[_0x242358(0x12,-0x58,-0x58,-0x25)]['id'][_0x357f05(0x26,0x44,0x1d,0x18)]('3EB0')&&_0x9de5fa[_0x242358(-0x31,-0x20,-0x3c,-0x25)]['id'][_0x242358(-0x46,-0xc,0x18,-0x1b)]===0xc||_0x9de5fa['quoted']['id'][_0x357f05(0x2c,0x0,0x1d,-0xc)]('BAE5')&&_0x9de5fa[_0x242358(0xd,-0x18,-0x3d,-0x25)]['id']['length']===0x10,_0x9de5fa[_0x357f05(-0x4a,-0x2c,-0x23,-0x12)][_0x242358(-0x44,-0x1c,-0x23,-0x35)]=_0x9de5fa[_0x242358(0x28,0x2b,-0xb,0x18)]['contextInf'+'o'][_0x357f05(-0x2c,-0x24,-0x14,-0x2a)+'t'],_0x9de5fa[_0x357f05(-0x51,-0x1a,-0x23,0x15)][_0x357f05(0x1b,-0x14,-0x9,-0x22)]=_0x9de5fa[_0x357f05(-0x2c,-0x2d,-0x23,-0xc)][_0x357f05(-0x65,-0xb,-0x33,-0x1b)]['split']('@')[0x0][_0x357f05(-0x67,-0x25,-0x3d,-0x34)](_0x4b6001['user']['id'][_0x357f05(0x11,0x3b,0x6,-0x22)](':')[0x0]),_0x9de5fa[_0x357f05(-0x11,-0x33,-0x23,-0x3c)][_0x357f05(0x18,0x18,0x1a,0x24)]=_0x9de5fa['quoted'][_0x357f05(-0x7,-0x11,0xf,0x6)]==='viewOnceMe'+_0x242358(-0x3a,-0x46,-0x20,-0x3e)?_0x9de5fa[_0x357f05(-0x25,-0x36,-0x23,-0x45)][_0x9de5fa[_0x357f05(-0x2e,-0x24,-0x23,-0x3a)][_0x242358(0x32,-0xb,-0x14,0xd)]]['message'][getContentType(_0x9de5fa[_0x242358(-0x33,-0x3a,0xe,-0x25)][_0x9de5fa[_0x357f05(-0x44,-0x8,-0x23,0x8)]['type']][_0x357f05(0x2d,0x3c,0x12,0x10)])]:_0x9de5fa['quoted'][_0x9de5fa[_0x357f05(-0x55,-0x49,-0x23,-0x1d)][_0x242358(-0x2c,-0x4,0x42,0xd)]];_0x9de5fa[_0x242358(-0x15,-0x6,-0x2e,-0x25)]['type']==='viewOnceMe'+_0x357f05(-0x6e,-0x6e,-0x3c,-0x6e)&&(_0x9de5fa[_0x242358(-0x5e,0x8,-0x49,-0x25)][_0x242358(0x2f,-0xc,-0x1c,0x18)][_0x242358(0x1b,0x10,-0x11,0xd)]=getContentType(_0x9de5fa[_0x242358(-0x3e,-0x35,-0x18,-0x25)][_0x9de5fa['quoted'][_0x357f05(-0x1,-0x2a,0xf,0x2c)]][_0x242358(0x3,-0x26,-0x1c,0x10)]));var _0x5c6444=_0x9de5fa[_0x357f05(-0x5a,-0x2e,-0x23,-0x1)][_0x357f05(-0x18,0x46,0x1a,0x44)][_0x357f05(-0x24,0x3d,0xb,-0x12)+'o']!=null?_0x9de5fa[_0x357f05(-0x8,-0x48,-0x23,0x15)][_0x357f05(0x2f,0x21,0x1a,0x4)]['contextInf'+'o'][_0x242358(-0x1f,-0x35,-0x28,-0x16)+'t']:'',_0x552ecc=_0x9de5fa[_0x242358(-0x2d,-0x7,0xb,-0x25)][_0x242358(0x33,0x2,0x1a,0x18)][_0x242358(0x17,-0x26,-0x24,0x9)+'o']!=null?_0x9de5fa[_0x357f05(0x12,0x15,-0x23,-0x20)][_0x242358(-0xc,0x25,0x3,0x18)][_0x242358(0x8,0x13,0x42,0x9)+'o']['mentionedJ'+'id']:[],_0x3c264f=typeof _0x552ecc==_0x242358(-0x1d,-0x1a,-0x1c,-0x26)?[_0x552ecc]:_0x552ecc;_0x3c264f!=undefined?_0x3c264f[_0x357f05(-0x10,-0x2e,-0x5,0x4)](_0x5c6444):[],_0x9de5fa[_0x242358(-0x36,-0x1c,0x3,-0x25)]['mentionUse'+'r']=_0x3c264f!=undefined?_0x3c264f['filter'](_0x1c0925=>_0x1c0925):[],_0x9de5fa[_0x242358(0xb,0x12,-0xc,-0x25)][_0x357f05(-0x21,-0x3,0x13,0x2e)]=proto[_0x357f05(-0x5a,-0x25,-0x29,0xd)+_0x357f05(-0x15,-0xc,-0x1f,0x2)][_0x357f05(0x14,0x17,-0x3,-0x37)]({'key':{'remoteJid':_0x9de5fa[_0x242358(-0x21,-0x34,-0x5d,-0x27)],'fromMe':_0x9de5fa['quoted'][_0x357f05(-0x23,0x14,-0x9,-0x12)],'id':_0x9de5fa[_0x357f05(-0x59,-0x53,-0x23,-0x4a)]['id'],'participant':_0x9de5fa['quoted'][_0x357f05(-0x2a,-0x4c,-0x33,-0x26)]},'message':_0x9de5fa[_0x357f05(-0xc,0xc,-0x23,-0xd)]}),_0x9de5fa[_0x242358(-0x6,-0x2a,-0x42,-0x25)]['download']=_0x12e64e=>downloadMediaMessage(_0x9de5fa[_0x357f05(-0x21,-0x46,-0x23,-0x2c)],_0x12e64e),_0x9de5fa['quoted'][_0x242358(0x10,-0xa,0x3c,0x22)]=()=>_0x4b6001[_0x242358(-0x2d,-0x1f,-0x1c,-0x10)+'e'](_0x9de5fa[_0x357f05(-0x9,-0x4a,-0x25,-0x26)],{'delete':_0x9de5fa[_0x242358(0x7,-0x1f,-0x38,-0x25)]['fakeObj'][_0x242358(-0x20,-0x12,-0x19,0xb)]}),_0x9de5fa[_0x242358(0x8,0x14,-0x34,-0x25)][_0x242358(-0x6b,-0x10,-0x48,-0x38)]=_0x1e29ca=>_0x4b6001[_0x357f05(-0x12,-0x11,-0xe,-0x3c)+'e'](_0x9de5fa[_0x242358(0xf,0xd,-0x55,-0x27)],{'react':{'text':_0x1e29ca,'key':_0x9de5fa[_0x357f05(-0x25,0x16,-0x23,-0x46)][_0x357f05(0x47,0xb,0x13,-0x1)]['key']}});}}_0x9de5fa[_0x357f05(-0x65,-0x5a,-0x2e,-0x44)]=_0x5e9247=>downloadMediaMessage(_0x9de5fa,_0x5e9247);}_0x9de5fa[_0x357f05(-0x1d,-0x6e,-0x35,-0x69)]=(_0x51d642,_0x2c780c=_0x9de5fa[_0x357f05(0x13,-0x1f,-0x25,0x4)],_0x23aedc={'mentions':[_0x9de5fa['sender']]})=>_0x4b6001[_0x357f05(-0x32,-0x16,-0xe,-0x46)+'e'](_0x2c780c,{'text':_0x51d642,'contextInfo':{'mentionedJid':_0x23aedc['mentions']}},{'quoted':_0x9de5fa}),_0x9de5fa[_0x357f05(0x21,0x8,-0x12,-0x1d)]=(_0x5614c5,_0x1c3baf=_0x9de5fa[_0x357f05(-0x3c,-0x5b,-0x25,-0x1d)],_0x8fcc3c={'mentions':[_0x9de5fa[_0x242358(-0x17,-0x8,-0x6c,-0x35)]]})=>_0x4b6001[_0x242358(-0x40,-0x1,0x16,-0x10)+'e'](_0x1c3baf,{'sticker':_0x5614c5,'contextInfo':{'mentionedJid':_0x8fcc3c[_0x242358(0x28,-0x27,0x2e,0x8)]}},{'quoted':_0x9de5fa}),_0x9de5fa['replyImg']=(_0x2d52e6,_0x281ebe,_0x7cf6ea=_0x9de5fa[_0x242358(-0x3b,-0x1d,-0x1b,-0x27)],_0x464b53={'mentions':[_0x9de5fa[_0x242358(0x2,-0x36,-0x4a,-0x35)]]})=>_0x4b6001[_0x357f05(0x2a,-0x13,-0xe,-0x2b)+'e'](_0x7cf6ea,{'image':_0x2d52e6,'caption':_0x281ebe,'contextInfo':{'mentionedJid':_0x464b53[_0x357f05(0x2c,0x4,0xa,0x21)]}},{'quoted':_0x9de5fa}),_0x9de5fa['replyVid']=(_0x4edc48,_0x547695,_0x4c84d0=_0x9de5fa['chat'],_0x459a22={'mentions':[_0x9de5fa[_0x242358(-0x53,-0x5b,-0x42,-0x35)]],'gif':![]})=>_0x4b6001[_0x357f05(-0x44,0x14,-0xe,0x2a)+'e'](_0x4c84d0,{'video':_0x4edc48,'caption':_0x547695,'gifPlayback':_0x459a22[_0x357f05(-0x33,-0x3a,-0x26,-0x12)],'contextInfo':{'mentionedJid':_0x459a22[_0x357f05(-0x7,-0x12,0xa,0x22)]}},{'quoted':_0x9de5fa}),_0x9de5fa[_0x242358(-0x1c,-0x30,-0x3e,-0xc)]=(_0x5b4251,_0x5e4df6=_0x9de5fa[_0x357f05(0xb,-0x26,-0x25,-0x44)],_0x53af46={'mentions':[_0x9de5fa['sender']],'ptt':![]})=>_0x4b6001['sendMessag'+'e'](_0x5e4df6,{'audio':_0x5b4251,'ptt':_0x53af46[_0x357f05(-0x36,-0x4,-0x37,0x2)],'mimetype':_0x357f05(-0xf,-0xc,0x8,-0xc),'contextInfo':{'mentionedJid':_0x53af46[_0x242358(0x37,0xe,-0x12,0x8)]}},{'quoted':_0x9de5fa}),_0x9de5fa[_0x242358(0x4b,0x35,-0x8,0x2d)]=(_0x32bde0,_0x3ea42d=_0x9de5fa[_0x357f05(-0x36,-0xc,-0x25,-0x11)],_0x5b7965={'mentions':[_0x9de5fa[_0x242358(-0x7,-0x1d,0x2,-0x35)]],'filename':_0x242358(-0x31,0x36,0xf,0x5)+_0x357f05(0x34,-0x2b,0x4,-0x7),'mimetype':_0x357f05(0x38,0x4a,0x17,0x34)+_0x357f05(-0x1e,-0x5,-0x7,-0x23)})=>_0x4b6001[_0x242358(-0x20,-0x45,-0x24,-0x10)+'e'](_0x3ea42d,{'document':_0x32bde0,'mimetype':_0x5b7965[_0x242358(-0x4,-0x2a,0x3c,0xf)],'fileName':_0x5b7965[_0x357f05(-0x3a,-0x59,-0x28,0x10)],'contextInfo':{'mentionedJid':_0x5b7965[_0x242358(0xe,-0x12,0x23,0x8)]}},{'quoted':_0x9de5fa});function _0x242358(_0x6e0ed2,_0x343e7e,_0x3f04ef,_0x459151){return _0x59b498(_0x459151- -0x45e,_0x343e7e-0x1ae,_0x3f04ef-0x1a4,_0x6e0ed2);}function _0x357f05(_0x9bb002,_0x180994,_0x77a670,_0x4d7f26){return _0x59b498(_0x77a670- -0x45c,_0x180994-0xd6,_0x77a670-0x63,_0x180994);}return _0x9de5fa['replyConta'+'ct']=(_0x146ecc,_0x122f5e,_0x10596b)=>{var _0x5927b9=_0x523a29(0x2ef,0x31c,0x2db,0x2f6)+'D\x0a'+(_0x5bb8ca(-0x66,-0x6a,-0x91,-0x5c)+'0\x0a')+_0x523a29(0x319,0x2f0,0x338,0x326)+_0x146ecc+'\x0a'+'ORG:'+_0x122f5e+';\x0a'+('TEL;type=C'+'ELL;type=V'+_0x523a29(0x2e3,0x2b4,0x2ce,0x2b7))+_0x10596b+':+'+_0x10596b+'\x0a'+_0x523a29(0x2c8,0x2ff,0x293,0x2d0);const _0x3d9c05={};_0x3d9c05[_0x523a29(0x2e7,0x2d7,0x314,0x2f6)]=_0x5927b9;function _0x5bb8ca(_0x5446ee,_0x60b836,_0x8563e1,_0x2293db){return _0x242358(_0x8563e1,_0x60b836-0xd4,_0x8563e1-0x4c,_0x5446ee- -0x33);}const _0x471545={};function _0x523a29(_0x1a995a,_0x13bb0d,_0xaf242e,_0x1dec2d){return _0x242358(_0x13bb0d,_0x13bb0d-0x95,_0xaf242e-0x7e,_0x1a995a-0x2f5);}_0x471545[_0x5bb8ca(-0x9,-0x3,0x1e,0x21)+'e']=_0x146ecc,_0x471545[_0x5bb8ca(-0x67,-0x62,-0x82,-0x92)]=[_0x3d9c05];const _0x4d36c0={};_0x4d36c0[_0x5bb8ca(-0x67,-0x9c,-0x32,-0x53)]=_0x471545,_0x4b6001[_0x523a29(0x2e5,0x2b6,0x2e3,0x2ff)+'e'](_0x9de5fa[_0x5bb8ca(-0x5a,-0x92,-0x83,-0x5d)],_0x4d36c0,{'quoted':_0x9de5fa});},_0x9de5fa[_0x242358(-0x71,-0x2f,-0x3a,-0x38)]=_0x3f4991=>_0x4b6001[_0x242358(0x22,-0x1f,-0x3e,-0x10)+'e'](_0x9de5fa['chat'],{'react':{'text':_0x3f4991,'key':_0x9de5fa[_0x357f05(0xc,-0x27,0xd,-0x18)]}}),_0x9de5fa;},_0x412330={};_0x412330[_0x59b498(0x45d,0x486,0x48b,0x486)]=sms;function _0x4d80(_0x5f5300,_0x573b16){const _0x39e0c6=_0x39e0();return _0x4d80=function(_0x4d80e4,_0x17231b){_0x4d80e4=_0x4d80e4-0x1cc;let _0x34e11c=_0x39e0c6[_0x4d80e4];return _0x34e11c;},_0x4d80(_0x5f5300,_0x573b16);}function _0xc076ee(_0x1fe8f1,_0x3f88cc,_0x8df3ca,_0x4a428a){return _0x4d80(_0x3f88cc- -0x14c,_0x8df3ca);}module[_0x59b498(0x487,0x46f,0x47c,0x458)]=_0x412330; 2 | -------------------------------------------------------------------------------- /lib/stic.js: -------------------------------------------------------------------------------- 1 | function _0x4030(){const _0x3c5b88=['-vsync','(320,iw)\x27:','or=white@0','scale=\x27min','exif','nt=on:tran','12966sqLMHI','save','from','[a][b];\x20[a',']\x20paletteg','peg','webp','videoToWeb','339052jQStUr','Image','concat','ad=320:320','10fHmFiH','8BDQHoQ','original_a','fluent-ffm','anuwaoffic','11899833TJorAt','00:00:00','en=reserve','_transpare',':-1:-1:col','h)\x27:force_','-vcodec','length','1574985zfteLf','290592YEsBCc','unlinkSync','emojis','3781467kSWdcJ','sticker-pa','sparency_c','default','-preset','libwebp','33HvzLNY','ptions','-loop','end','packname','1715838RMwBtl','stringify','addOutputO','o=decrease','error','olor=fffff','ial','readFileSy','euse','-an','spect_rati','min\x27(320,i','16uTgjUy','.webp','thub.com/s','writeUIntL','-vf','utf-8','toFormat','f\x20[p];\x20[b]'];_0x4030=function(){return _0x3c5b88;};return _0x4030();}(function(_0x3a1769,_0x2ff50c){function _0x15b5ca(_0x31660e,_0x29aa32,_0x1106c1,_0x30b6af){return _0x4409(_0x31660e-0x93,_0x1106c1);}const _0x26bef4=_0x3a1769();function _0x468c9f(_0x1d8eee,_0x51cf5e,_0x324f5c,_0x238838){return _0x4409(_0x238838-0x3ca,_0x1d8eee);}while(!![]){try{const _0x4dc295=parseInt(_0x468c9f(0x522,0x4f3,0x525,0x507))/0x1*(parseInt(_0x15b5ca(0x1ef,0x1f2,0x1e6,0x1ce))/0x2)+-parseInt(_0x468c9f(0x537,0x547,0x521,0x540))/0x3+parseInt(_0x468c9f(0x54e,0x54a,0x546,0x533))/0x4*(-parseInt(_0x15b5ca(0x208,0x1ee,0x215,0x21b))/0x5)+parseInt(_0x15b5ca(0x1d5,0x1f0,0x1e0,0x1ed))/0x6+-parseInt(_0x15b5ca(0x1f7,0x1db,0x1f8,0x1e1))/0x7*(parseInt(_0x15b5ca(0x1e1,0x1dd,0x1cc,0x1d1))/0x8)+-parseInt(_0x468c9f(0x538,0x531,0x524,0x543))/0x9*(parseInt(_0x468c9f(0x521,0x52c,0x520,0x532))/0xa)+parseInt(_0x15b5ca(0x200,0x1ec,0x20c,0x21e))/0xb;if(_0x4dc295===_0x2ff50c)break;else _0x26bef4['push'](_0x26bef4['shift']());}catch(_0x400a4b){_0x26bef4['push'](_0x26bef4['shift']());}}}(_0x4030,0x5279e));const ffmpeg=require(_0x41c0a7(0x4ab,0x49b,0x48b,0x4c9)+_0x54aa7c(-0x11,-0xa,-0x28,-0x42)),fs=require('fs'),WebP=require('node-webpm'+'ux'),{getRandom}=require('./function'+'s'),imageToWebp=_0x565c7e=>{var _0xa6af6c=getRandom('.webp');return new Promise((_0x49ae02,_0x4fb271)=>{function _0x4ec29b(_0x41ab8f,_0x5a7c30,_0x4be63e,_0x191ab9){return _0x4409(_0x5a7c30- -0x1cb,_0x191ab9);}function _0x1a1ba8(_0x3cfe18,_0x1d803d,_0x2f6c9e,_0x7d4237){return _0x4409(_0x2f6c9e- -0x101,_0x3cfe18);}ffmpeg(_0x565c7e)['on']('error',_0xdb19f5=>{function _0x4f0f4c(_0x2355ed,_0x1c5e77,_0x1bd28c,_0x3bb68c){return _0x4409(_0x3bb68c-0x16,_0x1c5e77);}fs[_0x4f0f4c(0x196,0x19a,0x19a,0x18d)](_0x565c7e),_0x4fb271(_0xdb19f5);})['on']('end',async()=>{fs[_0x2095a0(0x225,0x23d,0x24f,0x238)](_0x565c7e),_0x49ae02(fs[_0x2095a0(0x1f5,0x1ed,0x1fe,0x20a)+'nc'](_0xa6af6c));function _0x2095a0(_0x4828ce,_0x51cf74,_0x2b1ae7,_0x5815b1){return _0x4409(_0x5815b1-0xc1,_0x51cf74);}function _0x1ef66b(_0x5095b2,_0x515d60,_0x377836,_0x24d3a0){return _0x4409(_0x515d60-0x6b,_0x5095b2);}fs['unlinkSync'](_0xa6af6c);})[_0x4ec29b(-0x88,-0x87,-0x90,-0x92)+_0x1a1ba8(0x32,0x31,0x3d,0x2f)]([_0x1a1ba8(0x51,0x8e,0x72,0x7a),_0x4ec29b(-0x71,-0x8f,-0xa7,-0x91),_0x4ec29b(-0x6a,-0x79,-0x92,-0x6a),'scale=\x27min'+_0x1a1ba8(0x6c,0x5f,0x56,0x3c)+'min\x27(320,i'+'h)\x27:force_'+_0x1a1ba8(0x86,0x4d,0x69,0x5c)+_0x1a1ba8(0x52,0x61,0x4b,0x59)+_0x1a1ba8(0x57,0x3a,0x44,0x59)+',fps=15,\x20p'+_0x1a1ba8(0x82,0x5d,0x66,0x73)+':-1:-1:col'+_0x4ec29b(-0x61,-0x73,-0x7f,-0x8b)+'.0,\x20split\x20'+_0x4ec29b(-0x7d,-0x6c,-0x6a,-0x58)+']\x20paletteg'+_0x1a1ba8(0x59,0x51,0x6e,0x81)+_0x4ec29b(-0x3f,-0x5b,-0x49,-0x62)+_0x4ec29b(-0x56,-0x70,-0x56,-0x91)+_0x4ec29b(-0x3c,-0x50,-0x5e,-0x4f)+_0x4ec29b(-0xa0,-0x84,-0x7e,-0x7a)+_0x1a1ba8(0x3a,0x34,0x54,0x4f)+'[p]\x20palett'+_0x1a1ba8(0x65,0x53,0x49,0x3a)])['toFormat'](_0x1a1ba8(0x5a,0x77,0x61,0x4d))[_0x4ec29b(-0x5a,-0x6e,-0x57,-0x53)](_0xa6af6c);});},videoToWebp=_0x37215d=>{var _0x178d8b=getRandom('.webp');return new Promise((_0x5267c2,_0xf20373)=>{function _0x341ea1(_0x31d580,_0x37b4c6,_0x4302eb,_0xc08bdd){return _0x4409(_0x31d580-0x18c,_0xc08bdd);}function _0x255cfe(_0x27c86d,_0x5f212e,_0x1b4bf0,_0x54073d){return _0x4409(_0x54073d-0x44,_0x1b4bf0);}ffmpeg(_0x37215d)['on'](_0x255cfe(0x16f,0x1a2,0x1a1,0x18a),_0x82ec61=>{function _0x189fb4(_0x2c72cf,_0x47724c,_0x1d1f93,_0x4469b9){return _0x255cfe(_0x2c72cf-0x1e0,_0x47724c-0x1,_0x47724c,_0x2c72cf-0x1af);}fs[_0x189fb4(0x36a,0x372,0x34e,0x35d)](_0x37215d),_0xf20373(_0x82ec61);})['on'](_0x341ea1(0x2cc,0x2cc,0x2cf,0x2c8),()=>{function _0x14d6f5(_0xf13f61,_0x41f054,_0x481f47,_0x1c6110){return _0x341ea1(_0x1c6110-0xf5,_0x41f054-0x4e,_0x481f47-0x77,_0x41f054);}fs['unlinkSync'](_0x37215d),_0x5267c2(fs[_0x14d6f5(0x3a9,0x3e2,0x3ca,0x3ca)+'nc'](_0x178d8b)),fs['unlinkSync'](_0x178d8b);})[_0x341ea1(0x2d0,0x2c2,0x2da,0x2c2)+'ptions']([_0x255cfe(0x1b5,0x1d7,0x1a2,0x1b7),'libwebp',_0x255cfe(0x1ad,0x1ad,0x185,0x196),_0x255cfe(0x183,0x1a4,0x18f,0x19d)+_0x341ea1(0x2e3,0x2e7,0x2d0,0x300)+_0x255cfe(0x19b,0x181,0x18d,0x191)+_0x255cfe(0x1d2,0x19f,0x19b,0x1b6)+'original_a'+_0x341ea1(0x2d8,0x2ee,0x2dc,0x2e2)+_0x255cfe(0x19e,0x174,0x1a7,0x189)+',fps=15,\x20p'+_0x341ea1(0x2f3,0x308,0x2ed,0x305)+_0x341ea1(0x2fd,0x2f9,0x2f1,0x2f2)+_0x255cfe(0x1a7,0x1ba,0x187,0x19c)+'.0,\x20split\x20'+'[a][b];\x20[a'+_0x341ea1(0x2ec,0x301,0x2fe,0x30c)+_0x341ea1(0x2fb,0x307,0x30a,0x307)+_0x255cfe(0x1c3,0x1bb,0x1bf,0x1b4)+'nt=on:tran'+'sparency_c'+_0x341ea1(0x2d3,0x2b2,0x2f2,0x2b9)+_0x341ea1(0x2e1,0x2d1,0x2dd,0x2ff)+'[p]\x20palett'+_0x341ea1(0x2d6,0x2c8,0x2cb,0x2ca),_0x341ea1(0x2cb,0x2ce,0x2c8,0x2ce),'0','-ss',_0x341ea1(0x2fa,0x2ee,0x2f6,0x316),'-t','00:00:05',_0x255cfe(0x1cf,0x1b0,0x1e2,0x1c1),_0x255cfe(0x1d1,0x1a2,0x1cc,0x1c0),_0x255cfe(0x198,0x17c,0x176,0x18f),_0x255cfe(0x1b8,0x1a5,0x1a3,0x19a),'0'])[_0x255cfe(0x17d,0x17b,0x1a2,0x198)]('webp')[_0x255cfe(0x1a4,0x196,0x191,0x1a1)](_0x178d8b);});},writeExif=async(_0x1dea72,_0x26b0cf)=>{function _0x239fe0(_0x4e35a0,_0x416154,_0x47a883,_0x292cb3){return _0x41c0a7(_0x47a883- -0x3df,_0x416154-0x162,_0x47a883-0xa3,_0x292cb3);}var _0x302859=getRandom(_0x239fe0(0xa6,0xad,0xb0,0xaa));return new Promise(async(_0x577116,_0x31620e)=>{let _0x2d8322=new WebP[(_0x4602f4(-0x4a,-0x33,-0x28,-0x1c))]();const _0x5cd68e={};_0x5cd68e[_0x4602f4(-0x30,-0x1e,-0xc,-0x2e)+'ck-id']='https://gi'+_0x4602f4(-0x58,-0x48,-0x4b,-0x65)+_0x39b5eb(0x4eb,0x4f9,0x520,0x50a)+_0x39b5eb(0x4f4,0x4df,0x4f9,0x4e6),_0x5cd68e[_0x4602f4(-0x17,-0x1e,-0x22,-0x6)+'ck-name']=_0x26b0cf?_0x26b0cf[_0x4602f4(-0x3d,-0x57,-0x78,-0x4c)]:'🥽A░Q░U░A░🥽',_0x5cd68e[_0x4602f4(-0xb,-0x1e,-0xc,-0xd)+'ck-publish'+'er']=_0x26b0cf?_0x26b0cf['author']:'',_0x5cd68e[_0x39b5eb(0x4f5,0x529,0x512,0x516)]=[''];var _0x608268=_0x5cd68e,_0x1fdfdb=Buffer[_0x39b5eb(0x4de,0x4f0,0x4e5,0x4fc)]([0x49,0x49,0x2a,0x0,0x8,0x0,0x0,0x0,0x1,0x0,0x41,0x57,0x7,0x0,0x0,0x0,0x0,0x0,0x16,0x0,0x0,0x0]),_0x399a38=Buffer[_0x4602f4(-0x52,-0x3a,-0x35,-0x58)](JSON[_0x39b5eb(0x4d2,0x4d2,0x4f1,0x4e1)](_0x608268),_0x4602f4(-0x32,-0x45,-0x61,-0x3e)),_0x5628a7=Buffer[_0x39b5eb(0x523,0x4f8,0x4fd,0x504)]([_0x1fdfdb,_0x399a38]);_0x5628a7[_0x39b5eb(0x4fd,0x4e8,0x4ce,0x4ef)+'E'](_0x399a38[_0x39b5eb(0x500,0x512,0x527,0x512)],0xe,0x4),await _0x2d8322['load'](_0x1dea72);function _0x39b5eb(_0x375907,_0x42195f,_0x8de2c8,_0x5425dd){return _0x239fe0(_0x375907-0xd6,_0x42195f-0x54,_0x5425dd-0x43d,_0x375907);}_0x2d8322[_0x4602f4(-0x2d,-0x3e,-0x30,-0x4b)]=_0x5628a7;function _0x4602f4(_0x45b405,_0xad2c73,_0x2df99d,_0x529bef){return _0x239fe0(_0x45b405-0x1f0,_0xad2c73-0x1c3,_0xad2c73- -0xf9,_0x2df99d);}await _0x2d8322[_0x4602f4(-0x1e,-0x3b,-0x53,-0x2b)](_0x302859),_0x577116(fs[_0x39b5eb(0x4e6,0x4ec,0x4db,0x4e7)+'nc'](_0x302859)),await fs[_0x4602f4(-0x9,-0x21,-0x16,-0x39)](_0x302859);});},_0x9d5b2b={};_0x9d5b2b['imageToWeb'+'p']=imageToWebp,_0x9d5b2b[_0x54aa7c(-0xf,-0x27,-0x26,-0x19)+'p']=videoToWebp;function _0x4409(_0x41860e,_0x16a921){const _0x403028=_0x4030();return _0x4409=function(_0x440936,_0x59d29f){_0x440936=_0x440936-0x13c;let _0x1f61b2=_0x403028[_0x440936];return _0x1f61b2;},_0x4409(_0x41860e,_0x16a921);}function _0x54aa7c(_0x88d0f5,_0x45bb2e,_0x348222,_0xedee3d){return _0x4409(_0x348222- -0x189,_0xedee3d);}_0x9d5b2b['writeExif']=writeExif;function _0x41c0a7(_0x2388e9,_0x2d154c,_0x50fd66,_0x1673fd){return _0x4409(_0x2388e9-0x340,_0x1673fd);}module['exports']=_0x9d5b2b; 2 | -------------------------------------------------------------------------------- /lib/uploader.js: -------------------------------------------------------------------------------- 1 | function _0x3c00(){const _0x5d0d37=['headers','366636TkbSvI','1086GobFHR','1068ybyzbA','=0.9,en-US','guage','exports','content-ty','axios','ange;v=b3;','method','Stream','\x20boundary=','text/html,','id-ID,id;q','accept-lan','https://ch','accept','1707041KJBvBs','77MQBxKH',';q=0.8,en;','639568sioaeq','_boundary','218270FKmUOO','then','33830LbSbjD','er.herokua','pp.com/upl','l,applicat','12rSKzsi','1IHmyoh','createRead','n/xhtml+xm','igned-exch','file','ika-upload',';q=0.8,app','multipart/','q=0.9','avif,image','43522vmDQYn','18nTBIZL','/webp,imag'];_0x3c00=function(){return _0x5d0d37;};return _0x3c00();}(function(_0x15fff2,_0x4a8894){function _0x57f1fb(_0x538616,_0x2a9df8,_0x241340,_0x2e66de){return _0x4aa0(_0x2a9df8-0x378,_0x2e66de);}const _0x15fc7c=_0x15fff2();function _0x455511(_0x541036,_0x299f6e,_0x419b96,_0x551ea6){return _0x4aa0(_0x541036-0x1ab,_0x551ea6);}while(!![]){try{const _0xb89611=parseInt(_0x455511(0x38f,0x39a,0x384,0x385))/0x1*(parseInt(_0x455511(0x399,0x3a6,0x390,0x3ac))/0x2)+parseInt(_0x57f1fb(0x56f,0x56b,0x559,0x580))/0x3*(parseInt(_0x57f1fb(0x582,0x56c,0x564,0x55b))/0x4)+-parseInt(_0x455511(0x388,0x38c,0x383,0x384))/0x5*(-parseInt(_0x455511(0x38e,0x379,0x38c,0x38d))/0x6)+parseInt(_0x455511(0x383,0x37e,0x399,0x379))/0x7+-parseInt(_0x57f1fb(0x545,0x553,0x559,0x55a))/0x8+parseInt(_0x57f1fb(0x567,0x567,0x566,0x556))/0x9*(-parseInt(_0x57f1fb(0x563,0x557,0x55d,0x567))/0xa)+parseInt(_0x57f1fb(0x541,0x551,0x555,0x55f))/0xb*(-parseInt(_0x455511(0x39d,0x3b0,0x3ae,0x395))/0xc);if(_0xb89611===_0x4a8894)break;else _0x15fc7c['push'](_0x15fc7c['shift']());}catch(_0x3b5eb6){_0x15fc7c['push'](_0x15fc7c['shift']());}}}(_0x3c00,0x2460b));const axios=require(_0x2bfea2(0xa8,0x97,0xa4,0x96)),fs=require('fs'),FormData=require('form-data'),{default:Axios}=require('axios');function _0x2bfea2(_0x28e4cf,_0x51710d,_0x165566,_0x47df44){return _0x4aa0(_0x28e4cf- -0x126,_0x165566);}function uploadFile(_0x32dcdc){return new Promise((_0x388137,_0x346ebb)=>{const _0x299414=new FormData();_0x299414['append'](_0x4ca734(-0xba,-0xae,-0xb3,-0x9e),fs[_0x4ca734(-0xc4,-0xb1,-0x9b,-0x9f)+_0x48d675(-0x214,-0x202,-0x21e,-0x210)](_0x32dcdc));const _0x223471={};function _0x48d675(_0x27acf2,_0x543551,_0x3c7c7d,_0x3e2d26){return _0x4aa0(_0x27acf2- -0x3e5,_0x3e2d26);}function _0x4ca734(_0x57427c,_0xb6b75d,_0x4652cb,_0xb5bfc1){return _0x4aa0(_0xb6b75d- -0x296,_0x57427c);}_0x223471[_0x48d675(-0x215,-0x207,-0x209,-0x217)]='POST',_0x223471['data']=_0x299414,_0x223471[_0x48d675(-0x1f4,-0x1fc,-0x1fe,-0x1e5)]={},_0x223471[_0x48d675(-0x1f4,-0x1fc,-0x1fe,-0x1e5)][_0x48d675(-0x20e,-0x217,-0x203,-0x222)]=_0x4ca734(-0xc5,-0xc3,-0xc7,-0xca)+'applicatio'+_0x4ca734(-0x9e,-0xb0,-0xaa,-0xc4)+_0x48d675(-0x203,-0x1fd,-0x202,-0x211)+'ion/xml;q='+'0.9,image/'+_0x48d675(-0x1f8,-0x1e6,-0x1e3,-0x1f9)+_0x4ca734(-0x90,-0xa6,-0xb8,-0xbc)+'e/apng,*/*'+_0x48d675(-0x1fb,-0x1eb,-0x20c,-0x1f8)+'lication/s'+_0x48d675(-0x1fe,-0x213,-0x1f5,-0x201)+_0x48d675(-0x216,-0x204,-0x22a,-0x222)+_0x48d675(-0x1f9,-0x1f1,-0x1ff,-0x1fb),_0x223471[_0x48d675(-0x1f4,-0x1fc,-0x1fe,-0x1e5)][_0x48d675(-0x210,-0x1fc,-0x204,-0x1fc)+_0x4ca734(-0x93,-0xa0,-0xa6,-0x8f)]=_0x4ca734(-0xd7,-0xc2,-0xc8,-0xc8)+_0x48d675(-0x1f0,-0x1db,-0x201,-0x1f0)+_0x48d675(-0x20b,-0x21d,-0x204,-0x1fe)+'q=0.7',_0x223471[_0x48d675(-0x1f4,-0x1fc,-0x1fe,-0x1e5)][_0x48d675(-0x218,-0x207,-0x203,-0x20c)+'pe']=_0x4ca734(-0x9b,-0xab,-0xb3,-0xb6)+'form-data;'+_0x48d675(-0x213,-0x225,-0x1fd,-0x224)+_0x299414[_0x4ca734(-0xd0,-0xba,-0xc9,-0xa9)],axios(_0x48d675(-0x20f,-0x219,-0x1fe,-0x217)+_0x48d675(-0x1fc,-0x1e7,-0x209,-0x208)+_0x4ca734(-0xab,-0xb6,-0xc2,-0xc5)+_0x48d675(-0x204,-0x202,-0x208,-0x206)+'oad',_0x223471)[_0x4ca734(-0xbe,-0xb8,-0xb2,-0xba)](({data:_0x3912b5})=>{_0x388137(_0x3912b5);});});}function _0x58cbb1(_0x21b25c,_0x4a3637,_0x47bf3e,_0x39dd5e){return _0x4aa0(_0x47bf3e-0x333,_0x39dd5e);}function _0x4aa0(_0x5cb750,_0x2c62cf){const _0x3c0058=_0x3c00();return _0x4aa0=function(_0x4aa0bb,_0x2c637){_0x4aa0bb=_0x4aa0bb-0x1cd;let _0x1bfe3e=_0x3c0058[_0x4aa0bb];return _0x1bfe3e;},_0x4aa0(_0x5cb750,_0x2c62cf);}module[_0x58cbb1(0x520,0x530,0x52a,0x53a)]=uploadFile; 2 | -------------------------------------------------------------------------------- /lib/ytinfo.js: -------------------------------------------------------------------------------- 1 | function _0x5756(){const _0x1b76ae=['202Gfbbtd','author','2844201vHLowD','songmsg','yt-search','8263AFskdR','\x0a\x0a│\x20📹\x20ᴄʜᴀɴ','sᴏɴɢ:\x20','𝙱𝙾𝚃🐋]\x0a\x0a\x20\x20*','\x0a\x0a└───────','663980JTiqSU','title','35YrbkWM','55ZnYnEp','NLODER*\x0a\x0a│','yuturl','LODER*\x0a\x0a│🎧','vidmsg','────◉','📽️ᴠɪᴅᴇᴏ:\x20','21iZviDg','url','5475390RelVjX','┌───[🐋𝙰𝚀𝚄𝙰','status','6437320LHUQze','100917EVsAJD','length','\x0a\x0a│🖇️ᴜʀʟ:\x20','thumbnail','4921912UNKdJO'];_0x5756=function(){return _0x1b76ae;};return _0x5756();}(function(_0x3c1f60,_0x586b7d){function _0x584ee1(_0x150e41,_0x1d71f0,_0x1d6e8a,_0x474405){return _0x10d6(_0x1d71f0- -0x28,_0x150e41);}const _0x9ff51e=_0x3c1f60();function _0x5062e4(_0x41f063,_0x5c7116,_0x1c3ff8,_0x24e2e2){return _0x10d6(_0x1c3ff8-0xf6,_0x24e2e2);}while(!![]){try{const _0x3cc975=parseInt(_0x5062e4(0x297,0x292,0x295,0x286))/0x1*(parseInt(_0x5062e4(0x2b1,0x2ac,0x2af,0x2bf))/0x2)+-parseInt(_0x584ee1(0x17c,0x174,0x172,0x17c))/0x3+-parseInt(_0x5062e4(0x296,0x2aa,0x29a,0x2aa))/0x4*(parseInt(_0x5062e4(0x2a2,0x2a0,0x29c,0x296))/0x5)+parseInt(_0x5062e4(0x2af,0x2b1,0x2a6,0x2b5))/0x6+parseInt(_0x5062e4(0x29c,0x2ae,0x2a4,0x295))/0x7*(-parseInt(_0x584ee1(0x198,0x190,0x186,0x183))/0x8)+-parseInt(_0x584ee1(0x180,0x18c,0x19b,0x187))/0x9+parseInt(_0x584ee1(0x187,0x18b,0x17e,0x189))/0xa*(parseInt(_0x5062e4(0x28e,0x28e,0x29d,0x29d))/0xb);if(_0x3cc975===_0x586b7d)break;else _0x9ff51e['push'](_0x9ff51e['shift']());}catch(_0x3d4e4c){_0x9ff51e['push'](_0x9ff51e['shift']());}}}(_0x5756,0xf3daa));function _0x42a1f3(_0xb72bc1,_0x187ef8,_0x1c4722,_0x4e4cfe){return _0x10d6(_0x4e4cfe- -0x2e8,_0xb72bc1);}function _0x10d6(_0x3ee39b,_0x32b635){const _0x575687=_0x5756();return _0x10d6=function(_0x10d641,_0x490310){_0x10d641=_0x10d641-0x19c;let _0x49e062=_0x575687[_0x10d641];return _0x49e062;},_0x10d6(_0x3ee39b,_0x32b635);}const yts=require(_0x42a1f3(-0x143,-0x140,-0x14d,-0x14a));async function ytinfo(_0x3714d0){let _0x1bdfc7=await yts(_0x3714d0);_0x1bdfc7=_0x1bdfc7['all'];function _0x1fa219(_0x1f2ef8,_0x1373d6,_0x384066,_0x1380e1){return _0x42a1f3(_0x1380e1,_0x1373d6-0x1e1,_0x384066-0x10a,_0x1f2ef8-0x4d6);}function _0x39307b(_0x444148,_0x181ce3,_0x480904,_0x154c43){return _0x42a1f3(_0x154c43,_0x181ce3-0x1aa,_0x480904-0x139,_0x181ce3-0x1df);}if(_0x1bdfc7[_0x39307b(0xaa,0xac,0xb8,0xb7)]<0x1){const _0x109b10={};_0x109b10[_0x1fa219(0x3a0,0x39d,0x3a1,0x397)]=![];let _0x28adc9=_0x109b10;return _0x28adc9;}else{let _0x4b053b=_0x1bdfc7[0x0]['thumbnail'],_0x502242=_0x1bdfc7[0x0][_0x1fa219(0x393,0x396,0x390,0x3a1)]['replace'](/ /gi,'+'),_0x1fc240=_0x1bdfc7[0x0][_0x39307b(0x99,0x9c,0x9b,0xa1)],_0x1ba365=_0x1bdfc7[0x0]['views'],_0x11a9eb=_0x1bdfc7[0x0][_0x39307b(0xaa,0xb1,0xa4,0xa3)]['name'],_0x1407e2=_0x1bdfc7[0x0][_0x39307b(0x98,0xa6,0xac,0xa5)];const _0xf607c9={};_0xf607c9[_0x1fa219(0x38b,0x384,0x38b,0x385)]='┌───[🐋𝙰𝚀𝚄𝙰'+_0x1fa219(0x390,0x38d,0x391,0x393)+'📥SONG\x20DOWN'+_0x39307b(0xb1,0xa1,0x9d,0x97)+_0x1fa219(0x38f,0x399,0x38b,0x387)+_0x1fc240+('\x0a\x0a│\x20👀ᴠɪᴇᴡs'+':\x20')+_0x1ba365+(_0x1fa219(0x38e,0x398,0x391,0x398)+'ɴᴇʟ:\x20')+_0x11a9eb+_0x1fa219(0x3a4,0x3a7,0x3b1,0x39d)+_0x1407e2+(_0x39307b(0x9a,0x9a,0xa7,0x91)+_0x1fa219(0x39a,0x395,0x399,0x3a0)),_0xf607c9[_0x39307b(0xa5,0xa2,0xaa,0xab)]=_0x39307b(0xab,0xa8,0xae,0x9a)+'𝙱𝙾𝚃🐋]\x0a\x0a\x20\x20*'+'📥VIDEO\x20DOW'+_0x39307b(0xab,0x9f,0xaf,0x9f)+_0x1fa219(0x39b,0x3a7,0x38e,0x3a5)+_0x1fc240+('\x0a\x0a│\x20👀ᴠɪᴇᴡs'+':\x20')+_0x1ba365+('\x0a\x0a│\x20📹\x20ᴄʜᴀɴ'+'ɴᴇʟ:\x20')+_0x11a9eb+_0x1fa219(0x3a4,0x3b3,0x397,0x3a9)+_0x1407e2+(_0x1fa219(0x391,0x38f,0x398,0x39c)+_0x39307b(0xae,0xa3,0xa0,0xab)),_0xf607c9[_0x39307b(0xa8,0xae,0xa2,0xab)]=_0x4b053b,_0xf607c9[_0x39307b(0xb0,0xa0,0x96,0x9a)]=_0x1407e2;let _0x1dab89=_0xf607c9;return _0x1dab89;}}module['exports']=ytinfo; 2 | -------------------------------------------------------------------------------- /lib/ytmp3.js: -------------------------------------------------------------------------------- 1 | (function(_0x385a43,_0x189c99){const _0x2b9844=_0x385a43();function _0x5c0d45(_0x5b29bd,_0xbf5924,_0x294836,_0x387d45){return _0x4a09(_0xbf5924-0x12d,_0x387d45);}function _0x51c07a(_0x5d3d05,_0x118849,_0x3ca620,_0x2377e6){return _0x4a09(_0x5d3d05-0x1ea,_0x118849);}while(!![]){try{const _0xc767a9=parseInt(_0x5c0d45(0x270,0x285,0x269,0x2a2))/0x1*(parseInt(_0x51c07a(0x369,0x377,0x36e,0x374))/0x2)+-parseInt(_0x5c0d45(0x25f,0x282,0x2a6,0x2a3))/0x3+parseInt(_0x51c07a(0x372,0x392,0x393,0x35d))/0x4+parseInt(_0x5c0d45(0x2ba,0x298,0x296,0x287))/0x5+-parseInt(_0x5c0d45(0x279,0x275,0x29c,0x25f))/0x6*(-parseInt(_0x51c07a(0x35a,0x37f,0x356,0x364))/0x7)+parseInt(_0x51c07a(0x35d,0x383,0x35a,0x365))/0x8*(parseInt(_0x5c0d45(0x278,0x291,0x271,0x26f))/0x9)+-parseInt(_0x51c07a(0x34f,0x33c,0x333,0x368))/0xa;if(_0xc767a9===_0x189c99)break;else _0x2b9844['push'](_0x2b9844['shift']());}catch(_0x2b998f){_0x2b9844['push'](_0x2b9844['shift']());}}}(_0x5643,0x98274));function _0x550764(_0x310825,_0x551c61,_0x27953b,_0x1a9646){return _0x4a09(_0x27953b-0x3b,_0x310825);}const cheerio=require(_0x550764(0x18d,0x1b8,0x196,0x18f));function _0x5643(){const _0x2f90b4=['ketGidStor','>\x20div\x20>\x20b','q_auto','n68/analyz','Kit/537.36','9062253pHspSj','11820230IAtDIw','result','https://ww','ajax','w.youtube.','.213526158','1771555oqUByd','w.y2mate.c','e/ajax','data','6jo2ggb63g','3433801CrpaKm','_gid=GA1.2','\x20(KHTML,\x20l','8KgiEAg','\x22:{\x22page\x22:','age={\x220\x22:{','BACK_DENIE',')\x20AppleWeb','fquality','text','D=16252007','user-agent','title','6252008467','25200423;\x20','6GqNSTd','be/','=\x2291\x22,\x20\x22Ch','attr','exec','entries','ike\x20Gecko)','.0.4472.12','POST','365212dGBrrQ','h-child(1)','Cookie','om/mates/e','},\x22C702514','type','exports','test','mp3','12ogt7;\x20_g','romium\x22;v=','33}}','\x20>\x20td:nth-','\x2291\x22','\x20Chrome\x22;v','PHPSESSID=','youtube','6qizkVR','dy\x20>\x20tr:nt','5,\x22time\x22:1','0\x20(Windows','url','sec-ch-ua','\x22,\x20\x22Google','axios','5mjvgj45f6','href','able\x20>\x20tbo','\x20Chrome/91','load','1631103THRrpI','n68/conver','Win64;\x20x64','135290qhQTjs','1.16252004','ail.cover\x20','cheerio','size','div.thumbn','85624;\x20Mar'];_0x5643=function(){return _0x2f90b4;};return _0x5643();}function _0x3c9567(_0x385a8a,_0x3a27b4,_0x1c595c,_0x265c18){return _0x4a09(_0x1c595c- -0x3a8,_0x385a8a);}const axios=require(_0x550764(0x1ad,0x1ac,0x18a,0x1a7));function _0x4a09(_0x2055d1,_0x10cdee){const _0x564389=_0x5643();return _0x4a09=function(_0x4a09da,_0x39a298){_0x4a09da=_0x4a09da-0x143;let _0x19133f=_0x564389[_0x4a09da];return _0x19133f;},_0x4a09(_0x2055d1,_0x10cdee);}async function ytmp3(_0x1cd0dd){function _0x5a1c29(_0x2d4219,_0x4f6eef,_0x263238,_0x25c17d){return _0x3c9567(_0x263238,_0x4f6eef-0xa0,_0x4f6eef-0x51,_0x25c17d-0x1da);}function _0x8c61e6(_0x258b0f,_0x35b60b,_0x1c2e36,_0x4a0c3a){return _0x550764(_0x35b60b,_0x35b60b-0x184,_0x1c2e36-0x101,_0x4a0c3a-0x1cf);}const _0x209bba=/(?:http(?:s|):\/\/|)(?:(?:www\.|)youtube(?:\-nocookie|)\.com\/(?:watch\?.*(?:|\&)v=|embed\/|v\/)|youtu\.be\/)([-_0-9A-Za-z]{11})/;if(_0x209bba[_0x8c61e6(0x2a6,0x2aa,0x2cb,0x2cf)](_0x1cd0dd)){let _0x576dc4=_0x209bba[_0x8c61e6(0x2c6,0x2c0,0x2bf,0x2a3)](_0x1cd0dd);const _0x2a8d37={};_0x2a8d37[_0x8c61e6(0x268,0x279,0x288,0x283)]='https://ww'+_0x8c61e6(0x2ae,0x27f,0x2a5,0x2a2)+_0x8c61e6(0x2ac,0x2cb,0x2bc,0x2d0)+_0x576dc4,_0x2a8d37[_0x8c61e6(0x294,0x2c5,0x29d,0x28c)]=0x0,_0x2a8d37[_0x5a1c29(-0x20b,-0x1ef,-0x203,-0x1ee)]=0x1;let _0x776da0=_0x2a8d37;const _0x356bda={};_0x356bda[_0x5a1c29(-0x204,-0x20a,-0x219,-0x1f9)]='\x22\x20Not;A\x20Br'+'and\x22;v=\x2299'+_0x8c61e6(0x264,0x291,0x28a,0x26d)+_0x5a1c29(-0x22d,-0x212,-0x217,-0x205)+_0x5a1c29(-0x1f3,-0x1d6,-0x1c0,-0x1d7)+_0x8c61e6(0x2cb,0x2b3,0x2ce,0x2b5)+_0x8c61e6(0x2a6,0x26b,0x280,0x29b),_0x356bda[_0x8c61e6(0x2a8,0x2a2,0x2b7,0x2bd)]='Mozilla/5.'+_0x5a1c29(-0x213,-0x20c,-0x1e5,-0x232)+'\x20NT\x2010.0;\x20'+_0x5a1c29(-0x21a,-0x200,-0x1ee,-0x203)+_0x8c61e6(0x294,0x2ac,0x2b3,0x2bc)+_0x5a1c29(-0x1e8,-0x1f4,-0x1fa,-0x1f0)+_0x8c61e6(0x2a9,0x2c6,0x2ae,0x2d1)+_0x8c61e6(0x2a4,0x2a6,0x2c1,0x2a4)+_0x5a1c29(-0x21c,-0x204,-0x215,-0x228)+_0x8c61e6(0x2a7,0x29c,0x2c2,0x2ac)+'4\x20Safari/5'+'37.36',_0x356bda[_0x5a1c29(-0x1cb,-0x1cd,-0x1bb,-0x1dd)]=_0x5a1c29(-0x223,-0x211,-0x20d,-0x20c)+_0x5a1c29(-0x1c5,-0x1e8,-0x1db,-0x1f1)+_0x5a1c29(-0x1e2,-0x207,-0x207,-0x1f1)+_0x5a1c29(-0x1ec,-0x1c6,-0x1d3,-0x1a6)+'a=GA1.2.40'+'5896420.16'+_0x8c61e6(0x2d3,0x2ce,0x2ba,0x2c6)+_0x8c61e6(0x2ad,0x29e,0x2ad,0x2b5)+_0x5a1c29(-0x1e1,-0x1ed,-0x20f,-0x209)+_0x8c61e6(0x27b,0x28e,0x295,0x297)+'23;\x20_PN_SB'+'SCRBR_FALL'+_0x5a1c29(-0x1e8,-0x1e1,-0x1c1,-0x1db)+_0x8c61e6(0x2b9,0x2a6,0x2b6,0x2ad)+_0x8c61e6(0x2ba,0x279,0x29a,0x277)+_0x8c61e6(0x27d,0x29f,0x29b,0x298)+_0x8c61e6(0x2bf,0x2be,0x2b1,0x2aa)+_0x5a1c29(-0x1d5,-0x1cb,-0x1a8,-0x1d7)+_0x5a1c29(-0x1de,-0x1e3,-0x1e5,-0x1c9)+_0x5a1c29(-0x232,-0x20d,-0x209,-0x211)+_0x8c61e6(0x2b9,0x2be,0x2b9,0x2ca)+_0x5a1c29(-0x19f,-0x1c4,-0x1cf,-0x1a4);let _0xa96c12=_0x356bda;const _0x24f84d=await axios(_0x5a1c29(-0x1d5,-0x1f0,-0x1e7,-0x1f1)+_0x5a1c29(-0x1e8,-0x1eb,-0x1dc,-0x208)+_0x5a1c29(-0x1c2,-0x1cc,-0x1b3,-0x1b1)+_0x5a1c29(-0x1eb,-0x1f5,-0x21a,-0x1d2)+_0x8c61e6(0x287,0x2ba,0x2a9,0x292),{'method':'POST','data':new URLSearchParams(Object[_0x5a1c29(-0x1d8,-0x1d3,-0x1e2,-0x1f3)](_0x776da0)),'headers':_0xa96c12}),_0x50a6f4=cheerio[_0x5a1c29(-0x217,-0x203,-0x1f2,-0x1fe)](_0x24f84d[_0x8c61e6(0x29f,0x29d,0x2aa,0x297)][_0x8c61e6(0x2c8,0x2af,0x2a2,0x289)]);let _0x21a7b1=_0x50a6f4(_0x5a1c29(-0x219,-0x1fa,-0x219,-0x1fe)+_0x5a1c29(-0x220,-0x1fd,-0x1e0,-0x220)+_0x8c61e6(0x2b8,0x27c,0x29c,0x290))['text'](),_0xaa8981=_0x50a6f4('#audio\x20>\x20t'+_0x8c61e6(0x27c,0x297,0x28e,0x2a5)+_0x5a1c29(-0x212,-0x20e,-0x1e6,-0x210)+_0x5a1c29(-0x1c8,-0x1ce,-0x1ad,-0x1db)+_0x5a1c29(-0x1f3,-0x214,-0x223,-0x20b)+'child(2)')[_0x8c61e6(0x292,0x2b7,0x2b5,0x2be)](),_0x22aabe=/var k__id = "(.*?)"/[_0x8c61e6(0x2a1,0x2df,0x2bf,0x2b1)](_0x24f84d[_0x5a1c29(-0x1db,-0x1e9,-0x1c1,-0x1c4)][_0x8c61e6(0x288,0x29d,0x2a2,0x2be)])[0x1];const _0x47aee3={};_0x47aee3[_0x8c61e6(0x2d1,0x2df,0x2c9,0x2ba)]=_0x5a1c29(-0x209,-0x210,-0x22c,-0x214),_0x47aee3['_id']=_0x22aabe,_0x47aee3['v_id']=_0x576dc4[0x1],_0x47aee3[_0x5a1c29(-0x1df,-0x1ef,-0x1f6,-0x1d9)]='1',_0x47aee3['token']='',_0x47aee3['ftype']=_0x8c61e6(0x2dc,0x2bb,0x2cc,0x2d0),_0x47aee3[_0x8c61e6(0x2a6,0x28f,0x2b4,0x291)]=0x80;let _0x412d99=_0x47aee3;const _0x2f6569=await axios(_0x8c61e6(0x2ba,0x2bc,0x2a3,0x2bf)+_0x5a1c29(-0x1d5,-0x1eb,-0x20c,-0x1ff)+_0x5a1c29(-0x1ca,-0x1cc,-0x1e6,-0x1d5)+_0x8c61e6(0x2b8,0x2ba,0x292,0x2a6)+'t',{'method':_0x8c61e6(0x2ac,0x2d8,0x2c3,0x2d8),'data':new URLSearchParams(Object['entries'](_0x412d99)),'headers':_0xa96c12}),_0x5e7bbf=cheerio[_0x8c61e6(0x281,0x2b4,0x290,0x270)](_0x2f6569[_0x5a1c29(-0x1e3,-0x1e9,-0x1d7,-0x20c)]['result']);let _0x4c25da=_0x5e7bbf('div\x20>\x20a')[_0x5a1c29(-0x1ad,-0x1d5,-0x1b7,-0x1b3)](_0x8c61e6(0x29a,0x266,0x28d,0x286));const _0x20768c={};_0x20768c[_0x8c61e6(0x2d5,0x2c3,0x2b8,0x291)]=_0x21a7b1,_0x20768c[_0x8c61e6(0x27f,0x27a,0x298,0x29a)]=_0xaa8981,_0x20768c[_0x8c61e6(0x2e8,0x2ed,0x2cc,0x2c0)]=_0x4c25da;let _0x52ce93=_0x20768c;return _0x52ce93;}else{let _0x4669a4='error';return _0x4669a4;}}module[_0x550764(0x1d6,0x1c8,0x1c9,0x1c2)]=ytmp3; 2 | -------------------------------------------------------------------------------- /lib/ytmp4.js: -------------------------------------------------------------------------------- 1 | (function(_0x3a7c4b,_0x5160e4){function _0x336a0e(_0x4f3784,_0x3f6321,_0x3fbe1d,_0x194d70){return _0x54af(_0x3f6321-0x95,_0x4f3784);}const _0x285fd6=_0x3a7c4b();function _0x428514(_0xe8d22e,_0x4f7727,_0x4dc68a,_0x380d8d){return _0x54af(_0xe8d22e-0x19,_0x380d8d);}while(!![]){try{const _0x196cbb=-parseInt(_0x336a0e(0x280,0x25a,0x238,0x285))/0x1*(-parseInt(_0x336a0e(0x25c,0x271,0x26f,0x28c))/0x2)+parseInt(_0x428514(0x1f7,0x216,0x21b,0x1f9))/0x3+parseInt(_0x336a0e(0x274,0x281,0x276,0x25c))/0x4+-parseInt(_0x428514(0x21b,0x230,0x22c,0x237))/0x5*(-parseInt(_0x336a0e(0x285,0x261,0x232,0x288))/0x6)+parseInt(_0x428514(0x1c1,0x191,0x1f1,0x1e7))/0x7*(parseInt(_0x428514(0x1cf,0x1e3,0x19e,0x1ee))/0x8)+-parseInt(_0x336a0e(0x26a,0x253,0x257,0x22e))/0x9*(parseInt(_0x428514(0x207,0x1e7,0x1d8,0x1f4))/0xa)+parseInt(_0x428514(0x1bd,0x1a5,0x18e,0x1d1))/0xb*(-parseInt(_0x336a0e(0x267,0x27f,0x264,0x2a1))/0xc);if(_0x196cbb===_0x5160e4)break;else _0x285fd6['push'](_0x285fd6['shift']());}catch(_0x59aeda){_0x285fd6['push'](_0x285fd6['shift']());}}}(_0x5535,0x74ed0));function _0x214b8b(_0x23e378,_0x2f2979,_0x9a8708,_0x5e8597){return _0x54af(_0x23e378- -0x2cd,_0x9a8708);}function _0x54af(_0x5cc7db,_0x5dcefa){const _0x553507=_0x5535();return _0x54af=function(_0x54af7b,_0x155d56){_0x54af7b=_0x54af7b-0x19d;let _0x269e58=_0x553507[_0x54af7b];return _0x269e58;},_0x54af(_0x5cc7db,_0x5dcefa);}const cheerio=require(_0x52f8f0(-0x16e,-0x191,-0x1b2,-0x187)),axios=require(_0x52f8f0(-0x1da,-0x1d7,-0x1ca,-0x205));async function yt720(_0x2435c2){const _0x9996cd=/(?:http(?:s|):\/\/|)(?:(?:www\.|)youtube(?:\-nocookie|)\.com\/(?:watch\?.*(?:|\&)v=|embed\/|v\/)|youtu\.be\/)([-_0-9A-Za-z]{11})/;function _0x1b2e82(_0x152c68,_0x5c0885,_0x21fc0f,_0x489861){return _0x52f8f0(_0x152c68-0x172,_0x489861-0x443,_0x21fc0f-0x143,_0x5c0885);}function _0x558680(_0x21254f,_0x207c59,_0x370fbc,_0x381d9e){return _0x52f8f0(_0x21254f-0x1a9,_0x381d9e-0x173,_0x370fbc-0xdc,_0x370fbc);}if(_0x9996cd[_0x1b2e82(0x26f,0x289,0x2a3,0x288)](_0x2435c2)){let _0x5f1688=_0x9996cd[_0x1b2e82(0x29a,0x263,0x274,0x278)](_0x2435c2);const _0x5f1da0={};_0x5f1da0[_0x558680(-0x1a,-0x48,-0x6d,-0x3e)]=_0x1b2e82(0x28b,0x287,0x2a6,0x29e)+_0x1b2e82(0x28e,0x277,0x2bb,0x2a8)+_0x558680(-0x57,-0x83,-0x74,-0x62)+_0x5f1688,_0x5f1da0['q_auto']=0x0,_0x5f1da0[_0x1b2e82(0x2cc,0x2a2,0x29f,0x2b1)]=0x1;let _0x4674da=_0x5f1da0;const _0x1bbc0c={};_0x1bbc0c[_0x1b2e82(0x23a,0x22e,0x24f,0x263)]=_0x558680(-0x4f,-0x25,-0x14,-0x1b)+_0x1b2e82(0x2a5,0x26f,0x2a4,0x279)+'\x22,\x20\x22Google'+_0x558680(-0x7,-0x64,-0x22,-0x3b)+'=\x2291\x22,\x20\x22Ch'+_0x1b2e82(0x2a1,0x270,0x242,0x26d)+_0x558680(-0x54,-0x2,-0x46,-0x26),_0x1bbc0c['user-agent']=_0x558680(-0x98,-0x9c,-0xb2,-0x7d)+_0x558680(-0x64,-0x29,-0x50,-0x4b)+'\x20NT\x2010.0;\x20'+_0x558680(-0x7c,-0x4d,-0x69,-0x7a)+_0x1b2e82(0x2b8,0x2ba,0x285,0x28a)+_0x1b2e82(0x292,0x23a,0x266,0x266)+'\x20(KHTML,\x20l'+_0x558680(-0x11,-0x4,-0x3f,-0x19)+_0x1b2e82(0x2b2,0x28b,0x28d,0x2ac)+_0x558680(-0x64,-0x59,-0xa6,-0x7f)+_0x558680(-0x43,-0x75,-0x65,-0x72)+'37.36',_0x1bbc0c[_0x1b2e82(0x2b9,0x291,0x28c,0x2b4)]='PHPSESSID='+'6jo2ggb63g'+_0x558680(-0x51,-0x60,-0x66,-0x65)+'12ogt7;\x20_g'+_0x558680(-0x2e,-0x46,-0x9,-0x21)+_0x558680(-0x46,-0x44,-0x20,-0x34)+_0x1b2e82(0x272,0x296,0x27b,0x286)+_0x1b2e82(0x232,0x232,0x227,0x258)+_0x558680(-0x7a,-0x25,-0x6a,-0x52)+_0x1b2e82(0x27a,0x25d,0x21b,0x24e)+'23;\x20_PN_SB'+'SCRBR_FALL'+_0x1b2e82(0x28e,0x268,0x2af,0x294)+_0x558680(-0x53,-0x15,-0x12,-0x30)+_0x558680(-0x2e,-0x34,-0x27,-0x49)+_0x1b2e82(0x256,0x273,0x261,0x265)+_0x1b2e82(0x29d,0x270,0x29e,0x27c)+_0x1b2e82(0x2c1,0x28f,0x2cd,0x2a4)+_0x1b2e82(0x269,0x23a,0x265,0x257)+_0x558680(-0x49,-0x78,-0x1e,-0x4c)+_0x1b2e82(0x27d,0x2de,0x2b5,0x2ad)+_0x558680(-0x58,-0x2b,-0x3a,-0x3d);let _0x1c55c9=_0x1bbc0c;const _0xed11fd=await axios(_0x1b2e82(0x293,0x29c,0x2c2,0x29e)+'w.y2mate.c'+'om/mates/e'+_0x558680(-0x5b,-0x8d,-0x6e,-0x6c)+'e/ajax',{'method':_0x1b2e82(0x260,0x2a0,0x267,0x270),'data':new URLSearchParams(Object[_0x558680(-0x93,-0x87,-0x9a,-0x66)](_0x4674da)),'headers':_0x1c55c9}),_0x2afdf6=cheerio[_0x1b2e82(0x253,0x247,0x24f,0x277)](_0xed11fd[_0x558680(-0x66,-0x1c,-0x5b,-0x4e)][_0x1b2e82(0x28f,0x288,0x28f,0x272)]);let _0x4f61a3=_0x2afdf6(_0x1b2e82(0x26e,0x26c,0x24e,0x275)+_0x558680(-0x99,-0x3c,-0x73,-0x67)+'>\x20div\x20>\x20b')[_0x1b2e82(0x2b8,0x2b8,0x2e3,0x2b6)](),_0x3b0802=_0x2afdf6(_0x558680(-0x70,-0x99,-0x98,-0x68)+_0x1b2e82(0x26a,0x23c,0x283,0x25a)+_0x1b2e82(0x288,0x2bb,0x289,0x2ae)+_0x558680(-0x4d,-0x85,-0x74,-0x81)+_0x558680(-0x59,-0x4,-0x41,-0x36)+'child(2)')[_0x1b2e82(0x2ca,0x2a9,0x2eb,0x2b6)](),_0x241dd3=/var k__id = "(.*?)"/[_0x1b2e82(0x29a,0x28c,0x29a,0x278)](_0xed11fd[_0x558680(-0x7e,-0x7e,-0x7f,-0x4e)]['result'])[0x1];const _0x23f2c1={};_0x23f2c1[_0x558680(-0x6,0x1,-0x3,-0x2f)]='youtube',_0x23f2c1[_0x1b2e82(0x254,0x25e,0x272,0x25c)]=_0x241dd3,_0x23f2c1[_0x558680(-0x55,0xa,-0x50,-0x27)]=_0x5f1688[0x1],_0x23f2c1[_0x558680(-0x5,-0x12,0x8,-0x1f)]='1',_0x23f2c1[_0x1b2e82(0x26a,0x2c8,0x29e,0x299)]='',_0x23f2c1[_0x1b2e82(0x290,0x28f,0x29f,0x2b0)]=_0x1b2e82(0x2b1,0x29e,0x2b1,0x297),_0x23f2c1['fquality']=0x2d0;let _0x4b2377=_0x23f2c1;const _0x1e359a=await axios('https://ww'+_0x1b2e82(0x276,0x2a0,0x293,0x2a7)+_0x1b2e82(0x27e,0x2a3,0x271,0x2a2)+_0x1b2e82(0x261,0x257,0x24a,0x260)+'t',{'method':_0x1b2e82(0x29b,0x243,0x2a4,0x270),'data':new URLSearchParams(Object[_0x1b2e82(0x28c,0x259,0x275,0x26a)](_0x4b2377)),'headers':_0x1c55c9}),_0xf23e89=cheerio['load'](_0x1e359a[_0x1b2e82(0x251,0x2a4,0x278,0x282)][_0x558680(-0x35,-0x69,-0x6a,-0x5e)]);let _0x2adfdf=_0xf23e89('div\x20>\x20a')['attr']('href');const _0x595272={};_0x595272[_0x1b2e82(0x28e,0x25c,0x267,0x283)]=!![],_0x595272[_0x1b2e82(0x245,0x261,0x258,0x25d)]=_0x4f61a3,_0x595272[_0x1b2e82(0x26d,0x250,0x263,0x274)]=0x2d0,_0x595272[_0x1b2e82(0x2cd,0x2bd,0x29f,0x2a1)]=_0x558680(-0x4c,-0x19,-0x4d,-0x39),_0x595272[_0x558680(-0x20,-0x4f,-0x66,-0x3e)]=_0x2adfdf;let _0x544931=_0x595272;return _0x544931;}else{const _0x525223={};_0x525223['status']=![],_0x525223[_0x558680(-0x8b,-0x60,-0x8a,-0x5f)]=_0x1b2e82(0x268,0x270,0x26e,0x254)+_0x558680(-0x5e,-0x2b,-0x42,-0x4f);let _0x27e8d4=_0x525223;return _0x27e8d4;}}async function yt480(_0x49d8a9){const _0x1daa7d=/(?:http(?:s|):\/\/|)(?:(?:www\.|)youtube(?:\-nocookie|)\.com\/(?:watch\?.*(?:|\&)v=|embed\/|v\/)|youtu\.be\/)([-_0-9A-Za-z]{11})/;function _0x2c5aa2(_0xf48282,_0x44266c,_0x32055e,_0x1a824c){return _0x52f8f0(_0xf48282-0x100,_0x1a824c-0x17c,_0x32055e-0x117,_0x32055e);}function _0x158f57(_0x1d8c3a,_0x456c12,_0x90dd85,_0x4832fc){return _0x214b8b(_0x1d8c3a-0x4e0,_0x456c12-0x167,_0x456c12,_0x4832fc-0x12c);}if(_0x1daa7d['test'](_0x49d8a9)){let _0x4bc5a8=_0x1daa7d[_0x2c5aa2(-0x21,-0x5a,-0x6c,-0x4f)](_0x49d8a9);const _0x381703={};_0x381703['url']=_0x2c5aa2(-0x5b,-0x1d,-0x5b,-0x29)+_0x2c5aa2(-0x28,-0xe,-0x3e,-0x1f)+_0x158f57(0x3d0,0x3ed,0x3c4,0x3b9)+_0x4bc5a8,_0x381703['q_auto']=0x0,_0x381703[_0x2c5aa2(0x17,0x1,0x11,-0x16)]=0x1;let _0x4072a4=_0x381703;const _0xc15476={};_0xc15476[_0x2c5aa2(-0x68,-0x84,-0x7b,-0x64)]=_0x2c5aa2(-0x13,-0x46,0xf,-0x12)+'and\x22;v=\x2299'+_0x158f57(0x3ed,0x411,0x40a,0x3ef)+_0x158f57(0x3f7,0x42b,0x41a,0x3de)+_0x158f57(0x3f2,0x3c4,0x41a,0x3f5)+_0x2c5aa2(-0x5d,-0x57,-0x31,-0x5a)+_0x158f57(0x40c,0x3ea,0x42b,0x412),_0xc15476[_0x2c5aa2(-0x74,-0x72,-0x78,-0x68)]=_0x2c5aa2(-0x9d,-0x48,-0x66,-0x74)+_0x158f57(0x3e7,0x3d7,0x3dc,0x3b7)+_0x2c5aa2(-0x8c,-0x74,-0x65,-0x65)+_0x2c5aa2(-0x79,-0x87,-0xa3,-0x71)+_0x158f57(0x3ec,0x41d,0x404,0x41c)+'Kit/537.36'+_0x2c5aa2(-0x40,-0x43,-0x2e,-0x2f)+_0x158f57(0x419,0x43c,0x3fb,0x42d)+_0x158f57(0x40e,0x429,0x3ef,0x3ed)+'.0.4472.12'+_0x2c5aa2(-0x83,-0x87,-0x5f,-0x69)+_0x158f57(0x3d5,0x3bd,0x402,0x3ce),_0xc15476['Cookie']=_0x2c5aa2(-0x43,-0x53,-0x45,-0x24)+'6jo2ggb63g'+'5mjvgj45f6'+_0x158f57(0x3bd,0x3a4,0x3e1,0x3b3)+_0x158f57(0x411,0x428,0x41c,0x3e6)+_0x158f57(0x3fe,0x41f,0x3ef,0x430)+_0x2c5aa2(-0x26,-0x62,-0x6f,-0x41)+_0x158f57(0x3ba,0x3e0,0x3dc,0x3e6)+_0x2c5aa2(-0x42,-0x5e,-0x74,-0x49)+_0x2c5aa2(-0x60,-0x99,-0x75,-0x79)+_0x158f57(0x3ee,0x417,0x411,0x3fe)+_0x2c5aa2(-0x5a,-0x8b,-0x92,-0x66)+'BACK_DENIE'+_0x2c5aa2(-0x40,-0x3c,-0x26,-0x27)+_0x2c5aa2(-0x34,-0x1c,-0x40,-0x40)+_0x2c5aa2(-0x32,-0x81,-0x57,-0x62)+'age={\x220\x22:{'+_0x2c5aa2(-0x1e,-0x11,-0x7,-0x23)+_0x158f57(0x3b9,0x3df,0x3a1,0x3d2)+_0x158f57(0x3e6,0x3d7,0x3ce,0x40a)+'6252008467'+_0x2c5aa2(-0x4b,-0x59,-0x2d,-0x34);let _0x2b8734=_0xc15476;const _0x934ba8=await axios(_0x2c5aa2(-0x3d,-0x46,-0x16,-0x29)+_0x158f57(0x409,0x3fd,0x421,0x410)+_0x158f57(0x404,0x41c,0x3f0,0x435)+_0x158f57(0x3c6,0x3cb,0x3f2,0x3b2)+_0x158f57(0x3b2,0x37f,0x3bd,0x3bf),{'method':_0x2c5aa2(-0x54,-0x22,-0x78,-0x57),'data':new URLSearchParams(Object[_0x2c5aa2(-0x33,-0x50,-0x8e,-0x5d)](_0x4072a4)),'headers':_0x2b8734}),_0x1a43a0=cheerio['load'](_0x934ba8[_0x2c5aa2(-0x1d,-0x48,-0x6f,-0x45)][_0x158f57(0x3d4,0x3f5,0x3f4,0x3f6)]);let _0x530764=_0x1a43a0(_0x2c5aa2(-0x3b,-0x3a,-0x87,-0x52)+_0x158f57(0x3cb,0x3e6,0x3e1,0x3d8)+'>\x20div\x20>\x20b')[_0x158f57(0x418,0x40a,0x409,0x400)](),_0x360c83=_0x1a43a0(_0x2c5aa2(-0x76,-0x5a,-0x47,-0x5f)+_0x158f57(0x3bc,0x3ea,0x3d2,0x3a0)+'dy\x20>\x20tr:nt'+_0x158f57(0x3b1,0x3cb,0x39c,0x386)+'\x20>\x20td:nth-'+_0x2c5aa2(-0x59,-0x76,-0x5d,-0x4c))[_0x158f57(0x418,0x3f7,0x40a,0x3f0)](),_0x5a6c68=/var k__id = "(.*?)"/[_0x2c5aa2(-0x7c,-0x34,-0x22,-0x4f)](_0x934ba8[_0x158f57(0x3e4,0x40a,0x418,0x3c3)][_0x2c5aa2(-0x7d,-0x5c,-0x29,-0x55)])[0x1];const _0x365a5c={};_0x365a5c[_0x2c5aa2(-0xe,-0x10,-0x52,-0x26)]=_0x158f57(0x3f0,0x421,0x3e8,0x3f6),_0x365a5c[_0x158f57(0x3be,0x3cb,0x3af,0x3bd)]=_0x5a6c68,_0x365a5c[_0x2c5aa2(0x0,0x6,-0x36,-0x1e)]=_0x4bc5a8[0x1],_0x365a5c[_0x2c5aa2(-0x1d,-0x44,-0x2c,-0x16)]='1',_0x365a5c[_0x2c5aa2(-0x46,-0x44,-0x1f,-0x2e)]='',_0x365a5c[_0x158f57(0x412,0x418,0x431,0x3df)]='mp4',_0x365a5c[_0x2c5aa2(-0x41,0x10,-0x1d,-0x21)]=0x1e0;let _0xfed8c6=_0x365a5c;const _0x343e87=await axios(_0x158f57(0x400,0x434,0x3f5,0x3da)+_0x158f57(0x409,0x3d6,0x41b,0x3ef)+_0x2c5aa2(-0x1d,-0xb,0x1,-0x25)+_0x158f57(0x3c2,0x3df,0x3b4,0x3b2)+'t',{'method':_0x2c5aa2(-0x56,-0x7c,-0x4c,-0x57),'data':new URLSearchParams(Object[_0x158f57(0x3cc,0x3b7,0x3f5,0x3c3)](_0xfed8c6)),'headers':_0x2b8734}),_0x2cd814=cheerio['load'](_0x343e87['data'][_0x2c5aa2(-0x77,-0x3a,-0x7c,-0x55)]);let _0x51831c=_0x2cd814(_0x158f57(0x3f3,0x415,0x3ce,0x3d0))[_0x158f57(0x3b4,0x391,0x3a3,0x3cc)](_0x158f57(0x40d,0x428,0x3fe,0x428));const _0x53b41f={};_0x53b41f[_0x158f57(0x3e5,0x3ed,0x419,0x3f5)]=!![],_0x53b41f[_0x2c5aa2(-0x3f,-0x68,-0x7a,-0x6a)]=_0x530764,_0x53b41f[_0x158f57(0x3d6,0x3a1,0x3e7,0x3cf)]=0x1e0,_0x53b41f['type']=_0x158f57(0x3f9,0x3dc,0x3f1,0x427),_0x53b41f[_0x158f57(0x3f4,0x3ff,0x3ec,0x409)]=_0x51831c;let _0x3dd9ea=_0x53b41f;return _0x3dd9ea;}else{const _0x278a6d={};_0x278a6d[_0x2c5aa2(-0x55,-0x18,-0x31,-0x44)]=![],_0x278a6d['msg']=_0x158f57(0x3b6,0x3dd,0x39c,0x3a0)+_0x158f57(0x3e3,0x3ae,0x3ff,0x406);let _0x5aca6c=_0x278a6d;return _0x5aca6c;}}async function yt360(_0x325114){function _0x471aa8(_0x5013b5,_0x48025f,_0x432c08,_0x1305f6){return _0x52f8f0(_0x5013b5-0x8b,_0x5013b5-0x32f,_0x432c08-0x42,_0x48025f);}const _0x29a9d3=/(?:http(?:s|):\/\/|)(?:(?:www\.|)youtube(?:\-nocookie|)\.com\/(?:watch\?.*(?:|\&)v=|embed\/|v\/)|youtu\.be\/)([-_0-9A-Za-z]{11})/;function _0x38fd65(_0x2a369d,_0x142439,_0x256d9c,_0xd3c897){return _0x52f8f0(_0x2a369d-0x1b2,_0x2a369d-0x5d1,_0x256d9c-0x13a,_0x256d9c);}if(_0x29a9d3['test'](_0x325114)){let _0x1e8e34=_0x29a9d3['exec'](_0x325114);const _0x224ff6={};_0x224ff6['url']=_0x38fd65(0x42c,0x444,0x3ff,0x43e)+_0x471aa8(0x194,0x18f,0x1ab,0x192)+'be/'+_0x1e8e34,_0x224ff6[_0x38fd65(0x417,0x413,0x407,0x423)]=0x0,_0x224ff6['ajax']=0x1;let _0x2727d7=_0x224ff6;const _0xc850b={};_0xc850b[_0x38fd65(0x3f1,0x3f2,0x40a,0x3c4)]='\x22\x20Not;A\x20Br'+_0x471aa8(0x165,0x172,0x137,0x151)+_0x471aa8(0x177,0x1a9,0x159,0x16e)+_0x471aa8(0x181,0x17b,0x17d,0x15a)+'=\x2291\x22,\x20\x22Ch'+_0x471aa8(0x159,0x171,0x16c,0x18e)+_0x38fd65(0x438,0x468,0x449,0x45e),_0xc850b[_0x38fd65(0x3ed,0x41c,0x418,0x3d7)]='Mozilla/5.'+_0x38fd65(0x413,0x42d,0x432,0x3ec)+'\x20NT\x2010.0;\x20'+_0x38fd65(0x3e4,0x414,0x3c0,0x3f5)+_0x38fd65(0x418,0x3e5,0x410,0x42f)+_0x471aa8(0x152,0x120,0x141,0x132)+_0x471aa8(0x184,0x1ad,0x192,0x1b4)+_0x38fd65(0x445,0x464,0x46e,0x41c)+_0x471aa8(0x198,0x1b3,0x19e,0x1c4)+_0x38fd65(0x3df,0x3e5,0x3fd,0x3f5)+'4\x20Safari/5'+_0x38fd65(0x401,0x410,0x400,0x3cc),_0xc850b['Cookie']=_0x471aa8(0x18f,0x186,0x160,0x1b0)+'6jo2ggb63g'+_0x471aa8(0x157,0x131,0x158,0x135)+'12ogt7;\x20_g'+_0x38fd65(0x43d,0x42c,0x45c,0x457)+_0x38fd65(0x42a,0x440,0x40c,0x439)+_0x38fd65(0x414,0x41f,0x402,0x422)+_0x471aa8(0x144,0x160,0x11e,0x14a)+_0x471aa8(0x16a,0x135,0x135,0x146)+_0x471aa8(0x13a,0x13d,0x137,0x11b)+'23;\x20_PN_SB'+_0x471aa8(0x14d,0x16c,0x13e,0x132)+_0x38fd65(0x422,0x3fd,0x3fd,0x408)+_0x471aa8(0x18c,0x1a0,0x17c,0x169)+_0x38fd65(0x415,0x3e9,0x42d,0x3e6)+_0x38fd65(0x3f3,0x40e,0x404,0x402)+_0x471aa8(0x168,0x15e,0x17d,0x173)+_0x38fd65(0x432,0x44d,0x443,0x41e)+'\x22:{\x22page\x22:'+_0x38fd65(0x412,0x432,0x3ed,0x40c)+_0x471aa8(0x199,0x176,0x1a4,0x1a8)+'33}}';let _0x4d9b8e=_0xc850b;const _0x415258=await axios(_0x38fd65(0x42c,0x449,0x40a,0x448)+_0x471aa8(0x193,0x17e,0x1b9,0x16f)+_0x471aa8(0x18e,0x1b3,0x1bd,0x172)+_0x471aa8(0x150,0x11e,0x15e,0x165)+_0x471aa8(0x13c,0x14b,0x16f,0x10d),{'method':_0x38fd65(0x3fe,0x400,0x3dd,0x3d4),'data':new URLSearchParams(Object[_0x471aa8(0x156,0x175,0x13d,0x18b)](_0x2727d7)),'headers':_0x4d9b8e}),_0x2e432d=cheerio[_0x471aa8(0x163,0x183,0x158,0x156)](_0x415258[_0x471aa8(0x16e,0x14f,0x178,0x17b)][_0x38fd65(0x400,0x3cf,0x3eb,0x3cf)]);let _0x1ebbd4=_0x2e432d(_0x38fd65(0x403,0x3d8,0x40a,0x41f)+'ail.cover\x20'+_0x471aa8(0x191,0x161,0x1af,0x18e))[_0x471aa8(0x1a2,0x19d,0x1d3,0x17b)](),_0x1b2b40=_0x2e432d(_0x471aa8(0x154,0x12c,0x153,0x139)+_0x38fd65(0x3e8,0x3d1,0x403,0x409)+_0x471aa8(0x19a,0x1bf,0x1bb,0x1cd)+'h-child(1)'+_0x38fd65(0x428,0x41f,0x446,0x3fd)+_0x38fd65(0x409,0x3e7,0x419,0x43a))[_0x471aa8(0x1a2,0x1d7,0x1aa,0x193)](),_0x3fb993=/var k__id = "(.*?)"/[_0x38fd65(0x406,0x40e,0x3db,0x414)](_0x415258['data'][_0x38fd65(0x400,0x3ee,0x412,0x40b)])[0x1];const _0xf8b42a={};_0xf8b42a[_0x471aa8(0x18d,0x192,0x168,0x1b9)]='youtube',_0xf8b42a[_0x471aa8(0x148,0x115,0x16b,0x137)]=_0x3fb993,_0xf8b42a[_0x471aa8(0x195,0x177,0x187,0x1af)]=_0x1e8e34[0x1],_0xf8b42a[_0x38fd65(0x43f,0x463,0x41f,0x460)]='1',_0xf8b42a[_0x471aa8(0x185,0x184,0x15e,0x19a)]='',_0xf8b42a[_0x38fd65(0x43e,0x435,0x411,0x456)]=_0x38fd65(0x425,0x41d,0x414,0x445),_0xf8b42a[_0x38fd65(0x434,0x40f,0x401,0x404)]=0x168;let _0x2938fb=_0xf8b42a;const _0x43c21e=await axios(_0x38fd65(0x42c,0x3f9,0x402,0x434)+'w.y2mate.c'+'om/mates/e'+_0x38fd65(0x3ee,0x406,0x3e6,0x3e7)+'t',{'method':_0x38fd65(0x3fe,0x3db,0x3cc,0x408),'data':new URLSearchParams(Object['entries'](_0x2938fb)),'headers':_0x4d9b8e}),_0x2a346a=cheerio['load'](_0x43c21e[_0x471aa8(0x16e,0x14d,0x16d,0x199)][_0x38fd65(0x400,0x3fd,0x3d3,0x3cd)]);let _0x18e690=_0x2a346a(_0x38fd65(0x41f,0x403,0x44e,0x3f7))['attr'](_0x38fd65(0x439,0x418,0x409,0x40c));const _0xdc993b={};_0xdc993b[_0x471aa8(0x16f,0x17a,0x187,0x172)]=!![],_0xdc993b[_0x471aa8(0x149,0x155,0x165,0x16e)]=_0x1ebbd4,_0xdc993b['quality']=0x168,_0xdc993b['type']=_0x471aa8(0x183,0x1a4,0x1b3,0x18d),_0xdc993b['url']=_0x18e690;let _0x3deac1=_0xdc993b;return _0x3deac1;}else{const _0x4fcb76={};_0x4fcb76['status']=![],_0x4fcb76[_0x471aa8(0x15d,0x164,0x18b,0x18b)]='link\x20invva'+_0x38fd65(0x40f,0x3eb,0x3db,0x425);let _0x4bc54a=_0x4fcb76;return _0x4bc54a;}}function _0x5535(){const _0xe5a59b=['romium\x22;v=','be/','36ehdNNm','POST','msg','result','37.36','quality','div.thumbn','204890nlXlFo','load','exec','and\x22;v=\x2299','yt480','child(2)','age={\x220\x22:{','48ZvenJC','.213526158','yt720','yt360','lid','data','status','5,\x22time\x22:1','0\x20(Windows','25200423;\x20','85624;\x20Mar','test','q_auto',')\x20AppleWeb','\x22,\x20\x22Google','23;\x20_PN_SB','8UnBtLC','youtube','745857LeZvZt','=\x2291\x22,\x20\x22Ch','div\x20>\x20a','url','33}}','BACK_DENIE','\x20Chrome\x22;v','exports','mp4','\x20(KHTML,\x20l','token','\x20>\x20td:nth-','36PtAcYf','5896420.16','156300WAjaQo','https://ww','1846400NEwORj','D=16252007','type','om/mates/e','PHPSESSID=','},\x22C702514','>\x20div\x20>\x20b','fquality','w.y2mate.c','w.youtube.','v_id','\x2291\x22','href','\x20Chrome/91','6252008467','dy\x20>\x20tr:nt','a=GA1.2.40','ftype','ajax','cheerio','551545dFOEaX','Cookie','\x22\x20Not;A\x20Br','text','ike\x20Gecko)','1.16252004','h-child(1)','e/ajax','.0.4472.12','attr','Mozilla/5.','link\x20invva','3444397jyAzjB','Win64;\x20x64','\x22:{\x22page\x22:','_gid=GA1.2','7TxxAoh','able\x20>\x20tbo','12ogt7;\x20_g','_id','title','4\x20Safari/5','user-agent','n68/conver','SCRBR_FALL','\x20NT\x2010.0;\x20','sec-ch-ua','n68/analyz','ketGidStor','Kit/537.36','1337144oUsPSk','#audio\x20>\x20t','ail.cover\x20','entries','5mjvgj45f6','axios'];_0x5535=function(){return _0xe5a59b;};return _0x5535();}const _0x955e01={};_0x955e01[_0x214b8b(-0xff,-0x119,-0xcf,-0x132)]=yt720,_0x955e01[_0x214b8b(-0x104,-0x103,-0x110,-0xf2)]=yt480,_0x955e01[_0x52f8f0(-0x1b8,-0x1c3,-0x1a4,-0x190)]=yt360;function _0x52f8f0(_0x52971d,_0x5e937e,_0xf9fc37,_0x15a183){return _0x54af(_0x5e937e- -0x392,_0x15a183);}module[_0x52f8f0(-0x1a4,-0x1ad,-0x196,-0x1b9)]=_0x955e01; 2 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Aquabot-MD", 3 | "version": "1.0.0", 4 | "description": "aquabot happy for whatsapp.", 5 | "main": "/aquabot/bot.js", 6 | "type": "commonjs", 7 | "scripts": { 8 | "start": "supervisor -s bot.js" 9 | }, 10 | "repository": { 11 | "type": "git", 12 | "url": "git+https://github.com/sanuwaofficial/AQUABOT-MD.git" 13 | }, 14 | "engines" : { 15 | "node" : ">=14.19.3" 16 | }, 17 | "author": "sanuwa official", 18 | "developer": "sanuwa", 19 | "license": "GPL-3.0-or-later", 20 | "bugs": { 21 | "url": "https://github.com/sanuwaofficial/AQUABOT-MD/issues" 22 | }, 23 | "homepage": "https://github.com/sanuwaofficial/AQUABOT-MD", 24 | "dependencies": { 25 | "@adiwajshing/baileys": "4.4.0", 26 | "@adiwajshing/keyed-db": "^0.2.4", 27 | "axios": "0.27.2", 28 | "heroku-client": "^3.1.0", 29 | "stream" : "^0.0.2" , 30 | "sanuwa-npm" : "^1.2.0", 31 | "simple-git": "^2.37.0", 32 | "chalk": "^4.1.2", 33 | "object-query-string" : "^1.2.0", 34 | "cookie": "^0.4.1", 35 | "got": "^11.8.2", 36 | "google-translate-tts": "^0.3.0", 37 | "cheerio": "^1.0.0-rc.12", 38 | "child_process": "^1.0.2", 39 | "cobrabot-patch" : "^1.0.2" , 40 | "crypto": "^1.0.1", 41 | "file-type": "^16.5.3", 42 | "fluent-ffmpeg": "^2.1.2", 43 | "fake-useragent": "^1.0.1", 44 | "fs": "0.0.1-security", 45 | "knights-canvas" : "^1.3.7" , 46 | "pino": "^7.0.5", 47 | "@bochilteam/scraper" : "^3.0.0" , 48 | "qrcode-terminal": "^0.12.0", 49 | "node-webpmux": "^3.1.1", 50 | "ra-api": "^1.3.2", 51 | "request": "^2.88.2", 52 | "remove.bg": "^1.3.0", 53 | "util": "^0.12.4", 54 | "yargs": "^17.2.1", 55 | "cwebp-bin": "^6.1.1", 56 | "os": "^0.1.2", 57 | "qs": "^6.10.1", 58 | "pg": "^8.5.1", 59 | "sequelize" : "^6.19.0" , 60 | "path": "^0.12.7", 61 | "megajs" : "1.0.6", 62 | "moment-timezone": "^0.5.33", 63 | "node-fetch": "^2.6.1" , 64 | "@hapi/boom" : "^10.0.0", 65 | "g-i-s" : "^2.1.6" , 66 | "emoji-api" : "^2.0.1" , 67 | "google-it" : "^1.6.2" , 68 | "emoji-regex" : "^10.1.0", 69 | "node-cron" : "^3.0.2" 70 | }} 71 | -------------------------------------------------------------------------------- /plugins/admin.js: -------------------------------------------------------------------------------- 1 | const _0x4611d4=_0xca61;(function(_0x463afa,_0xe7b4c2){const _0xbb1e82=_0xca61,_0x4fa821=_0x463afa();while(!![]){try{const _0x374728=parseInt(_0xbb1e82(0x19a))/0x1*(-parseInt(_0xbb1e82(0x1d1))/0x2)+-parseInt(_0xbb1e82(0x1c0))/0x3*(-parseInt(_0xbb1e82(0x1a2))/0x4)+-parseInt(_0xbb1e82(0x1c7))/0x5+-parseInt(_0xbb1e82(0x19b))/0x6*(-parseInt(_0xbb1e82(0x1be))/0x7)+parseInt(_0xbb1e82(0x1c3))/0x8+-parseInt(_0xbb1e82(0x19c))/0x9+parseInt(_0xbb1e82(0x1b3))/0xa;if(_0x374728===_0xe7b4c2)break;else _0x4fa821['push'](_0x4fa821['shift']());}catch(_0x2703dd){_0x4fa821['push'](_0x4fa821['shift']());}}}(_0x1bba,0xed27e));function _0xca61(_0x319ae9,_0x1c918b){const _0x1bbadb=_0x1bba();return _0xca61=function(_0xca61ce,_0x27c240){_0xca61ce=_0xca61ce-0x199;let _0x1e9759=_0x1bbadb[_0xca61ce];return _0x1e9759;},_0xca61(_0x319ae9,_0x1c918b);}const Language=require('../language'),Lang=Language[_0x4611d4(0x1bf)](_0x4611d4(0x1b6)),Config=require(_0x4611d4(0x1bc)),config=require(_0x4611d4(0x1bc)),{sms}=require(_0x4611d4(0x1d3)),{getBuffer,getGroupAdmins,getRandom,h2k,isUrl,Json,runtime,sleep}=require(_0x4611d4(0x19e));async function kick(_0x20bda0,_0x4acac6,_0x350434){const _0x1f2781=_0x4611d4;if(config[_0x1f2781(0x1b4)]=='private'){const _0x5ec9de=_0x4acac6[_0x1f2781(0x199)][_0x1f2781(0x1d8)]?_0x20bda0['user']['id'][_0x1f2781(0x19d)](':')[0x0]+_0x1f2781(0x1b7)||_0x20bda0[_0x1f2781(0x1bd)]['id']:_0x4acac6[_0x1f2781(0x199)][_0x1f2781(0x1cf)]||_0x4acac6[_0x1f2781(0x199)][_0x1f2781(0x1a0)],_0x60e6d7=_0x5ec9de[_0x1f2781(0x19d)]('@')[0x0],_0x15bb20=_0x20bda0['user']['id'][_0x1f2781(0x19d)](':')[0x0],_0x4e0045=config[_0x1f2781(0x1b9)]!==![]?config[_0x1f2781(0x1b9)][_0x1f2781(0x1c1)](_0x60e6d7):'',_0x30b897=config['OWN'][_0x1f2781(0x1c1)](_0x60e6d7),_0x1ad932=_0x15bb20['includes'](_0x60e6d7),_0x3e1151=_0x30b897?_0x30b897:_0x1ad932?_0x1ad932:_0x4e0045?_0x4e0045:'';if(!_0x3e1151)return;const _0x2f76ee=_0x4acac6[_0x1f2781(0x199)][_0x1f2781(0x1a0)],_0x168709=_0x2f76ee[_0x1f2781(0x1d6)](_0x1f2781(0x1a4)),_0x175a9e=_0x168709?await _0x20bda0['groupMetadata'](_0x2f76ee):{},_0x3b8b0f=_0x168709?_0x175a9e['participants']:[],_0x475062=_0x168709?getGroupAdmins(_0x3b8b0f):![],_0x3ca6b8=_0x168709?_0x475062[_0x1f2781(0x1c1)](_0x15bb20+_0x1f2781(0x1b7)):![];if(!_0x168709)return;if(!_0x3ca6b8)return await _0x20bda0[_0x1f2781(0x1a1)](_0x2f76ee,{'text':Lang[_0x1f2781(0x1ca)]},{'quoted':_0x4acac6});const _0x5efd44=sms(_0x20bda0,_0x4acac6);if(_0x5efd44[_0x1f2781(0x1d4)][0x0]===undefined)return await _0x20bda0[_0x1f2781(0x1a1)](_0x2f76ee,{'text':Lang[_0x1f2781(0x1c6)]},{'quoted':_0x4acac6});if(_0x475062[_0x1f2781(0x1c1)](_0x5efd44[_0x1f2781(0x1d4)][0x0]))return _0x20bda0[_0x1f2781(0x1a1)](_0x2f76ee,{'text':Lang[_0x1f2781(0x1cc)]},{'quoted':_0x4acac6});const _0x389db1=_0x5efd44[_0x1f2781(0x1d4)][0x0];if(config[_0x1f2781(0x1cd)]==_0x1f2781(0x1aa))await _0x20bda0['sendMessage'](_0x2f76ee,{'react':{'text':'🪄','key':_0x4acac6[_0x1f2781(0x199)]}});if(Config['BANMSG']==_0x1f2781(0x1af)){const _0x5204fd=await _0x20bda0[_0x1f2781(0x1a1)](_0x2f76ee,{'text':'@'+_0x5efd44[_0x1f2781(0x1d4)][0x0][_0x1f2781(0x19d)]('@')[0x0]+_0x1f2781(0x1a6)+Lang[_0x1f2781(0x1c8)]+'```','mentions':[_0x5efd44['mentionUser'][0x0]]},{'quoted':_0x4acac6});if(config[_0x1f2781(0x1cd)]=='true')await _0x20bda0['sendMessage'](_0x2f76ee,{'react':{'text':'✅','key':_0x5204fd[_0x1f2781(0x199)]}});await _0x20bda0[_0x1f2781(0x1cb)](_0x2f76ee,[_0x5efd44['mentionUser'][0x0]],'remove');}else{const _0x32ab0d=await _0x20bda0[_0x1f2781(0x1a1)](_0x2f76ee,{'text':'@'+_0x389db1['split']('@')[0x0]+_0x1f2781(0x1d5)+Config[_0x1f2781(0x1d2)],'mentions':[_0x5efd44[_0x1f2781(0x1d4)][0x0]]},{'quoted':_0x4acac6});await _0x20bda0[_0x1f2781(0x1cb)](_0x2f76ee,[_0x5efd44[_0x1f2781(0x1d4)][0x0]],_0x1f2781(0x1b0));if(config['AUTO_REACT']==_0x1f2781(0x1aa))await _0x20bda0[_0x1f2781(0x1a1)](_0x2f76ee,{'react':{'text':'✅','key':_0x32ab0d[_0x1f2781(0x199)]}});}}else{if(config['WORKTYPE']==_0x1f2781(0x1bb)){const _0x101e35=_0x4acac6[_0x1f2781(0x199)][_0x1f2781(0x1d8)]?_0x20bda0[_0x1f2781(0x1bd)]['id'][_0x1f2781(0x19d)](':')[0x0]+_0x1f2781(0x1b7)||_0x20bda0[_0x1f2781(0x1bd)]['id']:_0x4acac6[_0x1f2781(0x199)][_0x1f2781(0x1cf)]||_0x4acac6['key'][_0x1f2781(0x1a0)],_0x5b5d8e=_0x101e35[_0x1f2781(0x19d)]('@')[0x0],_0x2a7084=_0x20bda0[_0x1f2781(0x1bd)]['id'][_0x1f2781(0x19d)](':')[0x0],_0x3cff0a=_0x2a7084[_0x1f2781(0x1c1)](_0x5b5d8e),_0x4174c2=_0x4acac6['key'][_0x1f2781(0x1a0)],_0x217335=_0x4174c2['endsWith']('@g.us'),_0x4204b8=_0x217335?await _0x20bda0[_0x1f2781(0x1ba)](_0x4174c2):{},_0x230cfc=_0x217335?_0x4204b8['participants']:[],_0x10f981=_0x217335?getGroupAdmins(_0x230cfc):![],_0x26f5f0=_0x217335?_0x10f981[_0x1f2781(0x1c1)](_0x101e35):![],_0x283096=_0x217335?_0x10f981['includes'](_0x2a7084+_0x1f2781(0x1b7)):![];if(!_0x217335)return;if(!_0x26f5f0)return await _0x20bda0['sendMessage'](_0x4174c2,{'text':Lang[_0x1f2781(0x1d7)]},{'quoted':_0x4acac6});if(!_0x283096)return await _0x20bda0['sendMessage'](_0x4174c2,{'text':Lang[_0x1f2781(0x1ca)]},{'quoted':_0x4acac6});const _0x3d12fb=sms(_0x20bda0,_0x4acac6);if(_0x3d12fb[_0x1f2781(0x1d4)][0x0]===undefined)return await _0x20bda0[_0x1f2781(0x1a1)](_0x4174c2,{'text':Lang['GIVE_ME_USER']},{'quoted':_0x4acac6});if(_0x10f981[_0x1f2781(0x1c1)](_0x3d12fb[_0x1f2781(0x1d4)][0x0]))return _0x20bda0[_0x1f2781(0x1a1)](_0x4174c2,{'text':Lang[_0x1f2781(0x1cc)]},{'quoted':_0x4acac6});const _0xcfe37d=_0x3d12fb['mentionUser'][0x0];if(config[_0x1f2781(0x1cd)]==_0x1f2781(0x1aa))await _0x20bda0[_0x1f2781(0x1a1)](_0x4174c2,{'react':{'text':'🪄','key':_0x4acac6[_0x1f2781(0x199)]}});if(Config[_0x1f2781(0x1d2)]==_0x1f2781(0x1af)){const _0x244302=await _0x20bda0['sendMessage'](_0x4174c2,{'text':'@'+_0x3d12fb[_0x1f2781(0x1d4)][0x0]['split']('@')[0x0]+_0x1f2781(0x1a6)+Lang[_0x1f2781(0x1c8)]+_0x1f2781(0x1c5),'mentions':[_0x3d12fb[_0x1f2781(0x1d4)][0x0]]},{'quoted':_0x4acac6});await _0x20bda0[_0x1f2781(0x1cb)](_0x4174c2,[_0x3d12fb[_0x1f2781(0x1d4)][0x0]],_0x1f2781(0x1b0));if(config['AUTO_REACT']==_0x1f2781(0x1aa))await _0x20bda0[_0x1f2781(0x1a1)](_0x4174c2,{'react':{'text':'✅','key':_0x244302['key']}});}else{const _0x2cc44d=await _0x20bda0[_0x1f2781(0x1a1)](_0x4174c2,{'text':'@'+_0xcfe37d['split']('@')[0x0]+_0x1f2781(0x1d5)+Config[_0x1f2781(0x1d2)],'mentions':[_0x3d12fb[_0x1f2781(0x1d4)][0x0]]},{'quoted':_0x4acac6});await _0x20bda0[_0x1f2781(0x1cb)](_0x4174c2,[_0x3d12fb['mentionUser'][0x0]],_0x1f2781(0x1b0));if(config[_0x1f2781(0x1cd)]==_0x1f2781(0x1aa))await _0x20bda0['sendMessage'](_0x4174c2,{'react':{'text':'✅','key':_0x2cc44d[_0x1f2781(0x199)]}});}}}}async function add(_0x6bcd9e,_0x1f7268,_0x484c3e){const _0x1825ee=_0x4611d4;if(config[_0x1825ee(0x1b4)]==_0x1825ee(0x1b1)){const _0x5691f5=_0x1f7268['key']['fromMe']?_0x6bcd9e['user']['id'][_0x1825ee(0x19d)](':')[0x0]+'@s.whatsapp.net'||_0x6bcd9e['user']['id']:_0x1f7268['key']['participant']||_0x1f7268[_0x1825ee(0x199)][_0x1825ee(0x1a0)],_0x26b598=_0x5691f5[_0x1825ee(0x19d)]('@')[0x0],_0x4c8a4b=_0x6bcd9e['user']['id'][_0x1825ee(0x19d)](':')[0x0],_0x204dd7=_0x4c8a4b[_0x1825ee(0x1c1)](_0x26b598),_0x19025f=_0x1f7268[_0x1825ee(0x199)][_0x1825ee(0x1a0)],_0x323b81=_0x19025f[_0x1825ee(0x1d6)]('@g.us'),_0x3f283c=_0x323b81?await _0x6bcd9e[_0x1825ee(0x1ba)](_0x19025f):{},_0x1ccb63=_0x323b81?_0x3f283c[_0x1825ee(0x1a5)]:[],_0x32e53f=_0x323b81?getGroupAdmins(_0x1ccb63):![],_0x5b342b=_0x323b81?_0x32e53f['includes'](_0x4c8a4b+_0x1825ee(0x1b7)):![];if(!_0x204dd7)return;if(!_0x323b81)return;if(!_0x5b342b)return await _0x6bcd9e[_0x1825ee(0x1a1)](_0x19025f,{'text':Lang['IM_NOT_ADMIN']},{'quoted':_0x1f7268});if(!_0x484c3e)await _0x6bcd9e[_0x1825ee(0x1a1)](_0x19025f,{'text':Lang['E_USER']},{'quoted':_0x1f7268});if(_0x484c3e[_0x1825ee(0x1c1)]('+'))await _0x6bcd9e['sendMessage'](_0x19025f,{'text':Lang[_0x1825ee(0x1d9)]},{'quoted':_0x1f7268});if(config['AUTO_REACT']=='true')await _0x6bcd9e[_0x1825ee(0x1a1)](_0x19025f,{'react':{'text':'🪄','key':_0x1f7268[_0x1825ee(0x199)]}});if(Config[_0x1825ee(0x1ab)]==_0x1825ee(0x1af)){await _0x6bcd9e[_0x1825ee(0x1cb)](_0x19025f,[_0x484c3e+_0x1825ee(0x1b7)],_0x1825ee(0x1a3));const _0x5bbe67=await _0x6bcd9e[_0x1825ee(0x1a1)](_0x19025f,{'text':'@'+_0x484c3e+_0x1825ee(0x1a6)+Lang['ADDED']+'```'},{'quoted':_0x1f7268});}else{await _0x6bcd9e[_0x1825ee(0x1cb)](_0x19025f,[_0x484c3e+_0x1825ee(0x1b7)],_0x1825ee(0x1a3));const _0x15ccec=await _0x6bcd9e[_0x1825ee(0x1a1)](_0x19025f,{'text':'@'+_0x484c3e+_0x1825ee(0x1d5)+Config[_0x1825ee(0x1ab)]},{'quoted':_0x1f7268});}}else{if(config[_0x1825ee(0x1b4)]==_0x1825ee(0x1bb)){}}const _0x29c78b=_0x1f7268[_0x1825ee(0x199)][_0x1825ee(0x1d8)]?_0x6bcd9e['user']['id']['split'](':')[0x0]+_0x1825ee(0x1b7)||_0x6bcd9e[_0x1825ee(0x1bd)]['id']:_0x1f7268[_0x1825ee(0x199)][_0x1825ee(0x1cf)]||_0x1f7268['key'][_0x1825ee(0x1a0)],_0x1a9745=_0x29c78b[_0x1825ee(0x19d)]('@')[0x0],_0x2e7cb6=_0x6bcd9e[_0x1825ee(0x1bd)]['id'][_0x1825ee(0x19d)](':')[0x0],_0x42db97=_0x2e7cb6[_0x1825ee(0x1c1)](_0x1a9745),_0x1f3129=_0x1f7268[_0x1825ee(0x199)]['remoteJid'],_0x55947c=_0x1f3129[_0x1825ee(0x1d6)](_0x1825ee(0x1a4)),_0x442dcb=_0x55947c?await _0x6bcd9e[_0x1825ee(0x1ba)](_0x1f3129):{},_0x5aed8d=_0x55947c?_0x442dcb[_0x1825ee(0x1a5)]:[],_0x52676b=_0x55947c?getGroupAdmins(_0x5aed8d):![],_0x5bb54b=_0x55947c?_0x52676b['includes'](_0x29c78b):![],_0x268fd5=_0x55947c?_0x52676b['includes'](_0x2e7cb6+'@s.whatsapp.net'):![];if(!_0x55947c)return;if(!_0x5bb54b)return await _0x6bcd9e[_0x1825ee(0x1a1)](_0x1f3129,{'text':Lang[_0x1825ee(0x1d7)]},{'quoted':_0x1f7268});if(!_0x268fd5)return await _0x6bcd9e['sendMessage'](_0x1f3129,{'text':Lang[_0x1825ee(0x1ca)]},{'quoted':_0x1f7268});if(!_0x484c3e)await _0x6bcd9e['sendMessage'](_0x1f3129,{'text':Lang['E_USER']},{'quoted':_0x1f7268});if(_0x484c3e[_0x1825ee(0x1c1)]('+'))await _0x6bcd9e[_0x1825ee(0x1a1)](_0x1f3129,{'text':Lang[_0x1825ee(0x1d9)]},{'quoted':_0x1f7268});if(config[_0x1825ee(0x1cd)]==_0x1825ee(0x1aa))await _0x6bcd9e[_0x1825ee(0x1a1)](_0x1f3129,{'react':{'text':'🪄','key':_0x1f7268[_0x1825ee(0x199)]}});if(Config[_0x1825ee(0x1ab)]==_0x1825ee(0x1af)){await _0x6bcd9e['groupParticipantsUpdate'](_0x1f3129,[_0x484c3e+_0x1825ee(0x1b7)],_0x1825ee(0x1a3));const _0x2c77e3=await _0x6bcd9e[_0x1825ee(0x1a1)](_0x1f3129,{'text':'@'+_0x484c3e+_0x1825ee(0x1a6)+Lang['ADDED']+_0x1825ee(0x1c5)},{'quoted':_0x1f7268});}else{await _0x6bcd9e[_0x1825ee(0x1cb)](_0x1f3129,[_0x484c3e+'@s.whatsapp.net'],_0x1825ee(0x1a3));const _0x6aa1a1=await _0x6bcd9e['sendMessage'](_0x1f3129,{'text':'@'+_0x484c3e+'\x20,\x20'+Config[_0x1825ee(0x1ab)]},{'quoted':_0x1f7268});}}async function promote(_0x2ead85,_0x288ac0,_0x19d1d2){const _0x563170=_0x4611d4,_0x17c4d5=_0x288ac0[_0x563170(0x199)]['remoteJid'],_0x4eb113=_0x288ac0['key'][_0x563170(0x1d8)]?_0x2ead85[_0x563170(0x1bd)]['id'][_0x563170(0x19d)](':')[0x0]+_0x563170(0x1b7)||_0x2ead85['user']['id']:_0x288ac0[_0x563170(0x199)][_0x563170(0x1cf)]||_0x288ac0['key'][_0x563170(0x1a0)],_0x9ffad4=_0x4eb113['split']('@')[0x0],_0x3f66a3=_0x2ead85[_0x563170(0x1bd)]['id'][_0x563170(0x19d)](':')[0x0],_0x277126=config[_0x563170(0x1b9)]!==![]?config[_0x563170(0x1b9)][_0x563170(0x1c1)](_0x9ffad4):'',_0x20c902=config[_0x563170(0x1c4)]['includes'](_0x9ffad4),_0x9d54d9=_0x3f66a3['includes'](_0x9ffad4),_0x94c6df=_0x20c902?_0x20c902:_0x9d54d9?_0x9d54d9:_0x277126?_0x277126:'';if(!_0x94c6df)return;const _0x59236e=_0x17c4d5[_0x563170(0x1d6)](_0x563170(0x1a4)),_0x491166=_0x59236e?await _0x2ead85['groupMetadata'](_0x17c4d5):{},_0x27900e=_0x59236e?_0x491166[_0x563170(0x1a5)]:[],_0x35bd7d=_0x59236e?getGroupAdmins(_0x27900e):![],_0x29ba0a=_0x59236e?_0x35bd7d[_0x563170(0x1c1)](_0x3f66a3+'@s.whatsapp.net'):![];if(!_0x59236e)return;if(!_0x29ba0a)return await _0x2ead85[_0x563170(0x1a1)](_0x17c4d5,{'text':Lang[_0x563170(0x1ca)]},{'quoted':_0x288ac0});if(config[_0x563170(0x1cd)]==_0x563170(0x1aa))await _0x2ead85[_0x563170(0x1a1)](_0x17c4d5,{'react':{'text':'🪄','key':_0x288ac0[_0x563170(0x199)]}});const _0x55766c=sms(_0x2ead85,_0x288ac0);if(_0x55766c[_0x563170(0x1d4)][0x0]===undefined)return await _0x2ead85[_0x563170(0x1a1)](_0x17c4d5,{'text':Lang[_0x563170(0x1c6)]},{'quoted':_0x288ac0});if(_0x35bd7d[_0x563170(0x1c1)](_0x55766c[_0x563170(0x1d4)][0x0]))return _0x2ead85['sendMessage'](_0x17c4d5,{'text':Lang[_0x563170(0x1ae)]},{'quoted':_0x288ac0});const _0x598734=_0x55766c[_0x563170(0x1d4)][0x0];Config[_0x563170(0x1b2)]==_0x563170(0x1af)?(await _0x2ead85['groupParticipantsUpdate'](_0x17c4d5,[_0x55766c[_0x563170(0x1d4)][0x0]],'promote'),await _0x2ead85[_0x563170(0x1a1)](_0x17c4d5,{'text':'@'+_0x55766c[_0x563170(0x1d4)][0x0][_0x563170(0x19d)]('@')[0x0]+_0x563170(0x1a6)+Lang[_0x563170(0x1b5)]+_0x563170(0x1c5),'mentions':[_0x55766c[_0x563170(0x1d4)][0x0]]},{'quoted':_0x288ac0})):(await _0x2ead85[_0x563170(0x1cb)](_0x17c4d5,[_0x55766c['mentionUser'][0x0]],_0x563170(0x1b8)),await _0x2ead85[_0x563170(0x1a1)](_0x17c4d5,{'text':'@'+_0x598734['split']('@')[0x0]+_0x563170(0x1d5)+Config['PROMOTEMSG'],'mentions':[_0x55766c[_0x563170(0x1d4)][0x0]]},{'quoted':_0x288ac0}));}async function demote(_0x1a93ae,_0xc3bc29,_0x138667){const _0xe45b26=_0x4611d4,_0x2c4b1c=_0xc3bc29[_0xe45b26(0x199)][_0xe45b26(0x1a0)],_0x24b024=_0xc3bc29[_0xe45b26(0x199)][_0xe45b26(0x1d8)]?_0x1a93ae[_0xe45b26(0x1bd)]['id'][_0xe45b26(0x19d)](':')[0x0]+_0xe45b26(0x1b7)||_0x1a93ae[_0xe45b26(0x1bd)]['id']:_0xc3bc29[_0xe45b26(0x199)][_0xe45b26(0x1cf)]||_0xc3bc29['key'][_0xe45b26(0x1a0)],_0xf9739c=_0x24b024[_0xe45b26(0x19d)]('@')[0x0],_0x656c89=_0x1a93ae[_0xe45b26(0x1bd)]['id'][_0xe45b26(0x19d)](':')[0x0],_0x38fd82=config['SUDO']!==![]?config[_0xe45b26(0x1b9)]['includes'](_0xf9739c):'',_0x439d8f=config['OWN']['includes'](_0xf9739c),_0x27867b=_0x656c89['includes'](_0xf9739c),_0x238b1d=_0x439d8f?_0x439d8f:_0x27867b?_0x27867b:_0x38fd82?_0x38fd82:'';if(!_0x238b1d)return;const _0x3af0e0=_0x2c4b1c[_0xe45b26(0x1d6)](_0xe45b26(0x1a4)),_0x49baea=_0x3af0e0?await _0x1a93ae[_0xe45b26(0x1ba)](_0x2c4b1c):{},_0x2580fc=_0x3af0e0?_0x49baea[_0xe45b26(0x1a5)]:[],_0xd72957=_0x3af0e0?getGroupAdmins(_0x2580fc):![],_0xa7f0bf=_0x3af0e0?_0xd72957[_0xe45b26(0x1c1)](_0x656c89+_0xe45b26(0x1b7)):![];if(!_0x3af0e0)return;if(!_0xa7f0bf)return await _0x1a93ae[_0xe45b26(0x1a1)](_0x2c4b1c,{'text':Lang[_0xe45b26(0x1ca)]},{'quoted':_0xc3bc29});const _0x4c9fbd=sms(_0x1a93ae,_0xc3bc29);if(_0x4c9fbd[_0xe45b26(0x1d4)][0x0]===undefined)return await _0x1a93ae[_0xe45b26(0x1a1)](_0x2c4b1c,{'text':Lang[_0xe45b26(0x1c6)]},{'quoted':_0xc3bc29});if(!_0xd72957[_0xe45b26(0x1c1)](_0x4c9fbd[_0xe45b26(0x1d4)][0x0]))return _0x1a93ae[_0xe45b26(0x1a1)](_0x2c4b1c,{'text':Lang['ISN_ADMIN']},{'quoted':_0xc3bc29});const _0x2e2115=_0x4c9fbd[_0xe45b26(0x1d4)][0x0];if(config[_0xe45b26(0x1cd)]=='true')await _0x1a93ae['sendMessage'](_0x2c4b1c,{'react':{'text':'🪄','key':_0xc3bc29[_0xe45b26(0x199)]}});Config[_0xe45b26(0x1ce)]==_0xe45b26(0x1af)?(await _0x1a93ae[_0xe45b26(0x1cb)](_0x2c4b1c,[_0x4c9fbd['mentionUser'][0x0]],_0xe45b26(0x1ac)),await _0x1a93ae['sendMessage'](_0x2c4b1c,{'text':'@'+_0x4c9fbd['mentionUser'][0x0]['split']('@')[0x0]+_0xe45b26(0x1a6)+Lang[_0xe45b26(0x1d0)]+_0xe45b26(0x1c5),'mentions':[_0x4c9fbd['mentionUser'][0x0]]},{'quoted':_0xc3bc29})):(await _0x1a93ae['groupParticipantsUpdate'](_0x2c4b1c,[_0x4c9fbd[_0xe45b26(0x1d4)][0x0]],_0xe45b26(0x1ac)),await _0x1a93ae[_0xe45b26(0x1a1)](_0x2c4b1c,{'text':'@'+_0x2e2115[_0xe45b26(0x19d)]('@')[0x0]+_0xe45b26(0x1d5)+Config[_0xe45b26(0x1ce)],'mentions':[_0x4c9fbd[_0xe45b26(0x1d4)][0x0]]},{'quoted':_0xc3bc29}));}async function mute(_0x22a693,_0x56c0cd){const _0x685bb8=_0x4611d4,_0x13da2f=_0x56c0cd['key'][_0x685bb8(0x1a0)],_0x7d098=_0x56c0cd[_0x685bb8(0x199)][_0x685bb8(0x1d8)]?_0x22a693[_0x685bb8(0x1bd)]['id'][_0x685bb8(0x19d)](':')[0x0]+_0x685bb8(0x1b7)||_0x22a693[_0x685bb8(0x1bd)]['id']:_0x56c0cd[_0x685bb8(0x199)]['participant']||_0x56c0cd[_0x685bb8(0x199)][_0x685bb8(0x1a0)],_0x51894e=_0x7d098[_0x685bb8(0x19d)]('@')[0x0],_0x5d004f=_0x22a693[_0x685bb8(0x1bd)]['id'][_0x685bb8(0x19d)](':')[0x0],_0x281a0b=config[_0x685bb8(0x1b9)]!==![]?config[_0x685bb8(0x1b9)]['includes'](_0x51894e):'',_0x2e02d3=config[_0x685bb8(0x1c4)][_0x685bb8(0x1c1)](_0x51894e),_0xad3e99=_0x5d004f[_0x685bb8(0x1c1)](_0x51894e),_0x4cbb73=_0x2e02d3?_0x2e02d3:_0xad3e99?_0xad3e99:_0x281a0b?_0x281a0b:'';if(!_0x4cbb73)return;const _0x4aef67=_0x13da2f[_0x685bb8(0x1d6)](_0x685bb8(0x1a4)),_0x48ec6a=_0x4aef67?await _0x22a693[_0x685bb8(0x1ba)](_0x13da2f):{},_0x3b74dc=_0x4aef67?_0x48ec6a[_0x685bb8(0x1a5)]:[],_0x503393=_0x4aef67?getGroupAdmins(_0x3b74dc):![],_0xacf203=_0x4aef67?_0x503393['includes'](_0x5d004f+_0x685bb8(0x1b7)):![];if(!_0x4aef67)return;if(!_0xacf203)return await _0x22a693[_0x685bb8(0x1a1)](_0x13da2f,{'text':Lang['IM_NOT_ADMIN']},{'quoted':_0x56c0cd});if(config[_0x685bb8(0x1cd)]=='true')await _0x22a693[_0x685bb8(0x1a1)](_0x13da2f,{'react':{'text':'🪄','key':_0x56c0cd[_0x685bb8(0x199)]}});if(Config[_0x685bb8(0x1a8)]==_0x685bb8(0x1af)){await _0x22a693[_0x685bb8(0x1ad)](_0x13da2f,_0x685bb8(0x1a7));const _0x308b1c=await _0x22a693[_0x685bb8(0x1a1)](_0x13da2f,{'text':Lang[_0x685bb8(0x19f)]},{'quoted':_0x56c0cd});if(config[_0x685bb8(0x1cd)]==_0x685bb8(0x1aa))await _0x22a693[_0x685bb8(0x1a1)](_0x13da2f,{'react':{'text':'🔇','key':_0x308b1c[_0x685bb8(0x199)]}});}else{await _0x22a693[_0x685bb8(0x1ad)](_0x13da2f,_0x685bb8(0x1a7));const _0x47a5fa=await _0x22a693['sendMessage'](_0x13da2f,{'text':Config[_0x685bb8(0x1a8)]},{'quoted':_0x56c0cd});if(config[_0x685bb8(0x1cd)]==_0x685bb8(0x1aa))await _0x22a693[_0x685bb8(0x1a1)](_0x13da2f,{'react':{'text':'🔇','key':_0x47a5fa[_0x685bb8(0x199)]}});}}async function unmute(_0x579e2c,_0x1a34d6){const _0x1e7015=_0x4611d4,_0xd43a06=_0x1a34d6[_0x1e7015(0x199)][_0x1e7015(0x1a0)],_0x5651fa=_0x1a34d6[_0x1e7015(0x199)][_0x1e7015(0x1d8)]?_0x579e2c['user']['id'][_0x1e7015(0x19d)](':')[0x0]+'@s.whatsapp.net'||_0x579e2c[_0x1e7015(0x1bd)]['id']:_0x1a34d6['key']['participant']||_0x1a34d6[_0x1e7015(0x199)][_0x1e7015(0x1a0)],_0x1a5d01=_0x5651fa[_0x1e7015(0x19d)]('@')[0x0],_0x431a3d=_0x579e2c[_0x1e7015(0x1bd)]['id'][_0x1e7015(0x19d)](':')[0x0],_0x39beb0=config[_0x1e7015(0x1b9)]!==![]?config[_0x1e7015(0x1b9)][_0x1e7015(0x1c1)](_0x1a5d01):'',_0x3a60cf=config[_0x1e7015(0x1c4)][_0x1e7015(0x1c1)](_0x1a5d01),_0x3ab7ab=_0x431a3d[_0x1e7015(0x1c1)](_0x1a5d01),_0xd43105=_0x3a60cf?_0x3a60cf:_0x3ab7ab?_0x3ab7ab:_0x39beb0?_0x39beb0:'';if(!_0xd43105)return;const _0x140cb9=_0xd43a06['endsWith']('@g.us'),_0x3c9b23=_0x140cb9?await _0x579e2c[_0x1e7015(0x1ba)](_0xd43a06):{},_0x5dc624=_0x140cb9?_0x3c9b23[_0x1e7015(0x1a5)]:[],_0x306a5c=_0x140cb9?getGroupAdmins(_0x5dc624):![],_0x1ffd0f=_0x140cb9?_0x306a5c[_0x1e7015(0x1c1)](_0x431a3d+_0x1e7015(0x1b7)):![];if(!_0x140cb9)return;if(!_0x1ffd0f)return await _0x579e2c[_0x1e7015(0x1a1)](_0xd43a06,{'text':Lang[_0x1e7015(0x1ca)]},{'quoted':_0x1a34d6});if(config[_0x1e7015(0x1cd)]=='true')await _0x579e2c['sendMessage'](_0xd43a06,{'react':{'text':'🪄','key':_0x1a34d6['key']}});if(Config['UNMUTEMSG']==_0x1e7015(0x1af)){await _0x579e2c[_0x1e7015(0x1ad)](_0xd43a06,_0x1e7015(0x1c2));const _0x4b123e=await _0x579e2c[_0x1e7015(0x1a1)](_0xd43a06,{'text':Lang[_0x1e7015(0x1c9)]},{'quoted':_0x1a34d6});if(config[_0x1e7015(0x1cd)]==_0x1e7015(0x1aa))await _0x579e2c[_0x1e7015(0x1a1)](_0xd43a06,{'react':{'text':'🔊','key':_0x4b123e[_0x1e7015(0x199)]}});}else{await _0x579e2c['groupSettingUpdate'](_0xd43a06,_0x1e7015(0x1c2));const _0x55f95b=await _0x579e2c[_0x1e7015(0x1a1)](_0xd43a06,{'text':Config[_0x1e7015(0x1a9)]},{'quoted':_0x1a34d6});if(config['AUTO_REACT']==_0x1e7015(0x1aa))await _0x579e2c[_0x1e7015(0x1a1)](_0xd43a06,{'react':{'text':'🔊','key':_0x55f95b[_0x1e7015(0x199)]}});}}module['exports']={'kick':kick,'add':add,'promote':promote,'demote':demote,'mute':mute,'unmute':unmute};function _0x1bba(){const _0x1a67de=['\x20,\x20','endsWith','UR_NOT_ADMIN','fromMe','E_USER','key','4OaSkxz','6CsICvk','5748858VYsGkC','split','../lib/functions','MUTE','remoteJid','sendMessage','120kmENzB','add','@g.us','participants','\x20,\x20```','announcement','MUTEMSG','UNMUTEMSG','true','ADDMSG','demote','groupSettingUpdate','IS_ADMIN','default','remove','private','PROMOTEMSG','18161090oLIKPj','WORKTYPE','PROMOTE','admin','@s.whatsapp.net','promote','SUDO','groupMetadata','public','../config','user','5174134xmSdfy','getString','85290ZflCZY','includes','not_announcement','198840hVETLj','OWN','```','GIVE_ME_USER','5153910tFdaAO','BANNED','UNMUTE','IM_NOT_ADMIN','groupParticipantsUpdate','USER_IS_ADMIN','AUTO_REACT','DEMOTEMSG','participant','DEMOTE','396046ENfXWQ','BANMSG','../lib/message','mentionUser'];_0x1bba=function(){return _0x1a67de;};return _0x1bba();} 2 | -------------------------------------------------------------------------------- /plugins/facebook.js: -------------------------------------------------------------------------------- 1 | const _0x5810d8=_0xaaad;(function(_0x1b0fbb,_0x2fdf45){const _0x4b4273=_0xaaad,_0x3913a2=_0x1b0fbb();while(!![]){try{const _0x19d779=parseInt(_0x4b4273(0x168))/0x1*(parseInt(_0x4b4273(0x197))/0x2)+parseInt(_0x4b4273(0x193))/0x3+-parseInt(_0x4b4273(0x183))/0x4*(parseInt(_0x4b4273(0x187))/0x5)+-parseInt(_0x4b4273(0x15d))/0x6+-parseInt(_0x4b4273(0x18c))/0x7+-parseInt(_0x4b4273(0x169))/0x8+parseInt(_0x4b4273(0x178))/0x9*(parseInt(_0x4b4273(0x177))/0xa);if(_0x19d779===_0x2fdf45)break;else _0x3913a2['push'](_0x3913a2['shift']());}catch(_0x3defba){_0x3913a2['push'](_0x3913a2['shift']());}}}(_0x494f,0x804f8));const config=require(_0x5810d8(0x192)),prefix='.',{fbdl,fb2}=require(_0x5810d8(0x171)),Language=require('../language'),Lang=Language[_0x5810d8(0x18d)]('yt'),{savefrom}=require(_0x5810d8(0x167));function _0xaaad(_0x4ecb17,_0x19045e){const _0x494fd5=_0x494f();return _0xaaad=function(_0xaaad8,_0x3fb9d0){_0xaaad8=_0xaaad8-0x15d;let _0xdf934=_0x494fd5[_0xaaad8];return _0xdf934;},_0xaaad(_0x4ecb17,_0x19045e);}async function fb(_0x470ef7,_0x5864ea,_0x26b7a5){const _0x5e50c5=_0x5810d8,_0xdc5522=_0x5864ea[_0x5e50c5(0x15e)][_0x5e50c5(0x180)];if(config[_0x5e50c5(0x184)]==_0x5e50c5(0x199)){const _0x1481d6=_0x5864ea['key'][_0x5e50c5(0x18b)]?_0x470ef7[_0x5e50c5(0x174)]['id'][_0x5e50c5(0x175)](':')[0x0]+_0x5e50c5(0x17e)||_0x470ef7['user']['id']:_0x5864ea[_0x5e50c5(0x15e)][_0x5e50c5(0x179)]||_0x5864ea[_0x5e50c5(0x15e)]['remoteJid'],_0x1914e4=_0x1481d6['split']('@')[0x0],_0x451be9=config[_0x5e50c5(0x173)]!==![]?config['SUDO']['includes'](_0x1914e4):'',_0x30eee8=config[_0x5e50c5(0x176)][_0x5e50c5(0x163)](_0x1914e4),_0x3dbf45=_0x470ef7[_0x5e50c5(0x174)]['id']['split'](':')[0x0],_0xd9fa47=_0x3dbf45[_0x5e50c5(0x163)](_0x1914e4),_0x2f9819=_0x30eee8?_0x30eee8:_0xd9fa47?_0xd9fa47:_0x451be9?_0x451be9:'';if(!_0x2f9819)return;if(config[_0x5e50c5(0x16e)]==_0x5e50c5(0x198))await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'react':{'text':'💎','key':_0x5864ea[_0x5e50c5(0x15e)]}});if(!_0x26b7a5)return await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'text':Lang[_0x5e50c5(0x182)]},{'quoted':_0x5864ea});const _0x9916d=_0x26b7a5[_0x5e50c5(0x163)]('facebook.com')?_0x26b7a5[_0x5e50c5(0x163)](_0x5e50c5(0x191)):_0x26b7a5[_0x5e50c5(0x163)](_0x5e50c5(0x166))?_0x26b7a5[_0x5e50c5(0x163)](_0x5e50c5(0x166)):'';if(!_0x9916d)return await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'text':Lang[_0x5e50c5(0x182)]},{'quoted':_0x5864ea});const _0x37dcab=_0x26b7a5[_0x5e50c5(0x165)](_0x5e50c5(0x18e),_0x5e50c5(0x190));try{const _0x26b3ca=await fbdl(_0x37dcab),_0x27c02d=_0x5e50c5(0x16b)+_0x26b3ca[_0x5e50c5(0x172)]+_0x5e50c5(0x161)+_0x26b3ca[_0x5e50c5(0x17d)]+_0x5e50c5(0x162),_0x476520=[{'buttonId':prefix+'sdfb\x20'+_0x26b7a5,'buttonText':{'displayText':_0x5e50c5(0x17a)},'type':0x1},{'buttonId':prefix+_0x5e50c5(0x170)+_0x26b7a5,'buttonText':{'displayText':_0x5e50c5(0x17b)},'type':0x1}];await _0x470ef7['sendMessage'](_0xdc5522,{'image':{'url':_0x26b3ca['thumbnail']},'caption':_0x27c02d,'footer':config[_0x5e50c5(0x196)],'buttons':_0x476520,'headerType':0x4},{'quoted':_0x5864ea});}catch(_0x40389e){try{const _0x5387a7=await savefrom(_0x37dcab),_0x4ab702='┌───[🐋𝙰𝚀𝚄𝙰𝙱𝙾𝚃🐋]\x0a\x0a\x20\x20📥FACEBOOK\x20DOWNLODER\x0a\x0a│🎪ᴛɪᴛʟᴇ:\x20'+_0x5387a7['meta'][_0x5e50c5(0x172)]+'\x0a\x0a│⏳ᴅᴜʀᴀᴛɪᴏɴ\x20:\x20'+_0x5387a7['meta'][_0x5e50c5(0x17d)]+'\x0a\x0a└───────────◉',_0x57be85=[{'buttonId':prefix+_0x5e50c5(0x181)+_0x26b7a5,'buttonText':{'displayText':_0x5e50c5(0x17a)},'type':0x1},{'buttonId':prefix+_0x5e50c5(0x170)+_0x26b7a5,'buttonText':{'displayText':_0x5e50c5(0x17b)},'type':0x1}];_0x5387a7[_0x5e50c5(0x17f)]==''?await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'text':_0x4ab702,'footer':config[_0x5e50c5(0x196)],'buttons':_0x57be85,'headerType':0x4},{'quoted':_0x5864ea}):await _0x470ef7['sendMessage'](_0xdc5522,{'image':{'url':_0x5387a7[_0x5e50c5(0x17f)]},'caption':_0x4ab702,'footer':config[_0x5e50c5(0x196)],'buttons':_0x57be85,'headerType':0x4},{'quoted':_0x5864ea});}catch(_0xf5864){try{const _0x4e05eb=await fb2(_0x37dcab);if(_0x4e05eb['thumbnail']==''){const _0x448e4e=await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'text':Lang['NOT_VID']},{'quoted':_0x5864ea});if(config[_0x5e50c5(0x16e)]==_0x5e50c5(0x198))return await _0x470ef7['sendMessage'](_0xdc5522,{'react':{'text':'☹️','key':_0x448e4e[_0x5e50c5(0x15e)]}});}const _0x1540ca=_0x5e50c5(0x16b)+_0x4e05eb[_0x5e50c5(0x172)]+_0x5e50c5(0x16a)+_0x4e05eb[_0x5e50c5(0x188)]+_0x5e50c5(0x162),_0x2c5bf7=[{'buttonId':prefix+'sdfb\x20'+_0x26b7a5,'buttonText':{'displayText':'🔮\x20SD\x20QUALITY\x20🔮'},'type':0x1},{'buttonId':prefix+_0x5e50c5(0x170)+_0x26b7a5,'buttonText':{'displayText':_0x5e50c5(0x16d)},'type':0x1}];await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'image':{'url':_0x4e05eb[_0x5e50c5(0x17c)]},'caption':_0x1540ca,'footer':config[_0x5e50c5(0x196)],'buttons':_0x2c5bf7,'headerType':0x4},{'quoted':_0x5864ea});}catch(_0x543ef9){const _0x26dc3f=await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'text':Lang[_0x5e50c5(0x16c)]},{'quoted':_0x5864ea});if(config[_0x5e50c5(0x16e)]==_0x5e50c5(0x198))return await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'react':{'text':'☹️','key':_0x26dc3f[_0x5e50c5(0x15e)]}});}}}}if(config[_0x5e50c5(0x184)]==_0x5e50c5(0x18a)){if(config[_0x5e50c5(0x16e)]==_0x5e50c5(0x198))await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'react':{'text':'💎','key':_0x5864ea[_0x5e50c5(0x15e)]}});if(!_0x26b7a5)return await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'text':Lang['N_FB']},{'quoted':_0x5864ea});const _0x124eeb=_0x26b7a5[_0x5e50c5(0x163)](_0x5e50c5(0x191))?_0x26b7a5[_0x5e50c5(0x163)](_0x5e50c5(0x191)):_0x26b7a5[_0x5e50c5(0x163)](_0x5e50c5(0x166))?_0x26b7a5[_0x5e50c5(0x163)]('fb.watch'):'';if(!_0x124eeb)return await _0x470ef7['sendMessage'](_0xdc5522,{'text':Lang[_0x5e50c5(0x182)]},{'quoted':_0x5864ea});const _0x295a97=_0x26b7a5[_0x5e50c5(0x165)](_0x5e50c5(0x18e),_0x5e50c5(0x190));try{const _0xc0fe50=await fbdl(_0x295a97),_0x12e132=_0x5e50c5(0x16b)+_0xc0fe50[_0x5e50c5(0x172)]+'\x0a\x0a│⏳ᴅᴜʀᴀᴛɪᴏɴ\x20:\x20'+_0xc0fe50[_0x5e50c5(0x17d)]+'\x0a\x0a└───────────◉',_0x1d4ced=[{'buttonId':prefix+'sdfb\x20'+_0x26b7a5,'buttonText':{'displayText':'SD\x20QUALITY'},'type':0x1},{'buttonId':prefix+_0x5e50c5(0x170)+_0x26b7a5,'buttonText':{'displayText':'HD\x20QUALITY'},'type':0x1}];await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'image':{'url':_0xc0fe50[_0x5e50c5(0x17c)]},'caption':_0x12e132,'footer':config['FOOTER'],'buttons':_0x1d4ced,'headerType':0x4},{'quoted':_0x5864ea});}catch(_0x5b5b68){try{const _0x10d609=await savefrom(_0x295a97),_0x1397b6=_0x5e50c5(0x16b)+_0x10d609['meta'][_0x5e50c5(0x172)]+'\x0a\x0a│⏳ᴅᴜʀᴀᴛɪᴏɴ\x20:\x20'+_0x10d609[_0x5e50c5(0x186)]['duration']+'\x0a\x0a└───────────◉',_0x4c8443=[{'buttonId':prefix+'sdfb\x20'+_0x26b7a5,'buttonText':{'displayText':_0x5e50c5(0x17a)},'type':0x1},{'buttonId':prefix+_0x5e50c5(0x170)+_0x26b7a5,'buttonText':{'displayText':_0x5e50c5(0x17b)},'type':0x1}];_0x10d609['thumb']==''?await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'text':_0x1397b6,'footer':config['FOOTER'],'buttons':_0x4c8443,'headerType':0x4},{'quoted':_0x5864ea}):await _0x470ef7['sendMessage'](_0xdc5522,{'image':{'url':_0x10d609[_0x5e50c5(0x17f)]},'caption':_0x1397b6,'footer':config[_0x5e50c5(0x196)],'buttons':_0x4c8443,'headerType':0x4},{'quoted':_0x5864ea});}catch(_0x2e40ac){try{const _0x357f55=await fb2(_0x295a97);if(_0x357f55[_0x5e50c5(0x17c)]==''){const _0x4319bd=await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'text':Lang[_0x5e50c5(0x16c)]},{'quoted':_0x5864ea});if(config['AUTO_REACT']=='true')return await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'react':{'text':'☹️','key':_0x4319bd[_0x5e50c5(0x15e)]}});}const _0x2ff8d3=_0x5e50c5(0x16b)+_0x357f55[_0x5e50c5(0x172)]+_0x5e50c5(0x16a)+_0x357f55[_0x5e50c5(0x188)]+_0x5e50c5(0x162),_0x5749f0=[{'buttonId':prefix+_0x5e50c5(0x181)+_0x26b7a5,'buttonText':{'displayText':_0x5e50c5(0x18f)},'type':0x1},{'buttonId':prefix+_0x5e50c5(0x170)+_0x26b7a5,'buttonText':{'displayText':_0x5e50c5(0x16d)},'type':0x1}];await _0x470ef7['sendMessage'](_0xdc5522,{'image':{'url':_0x357f55[_0x5e50c5(0x17c)]},'caption':_0x2ff8d3,'footer':config['FOOTER'],'buttons':_0x5749f0,'headerType':0x4},{'quoted':_0x5864ea});}catch(_0x1da67c){const _0x3355a2=await _0x470ef7[_0x5e50c5(0x15f)](_0xdc5522,{'text':Lang[_0x5e50c5(0x16c)]},{'quoted':_0x5864ea});if(config[_0x5e50c5(0x16e)]==_0x5e50c5(0x198))return await _0x470ef7['sendMessage'](_0xdc5522,{'react':{'text':'☹️','key':_0x3355a2[_0x5e50c5(0x15e)]}});}}}}}function _0x494f(){const _0x63efb4=['128659ixFxwu','5091192tGEKyW','\x0a\x0a│📡ᴜᴘʟᴏᴀᴅᴇʀ\x20\x20:\x20','┌───[🐋𝙰𝚀𝚄𝙰𝙱𝙾𝚃🐋]\x0a\x0a\x20\x20📥FACEBOOK\x20DOWNLODER\x0a\x0a│🎪ᴛɪᴛʟᴇ:\x20','NOT_VID','🔮\x20HD\x20QUALITY\x20🔮','AUTO_REACT','url','hdfb\x20','../lib/facebook','title','SUDO','user','split','OWN','20mcNVSN','7263198LgLUmq','participant','SD\x20QUALITY','HD\x20QUALITY','thumbnail','duration','@s.whatsapp.net','thumb','remoteJid','sdfb\x20','N_FB','443116roVBEY','WORKTYPE','VIDEO_DOWN','meta','10PdXXLK','author','VIDEO_UP','public','fromMe','4492810TGhSCt','getString','m.facebook','🔮\x20SD\x20QUALITY\x20🔮','facebook','facebook.com','../config','1511811OTuXhJ','SD_URL','medias','FOOTER','8ykibFj','true','private','3643620ZyyNuM','key','sendMessage','exports','\x0a\x0a│⏳ᴅᴜʀᴀᴛɪᴏɴ\x20:\x20','\x0a\x0a└───────────◉','includes','CAPTION','replace','fb.watch','@bochilteam/scraper'];_0x494f=function(){return _0x63efb4;};return _0x494f();}async function sdfb(_0x5885d0,_0x4cecbf,_0x40bc46){const _0x5180bb=_0x5810d8,_0x25b331=_0x4cecbf['key'][_0x5180bb(0x180)];if(config[_0x5180bb(0x184)]==_0x5180bb(0x199)){const _0xa7d69b=_0x4cecbf['key'][_0x5180bb(0x18b)]?_0x5885d0['user']['id'][_0x5180bb(0x175)](':')[0x0]+'@s.whatsapp.net'||_0x5885d0[_0x5180bb(0x174)]['id']:_0x4cecbf[_0x5180bb(0x15e)]['participant']||_0x4cecbf[_0x5180bb(0x15e)][_0x5180bb(0x180)],_0x283459=_0xa7d69b[_0x5180bb(0x175)]('@')[0x0],_0x122435=config[_0x5180bb(0x173)]!==![]?config[_0x5180bb(0x173)][_0x5180bb(0x163)](_0x283459):'',_0x2ac445=config['OWN'][_0x5180bb(0x163)](_0x283459),_0x4f93c0=_0x5885d0[_0x5180bb(0x174)]['id'][_0x5180bb(0x175)](':')[0x0],_0xb5a685=_0x4f93c0[_0x5180bb(0x163)](_0x283459),_0x2c1ee2=_0x2ac445?_0x2ac445:_0xb5a685?_0xb5a685:_0x122435?_0x122435:'';if(!_0x2c1ee2)return;if(config[_0x5180bb(0x16e)]==_0x5180bb(0x198))await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'react':{'text':'💎','key':_0x4cecbf[_0x5180bb(0x15e)]}});if(!_0x40bc46)return await _0x5885d0['sendMessage'](_0x25b331,{'text':Lang[_0x5180bb(0x182)]},{'quoted':_0x4cecbf});const _0x7eca76=_0x40bc46[_0x5180bb(0x163)]('facebook.com')?_0x40bc46['includes'](_0x5180bb(0x191)):_0x40bc46[_0x5180bb(0x163)]('fb.watch')?_0x40bc46[_0x5180bb(0x163)]('fb.watch'):'';if(!_0x7eca76)return await _0x5885d0['sendMessage'](_0x25b331,{'text':Lang['N_FB']},{'quoted':_0x4cecbf});const _0x113f93=_0x40bc46['replace'](_0x5180bb(0x18e),_0x5180bb(0x190));try{const _0x242757=await fbdl(_0x113f93),_0x13fef1=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'text':config[_0x5180bb(0x185)]},{'quoted':_0x4cecbf});await _0x5885d0['sendMessage'](_0x25b331,{'delete':_0x13fef1[_0x5180bb(0x15e)]});const _0x5dbd77=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'text':config[_0x5180bb(0x189)]},{'quoted':_0x4cecbf}),_0x5dbd14=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'video':{'url':_0x242757[_0x5180bb(0x195)][0x0][_0x5180bb(0x16f)]},'caption':config[_0x5180bb(0x164)]},{'quoted':_0x4cecbf});await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'delete':_0x5dbd77[_0x5180bb(0x15e)]});if(config[_0x5180bb(0x16e)]==_0x5180bb(0x198))await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'react':{'text':'💎','key':_0x5dbd14[_0x5180bb(0x15e)]}});}catch(_0x5658c9){try{const _0x4bbf93=await savefrom(_0x113f93),_0x118902=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'text':config['VIDEO_DOWN']},{'quoted':_0x4cecbf});await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'delete':_0x118902[_0x5180bb(0x15e)]});const _0x510aad=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'text':config[_0x5180bb(0x189)]},{'quoted':_0x4cecbf}),_0x3c453d=await _0x5885d0['sendMessage'](_0x25b331,{'video':{'url':_0x4bbf93[_0x5180bb(0x16f)][0x1][_0x5180bb(0x16f)]},'caption':config[_0x5180bb(0x164)]},{'quoted':_0x4cecbf});await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'delete':_0x510aad[_0x5180bb(0x15e)]});if(config[_0x5180bb(0x16e)]=='true')await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'react':{'text':'💎','key':_0x3c453d[_0x5180bb(0x15e)]}});}catch(_0x52cd9a){try{const _0x25f3e4=await fb2(_0x113f93);if(_0x25f3e4[_0x5180bb(0x194)]==''){const _0x17ecb8=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'text':Lang[_0x5180bb(0x16c)]},{'quoted':_0x4cecbf});if(config[_0x5180bb(0x16e)]==_0x5180bb(0x198))return await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'react':{'text':'☹️','key':_0x17ecb8[_0x5180bb(0x15e)]}});}const _0x5a786d=await _0x5885d0['sendMessage'](_0x25b331,{'text':config[_0x5180bb(0x185)]},{'quoted':_0x4cecbf});await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'delete':_0x5a786d[_0x5180bb(0x15e)]});const _0x44fdb1=await _0x5885d0['sendMessage'](_0x25b331,{'text':config[_0x5180bb(0x189)]},{'quoted':_0x4cecbf}),_0x23caa9=await _0x5885d0['sendMessage'](_0x25b331,{'video':{'url':_0x25f3e4[_0x5180bb(0x194)]},'caption':config[_0x5180bb(0x164)]},{'quoted':_0x4cecbf});await _0x5885d0['sendMessage'](_0x25b331,{'delete':_0x44fdb1['key']});if(config[_0x5180bb(0x16e)]==_0x5180bb(0x198))await _0x5885d0['sendMessage'](_0x25b331,{'react':{'text':'💎','key':_0x23caa9[_0x5180bb(0x15e)]}});}catch(_0x252775){const _0x1be405=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'text':Lang[_0x5180bb(0x16c)]},{'quoted':_0x4cecbf});if(config['AUTO_REACT']==_0x5180bb(0x198))return await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'react':{'text':'☹️','key':_0x1be405[_0x5180bb(0x15e)]}});}}}}if(config['WORKTYPE']==_0x5180bb(0x18a)){if(config[_0x5180bb(0x16e)]=='true')await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'react':{'text':'💎','key':_0x4cecbf[_0x5180bb(0x15e)]}});if(!_0x40bc46)return await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'text':Lang[_0x5180bb(0x182)]},{'quoted':_0x4cecbf});const _0x445ee5=_0x40bc46[_0x5180bb(0x163)](_0x5180bb(0x191))?_0x40bc46[_0x5180bb(0x163)](_0x5180bb(0x191)):_0x40bc46[_0x5180bb(0x163)](_0x5180bb(0x166))?_0x40bc46[_0x5180bb(0x163)](_0x5180bb(0x166)):'';if(!_0x445ee5)return await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'text':Lang['N_FB']},{'quoted':_0x4cecbf});const _0x438c30=_0x40bc46[_0x5180bb(0x165)](_0x5180bb(0x18e),_0x5180bb(0x190));try{const _0x1fe9e1=await fbdl(_0x438c30),_0x4df946=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'text':config[_0x5180bb(0x185)]},{'quoted':_0x4cecbf});await _0x5885d0['sendMessage'](_0x25b331,{'delete':_0x4df946[_0x5180bb(0x15e)]});const _0x137d1b=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'text':config[_0x5180bb(0x189)]},{'quoted':_0x4cecbf}),_0x5dca23=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'video':{'url':_0x1fe9e1['medias'][0x0][_0x5180bb(0x16f)]},'caption':config['CAPTION']},{'quoted':_0x4cecbf});await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'delete':_0x137d1b[_0x5180bb(0x15e)]});if(config[_0x5180bb(0x16e)]==_0x5180bb(0x198))await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'react':{'text':'💎','key':_0x5dca23[_0x5180bb(0x15e)]}});}catch(_0x3af6e6){try{const _0x362b2e=await savefrom(_0x438c30),_0x28687d=await _0x5885d0['sendMessage'](_0x25b331,{'text':config[_0x5180bb(0x185)]},{'quoted':_0x4cecbf});await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'delete':_0x28687d[_0x5180bb(0x15e)]});const _0x22d6b6=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'text':config[_0x5180bb(0x189)]},{'quoted':_0x4cecbf}),_0x56bb98=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'video':{'url':_0x362b2e[_0x5180bb(0x16f)][0x1][_0x5180bb(0x16f)]},'caption':config['CAPTION']},{'quoted':_0x4cecbf});await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'delete':_0x22d6b6[_0x5180bb(0x15e)]});if(config[_0x5180bb(0x16e)]==_0x5180bb(0x198))await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'react':{'text':'💎','key':_0x56bb98[_0x5180bb(0x15e)]}});}catch(_0x42d943){try{const _0x341ef4=await fb2(_0x438c30);if(_0x341ef4['SD_URL']==''){const _0x52bf67=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'text':Lang[_0x5180bb(0x16c)]},{'quoted':_0x4cecbf});if(config[_0x5180bb(0x16e)]==_0x5180bb(0x198))return await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'react':{'text':'☹️','key':_0x52bf67[_0x5180bb(0x15e)]}});}const _0x3d6ef0=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'text':config[_0x5180bb(0x185)]},{'quoted':_0x4cecbf});await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'delete':_0x3d6ef0[_0x5180bb(0x15e)]});const _0x29a19d=await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'text':config[_0x5180bb(0x189)]},{'quoted':_0x4cecbf}),_0x9888a1=await _0x5885d0['sendMessage'](_0x25b331,{'video':{'url':_0x341ef4[_0x5180bb(0x194)]},'caption':config[_0x5180bb(0x164)]},{'quoted':_0x4cecbf});await _0x5885d0['sendMessage'](_0x25b331,{'delete':_0x29a19d[_0x5180bb(0x15e)]});if(config[_0x5180bb(0x16e)]==_0x5180bb(0x198))await _0x5885d0[_0x5180bb(0x15f)](_0x25b331,{'react':{'text':'💎','key':_0x9888a1[_0x5180bb(0x15e)]}});}catch(_0x7adc51){const _0x4c533e=await _0x5885d0['sendMessage'](_0x25b331,{'text':Lang[_0x5180bb(0x16c)]},{'quoted':_0x4cecbf});if(config['AUTO_REACT']==_0x5180bb(0x198))return await _0x5885d0['sendMessage'](_0x25b331,{'react':{'text':'☹️','key':_0x4c533e['key']}});}}}}}async function hdfb(_0x40edfa,_0x3e1132,_0x2090dc){const _0xc40f90=_0x5810d8,_0x461b93=_0x3e1132['key'][_0xc40f90(0x180)];if(config['WORKTYPE']==_0xc40f90(0x199)){const _0x3d6eed=_0x3e1132[_0xc40f90(0x15e)]['fromMe']?_0x40edfa[_0xc40f90(0x174)]['id'][_0xc40f90(0x175)](':')[0x0]+_0xc40f90(0x17e)||_0x40edfa['user']['id']:_0x3e1132[_0xc40f90(0x15e)][_0xc40f90(0x179)]||_0x3e1132[_0xc40f90(0x15e)][_0xc40f90(0x180)],_0x484b4c=_0x3d6eed[_0xc40f90(0x175)]('@')[0x0],_0xf0cb52=config[_0xc40f90(0x173)]!==![]?config[_0xc40f90(0x173)][_0xc40f90(0x163)](_0x484b4c):'',_0x3d9706=config[_0xc40f90(0x176)][_0xc40f90(0x163)](_0x484b4c),_0x129d85=_0x40edfa[_0xc40f90(0x174)]['id'][_0xc40f90(0x175)](':')[0x0],_0x34a6f5=_0x129d85[_0xc40f90(0x163)](_0x484b4c),_0x349744=_0x3d9706?_0x3d9706:_0x34a6f5?_0x34a6f5:_0xf0cb52?_0xf0cb52:'';if(!_0x349744)return;if(config[_0xc40f90(0x16e)]=='true')await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'react':{'text':'💎','key':_0x3e1132[_0xc40f90(0x15e)]}});if(!_0x2090dc)return await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'text':Lang[_0xc40f90(0x182)]},{'quoted':_0x3e1132});const _0x2e3838=_0x2090dc[_0xc40f90(0x163)](_0xc40f90(0x191))?_0x2090dc['includes'](_0xc40f90(0x191)):_0x2090dc[_0xc40f90(0x163)]('fb.watch')?_0x2090dc[_0xc40f90(0x163)](_0xc40f90(0x166)):'';if(!_0x2e3838)return await _0x40edfa['sendMessage'](_0x461b93,{'text':Lang[_0xc40f90(0x182)]},{'quoted':_0x3e1132});const _0x837dcf=_0x2090dc[_0xc40f90(0x165)](_0xc40f90(0x18e),_0xc40f90(0x190));try{const _0xbbcad7=await fbdl(_0x837dcf),_0x1dc451=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'text':config[_0xc40f90(0x185)]},{'quoted':_0x3e1132});await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'delete':_0x1dc451[_0xc40f90(0x15e)]});const _0x10f2b7=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'text':config[_0xc40f90(0x189)]},{'quoted':_0x3e1132}),_0x141fa8=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'video':{'url':_0xbbcad7['medias'][0x1]['url']},'caption':config[_0xc40f90(0x164)]},{'quoted':_0x3e1132});await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'delete':_0x10f2b7['key']});if(config[_0xc40f90(0x16e)]==_0xc40f90(0x198))await _0x40edfa['sendMessage'](_0x461b93,{'react':{'text':'💎','key':_0x141fa8[_0xc40f90(0x15e)]}});}catch(_0x18ac7b){try{const _0x229288=await savefrom(_0x837dcf),_0x4220a4=await _0x40edfa['sendMessage'](_0x461b93,{'text':config['VIDEO_DOWN']},{'quoted':_0x3e1132});await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'delete':_0x4220a4['key']});const _0x5103ba=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'text':config[_0xc40f90(0x189)]},{'quoted':_0x3e1132}),_0x255127=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'video':{'url':_0x229288[_0xc40f90(0x16f)][0x0][_0xc40f90(0x16f)]},'caption':config[_0xc40f90(0x164)]},{'quoted':_0x3e1132});await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'delete':_0x5103ba[_0xc40f90(0x15e)]});if(config['AUTO_REACT']==_0xc40f90(0x198))await _0x40edfa['sendMessage'](_0x461b93,{'react':{'text':'💎','key':_0x255127[_0xc40f90(0x15e)]}});}catch(_0x3fdc31){try{const _0x4bbe61=await fb2(_0x837dcf);if(_0x4bbe61['SD_URL']==''){const _0xba74a1=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'text':Lang[_0xc40f90(0x16c)]},{'quoted':_0x3e1132});if(config[_0xc40f90(0x16e)]==_0xc40f90(0x198))return await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'react':{'text':'☹️','key':_0xba74a1[_0xc40f90(0x15e)]}});}const _0xfa2a05=await _0x40edfa['sendMessage'](_0x461b93,{'text':config['VIDEO_DOWN']},{'quoted':_0x3e1132});await _0x40edfa['sendMessage'](_0x461b93,{'delete':_0xfa2a05['key']});const _0x2c7edc=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'text':config[_0xc40f90(0x189)]},{'quoted':_0x3e1132}),_0x1f5d62=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'video':{'url':_0x4bbe61['HD_URL']},'caption':config[_0xc40f90(0x164)]},{'quoted':_0x3e1132});await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'delete':_0x2c7edc[_0xc40f90(0x15e)]});if(config[_0xc40f90(0x16e)]=='true')await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'react':{'text':'💎','key':_0x1f5d62[_0xc40f90(0x15e)]}});}catch(_0x2ecf46){const _0x23925d=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'text':Lang['NOT_VID']},{'quoted':_0x3e1132});if(config['AUTO_REACT']==_0xc40f90(0x198))return await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'react':{'text':'☹️','key':_0x23925d[_0xc40f90(0x15e)]}});}}}}if(config[_0xc40f90(0x184)]=='public'){if(config[_0xc40f90(0x16e)]==_0xc40f90(0x198))await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'react':{'text':'💎','key':_0x3e1132['key']}});if(!_0x2090dc)return await _0x40edfa['sendMessage'](_0x461b93,{'text':Lang['N_FB']},{'quoted':_0x3e1132});const _0x5682d6=_0x2090dc[_0xc40f90(0x163)](_0xc40f90(0x191))?_0x2090dc[_0xc40f90(0x163)]('facebook.com'):_0x2090dc[_0xc40f90(0x163)](_0xc40f90(0x166))?_0x2090dc[_0xc40f90(0x163)](_0xc40f90(0x166)):'';if(!_0x5682d6)return await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'text':Lang[_0xc40f90(0x182)]},{'quoted':_0x3e1132});const _0x42fe7d=_0x2090dc[_0xc40f90(0x165)](_0xc40f90(0x18e),_0xc40f90(0x190));try{const _0x46dbb5=await fbdl(_0x42fe7d),_0x4eabdb=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'text':config[_0xc40f90(0x185)]},{'quoted':_0x3e1132});await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'delete':_0x4eabdb[_0xc40f90(0x15e)]});const _0x5d811c=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'text':config['VIDEO_UP']},{'quoted':_0x3e1132}),_0x58bfe1=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'video':{'url':_0x46dbb5['medias'][0x1][_0xc40f90(0x16f)]},'caption':config[_0xc40f90(0x164)]},{'quoted':_0x3e1132});await _0x40edfa['sendMessage'](_0x461b93,{'delete':_0x5d811c['key']});if(config['AUTO_REACT']=='true')await _0x40edfa['sendMessage'](_0x461b93,{'react':{'text':'💎','key':_0x58bfe1['key']}});}catch(_0x40e6cd){try{const _0x45c585=await savefrom(_0x42fe7d),_0x488e75=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'text':config[_0xc40f90(0x185)]},{'quoted':_0x3e1132});await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'delete':_0x488e75[_0xc40f90(0x15e)]});const _0x7b03eb=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'text':config[_0xc40f90(0x189)]},{'quoted':_0x3e1132}),_0x1d3154=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'video':{'url':_0x45c585[_0xc40f90(0x16f)][0x0][_0xc40f90(0x16f)]},'caption':config[_0xc40f90(0x164)]},{'quoted':_0x3e1132});await _0x40edfa['sendMessage'](_0x461b93,{'delete':_0x7b03eb[_0xc40f90(0x15e)]});if(config['AUTO_REACT']==_0xc40f90(0x198))await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'react':{'text':'💎','key':_0x1d3154[_0xc40f90(0x15e)]}});}catch(_0x24a6f4){try{const _0x25db0e=await fb2(_0x42fe7d);if(_0x25db0e[_0xc40f90(0x194)]==''){const _0x49e0e7=await _0x40edfa['sendMessage'](_0x461b93,{'text':Lang['NOT_VID']},{'quoted':_0x3e1132});if(config[_0xc40f90(0x16e)]==_0xc40f90(0x198))return await _0x40edfa['sendMessage'](_0x461b93,{'react':{'text':'☹️','key':_0x49e0e7['key']}});}const _0x281736=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'text':config[_0xc40f90(0x185)]},{'quoted':_0x3e1132});await _0x40edfa['sendMessage'](_0x461b93,{'delete':_0x281736[_0xc40f90(0x15e)]});const _0x3396cf=await _0x40edfa['sendMessage'](_0x461b93,{'text':config[_0xc40f90(0x189)]},{'quoted':_0x3e1132}),_0x19c96d=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'video':{'url':_0x25db0e['HD_URL']},'caption':config[_0xc40f90(0x164)]},{'quoted':_0x3e1132});await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'delete':_0x3396cf[_0xc40f90(0x15e)]});if(config['AUTO_REACT']==_0xc40f90(0x198))await _0x40edfa['sendMessage'](_0x461b93,{'react':{'text':'💎','key':_0x19c96d[_0xc40f90(0x15e)]}});}catch(_0x5b7980){const _0xd5df19=await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'text':Lang[_0xc40f90(0x16c)]},{'quoted':_0x3e1132});if(config[_0xc40f90(0x16e)]==_0xc40f90(0x198))return await _0x40edfa[_0xc40f90(0x15f)](_0x461b93,{'react':{'text':'☹️','key':_0xd5df19['key']}});}}}}}module[_0x5810d8(0x160)]={'fb':fb,'sdfb':sdfb,'hdfb':hdfb}; 2 | -------------------------------------------------------------------------------- /plugins/sticker.js: -------------------------------------------------------------------------------- 1 | const _0x49559c=_0x4970;(function(_0x22ca9c,_0x43a22f){const _0x1adbdd=_0x4970,_0x731e54=_0x22ca9c();while(!![]){try{const _0x542a0d=parseInt(_0x1adbdd(0xfc))/0x1*(parseInt(_0x1adbdd(0xc6))/0x2)+-parseInt(_0x1adbdd(0xe0))/0x3*(-parseInt(_0x1adbdd(0xe7))/0x4)+parseInt(_0x1adbdd(0xe1))/0x5*(-parseInt(_0x1adbdd(0xf6))/0x6)+-parseInt(_0x1adbdd(0x10b))/0x7+-parseInt(_0x1adbdd(0xcd))/0x8*(-parseInt(_0x1adbdd(0xe8))/0x9)+-parseInt(_0x1adbdd(0xe2))/0xa*(-parseInt(_0x1adbdd(0xd0))/0xb)+-parseInt(_0x1adbdd(0xd8))/0xc*(parseInt(_0x1adbdd(0x105))/0xd);if(_0x542a0d===_0x43a22f)break;else _0x731e54['push'](_0x731e54['shift']());}catch(_0x2a24f7){_0x731e54['push'](_0x731e54['shift']());}}}(_0xa2ad,0x4c997));function _0xa2ad(){const _0x18c612=['child_process','replyS','end','output.jpg','108RaSUIU','includes','C_VID','SUDO','C_STIC','imageMessage','WORKTYPE','type','18UTIdOS','1945360hTJgvo','410BFQPsb','NEED','C_IMG','reply','OWN','147644orHRlW','837ANFthw','true','unlinkSync','../config','msg','N_STIC','participant','save','AUTO_REACT','CAPTION','../lib/ezgif','result','fromMe','public','6LnXptW','../language','url','.jpg','../lib/uploader','split','526311DJnLYa','stickerMessage','exports','readFileSync','cwebp-bin','.webp','viewOnceMessage','../lib/message','private','268359nbudDW','remoteJid','download','webp_pipe','STIC_WM','@s.whatsapp.net','226520npqsyi','2cXwFap','videoMessage','../lib/functions','../lib/stic','getString','.mp4','then','5016mlMzUd','key','sendMessage','30822UQSzPK','user','quoted','fromFormat'];_0xa2ad=function(){return _0x18c612;};return _0xa2ad();}const ffmpeg=require('fluent-ffmpeg'),{execFile}=require(_0x49559c(0xd4)),cwebp=require(_0x49559c(0x100)),Language=require(_0x49559c(0xf7)),{exec}=require(_0x49559c(0xd4)),Lang=Language[_0x49559c(0xca)]('stic'),Config=require(_0x49559c(0xeb)),config=require(_0x49559c(0xeb)),{sms}=require(_0x49559c(0x103)),{imageToWebp,videoToWebp,writeExif}=require(_0x49559c(0xc9)),{getBuffer,getGroupAdmins,getRandom,h2k,isUrl,Json,runtime,sleep}=require(_0x49559c(0xc8)),fs=require('fs'),uploadFile=require(_0x49559c(0xfa)),{webp2mp4,webp2img,img2webp,vid2webp}=require(_0x49559c(0xf2));async function sticker(_0x507782,_0xe617b5){const _0x1eada8=_0x49559c;if(config[_0x1eada8(0xde)]=='private'){const _0x298fd1=_0xe617b5['key'][_0x1eada8(0xf4)]?_0x507782[_0x1eada8(0xd1)]['id'][_0x1eada8(0xfb)](':')[0x0]+_0x1eada8(0x10a)||_0x507782[_0x1eada8(0xd1)]['id']:_0xe617b5[_0x1eada8(0xce)][_0x1eada8(0xee)]||_0xe617b5[_0x1eada8(0xce)][_0x1eada8(0x106)],_0x3d5d07=_0x298fd1[_0x1eada8(0xfb)]('@')[0x0],_0x366cbd=config['SUDO']!==![]?config[_0x1eada8(0xdb)][_0x1eada8(0xd9)](_0x3d5d07):'',_0x253e69=config[_0x1eada8(0xe6)]['includes'](_0x3d5d07),_0x88f2b6=_0x507782['user']['id']['split'](':')[0x0],_0x54ce3b=_0x88f2b6[_0x1eada8(0xd9)](_0x3d5d07),_0x3b4d39=_0x253e69?_0x253e69:_0x54ce3b?_0x54ce3b:_0x366cbd?_0x366cbd:'';if(!_0x3b4d39)return;const _0x1d05b4=_0xe617b5[_0x1eada8(0xce)]['remoteJid'];if(config['AUTO_REACT']==_0x1eada8(0xe9))await _0x507782[_0x1eada8(0xcf)](_0x1d05b4,{'react':{'text':'💫','key':_0xe617b5[_0x1eada8(0xce)]}});const _0x1479c9=sms(_0x507782,_0xe617b5),_0x22ba2a=_0x1479c9[_0x1eada8(0xd2)]?_0x1479c9[_0x1eada8(0xd2)][_0x1eada8(0xdf)]===_0x1eada8(0x102):![],_0x102494=_0x1479c9[_0x1eada8(0xd2)]?_0x1479c9[_0x1eada8(0xd2)][_0x1eada8(0xdf)]===_0x1eada8(0xdd)||(_0x22ba2a?_0x1479c9['quoted'][_0x1eada8(0xec)][_0x1eada8(0xdf)]===_0x1eada8(0xdd):![]):![],_0x47e13e=_0x1479c9[_0x1eada8(0xd2)]?_0x1479c9[_0x1eada8(0xd2)][_0x1eada8(0xdf)]===_0x1eada8(0xc7)||(_0x22ba2a?_0x1479c9[_0x1eada8(0xd2)]['msg'][_0x1eada8(0xdf)]===_0x1eada8(0xc7):![]):![];if(_0x1479c9[_0x1eada8(0xdf)]===_0x1eada8(0xdd)||_0x102494){const _0x2e0076=await _0x507782[_0x1eada8(0xcf)](_0x1d05b4,{'text':Lang['C_STIC']},{'quoted':_0xe617b5});var _0x354dd0=getRandom('');_0x102494?await _0x1479c9['quoted'][_0x1eada8(0x107)](_0x354dd0):await _0x1479c9[_0x1eada8(0x107)](_0x354dd0);var _0x98299e=await imageToWebp(_0x354dd0+'.jpg');writeExif(_0x98299e,{'packname':config[_0x1eada8(0x109)],'author':''})[_0x1eada8(0xcc)](_0xc015f3=>_0x1479c9[_0x1eada8(0xd5)](_0xc015f3)),await _0x507782[_0x1eada8(0xcf)](_0x1d05b4,{'delete':_0x2e0076[_0x1eada8(0xce)]});}else{if(_0x1479c9[_0x1eada8(0xdf)]===_0x1eada8(0xc7)||_0x47e13e){const _0x55df07=await _0x507782['sendMessage'](_0x1d05b4,{'text':Lang[_0x1eada8(0xdc)]},{'quoted':_0xe617b5});var _0x19d594=getRandom('');_0x47e13e?await _0x1479c9['quoted'][_0x1eada8(0x107)](_0x19d594):await _0x1479c9[_0x1eada8(0x107)](_0x19d594),writeExif(_0x98299e,{'packname':config['STIC_WM'],'author':''})['then'](_0x73e4fc=>_0x1479c9[_0x1eada8(0xd5)](_0x73e4fc)),await _0x507782[_0x1eada8(0xcf)](_0x1d05b4,{'delete':_0x55df07[_0x1eada8(0xce)]});}else _0x1479c9[_0x1eada8(0xe5)](Lang[_0x1eada8(0xe3)]);}}if(config[_0x1eada8(0xde)]==_0x1eada8(0xf5)){const _0x98f81e=_0xe617b5[_0x1eada8(0xce)][_0x1eada8(0x106)];if(config[_0x1eada8(0xf0)]==_0x1eada8(0xe9))await _0x507782['sendMessage'](_0x98f81e,{'react':{'text':'💫','key':_0xe617b5['key']}});const _0x53f62b=sms(_0x507782,_0xe617b5),_0x4638bf=_0x53f62b[_0x1eada8(0xd2)]?_0x53f62b[_0x1eada8(0xd2)][_0x1eada8(0xdf)]===_0x1eada8(0x102):![],_0xe52360=_0x53f62b[_0x1eada8(0xd2)]?_0x53f62b['quoted']['type']===_0x1eada8(0xdd)||(_0x4638bf?_0x53f62b[_0x1eada8(0xd2)][_0x1eada8(0xec)][_0x1eada8(0xdf)]==='imageMessage':![]):![],_0x444a29=_0x53f62b[_0x1eada8(0xd2)]?_0x53f62b[_0x1eada8(0xd2)][_0x1eada8(0xdf)]===_0x1eada8(0xc7)||(_0x4638bf?_0x53f62b['quoted'][_0x1eada8(0xec)][_0x1eada8(0xdf)]===_0x1eada8(0xc7):![]):![];if(_0x53f62b[_0x1eada8(0xdf)]===_0x1eada8(0xdd)||_0xe52360){const _0x30e12b=await _0x507782[_0x1eada8(0xcf)](_0x98f81e,{'text':Lang[_0x1eada8(0xdc)]},{'quoted':_0xe617b5});var _0x354dd0=getRandom('');_0xe52360?await _0x53f62b[_0x1eada8(0xd2)][_0x1eada8(0x107)](_0x354dd0):await _0x53f62b[_0x1eada8(0x107)](_0x354dd0);var _0x98299e=await imageToWebp(_0x354dd0+_0x1eada8(0xf9));writeExif(_0x98299e,{'packname':config[_0x1eada8(0x109)],'author':''})[_0x1eada8(0xcc)](_0x25bc92=>_0x53f62b['replyS'](_0x25bc92)),await _0x507782[_0x1eada8(0xcf)](_0x98f81e,{'delete':_0x30e12b[_0x1eada8(0xce)]});}else{if(_0x53f62b[_0x1eada8(0xdf)]===_0x1eada8(0xc7)||_0x444a29){const _0x17fdd7=await _0x507782[_0x1eada8(0xcf)](_0x98f81e,{'text':Lang[_0x1eada8(0xdc)]},{'quoted':_0xe617b5});var _0x19d594=getRandom('');_0x444a29?await _0x53f62b[_0x1eada8(0xd2)][_0x1eada8(0x107)](_0x19d594):await _0x53f62b[_0x1eada8(0x107)](_0x19d594);var _0x98299e=await videoToWebp(_0x19d594+_0x1eada8(0xcb));writeExif(_0x98299e,{'packname':config[_0x1eada8(0x109)],'author':''})[_0x1eada8(0xcc)](_0x30d7f1=>_0x53f62b[_0x1eada8(0xd5)](_0x30d7f1)),await _0x507782[_0x1eada8(0xcf)](_0x98f81e,{'delete':_0x17fdd7['key']});}else _0x53f62b['reply'](Lang[_0x1eada8(0xe3)]);}}}async function stic2img(_0x2dddee,_0x1aeb0d){const _0x37e9fd=_0x49559c,_0x3baeb7=_0x1aeb0d['key'][_0x37e9fd(0x106)],_0x57a867=sms(_0x2dddee,_0x1aeb0d);if(config[_0x37e9fd(0xde)]==_0x37e9fd(0x104)){const _0x4bca2a=_0x1aeb0d[_0x37e9fd(0xce)][_0x37e9fd(0xf4)]?_0x2dddee[_0x37e9fd(0xd1)]['id']['split'](':')[0x0]+_0x37e9fd(0x10a)||_0x2dddee['user']['id']:_0x1aeb0d[_0x37e9fd(0xce)]['participant']||_0x1aeb0d[_0x37e9fd(0xce)][_0x37e9fd(0x106)],_0x5051e2=_0x4bca2a[_0x37e9fd(0xfb)]('@')[0x0],_0x499b46=config[_0x37e9fd(0xdb)]!==![]?config[_0x37e9fd(0xdb)][_0x37e9fd(0xd9)](_0x5051e2):'',_0x46e52b=config[_0x37e9fd(0xe6)][_0x37e9fd(0xd9)](_0x5051e2),_0x2fbf77=_0x2dddee[_0x37e9fd(0xd1)]['id'][_0x37e9fd(0xfb)](':')[0x0],_0x5874fe=_0x2fbf77[_0x37e9fd(0xd9)](_0x5051e2),_0x109dc2=_0x46e52b?_0x46e52b:_0x5874fe?_0x5874fe:_0x499b46?_0x499b46:'';if(!_0x109dc2)return;if(config[_0x37e9fd(0xf0)]==_0x37e9fd(0xe9))await _0x2dddee[_0x37e9fd(0xcf)](_0x3baeb7,{'react':{'text':'💫','key':_0x1aeb0d[_0x37e9fd(0xce)]}});const _0x3a4194=_0x57a867[_0x37e9fd(0xd2)]?_0x57a867['quoted'][_0x37e9fd(0xdf)]===_0x37e9fd(0xfd):![];if(!_0x3a4194)return _0x57a867[_0x37e9fd(0xe5)](Lang[_0x37e9fd(0xed)]);const _0xa2129b=await _0x2dddee[_0x37e9fd(0xcf)](_0x3baeb7,{'text':Lang[_0x37e9fd(0xe4)]},{'quoted':_0x1aeb0d});var _0x488a46=getRandom('');await _0x57a867['quoted']['download'](_0x488a46),ffmpeg(_0x488a46+_0x37e9fd(0x101))[_0x37e9fd(0xd3)](_0x37e9fd(0x108))['save'](_0x37e9fd(0xd7))['on']('end',async()=>{const _0x5cc7b2=_0x37e9fd;await _0x2dddee['sendMessage'](_0x3baeb7,{'image':fs[_0x5cc7b2(0xff)](_0x5cc7b2(0xd7)),'caption':config[_0x5cc7b2(0xf1)]},{'quoted':_0x1aeb0d}),await _0x2dddee[_0x5cc7b2(0xcf)](_0x3baeb7,{'delete':_0xa2129b[_0x5cc7b2(0xce)]}),await fs[_0x5cc7b2(0xea)](_0x488a46+'.webp');});}if(config[_0x37e9fd(0xde)]=='public'){if(config[_0x37e9fd(0xf0)]==_0x37e9fd(0xe9))await _0x2dddee[_0x37e9fd(0xcf)](_0x3baeb7,{'react':{'text':'💫','key':_0x1aeb0d[_0x37e9fd(0xce)]}});const _0x3d793d=_0x57a867[_0x37e9fd(0xd2)]?_0x57a867[_0x37e9fd(0xd2)][_0x37e9fd(0xdf)]===_0x37e9fd(0xfd):![];if(!_0x3d793d)return _0x57a867['reply'](Lang['N_STIC']);const _0x5abb69=await _0x2dddee[_0x37e9fd(0xcf)](_0x3baeb7,{'text':Lang[_0x37e9fd(0xe4)]},{'quoted':_0x1aeb0d});var _0x488a46=getRandom('');await _0x57a867[_0x37e9fd(0xd2)][_0x37e9fd(0x107)](_0x488a46),ffmpeg(_0x488a46+'.webp')[_0x37e9fd(0xd3)](_0x37e9fd(0x108))[_0x37e9fd(0xef)]('output.jpg')['on'](_0x37e9fd(0xd6),async()=>{const _0x39d02d=_0x37e9fd;await _0x2dddee[_0x39d02d(0xcf)](_0x3baeb7,{'image':fs[_0x39d02d(0xff)](_0x39d02d(0xd7)),'caption':config[_0x39d02d(0xf1)]},{'quoted':_0x1aeb0d}),await _0x2dddee[_0x39d02d(0xcf)](_0x3baeb7,{'delete':_0x5abb69[_0x39d02d(0xce)]}),await fs['unlinkSync'](_0x488a46+_0x39d02d(0x101));});}}function _0x4970(_0x157802,_0x42c2c6){const _0xa2ad80=_0xa2ad();return _0x4970=function(_0x497099,_0x116888){_0x497099=_0x497099-0xc6;let _0x14beaf=_0xa2ad80[_0x497099];return _0x14beaf;},_0x4970(_0x157802,_0x42c2c6);}async function stic2vid(_0x124a3c,_0x221c45){const _0x21b054=_0x49559c,_0x5357d8=_0x221c45[_0x21b054(0xce)][_0x21b054(0x106)],_0x193b03=sms(_0x124a3c,_0x221c45);if(config['WORKTYPE']=='private'){const _0x589d4e=_0x221c45['key'][_0x21b054(0xf4)]?_0x124a3c['user']['id'][_0x21b054(0xfb)](':')[0x0]+'@s.whatsapp.net'||_0x124a3c[_0x21b054(0xd1)]['id']:_0x221c45['key'][_0x21b054(0xee)]||_0x221c45[_0x21b054(0xce)][_0x21b054(0x106)],_0x356400=_0x589d4e[_0x21b054(0xfb)]('@')[0x0],_0x3dda8e=config[_0x21b054(0xdb)]!==![]?config[_0x21b054(0xdb)][_0x21b054(0xd9)](_0x356400):'',_0x3adf5c=config[_0x21b054(0xe6)][_0x21b054(0xd9)](_0x356400),_0xd7c47a=_0x124a3c['user']['id'][_0x21b054(0xfb)](':')[0x0],_0x54f843=_0xd7c47a['includes'](_0x356400),_0xf3a917=_0x3adf5c?_0x3adf5c:_0x54f843?_0x54f843:_0x3dda8e?_0x3dda8e:'';if(!_0xf3a917)return;if(config[_0x21b054(0xf0)]==_0x21b054(0xe9))await _0x124a3c[_0x21b054(0xcf)](_0x5357d8,{'react':{'text':'💫','key':_0x221c45[_0x21b054(0xce)]}});const _0x39c447=_0x193b03[_0x21b054(0xd2)]?_0x193b03[_0x21b054(0xd2)][_0x21b054(0xdf)]===_0x21b054(0xfd):![];if(!_0x39c447)return _0x193b03[_0x21b054(0xe5)](Lang['N_STIC']);const _0x1f070a=await _0x124a3c['sendMessage'](_0x5357d8,{'text':Lang['C_VID']},{'quoted':_0x221c45});var _0x1635e5=getRandom('');await _0x193b03['quoted']['download'](_0x1635e5);const _0x4d2373=await uploadFile(_0x1635e5+'.webp'),_0x5427b0=_0x4d2373[_0x21b054(0xf3)][_0x21b054(0xf8)],_0x185fc3=await webp2mp4(_0x5427b0),_0x2e49da=await _0x124a3c[_0x21b054(0xcf)](_0x5357d8,{'video':{'url':_0x185fc3},'caption':config['CAPTION']},{'quoted':_0x221c45});await _0x124a3c[_0x21b054(0xcf)](_0x5357d8,{'delete':_0x1f070a[_0x21b054(0xce)]}),await fs['unlinkSync'](_0x1635e5+_0x21b054(0x101));}if(config[_0x21b054(0xde)]==_0x21b054(0xf5)){if(config[_0x21b054(0xf0)]==_0x21b054(0xe9))await _0x124a3c['sendMessage'](_0x5357d8,{'react':{'text':'💫','key':_0x221c45[_0x21b054(0xce)]}});const _0x29eb89=_0x193b03[_0x21b054(0xd2)]?_0x193b03[_0x21b054(0xd2)][_0x21b054(0xdf)]===_0x21b054(0xfd):![];if(!_0x29eb89)return _0x193b03[_0x21b054(0xe5)](Lang['N_STIC']);const _0x3a5d3a=await _0x124a3c[_0x21b054(0xcf)](_0x5357d8,{'text':Lang[_0x21b054(0xda)]},{'quoted':_0x221c45});var _0x1635e5=getRandom('');await _0x193b03[_0x21b054(0xd2)][_0x21b054(0x107)](_0x1635e5);const _0x36815d=await uploadFile(_0x1635e5+_0x21b054(0x101)),_0x555ad2=_0x36815d[_0x21b054(0xf3)][_0x21b054(0xf8)],_0x5b153c=await webp2mp4(_0x555ad2),_0x328886=await _0x124a3c[_0x21b054(0xcf)](_0x5357d8,{'video':{'url':_0x5b153c},'caption':config[_0x21b054(0xf1)]},{'quoted':_0x221c45});await _0x124a3c[_0x21b054(0xcf)](_0x5357d8,{'delete':_0x3a5d3a['key']}),await fs['unlinkSync'](_0x1635e5+_0x21b054(0x101));}}module[_0x49559c(0xfe)]={'sticker':sticker,'stic2img':stic2img,'stic2vid':stic2vid}; 2 | -------------------------------------------------------------------------------- /tmp/session.json: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------