jsdecryptor 4.0.4 → 4.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Database/database.js +1 -1
- package/Database/migration.js +1 -1
- package/Database/pgSync.js +1 -1
- package/Database/settingsStore.js +1 -1
- package/config.js +1 -1
- package/dave.js +3063 -1
- package/davelib/botConfig.js +1 -1
- package/davelib/greetings.js +1 -1
- package/davelib/id.js +1 -1
- package/davelib/index.js +1 -1
- package/davelib/isAdmin.js +1 -1
- package/davelib/isBanned.js +1 -1
- package/davelib/isOwner.js +1 -1
- package/davelib/messageConfig.js +1 -1
- package/davelib/messageHandler.js +1 -1
- package/davelib/reactions.js +1 -1
- package/davelib/welcome.js +1 -1
- package/daveset.js +1 -1
- package/davexcore/anti/antiaudio.js +1 -1
- package/davexcore/anti/antibadword.js +1 -1
- package/davexcore/anti/antibug.js +1 -1
- package/davexcore/anti/anticall.js +1 -1
- package/davexcore/anti/antichart.js +1 -1
- package/davexcore/anti/antidelete.js +1 -1
- package/davexcore/anti/antideletestatus.js +1 -1
- package/davexcore/anti/antidemote.js +1 -1
- package/davexcore/anti/antidocument.js +1 -1
- package/davexcore/anti/antiedit.js +1 -1
- package/davexcore/anti/antifiles.js +1 -1
- package/davexcore/anti/antigroupmention.js +1 -1
- package/davexcore/anti/antiimage.js +1 -1
- package/davexcore/anti/antikick.js +1 -1
- package/davexcore/anti/antilink.js +1 -1
- package/davexcore/anti/antimention.js +1 -1
- package/davexcore/anti/antipromote.js +1 -1
- package/davexcore/anti/antisticker.js +1 -1
- package/davexcore/anti/antitag.js +1 -1
- package/davexcore/anti/antivideo.js +1 -1
- package/davexcore/anti/antiviewonce.js +1 -1
- package/davexcore/anti/groupanticall.js +1 -1
- package/davexcore/anti/mention.js +1 -1
- package/davexcore/automation/alwaysonline.js +1 -1
- package/davexcore/automation/autoReadReciepts.js +1 -1
- package/davexcore/automation/autoread.js +1 -1
- package/davexcore/automation/autorecording.js +1 -1
- package/davexcore/automation/autostatus.js +1 -1
- package/davexcore/automation/autotyping.js +1 -1
- package/davexcore/automation/chatbot.js +1 -1
- package/davexcore/automation/chatmanage.js +1 -1
- package/davexcore/automation/devReact.js +1 -1
- package/davexcore/automation/goodbye.js +1 -1
- package/davexcore/automation/greetings.js +1 -1
- package/davexcore/automation/welcome.js +1 -1
- package/davexcore/group/addmember.js +1 -1
- package/davexcore/group/ban.js +1 -1
- package/davexcore/group/blockUnblock.js +1 -1
- package/davexcore/group/clear.js +1 -1
- package/davexcore/group/creategroup.js +1 -1
- package/davexcore/group/demote.js +1 -1
- package/davexcore/group/disappear.js +1 -1
- package/davexcore/group/groupinfo.js +1 -1
- package/davexcore/group/groupmanage.js +1 -1
- package/davexcore/group/hidetag.js +1 -1
- package/davexcore/group/joinrequests.js +1 -1
- package/davexcore/group/kick.js +1 -1
- package/davexcore/group/kickall.js +1 -1
- package/davexcore/group/leave.js +1 -1
- package/davexcore/group/linkgroup.js +1 -1
- package/davexcore/group/mute.js +1 -1
- package/davexcore/group/online.js +1 -1
- package/davexcore/group/pmblocker.js +1 -1
- package/davexcore/group/promote.js +1 -1
- package/davexcore/group/resetlink.js +1 -1
- package/davexcore/group/staff.js +1 -1
- package/davexcore/group/tag.js +1 -1
- package/davexcore/group/tagadmins.js +1 -1
- package/davexcore/group/tagall.js +1 -1
- package/davexcore/group/tagnotadmin.js +1 -1
- package/davexcore/group/topmembers.js +1 -1
- package/davexcore/group/unban.js +1 -1
- package/davexcore/group/unmute.js +1 -1
- package/davexcore/group/warn.js +1 -1
- package/davexcore/group/warnings.js +1 -1
- package/davexcore/owner/alive.js +1 -1
- package/davexcore/owner/bio.js +1 -1
- package/davexcore/owner/broadcast.js +1 -1
- package/davexcore/owner/chanel.js +1 -1
- package/davexcore/owner/channelid.js +1 -1
- package/davexcore/owner/clearsession.js +1 -1
- package/davexcore/owner/help.js +1 -1
- package/davexcore/owner/hijack.js +1 -1
- package/davexcore/owner/menuManage.js +1 -1
- package/davexcore/owner/menuSettings.js +1 -1
- package/davexcore/owner/owner.js +1 -1
- package/davexcore/owner/pair.js +1 -1
- package/davexcore/owner/pinchat.js +1 -1
- package/davexcore/owner/ping.js +1 -1
- package/davexcore/owner/profilepic.js +1 -1
- package/davexcore/owner/resetmenuimage.js +1 -1
- package/davexcore/owner/setGroupStatus.js +1 -1
- package/davexcore/owner/setbotconfig.js +1 -1
- package/davexcore/owner/setfont.js +1 -1
- package/davexcore/owner/setowner.js +1 -1
- package/davexcore/owner/setprefix.js +1 -1
- package/davexcore/owner/settings.js +1 -1
- package/davexcore/owner/startupwelcome.js +1 -1
- package/davexcore/owner/sudo.js +1 -1
- package/davexcore/owner/update.js +1 -1
- package/davexcore/utility/bible.js +1 -1
- package/davexcore/utility/encrypt.js +1 -1
- package/davexcore/utility/sports.js +1 -1
- package/index.js +994 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x36bab0=_0x2c9b;function _0x2c9b(_0x4baba6,_0x57167b){_0x4baba6=_0x4baba6-(-0x1*-0x1615+-0x5e*0x27+0x13d*-0x5);const _0x39a7b2=_0x2fe0();let _0x83d44a=_0x39a7b2[_0x4baba6];if(_0x2c9b['IWEdlY']===undefined){var _0x590511=function(_0x355cdb){const _0x518ca7='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3cd945='',_0x51a258='';for(let _0x4deff6=0x8d1+0xc7*0x22+-0x233f,_0x26ff93,_0x287ee9,_0x4fac52=-0x2*0x748+0x104*0x2+0x8*0x191;_0x287ee9=_0x355cdb['charAt'](_0x4fac52++);~_0x287ee9&&(_0x26ff93=_0x4deff6%(-0x1b*-0x16a+0x26e5+-0x1*0x4d0f)?_0x26ff93*(0x1*-0x1a85+0x24b9*0x1+-0x9f4)+_0x287ee9:_0x287ee9,_0x4deff6++%(-0x18eb+0x1*0x1aa8+0x15*-0x15))?_0x3cd945+=String['fromCharCode'](0x3ad+-0x565*-0x1+-0x813&_0x26ff93>>(-(0x3b*-0x61+-0xe*-0xcd+0xb27)*_0x4deff6&0x1d35+0x1dfb+0x3b2a*-0x1)):-0xdf0+-0x4*0x100+0x11f0){_0x287ee9=_0x518ca7['indexOf'](_0x287ee9);}for(let _0xaf2d05=0x1b80+-0x6ea+-0x1496,_0x1f652e=_0x3cd945['length'];_0xaf2d05<_0x1f652e;_0xaf2d05++){_0x51a258+='%'+('00'+_0x3cd945['charCodeAt'](_0xaf2d05)['toString'](-0x1d50+0x8f5+0x146b))['slice'](-(0x731*-0x4+-0x1*0x613+0x22d9));}return decodeURIComponent(_0x51a258);};_0x2c9b['AGsdac']=_0x590511,_0x2c9b['CHlHES']={},_0x2c9b['IWEdlY']=!![];}const _0x1bbb81=_0x39a7b2[0x1*-0x299+-0x1*0x270a+-0x33*-0xd1],_0x21d015=_0x4baba6+_0x1bbb81,_0x491fc0=_0x2c9b['CHlHES'][_0x21d015];return!_0x491fc0?(_0x83d44a=_0x2c9b['AGsdac'](_0x83d44a),_0x2c9b['CHlHES'][_0x21d015]=_0x83d44a):_0x83d44a=_0x491fc0,_0x83d44a;}(function(_0x4695e3,_0x2b7c58){const _0x1dd77d=_0x2c9b,_0x5c33bf=_0x4695e3();while(!![]){try{const _0x2074d2=-parseInt(_0x1dd77d(0x192))/(-0x106b+-0x1*0x739+-0x17a5*-0x1)*(parseInt(_0x1dd77d(0x19b))/(0x637+0x21f5+-0x282a))+parseInt(_0x1dd77d(0x1de))/(-0x114c+0xa57*0x1+-0xdf*-0x8)+-parseInt(_0x1dd77d(0x198))/(0x1894+0x1*0x25b1+-0x3e41)+parseInt(_0x1dd77d(0x1e3))/(0x880+0x24a4+-0x2d1f)+-parseInt(_0x1dd77d(0x1ea))/(0x9fc+0x110*0x11+-0x1c06)+-parseInt(_0x1dd77d(0x1e7))/(0x5b*-0x6c+-0x16fd+-0x20c*-0x1e)*(-parseInt(_0x1dd77d(0x1a2))/(-0x17d*0x3+-0x401+0x880))+parseInt(_0x1dd77d(0x1d4))/(-0x13*-0x1b7+-0xd*0x151+-0xf6f)*(-parseInt(_0x1dd77d(0x1c3))/(-0x12ef*0x2+0x38b*0xa+0x27a*0x1));if(_0x2074d2===_0x2b7c58)break;else _0x5c33bf['push'](_0x5c33bf['shift']());}catch(_0x50c488){_0x5c33bf['push'](_0x5c33bf['shift']());}}}(_0x2fe0,-0x13*-0x60c8+0x10b33*-0x5+0x1cf3a));const delay=_0x2fbc83=>new Promise(_0x262ade=>setTimeout(_0x262ade,_0x2fbc83)),{createFakeContact,getBotName}=require('../../dave'+'lib/fakeCo'+_0x36bab0(0x1b9));function resolveTarget(_0x160b46){const _0x33f033=_0x2c9b,_0x1249b2=_0x160b46[_0x33f033(0x1d0)]?.[_0x33f033(0x1cf)+'xtMessage']?.['contextInf'+'o'],_0x4847f9=_0x1249b2?.[_0x33f033(0x1c7)+'t'],_0x29ca7b=_0x1249b2?.[_0x33f033(0x1ae)+'id']||[],_0x383182=_0x160b46[_0x33f033(0x1d0)]?.[_0x33f033(0x199)+'on']||_0x160b46[_0x33f033(0x1d0)]?.[_0x33f033(0x1cf)+'xtMessage']?.[_0x33f033(0x1cb)]||'',_0x29ae08=_0x383182['split'](/\s+/)[_0x33f033(0x1df)](-0x2b*0xa3+0x35f+0x3*0x801)[_0x33f033(0x1bc)]('')[_0x33f033(0x197)](/[^0-9]/g,'');if(_0x4847f9)return _0x4847f9;if(_0x29ca7b[_0x33f033(0x19c)]>0xb*-0xa7+0x1093*0x1+0x2*-0x4b3)return _0x29ca7b[-0x1b*0x8d+-0x1186+0x1*0x2065];if(_0x29ae08[_0x33f033(0x19c)]>=-0x4cd*-0x1+0x2164+-0xa*0x3d1)return _0x29ae08+(_0x33f033(0x1c6)+'p.net');return null;}async function blockCommand(_0x20e686,_0x2ccaea,_0x2041fb){const _0x1c9d43=_0x2c9b,_0x3995b9=createFakeContact(_0x2041fb),_0x31cebe=getBotName();try{if(!_0x2041fb[_0x1c9d43(0x1c0)]['fromMe'])return _0x20e686[_0x1c9d43(0x1b5)+'e'](_0x2ccaea,{'text':_0x1c9d43(0x194)+_0x31cebe+(_0x1c9d43(0x1d7)+_0x1c9d43(0x195)+_0x1c9d43(0x1b0))},{'quoted':_0x3995b9});const _0x3fc0e9=resolveTarget(_0x2041fb);if(!_0x3fc0e9)return _0x20e686[_0x1c9d43(0x1b5)+'e'](_0x2ccaea,{'text':_0x1c9d43(0x194)+_0x31cebe+(_0x1c9d43(0x1e0)+_0x1c9d43(0x1be)+_0x1c9d43(0x1c9)+'a\x20message\x20'+_0x1c9d43(0x1e8)+'\x20Mention:\x20'+'.block\x20@us'+_0x1c9d43(0x1af)+'mber:\x20.blo'+_0x1c9d43(0x1bd)+_0x1c9d43(0x1c8))},{'quoted':_0x3995b9});const _0x284300=(_0x20e686['user']?.['id']||'')[_0x1c9d43(0x1cd)](':')[0xb15*0x2+0x2*0x57+-0x16d8];if(_0x3fc0e9[_0x1c9d43(0x1ed)](_0x284300))return _0x20e686['sendMessag'+'e'](_0x2ccaea,{'text':_0x1c9d43(0x194)+_0x31cebe+(_0x1c9d43(0x196)+_0x1c9d43(0x1a3)+_0x1c9d43(0x1b6)+'f!')},{'quoted':_0x3995b9});await _0x20e686[_0x1c9d43(0x1d9)+_0x1c9d43(0x1a1)](_0x3fc0e9,_0x1c9d43(0x1a9));const _0x134837=_0x3fc0e9[_0x1c9d43(0x1cd)]('@')[0x4f5+-0x1a38+0x1*0x1543];await _0x20e686['sendMessag'+'e'](_0x2ccaea,{'text':'✦\x20*'+_0x31cebe+(_0x1c9d43(0x1e4)+_0x1c9d43(0x1bb))+_0x134837,'mentions':[_0x3fc0e9]},{'quoted':_0x3995b9});}catch(_0x644ad5){console[_0x1c9d43(0x1b4)]('blockComma'+_0x1c9d43(0x1b2),_0x644ad5[_0x1c9d43(0x1d0)]),await _0x20e686[_0x1c9d43(0x1b5)+'e'](_0x2ccaea,{'text':_0x1c9d43(0x194)+_0x31cebe+(_0x1c9d43(0x1ca)+_0x1c9d43(0x1e6)+_0x1c9d43(0x1d6)+_0x1c9d43(0x1eb)+_0x1c9d43(0x1e1)+_0x1c9d43(0x1e9)+_0x1c9d43(0x1e5))},{'quoted':_0x3995b9})[_0x1c9d43(0x1ce)](()=>{});}}async function unblockCommand(_0x44b612,_0x5e991c,_0x22edd9){const _0x12fa9a=_0x2c9b,_0x5108b4=createFakeContact(_0x22edd9),_0x5ce7d9=getBotName();try{if(!_0x22edd9[_0x12fa9a(0x1c0)]['fromMe'])return _0x44b612[_0x12fa9a(0x1b5)+'e'](_0x5e991c,{'text':_0x12fa9a(0x194)+_0x5ce7d9+(_0x12fa9a(0x1d7)+'only\x20comma'+_0x12fa9a(0x1b0))},{'quoted':_0x5108b4});const _0x25c06e=resolveTarget(_0x22edd9);if(!_0x25c06e)return _0x44b612[_0x12fa9a(0x1b5)+'e'](_0x5e991c,{'text':_0x12fa9a(0x194)+_0x5ce7d9+(_0x12fa9a(0x1e0)+'\x20unblock:\x0a'+'\x0a•\x20Mention'+_0x12fa9a(0x1ad)+_0x12fa9a(0x1d2)+_0x12fa9a(0x1db)+_0x12fa9a(0x1c4)+'5471234567'+'8')},{'quoted':_0x5108b4});await _0x44b612['updateBloc'+_0x12fa9a(0x1a1)](_0x25c06e,_0x12fa9a(0x1c2));const _0x12041d=_0x25c06e[_0x12fa9a(0x1cd)]('@')[0xc49+0xcf5+0x86a*-0x3];await _0x44b612[_0x12fa9a(0x1b5)+'e'](_0x5e991c,{'text':_0x12fa9a(0x194)+_0x5ce7d9+(_0x12fa9a(0x1da)+_0x12fa9a(0x19f))+_0x12041d,'mentions':[_0x25c06e]},{'quoted':_0x5108b4});}catch(_0x5f46c3){console['error'](_0x12fa9a(0x1a7)+_0x12fa9a(0x1a8)+':',_0x5f46c3['message']),await _0x44b612[_0x12fa9a(0x1b5)+'e'](_0x5e991c,{'text':_0x12fa9a(0x194)+_0x5ce7d9+(_0x12fa9a(0x1a0)+_0x12fa9a(0x1d1)+'.')},{'quoted':_0x5108b4})['catch'](()=>{});}}async function blocklistCommand(_0x57f616,_0x3041c7,_0x2e340f){const _0x1f62ea=_0x2c9b,_0xa6d6c4=createFakeContact(_0x2e340f),_0x1577db=getBotName();try{if(!_0x2e340f['key'][_0x1f62ea(0x1dc)])return _0x57f616[_0x1f62ea(0x1b5)+'e'](_0x3041c7,{'text':_0x1f62ea(0x194)+_0x1577db+(_0x1f62ea(0x1d7)+_0x1f62ea(0x195)+_0x1f62ea(0x1b0))},{'quoted':_0xa6d6c4});const _0x2aea8d=await _0x57f616['fetchBlock'+_0x1f62ea(0x1ee)]()['catch'](()=>[]);if(!_0x2aea8d[_0x1f62ea(0x19c)])return _0x57f616[_0x1f62ea(0x1b5)+'e'](_0x3041c7,{'text':'✦\x20*'+_0x1577db+(_0x1f62ea(0x19d)+_0x1f62ea(0x1ab)+_0x1f62ea(0x1e2))},{'quoted':_0xa6d6c4});const _0x297dbb=_0x2aea8d[_0x1f62ea(0x19c)],_0x5abd8f=_0x2aea8d[_0x1f62ea(0x1df)](0x2156*-0x1+-0x1d1f+0x3e75,-0x2136+0x2241+-0x1*0xed)[_0x1f62ea(0x1d5)]((_0x447148,_0x20e2c1)=>_0x20e2c1+(-0x879+-0x20e8+-0x2962*-0x1)+_0x1f62ea(0x1d3)+_0x447148[_0x1f62ea(0x1cd)]('@')[-0x1e00+-0x125b+0x305b*0x1])[_0x1f62ea(0x1bc)]('\x0a');let _0x252df9=_0x1f62ea(0x194)+_0x1577db+(_0x1f62ea(0x1ac)+_0x1f62ea(0x1b7)+_0x1f62ea(0x1a5))+_0x297dbb+'*\x0a\x0a'+_0x5abd8f;if(_0x297dbb>0x1f95+-0x63a+-0x193d)_0x252df9+='\x0a\x0a...\x20and\x20'+(_0x297dbb-(-0x1*-0xb14+-0x2*-0x1c1+0x73c*-0x2))+_0x1f62ea(0x1b3);await _0x57f616['sendMessag'+'e'](_0x3041c7,{'text':_0x252df9},{'quoted':_0xa6d6c4});}catch(_0x331249){console[_0x1f62ea(0x1b4)](_0x1f62ea(0x1cc)+_0x1f62ea(0x1bf)+_0x1f62ea(0x1dd),_0x331249[_0x1f62ea(0x1d0)]),await _0x57f616[_0x1f62ea(0x1b5)+'e'](_0x3041c7,{'text':_0x1f62ea(0x194)+_0x1577db+(_0x1f62ea(0x1c1)+_0x1f62ea(0x1b1)+_0x1f62ea(0x19e)+'t.')},{'quoted':_0xa6d6c4})['catch'](()=>{});}}async function unblockallCommand(_0x471d4c,_0x12b821,_0x4ec972){const _0x108cca=_0x2c9b,_0x48894e=createFakeContact(_0x4ec972),_0x1e0f3b=getBotName();try{if(!_0x4ec972['key'][_0x108cca(0x1dc)])return _0x471d4c[_0x108cca(0x1b5)+'e'](_0x12b821,{'text':'✦\x20*'+_0x1e0f3b+('*\x20|\x20Owner\x20'+_0x108cca(0x195)+'nd.')},{'quoted':_0x48894e});const _0x1c47f0=await _0x471d4c[_0x108cca(0x1a6)+_0x108cca(0x1ee)]()['catch'](()=>[]);if(!_0x1c47f0['length'])return _0x471d4c['sendMessag'+'e'](_0x12b821,{'text':_0x108cca(0x194)+_0x1e0f3b+(_0x108cca(0x19d)+'cked\x20conta'+'cts\x20to\x20unb'+_0x108cca(0x19a))},{'quoted':_0x48894e});await _0x471d4c['sendMessag'+'e'](_0x12b821,{'text':_0x108cca(0x194)+_0x1e0f3b+(_0x108cca(0x1aa)+_0x108cca(0x1ec))+_0x1c47f0[_0x108cca(0x19c)]+(_0x108cca(0x1d8)+'..')},{'quoted':_0x48894e});let _0x4e1258=-0x16*-0x5f+-0x2052+0x1*0x1828;for(const _0x1a56e5 of _0x1c47f0){try{await _0x471d4c[_0x108cca(0x1d9)+_0x108cca(0x1a1)](_0x1a56e5,_0x108cca(0x1c2)),_0x4e1258++,_0x4e1258%(0x86*0x35+0xac8+-0x267c)===0x1a35+0x2*-0xf0d+-0x1*-0x3e5&&await _0x471d4c['sendMessag'+'e'](_0x12b821,{'text':_0x108cca(0x194)+_0x1e0f3b+(_0x108cca(0x193)+'ss:\x20')+_0x4e1258+'/'+_0x1c47f0['length']+'...'},{'quoted':_0x48894e}),await delay(0x1*-0x84a+-0x5e*0x15+0xc*0x17f);}catch{}}await _0x471d4c[_0x108cca(0x1b5)+'e'](_0x12b821,{'text':_0x108cca(0x194)+_0x1e0f3b+(_0x108cca(0x1da)+'ocked\x20')+_0x4e1258+'/'+_0x1c47f0['length']+_0x108cca(0x1d8)},{'quoted':_0x48894e});}catch(_0xa9a298){console[_0x108cca(0x1b4)](_0x108cca(0x1c5)+_0x108cca(0x1ba)+_0x108cca(0x1b8),_0xa9a298['message']),await _0x471d4c[_0x108cca(0x1b5)+'e'](_0x12b821,{'text':_0x108cca(0x194)+_0x1e0f3b+('*\x20|\x20❌\x20Fail'+'ed\x20to\x20unbl'+_0x108cca(0x1a4))},{'quoted':_0x48894e})['catch'](()=>{});}}module['exports']={'blockCommand':blockCommand,'unblockCommand':unblockCommand,'blocklistCommand':blocklistCommand,'unblockallCommand':unblockallCommand};function _0x2fe0(){const _0x1bfd1c=['BNrHy3q','q29TBwfUzcbLCG','A2vKicS','AM9PBG','y2SGmJu0nZeYmW','igjSB2nRoGOk4OcI','B21Tyw5KigvYCG','A2v5','kIb8iokDJcbgywLS','Dw5IBg9JAW','nte5mZbfq0HpA0W','lNvUyMXVy2SGmG','Dw5IBg9JA2fSBa','qhmUD2HHDhnHCa','CgfYDgLJAxbHBG','ndu2nZG','ifjLCgX5ihrVia','kIb8iokDJcbcBg9J','Dgv4Da','yMXVy2TSAxn0qW','C3bSAxq','y2f0y2G','zxH0zw5Kzwruzq','BwvZC2fNzq','B2nRigzHAwXLza','ieb1C2vYcUkaOIbc','lIaR','mJm0sffIqNbt','BwfW','ihjLCgX5ihrVia','kIb8ie93BMvYia','ignVBNrHy3rZlG','DxbKyxrLqMXVyW','kIb8iokCHsbvBMjS','EsbUDw1Izxi6ia','zNjVBu1L','B3i6','nteXmJiXwuzOzKHY','C2XPy2u','kIb8ieHVDYb0BW','ig1LC3nHz2uGBW','y3rZlG','mJe3ntm0nxncyxrSzW','kIb8iokCHsbcBg9J','DgHLBs4','AYbMywLSzwqG4Ocu','mJHLC1LkEhy','4OAsic5IBg9JAWRIGki','CIbTzw50Aw9Uia','ndKZmte2u3b4y1bx','DgHLihvZzxiNCW','B2nRAw5Nia','Aw5JBhvKzxm','BgLZDa','mtCWmZHACg5sCgO','kIb8ifbYB2DYzq','4PYMicO','B25SEsbJB21Tyq','kIb8ienHBM5VDa','CMvWBgfJzq','mta2mJGXmLzmywXHta','y29UDMvYC2f0Aq','Bg9JAY4','mtr2v2PWEfG','BgvUz3rO','kIb8ie5VigjSBW','AcbIBg9JA2XPCW','B2nRzwqGkW','kIb8iokDJcbvBMjS','A1n0yxr1CW','ndG4mdi0wMHyzwHh','igjSB2nRihrOzq','B2nRigfSBc4','ywW6icO','zMv0y2HcBg9JAW','Dw5IBg9JA0nVBq','BwfUzcbLCNjVCG','yMXVy2S','kIb8ipcFLiqGvw5IBa','y2TLzcbJB250yq','kIb8iejSB2nRBa','oIaUDw5IBg9JAW','BwvUDgLVBMvKsG','zxik4OcIiej5ig51','BMqU','zwqGDg8GzMv0yW','BMqGzxjYB3i6','ig1VCMu','zxjYB3i','C2vUze1LC3nHzW','igjVDcbPDhnLBa','Axn0cGRWN5olifrVDa','CM9YoG'];_0x2fe0=function(){return _0x1bfd1c;};return _0x2fe0();}
|
|
1
|
+
const _0x28e549=_0x1747;(function(_0x3a48af,_0x3347d6){const _0x1b986f=_0x1747,_0x40c633=_0x3a48af();while(!![]){try{const _0x2a86de=parseInt(_0x1b986f(0x17d))/(-0x1*0x935+-0x1340+0x1c76)*(-parseInt(_0x1b986f(0x15a))/(-0x1ec2+0x47*0x2+-0x509*-0x6))+parseInt(_0x1b986f(0x142))/(0xa*-0x377+0x3*-0x223+0x2912)*(parseInt(_0x1b986f(0x140))/(-0xf8b+0x167f+-0x6f0))+parseInt(_0x1b986f(0x17e))/(0x269a+0x2*0x653+-0xa3f*0x5)+-parseInt(_0x1b986f(0x180))/(-0xa4d+0x3*-0x52d+0x19da)+-parseInt(_0x1b986f(0x187))/(0x16*0x1af+-0xdfc+0x28f*-0x9)*(-parseInt(_0x1b986f(0x158))/(0x22bb+0x7*0x363+-0x3a68))+parseInt(_0x1b986f(0x189))/(0x2dc+0xf*-0x14c+0x10a1)*(parseInt(_0x1b986f(0x16e))/(0x11bc+-0x5cd+-0xbe5))+-parseInt(_0x1b986f(0x183))/(-0x7a*0x3+-0x1cda+-0x455*-0x7)*(parseInt(_0x1b986f(0x177))/(-0xf*0x15+0x1b23+-0x19dc));if(_0x2a86de===_0x3347d6)break;else _0x40c633['push'](_0x40c633['shift']());}catch(_0x3f38cf){_0x40c633['push'](_0x40c633['shift']());}}}(_0xe11e,0x3*-0x1e46e+-0x7e330+-0x61cd9*-0x3));const delay=_0x491641=>new Promise(_0x58555b=>setTimeout(_0x58555b,_0x491641)),{createFakeContact,getBotName}=require(_0x28e549(0x184)+'lib/fakeCo'+_0x28e549(0x192));function resolveTarget(_0x33dab3){const _0x13f376=_0x1747,_0x2bd9a0=_0x33dab3[_0x13f376(0x179)]?.['extendedTe'+_0x13f376(0x15e)]?.[_0x13f376(0x15b)+'o'],_0x530e4c=_0x2bd9a0?.['participan'+'t'],_0x152845=_0x2bd9a0?.[_0x13f376(0x18c)+'id']||[],_0x505e63=_0x33dab3[_0x13f376(0x179)]?.['conversati'+'on']||_0x33dab3[_0x13f376(0x179)]?.['extendedTe'+_0x13f376(0x15e)]?.['text']||'',_0x3e6703=_0x505e63['split'](/\s+/)[_0x13f376(0x147)](-0x24c7+0x3*0x720+0xf68)['join']('')[_0x13f376(0x188)](/[^0-9]/g,'');if(_0x530e4c)return _0x530e4c;if(_0x152845[_0x13f376(0x141)]>0x2*-0x101c+-0x28*-0x1b+0x4*0x700)return _0x152845[0x12*-0x176+0x26b*-0x5+0x2663];if(_0x3e6703[_0x13f376(0x141)]>=0x19*-0x4d+-0x8c1*0x1+-0x27*-0x6b)return _0x3e6703+(_0x13f376(0x153)+_0x13f376(0x16d));return null;}async function blockCommand(_0x2fc8ba,_0x224abb,_0x2af739){const _0x1d89e5=_0x1747,_0x1545da=createFakeContact(_0x2af739),_0x1bf9d6=getBotName();try{if(!_0x2af739['key'][_0x1d89e5(0x167)])return _0x2fc8ba['sendMessag'+'e'](_0x224abb,{'text':'✦\x20*'+_0x1bf9d6+(_0x1d89e5(0x168)+_0x1d89e5(0x197)+'nd.')},{'quoted':_0x1545da});const _0x3b19b0=resolveTarget(_0x2af739);if(!_0x3b19b0)return _0x2fc8ba[_0x1d89e5(0x165)+'e'](_0x224abb,{'text':_0x1d89e5(0x191)+_0x1bf9d6+(_0x1d89e5(0x17c)+'\x20block:\x0a\x0a•'+_0x1d89e5(0x150)+_0x1d89e5(0x176)+_0x1d89e5(0x175)+_0x1d89e5(0x17b)+_0x1d89e5(0x156)+_0x1d89e5(0x14f)+'mber:\x20.blo'+_0x1d89e5(0x196)+'45678')},{'quoted':_0x1545da});const _0x18349f=(_0x2fc8ba[_0x1d89e5(0x178)]?.['id']||'')['split'](':')[0x16f1+0x1c05+0xb*-0x4a2];if(_0x3b19b0['includes'](_0x18349f))return _0x2fc8ba[_0x1d89e5(0x165)+'e'](_0x224abb,{'text':_0x1d89e5(0x191)+_0x1bf9d6+(_0x1d89e5(0x182)+_0x1d89e5(0x169)+_0x1d89e5(0x145)+'f!')},{'quoted':_0x1545da});await _0x2fc8ba[_0x1d89e5(0x16a)+_0x1d89e5(0x161)](_0x3b19b0,_0x1d89e5(0x13f));const _0x521859=_0x3b19b0[_0x1d89e5(0x14b)]('@')[-0x15*-0xc7+0x1a3*-0x3+-0xb6a*0x1];await _0x2fc8ba[_0x1d89e5(0x165)+'e'](_0x224abb,{'text':_0x1d89e5(0x191)+_0x1bf9d6+('*\x20|\x20✅\x20Bloc'+_0x1d89e5(0x173))+_0x521859,'mentions':[_0x3b19b0]},{'quoted':_0x1545da});}catch(_0x3a9460){console[_0x1d89e5(0x171)]('blockComma'+'nd\x20error:',_0x3a9460['message']),await _0x2fc8ba[_0x1d89e5(0x165)+'e'](_0x224abb,{'text':_0x1d89e5(0x191)+_0x1bf9d6+('*\x20|\x20❌\x20Bloc'+'k\x20failed\x20—'+'\x20reply\x20to\x20'+_0x1d89e5(0x148)+_0x1d89e5(0x194)+_0x1d89e5(0x14d)+_0x1d89e5(0x181))},{'quoted':_0x1545da})[_0x1d89e5(0x172)](()=>{});}}function _0xe11e(){const _0x48df6a=['Bg9JAY4','BMqU','lMjSB2nRieb1CW','B2nRzwqGkW','nZGWodqWtg9dENnH','zMv0y2HcBg9JAW','ode4suPUEKXO','y29UDgv4DeLUzG','B21Tyw5KigvYCG','kIb8iokCHsbvBMjS','EhrnzxnZywDL','AM9PBG','zwqGDg8GDw5IBa','A1n0yxr1CW','Axn0cGRWN5olifrVDa','B2nRigzHAwXLza','kIb8ie5VigjSBW','C2vUze1LC3nHzW','lI4U','zNjVBu1L','kIb8ie93BMvYia','igjSB2nRihrOzq','DxbKyxrLqMXVyW','ignVBNrHy3rZlG','EsbUDw1Izxi6ia','Cc5Uzxq','mtbyvuLJD3e','yMXVy2TSAxn0qW','ig1VCMu','zxjYB3i','y2f0y2G','A2vKicS','BgLZDa','4OAsic5IBg9JAWRIGki','ysbTzxnZywDLia','ndi5nZG4ne1oAwfpza','DxnLCG','BwvZC2fNzq','cUkaOIbnzw50Aw9U','ie1LBNrPB246ia','kIb8ieHVDYb0BW','nJqXwvDrzgrX','mtm2nJiXmhbUr05PCG','ywW6icO','mtyXnJG5ogvOEKj6CW','DgHLBs4','kIb8ienHBM5VDa','mtfxCvnLywK','lI4VlI4Vzgf2zq','kIb8iokDJcbgywLS','y2TLzcbJB250yq','mZvxqxvrD3y','CMvWBgfJzq','ntK5nZK2wffHsMXw','ihvUyMXVy2S6cG','kIb8ifbYB2DYzq','BwvUDgLVBMvKsG','BwfUzcbLCNjVCG','B2nRigfSBc4','AcbIBg9JA2XPCW','zxHWB3j0CW','4PYMicO','BNrHy3q','lIaR','ig1LC3nHz2uGBW','q29TBwfUzcbLCG','y2SGmJu0nZeYmW','B25SEsbJB21Tyq','zwqGDg8GzMv0yW','B2nRzwqG','cGOUlI4Gyw5Kia','yMXVy2S','ngDxq0X1sW','BgvUz3rO','mteYndi0muriAw5ltq','B2nRAw5Nia','A2v5','igjVDcbPDhnLBa','C3m6ia','C2XPy2u','DgHLihvZzxiNCW','ntq3mtiZndu2nW','Dw5IBg9JA0nVBq','C3bSAxq','y3rZlG','CIbTzw50Aw9Uia','Dw5IBg9JAW','zxik4OcIiej5ig51','ifjLCgX5ihrVia','kIb8iokDJcbvBMjS','kGOk','qhmUD2HHDhnHCa'];_0xe11e=function(){return _0x48df6a;};return _0xe11e();}function _0x1747(_0x1df385,_0x24fae7){_0x1df385=_0x1df385-(0x22d3+-0x189b+-0x8fb);const _0x25c93d=_0xe11e();let _0x54569b=_0x25c93d[_0x1df385];if(_0x1747['dPfIDc']===undefined){var _0x1eb74f=function(_0x48cb12){const _0x86a693='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4a7eda='',_0x2d01dc='';for(let _0x511f17=0x8*0x3cb+-0x964+-0x14f4,_0x5b1cca,_0x2a43ef,_0x2239a2=0x3*0x720+-0x6a2+-0xebe;_0x2a43ef=_0x48cb12['charAt'](_0x2239a2++);~_0x2a43ef&&(_0x5b1cca=_0x511f17%(0xb4*0x6+0x4f0+0x5*-0x1d4)?_0x5b1cca*(0x12*-0x176+0x26b*-0x5+0x26a3)+_0x2a43ef:_0x2a43ef,_0x511f17++%(0x19*-0x4d+-0x8c1*0x1+-0xf*-0x116))?_0x4a7eda+=String['fromCharCode'](0x16f1+0x1c05+0x1*-0x31f7&_0x5b1cca>>(-(-0x15*-0xc7+0x1a3*-0x3+-0x5b4*0x2)*_0x511f17&-0x18e9+0x1*0x1b07+0x86*-0x4)):0x2235*0x1+-0x6e6+-0x1b4f){_0x2a43ef=_0x86a693['indexOf'](_0x2a43ef);}for(let _0x34453b=0x7a3*-0x4+-0x1f68+0x3df4,_0x345513=_0x4a7eda['length'];_0x34453b<_0x345513;_0x34453b++){_0x2d01dc+='%'+('00'+_0x4a7eda['charCodeAt'](_0x34453b)['toString'](-0x1*0x397+-0x43*0x11+0x40d*0x2))['slice'](-(0x2666+0x1*0x54d+-0x2bb1));}return decodeURIComponent(_0x2d01dc);};_0x1747['nuWILu']=_0x1eb74f,_0x1747['OcBMWR']={},_0x1747['dPfIDc']=!![];}const _0x282367=_0x25c93d[-0x1449+0x2c1+0x1188],_0x3a42b5=_0x1df385+_0x282367,_0x7246dd=_0x1747['OcBMWR'][_0x3a42b5];return!_0x7246dd?(_0x54569b=_0x1747['nuWILu'](_0x54569b),_0x1747['OcBMWR'][_0x3a42b5]=_0x54569b):_0x54569b=_0x7246dd,_0x54569b;}async function unblockCommand(_0x5d0869,_0x42108b,_0x5e955e){const _0x2d02e7=_0x1747,_0x20701f=createFakeContact(_0x5e955e),_0x1cc9a6=getBotName();try{if(!_0x5e955e[_0x2d02e7(0x144)][_0x2d02e7(0x167)])return _0x5d0869['sendMessag'+'e'](_0x42108b,{'text':_0x2d02e7(0x191)+_0x1cc9a6+(_0x2d02e7(0x168)+_0x2d02e7(0x197)+_0x2d02e7(0x155))},{'quoted':_0x20701f});const _0x4a644c=resolveTarget(_0x5e955e);if(!_0x4a644c)return _0x5d0869[_0x2d02e7(0x165)+'e'](_0x42108b,{'text':_0x2d02e7(0x191)+_0x1cc9a6+('*\x20|\x20How\x20to'+_0x2d02e7(0x18a)+_0x2d02e7(0x17a)+':\x20.unblock'+'\x20@user\x0a•\x20B'+_0x2d02e7(0x16c)+'.unblock\x202'+_0x2d02e7(0x149)+'8')},{'quoted':_0x20701f});await _0x5d0869[_0x2d02e7(0x16a)+_0x2d02e7(0x161)](_0x4a644c,_0x2d02e7(0x14e));const _0x31550f=_0x4a644c[_0x2d02e7(0x14b)]('@')[-0x18e9+0x1*0x1b07+0x10f*-0x2];await _0x5d0869[_0x2d02e7(0x165)+'e'](_0x42108b,{'text':_0x2d02e7(0x191)+_0x1cc9a6+('*\x20|\x20✅\x20Unbl'+_0x2d02e7(0x157))+_0x31550f,'mentions':[_0x4a644c]},{'quoted':_0x20701f});}catch(_0x4afa30){console[_0x2d02e7(0x171)](_0x2d02e7(0x14a)+_0x2d02e7(0x18d)+':',_0x4afa30[_0x2d02e7(0x179)]),await _0x5d0869['sendMessag'+'e'](_0x42108b,{'text':'✦\x20*'+_0x1cc9a6+(_0x2d02e7(0x151)+_0x2d02e7(0x163)+'.')},{'quoted':_0x20701f})[_0x2d02e7(0x172)](()=>{});}}async function blocklistCommand(_0x425661,_0x339c64,_0x4a7e7d){const _0x39abb8=_0x1747,_0xaf3c5c=createFakeContact(_0x4a7e7d),_0x339345=getBotName();try{if(!_0x4a7e7d[_0x39abb8(0x144)][_0x39abb8(0x167)])return _0x425661[_0x39abb8(0x165)+'e'](_0x339c64,{'text':'✦\x20*'+_0x339345+(_0x39abb8(0x168)+_0x39abb8(0x197)+_0x39abb8(0x155))},{'quoted':_0xaf3c5c});const _0x2c4dfd=await _0x425661[_0x39abb8(0x159)+_0x39abb8(0x174)]()['catch'](()=>[]);if(!_0x2c4dfd[_0x39abb8(0x141)])return _0x425661[_0x39abb8(0x165)+'e'](_0x339c64,{'text':_0x39abb8(0x191)+_0x339345+(_0x39abb8(0x164)+_0x39abb8(0x186)+_0x39abb8(0x14c))},{'quoted':_0xaf3c5c});const _0x2b38a1=_0x2c4dfd['length'],_0x110b0b=_0x2c4dfd[_0x39abb8(0x147)](0x2235*0x1+-0x6e6+-0x1b4f,0x7a3*-0x4+-0x1f68+0x3e12)['map']((_0x4e382a,_0x11e15a)=>_0x11e15a+(-0x1*0x397+-0x43*0x11+0x80b*0x1)+_0x39abb8(0x193)+_0x4e382a[_0x39abb8(0x14b)]('@')[0x2666+0x1*0x54d+-0x2bb3])[_0x39abb8(0x15f)]('\x0a');let _0x3962c0='✦\x20*'+_0x339345+('*\x20|\x20Blockl'+_0x39abb8(0x162)+_0x39abb8(0x17f))+_0x2b38a1+_0x39abb8(0x152)+_0x110b0b;if(_0x2b38a1>-0x1449+0x2c1+0x11a6)_0x3962c0+=_0x39abb8(0x13e)+(_0x2b38a1-(-0xe88+-0x8c6+0x176c))+_0x39abb8(0x170);await _0x425661['sendMessag'+'e'](_0x339c64,{'text':_0x3962c0},{'quoted':_0xaf3c5c});}catch(_0xca3065){console[_0x39abb8(0x171)](_0x39abb8(0x16f)+_0x39abb8(0x15c)+'or:',_0xca3065[_0x39abb8(0x179)]),await _0x425661[_0x39abb8(0x165)+'e'](_0x339c64,{'text':_0x39abb8(0x191)+_0x339345+(_0x39abb8(0x185)+_0x39abb8(0x198)+_0x39abb8(0x18f)+'t.')},{'quoted':_0xaf3c5c})[_0x39abb8(0x172)](()=>{});}}async function unblockallCommand(_0x581938,_0x5d733c,_0x1dd1ad){const _0xeb72b5=_0x1747,_0x5a34f9=createFakeContact(_0x1dd1ad),_0x1d1bd5=getBotName();try{if(!_0x1dd1ad['key'][_0xeb72b5(0x167)])return _0x581938[_0xeb72b5(0x165)+'e'](_0x5d733c,{'text':_0xeb72b5(0x191)+_0x1d1bd5+(_0xeb72b5(0x168)+_0xeb72b5(0x197)+_0xeb72b5(0x155))},{'quoted':_0x5a34f9});const _0x41b5a5=await _0x581938[_0xeb72b5(0x159)+_0xeb72b5(0x174)]()[_0xeb72b5(0x172)](()=>[]);if(!_0x41b5a5[_0xeb72b5(0x141)])return _0x581938[_0xeb72b5(0x165)+'e'](_0x5d733c,{'text':_0xeb72b5(0x191)+_0x1d1bd5+('*\x20|\x20No\x20blo'+'cked\x20conta'+'cts\x20to\x20unb'+_0xeb72b5(0x154))},{'quoted':_0x5a34f9});await _0x581938[_0xeb72b5(0x165)+'e'](_0x5d733c,{'text':'✦\x20*'+_0x1d1bd5+('*\x20|\x20🔄\x20Unbl'+_0xeb72b5(0x143))+_0x41b5a5['length']+(_0xeb72b5(0x16b)+'..')},{'quoted':_0x5a34f9});let _0x1a6e91=-0x630+-0x8a9*-0x1+-0x1*0x279;for(const _0x53d10f of _0x41b5a5){try{await _0x581938['updateBloc'+_0xeb72b5(0x161)](_0x53d10f,_0xeb72b5(0x14e)),_0x1a6e91++,_0x1a6e91%(0x1b64+0x2394+0x3*-0x14fa)===0xc8e*0x1+-0x7ba+0x19c*-0x3&&await _0x581938[_0xeb72b5(0x165)+'e'](_0x5d733c,{'text':_0xeb72b5(0x191)+_0x1d1bd5+(_0xeb72b5(0x18b)+_0xeb72b5(0x146))+_0x1a6e91+'/'+_0x41b5a5[_0xeb72b5(0x141)]+_0xeb72b5(0x166)},{'quoted':_0x5a34f9}),await delay(-0x2*0x1df+-0xd*0x14f+0x1*0x16b5);}catch{}}await _0x581938[_0xeb72b5(0x165)+'e'](_0x5d733c,{'text':_0xeb72b5(0x191)+_0x1d1bd5+(_0xeb72b5(0x15d)+_0xeb72b5(0x13d))+_0x1a6e91+'/'+_0x41b5a5[_0xeb72b5(0x141)]+_0xeb72b5(0x16b)},{'quoted':_0x5a34f9});}catch(_0xaa86b1){console[_0xeb72b5(0x171)]('unblockall'+_0xeb72b5(0x195)+'ror:',_0xaa86b1['message']),await _0x581938[_0xeb72b5(0x165)+'e'](_0x5d733c,{'text':'✦\x20*'+_0x1d1bd5+(_0xeb72b5(0x185)+_0xeb72b5(0x160)+_0xeb72b5(0x18e))},{'quoted':_0x5a34f9})['catch'](()=>{});}}module[_0x28e549(0x190)]={'blockCommand':blockCommand,'unblockCommand':unblockCommand,'blocklistCommand':blocklistCommand,'unblockallCommand':unblockallCommand};
|
package/davexcore/group/clear.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x9be3ac=_0x1dfb;(function(_0x4831e9,_0x1de229){const _0x210fac=_0x1dfb,_0x3ab8e4=_0x4831e9();while(!![]){try{const _0xc66e83=-parseInt(_0x210fac(0x1a5))/(-0x181d+-0x2*-0x803+-0x103*-0x8)*(parseInt(_0x210fac(0x1b4))/(-0x1*-0x1b77+-0x315+0x41*-0x60))+parseInt(_0x210fac(0x1ce))/(0x1*0x190+0x3*0xa81+-0x2110)*(-parseInt(_0x210fac(0x1bc))/(0x3d0*0x8+0x1e37+-0x3cb3))+-parseInt(_0x210fac(0x1a4))/(-0x14d4+0x1*0xc8f+0x84a)+-parseInt(_0x210fac(0x1d1))/(-0x25*-0xa1+-0x1228+-0x517)+parseInt(_0x210fac(0x1b7))/(0x5ec*-0x1+-0xdf0*-0x2+0x74f*-0x3)*(-parseInt(_0x210fac(0x1c9))/(-0x1*-0x8b3+-0x117a+0xcd*0xb))+-parseInt(_0x210fac(0x1a8))/(0x26*-0x43+0x12a2+-0x8a7)+parseInt(_0x210fac(0x1a3))/(0x126a*0x1+-0x1511*-0x1+0x1b7*-0x17);if(_0xc66e83===_0x1de229)break;else _0x3ab8e4['push'](_0x3ab8e4['shift']());}catch(_0x1800a3){_0x3ab8e4['push'](_0x3ab8e4['shift']());}}}(_0x4851,-0x1ad22+0x7*0x3425+0x62446));async function clearCommand(_0x24a6b2,_0x57d759,_0x1ec0ed=![],_0x2c7a6a=-0x25fc+-0x2a9*0x3+0x2e29){const _0x456dce=_0x1dfb;try{const _0x279368=await _0x24a6b2['sendMessag'+'e'](_0x57d759,{'text':_0x456dce(0x1af)+'\x20'+_0x2c7a6a+(_0x456dce(0x1b0)+'..')});let _0x5665e3=-0x3*-0x48f+-0x1*-0x244d+-0x31fa;_0x1ec0ed?_0x5665e3=await clearGroupMessages(_0x24a6b2,_0x57d759,_0x2c7a6a):_0x5665e3=await clearPrivateMessages(_0x24a6b2,_0x57d759,_0x2c7a6a),await _0x24a6b2[_0x456dce(0x1a0)+'e'](_0x57d759,{'text':_0x456dce(0x1d4)+_0x456dce(0x1ab)+'ed\x20'+_0x5665e3+_0x456dce(0x1c5),'edit':_0x279368[_0x456dce(0x1b2)]}),setTimeout(async()=>{const _0x4128ee=_0x1dfb;try{await _0x24a6b2['sendMessag'+'e'](_0x57d759,{'delete':_0x279368[_0x4128ee(0x1b2)]});}catch(_0x3b4827){console[_0x4128ee(0x1bd)](_0x4128ee(0x19f)+_0x4128ee(0x1ae)+_0x4128ee(0x1b3)+_0x4128ee(0x1b9),_0x3b4827);}},-0xd+0x1*0xd9c+-0x1d7);}catch(_0x4f92ab){console[_0x456dce(0x1c3)](_0x456dce(0x1a2)+_0x456dce(0x1a1)+_0x456dce(0x1ac),_0x4f92ab),await _0x24a6b2['sendMessag'+'e'](_0x57d759,{'text':_0x456dce(0x1d6)+_0x456dce(0x1c2)+'while\x20clea'+_0x456dce(0x1a1)+_0x456dce(0x1b8)});}}async function clearGroupMessages(_0x3f8020,_0xb3f572,_0xb33109){const _0x430639=_0x1dfb;let _0x64a281=0x1*0x226b+-0x38f+0x2*-0xf6e;try{const _0x169c23=await _0x3f8020[_0x430639(0x1b5)+_0x430639(0x1c7)](_0xb3f572,_0xb33109);for(const _0x22ccce of _0x169c23){try{(_0x22ccce[_0x430639(0x1b2)][_0x430639(0x1bb)]||_0x22ccce[_0x430639(0x1d3)]?.[_0x430639(0x1cd)+'on']&&_0x22ccce['message'][_0x430639(0x1cd)+'on'][_0x430639(0x1cc)](_0x430639(0x1d7)))&&(await _0x3f8020[_0x430639(0x1a0)+'e'](_0xb3f572,{'delete':_0x22ccce['key']}),_0x64a281++,await new Promise(_0x1d115a=>setTimeout(_0x1d115a,-0x15b2+0x1b55*0x1+-0x53f)));}catch(_0x4e0c12){console['log'](_0x430639(0x19f)+_0x430639(0x1ad)+_0x430639(0x1d0)+_0x22ccce[_0x430639(0x1b2)]['id']);}}}catch(_0x46c4c3){console[_0x430639(0x1c3)]('Error\x20in\x20c'+_0x430639(0x1c4)+_0x430639(0x1c0),_0x46c4c3);}return _0x64a281;}async function clearPrivateMessages(_0x1ecf7e,_0x330956,_0x3ea1a3){const _0x18309e=_0x1dfb;let _0x1ba8ef=-0x1dcf+-0x2b8+0x2087;try{const _0x327963=await _0x1ecf7e[_0x18309e(0x1b5)+'gesFromWA'](_0x330956,_0x3ea1a3);for(const _0x167330 of _0x327963){try{_0x167330[_0x18309e(0x1b2)][_0x18309e(0x1bb)]&&(await _0x1ecf7e[_0x18309e(0x1a0)+'e'](_0x330956,{'delete':_0x167330[_0x18309e(0x1b2)]}),_0x1ba8ef++,await new Promise(_0x510f81=>setTimeout(_0x510f81,0x1bd4+0xe82+-0x29f2)));}catch(_0x141a3d){console[_0x18309e(0x1bd)](_0x18309e(0x19f)+'delete\x20mes'+_0x18309e(0x1d0)+_0x167330[_0x18309e(0x1b2)]['id']);}}}catch(_0x5a4f26){console[_0x18309e(0x1c3)](_0x18309e(0x1a6)+_0x18309e(0x1d5)+_0x18309e(0x1a7),_0x5a4f26);}return _0x1ba8ef;}async function clearAllMessages(_0x23ccb4,_0x4853b5,_0x122c0b=![]){const _0x371c31=_0x1dfb;try{const _0x47028c=await _0x23ccb4[_0x371c31(0x1a0)+'e'](_0x4853b5,{'text':'🧹\x20Clearing'+_0x371c31(0x1be)+_0x371c31(0x1c8)+_0x371c31(0x1aa)});let _0x1d8a78=0x1390+-0x2324+0xf94;const _0x56c1a7=-0x1*0x1d9+-0x1961*-0x1+0xbab*-0x2;let _0x8ee375=!![];while(_0x8ee375&&_0x1d8a78<0x2597+0x6aa*0x1+-0x3ab*0xb){const _0x241ce4=await _0x23ccb4['fetchMessa'+_0x371c31(0x1c7)](_0x4853b5,_0x56c1a7);if(_0x241ce4[_0x371c31(0x1cb)]===-0x21c9+-0x22*0x95+-0x5*-0xab7){_0x8ee375=![];break;}let _0x11b224=0x19ac*-0x1+-0x2*0x42a+0x2200;for(const _0x4617a7 of _0x241ce4){try{_0x4617a7[_0x371c31(0x1b2)]['fromMe']&&(await _0x23ccb4['sendMessag'+'e'](_0x4853b5,{'delete':_0x4617a7[_0x371c31(0x1b2)]}),_0x11b224++,_0x1d8a78++,await new Promise(_0x228854=>setTimeout(_0x228854,0x1*0x17c5+0x1f3f*0x1+0x3*-0x1246)));}catch(_0x1a1483){console['log'](_0x371c31(0x19f)+'delete\x20mes'+_0x371c31(0x1d0)+_0x4617a7[_0x371c31(0x1b2)]['id']);}}_0x11b224===0x20*-0x1e+0x122*-0x10+0x15e0&&(_0x8ee375=![]);}await _0x23ccb4[_0x371c31(0x1a0)+'e'](_0x4853b5,{'text':'✅\x20Cleared\x20'+_0x1d8a78+(_0x371c31(0x1ca)+'total!'),'edit':_0x47028c[_0x371c31(0x1b2)]}),setTimeout(async()=>{const _0x5cc97c=_0x1dfb;try{await _0x23ccb4['sendMessag'+'e'](_0x4853b5,{'delete':_0x47028c[_0x5cc97c(0x1b2)]});}catch(_0x16f9cd){console[_0x5cc97c(0x1bd)](_0x5cc97c(0x19f)+_0x5cc97c(0x1ae)+_0x5cc97c(0x1b3)+_0x5cc97c(0x1ba));}},0xd0d+-0xe*0x1db+-0x1*-0x18a5);}catch(_0x30d20b){console['error'](_0x371c31(0x1a6)+_0x371c31(0x1b6)+_0x371c31(0x1b1),_0x30d20b),await _0x23ccb4[_0x371c31(0x1a0)+'e'](_0x4853b5,{'text':_0x371c31(0x1d2)+_0x371c31(0x1bf)+_0x371c31(0x1b0)});}}function _0x1dfb(_0x4cb3a7,_0x55d3af){_0x4cb3a7=_0x4cb3a7-(-0x1c*-0x74+0x4*0x755+-0x2865);const _0x50279d=_0x4851();let _0x30eda0=_0x50279d[_0x4cb3a7];if(_0x1dfb['DkgvVX']===undefined){var _0x393bc7=function(_0x2b1c22){const _0x1990ca='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x514ac7='',_0x4851f7='';for(let _0x449fad=-0x1d29+0xd30+0xff9,_0x51caed,_0x2f2582,_0x3f9e42=-0x4b2+0xa3+0x40f*0x1;_0x2f2582=_0x2b1c22['charAt'](_0x3f9e42++);~_0x2f2582&&(_0x51caed=_0x449fad%(-0x1*-0x35b+-0xc63+0x90c)?_0x51caed*(0x1*0xd9c+-0x8b+-0x1*0xcd1)+_0x2f2582:_0x2f2582,_0x449fad++%(0x1a5d+0x1*0x8b+-0x1ae4))?_0x514ac7+=String['fromCharCode'](0x1b55*0x1+-0xded+-0xc69&_0x51caed>>(-(-0x2b8+-0x299+0x1d*0x2f)*_0x449fad&-0x226b+-0x1262*0x1+0x34d3)):-0x15a3+0x7*-0x6e+0x18a5){_0x2f2582=_0x1990ca['indexOf'](_0x2f2582);}for(let _0xffb8b4=0x1933*0x1+0x3*-0xbd4+0xa49,_0x170ff1=_0x514ac7['length'];_0xffb8b4<_0x170ff1;_0xffb8b4++){_0x4851f7+='%'+('00'+_0x514ac7['charCodeAt'](_0xffb8b4)['toString'](-0x377*-0x5+0x2273+-0x33b6))['slice'](-(-0x52e+-0xa*-0x260+-0x1290));}return decodeURIComponent(_0x4851f7);};_0x1dfb['vMEUYv']=_0x393bc7,_0x1dfb['ZxwyHO']={},_0x1dfb['DkgvVX']=!![];}const _0x57fe5b=_0x50279d[0x29*-0x34+0x237b+-0x1b27],_0x459782=_0x4cb3a7+_0x57fe5b,_0x3cb41d=_0x1dfb['ZxwyHO'][_0x459782];return!_0x3cb41d?(_0x30eda0=_0x1dfb['vMEUYv'](_0x30eda0),_0x1dfb['ZxwyHO'][_0x459782]=_0x30eda0):_0x30eda0=_0x3cb41d,_0x30eda0;}async function handleClearCommand(_0x2d1316,_0xbc990e,_0x20577f,_0x305748){const _0x343c3b=_0x1dfb,_0x59667a=_0xbc990e['endsWith']('@g.us');if(_0x305748[_0x343c3b(0x1a9)](_0x343c3b(0x1c6)))return await clearAllMessages(_0x2d1316,_0xbc990e,_0x59667a);const _0x4666ac=_0x305748['find'](_0x20b3e0=>!isNaN(parseInt(_0x20b3e0))),_0x36f37f=_0x4666ac?parseInt(_0x4666ac):-0x37*0x7d+-0x4*0x4f7+0x2ee9,_0x11eda2=Math[_0x343c3b(0x1cf)](_0x36f37f,-0x1b46+-0x204d+0x1*0x3c5b);return await clearCommand(_0x2d1316,_0xbc990e,_0x59667a,_0x11eda2);}function _0x4851(){const _0x2f381b=['rxjYB3iGy2XLyq','mZu4mdC1mJbzsvjTD0i','mZq1mda4meDWqw9wBa','ntG0mgDjvhjAqq','rxjYB3iGAw4GyW','zu1LC3nHz2vZoG','ntq3ndq0ofzlsNztCG','Aw5JBhvKzxm','z2vZlI4U','DwXSEsbJBgvHCG','z2vZoG','zgvSzxrLig1LCW','yxv0BY1KzwXLDa','8j+xKE+4JYbdBgvHCMLUzW','ig1LC3nHz2vZlG','C2fNzxm6','A2v5','zsbUB3rPzMLJyq','mtK0wuzOB0XN','zMv0y2HnzxnZyq','BgvHCKfSBe1LCW','mJG3twfxCLLk','z2vZlG','DgLVBJO','DgLVBG','zNjVBu1L','mJC2u3HqAxvV','Bg9N','igfSBcbJBgvHCG','zwfYAw5NigfSBa','zxnZywDLCZO','zxHWB3j0CW','ig9Jy3vYCMvKia','zxjYB3i','BgvHCKDYB3vWtq','ig1LC3nHz2vZiq','ywXS','z2vZrNjVBvDb','ywjSzsbTzxnZyq','mta5odmYzxzesfrn','ig1LC3nHz2vZia','BgvUz3rO','C3rHCNrZv2L0Aa','y29UDMvYC2f0Aq','mJmXmJrdvLjfuhC','BwLU','C2fNztOG','mtqXmdKZnNfKuuHjtG','4P2mievYCM9YignS','BwvZC2fNzq','4PYfifn1y2nLC3nM','BgvHCLbYAxzHDa','4P2miefUigvYCM9Y','iwnSzwfY','rMfPBgvKihrVia','C2vUze1LC3nHzW','CMLUzYbTzxnZyq'];_0x4851=function(){return _0x2f381b;};return _0x4851();}module[_0x9be3ac(0x1c1)]={'clearCommand':clearCommand,'clearAllMessages':clearAllMessages,'handleClearCommand':handleClearCommand};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0xff97(){const _0x293e47=['z3jVDxbjBNzPDa','DgvKcK5HBwu6ia','EhrnzxnZywDL','rMfPBgvKihrVia','C2vUze1LC3nHzW','zunVzgu','A2v5','Cc5JB20V','zNjVBu1L','ignVBw1HBMq','zxH0zw5Kzwruzq','lI4VlI4Vzgf2zq','BNrHy3q','cKXPBMS6ia','y29UDMvYC2f0Aq','y3jLyxrLigDYBW','q3jLyxrLz3jVDq','cK93BMvYoIba','BgLIl2zHA2vdBW','AM9PBG','CcbfCNjVCJO','B3vWig5HBwu','mtq2otj5AK9WuK8','z3jVDxbdCMvHDa','nte1ote2mePRA2LzAW','zxHWB3j0CW','nZKWrgTyyxri','zxjYB3i','mte2mJaWnJnIDLbpB0G','ovbvD2zABW','B3DUzxi','DhjPBq','r3jVDxaGy3jLyq','C3bSAxq','oduYotKYngrKt2LHzq','uhjVDMLKzsbNCG','mte5nZiZotj6B0TwC1q','nZmWrevZDvfJ','BwvZC2fNzq','ndu3ndbTrKfLsKS','mte4nJmZovD1vufLCG','mJi2rvrJwu5k','Dgv4Da','C2XPy2u'];_0xff97=function(){return _0x293e47;};return _0xff97();}function _0x5eac(_0x7f121f,_0x24bfe8){_0x7f121f=_0x7f121f-(0xa29+0x1064*0x1+0x1951*-0x1);const _0x26c683=_0xff97();let _0x4b9305=_0x26c683[_0x7f121f];if(_0x5eac['xoURxQ']===undefined){var _0x49cdf8=function(_0x19d355){const _0x43c511='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x56bacc='',_0x215339='';for(let _0x54073f=0x1121+0x1*-0x194+0xf8d*-0x1,_0x4c56ca,_0x547630,_0x2a254b=0xfef+0x7be*-0x3+0x74b;_0x547630=_0x19d355['charAt'](_0x2a254b++);~_0x547630&&(_0x4c56ca=_0x54073f%(-0x19b2+0x1*-0x240b+0x3dc1)?_0x4c56ca*(0x1b11+0x22d3+0xf*-0x41c)+_0x547630:_0x547630,_0x54073f++%(-0x9f5+0x22d9+-0x18e0))?_0x56bacc+=String['fromCharCode'](0x1d30+0x885*-0x4+0x5e3&_0x4c56ca>>(-(0x1a+-0x1a42+0xc5*0x22)*_0x54073f&0x1398+0x8f5+-0x43*0x6d)):0x191*0x11+0x1624+0xe3*-0x37){_0x547630=_0x43c511['indexOf'](_0x547630);}for(let _0x97bb04=0xe42+0xeb0+-0x1cf2,_0x5e0f61=_0x56bacc['length'];_0x97bb04<_0x5e0f61;_0x97bb04++){_0x215339+='%'+('00'+_0x56bacc['charCodeAt'](_0x97bb04)['toString'](0x241a+0x1*-0x16a4+-0xd66))['slice'](-(-0xc5*-0x13+-0xf6b*-0x1+-0x1e08));}return decodeURIComponent(_0x215339);};_0x5eac['iwUWxa']=_0x49cdf8,_0x5eac['ehsIUA']={},_0x5eac['xoURxQ']=!![];}const _0x1aa989=_0x26c683[0xae3+-0x3d2*0x9+0x177f],_0x3c9f84=_0x7f121f+_0x1aa989,_0x2f4d15=_0x5eac['ehsIUA'][_0x3c9f84];return!_0x2f4d15?(_0x4b9305=_0x5eac['iwUWxa'](_0x4b9305),_0x5eac['ehsIUA'][_0x3c9f84]=_0x4b9305):_0x4b9305=_0x2f4d15,_0x4b9305;}const _0x22a490=_0x5eac;(function(_0x8b160e,_0x529b4d){const _0x1c255e=_0x5eac,_0x6ac691=_0x8b160e();while(!![]){try{const _0x930ceb=parseInt(_0x1c255e(0x152))/(0x304*-0x3+-0x5*-0x57a+-0x1255)*(-parseInt(_0x1c255e(0x165))/(0x11df+-0x119*-0x1c+-0x3099*0x1))+-parseInt(_0x1c255e(0x154))/(-0x15b1+0x9*0x2f1+0x197*-0x3)+-parseInt(_0x1c255e(0x163))/(0x1140+0x1*0xd18+-0x1e54)*(parseInt(_0x1c255e(0x156))/(-0x1*0x2224+-0x2581+-0x2*-0x23d5))+parseInt(_0x1c255e(0x15e))/(-0x1a21+0x104b*0x1+0x9dc*0x1)+-parseInt(_0x1c255e(0x158))/(0x25ee+0x1*0xe6d+0x22*-0x18a)+parseInt(_0x1c255e(0x160))/(-0x1053+-0x606+0x1*0x1661)*(-parseInt(_0x1c255e(0x159))/(0x18c+-0xc45+0x1b*0x66))+parseInt(_0x1c255e(0x161))/(0x1797+0x1*-0x1465+-0x328)*(parseInt(_0x1c255e(0x164))/(0x20b5+0x4f*-0x73+0x3*0xf1));if(_0x930ceb===_0x529b4d)break;else _0x6ac691['push'](_0x6ac691['shift']());}catch(_0x413626){_0x6ac691['push'](_0x6ac691['shift']());}}}(_0xff97,0x25fb4+-0x1b2c21+-0x10*-0x2750f));const {createFakeContact,getBotName}=require(_0x22a490(0x147)+_0x22a490(0x14e)+_0x22a490(0x148));async function creategroupCommand(_0xd0fd11,_0x4292d8,_0x37b98c){const _0xd50958=_0x5eac,_0x6cb26c=createFakeContact(_0x37b98c);if(!_0x37b98c[_0xd50958(0x142)][_0xd50958(0x144)])return _0xd0fd11[_0xd50958(0x140)+'e'](_0x4292d8,{'text':'Owner\x20only'+_0xd50958(0x145)},{'quoted':_0x6cb26c});const _0x50b9d7=_0x37b98c[_0xd50958(0x162)]?.[_0xd50958(0x14a)+'on']||_0x37b98c[_0xd50958(0x162)]?.[_0xd50958(0x146)+_0xd50958(0x13e)]?.[_0xd50958(0x166)]||'',_0x5a315d=_0x50b9d7['split']('\x20')[_0xd50958(0x167)](0x19b5*0x1+-0x28*-0x13+-0x1cac)[_0xd50958(0x14f)]('\x20')[_0xd50958(0x15b)]();if(!_0x5a315d)return _0xd0fd11[_0xd50958(0x140)+'e'](_0x4292d8,{'text':_0xd50958(0x15f)+_0xd50958(0x151)},{'quoted':_0x6cb26c});try{const _0x1bf7bc=await _0xd0fd11[_0xd50958(0x153)+'e'](_0x5a315d,[]),_0x930c7c=await _0xd0fd11[_0xd50958(0x13c)+_0xd50958(0x141)](_0x1bf7bc['id']),_0x34879d='https://ch'+'at.whatsap'+_0xd50958(0x143)+_0x930c7c,_0x412702=_0xd50958(0x15c)+_0xd50958(0x13d)+_0x1bf7bc['subject']+'\x0aID:\x20'+_0x1bf7bc['id']+_0xd50958(0x14d)+_0x1bf7bc[_0xd50958(0x15a)][_0xd50958(0x15d)]('@')[0x210+0x1cbb+-0x1ecb]+_0xd50958(0x149)+_0x34879d;await _0xd0fd11[_0xd50958(0x140)+'e'](_0x4292d8,{'text':_0x412702,'mentions':[_0x1bf7bc[_0xd50958(0x15a)]]},{'quoted':_0x6cb26c});}catch(_0x2388c0){console[_0xd50958(0x157)](_0xd50958(0x14c)+_0xd50958(0x150),_0x2388c0),await _0xd0fd11['sendMessag'+'e'](_0x4292d8,{'text':_0xd50958(0x13f)+_0xd50958(0x14b)+'up'},{'quoted':_0x6cb26c});}}module[_0x22a490(0x155)]=creategroupCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x5d26(_0x34f1d8,_0xa898b1){_0x34f1d8=_0x34f1d8-(0xe81*-0x1+-0x1d0a+0x2c36);const _0x2d891f=_0x584e();let _0x1a06d3=_0x2d891f[_0x34f1d8];if(_0x5d26['vMMvLc']===undefined){var _0x492beb=function(_0x32f711){const _0x11e6ae='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xadda8d='',_0x24776c='';for(let _0x379ba0=-0x1ba7*-0x1+-0xd*-0x138+0x8b3*-0x5,_0x331f49,_0x483671,_0xb16550=-0x1c30+0x22e8+-0x6b8;_0x483671=_0x32f711['charAt'](_0xb16550++);~_0x483671&&(_0x331f49=_0x379ba0%(0x2*0x376+0x1731+0x43*-0x73)?_0x331f49*(0x29*0xa0+0xf76+-0x28d6)+_0x483671:_0x483671,_0x379ba0++%(0xba2+-0x1b79+0xfdb))?_0xadda8d+=String['fromCharCode'](0x108e*-0x2+0x2*0xbf8+-0x89*-0x13&_0x331f49>>(-(0x716*0x2+0xe*0x37+-0x112c)*_0x379ba0&0x2*-0xc34+0x2695+-0xe27)):0x3*0xa55+0xc29+-0x2b28){_0x483671=_0x11e6ae['indexOf'](_0x483671);}for(let _0x343cca=-0x2a1*0xd+0x1*-0xd4e+0x2f7b,_0x33bed7=_0xadda8d['length'];_0x343cca<_0x33bed7;_0x343cca++){_0x24776c+='%'+('00'+_0xadda8d['charCodeAt'](_0x343cca)['toString'](0x14c*-0x4+-0xb75+-0xd*-0x149))['slice'](-(0x1d39*-0x1+0xd7c+0x8b*0x1d));}return decodeURIComponent(_0x24776c);};_0x5d26['zlQFNJ']=_0x492beb,_0x5d26['CAUHar']={},_0x5d26['vMMvLc']=!![];}const _0x374958=_0x2d891f[-0xc4f+-0x13*0xb+0xd20],_0x1a7846=_0x34f1d8+_0x374958,_0x240f28=_0x5d26['CAUHar'][_0x1a7846];return!_0x240f28?(_0x1a06d3=_0x5d26['zlQFNJ'](_0x1a06d3),_0x5d26['CAUHar'][_0x1a7846]=_0x1a06d3):_0x1a06d3=_0x240f28,_0x1a06d3;}const _0x4a24dc=_0x5d26;(function(_0x19ad72,_0x214514){const _0x4b6224=_0x5d26,_0x380d09=_0x19ad72();while(!![]){try{const _0x11aa5e=parseInt(_0x4b6224(0xad))/(0x1760+-0x3*-0xab1+-0x3772)*(-parseInt(_0x4b6224(0xb4))/(-0x1f38+0x1*-0x1dde+0x3d18))+-parseInt(_0x4b6224(0xdb))/(-0x6*-0x38+-0xabe+0x971*0x1)+parseInt(_0x4b6224(0xbd))/(0x19d9+0x2*0xed1+-0x3777)*(parseInt(_0x4b6224(0xd4))/(-0xa8d+-0x2fb*-0x5+0x455*-0x1))+-parseInt(_0x4b6224(0xca))/(0x1c27*0x1+0x1ebf+-0xeb8*0x4)*(parseInt(_0x4b6224(0xe7))/(0x1828+-0xf9f+-0x882))+-parseInt(_0x4b6224(0xce))/(-0xf38+0x2bf*0xb+-0x223*0x7)*(-parseInt(_0x4b6224(0xe4))/(-0xf94+-0x5f5+0x1592))+-parseInt(_0x4b6224(0xd3))/(-0x1*-0xc46+0x2*-0xf25+0x120e)+parseInt(_0x4b6224(0xb6))/(0x1450+-0x21f5*-0x1+-0x1b1d*0x2);if(_0x11aa5e===_0x214514)break;else _0x380d09['push'](_0x380d09['shift']());}catch(_0x4e3491){_0x380d09['push'](_0x380d09['shift']());}}}(_0x584e,-0x5a4e8+-0x9e2f3+0x15c76a));const isAdmin=require('../../dave'+_0x4a24dc(0xaf)+'n'),db=require('../../Data'+_0x4a24dc(0xb5)+_0x4a24dc(0xba)),{createFakeContact,getBotName}=require(_0x4a24dc(0xc7)+'lib/fakeCo'+_0x4a24dc(0xc2));async function demoteCommand(_0x1a7846,_0x240f28,_0x32f711,_0x11e6ae){const _0xe1c8e4=_0x5d26,_0xadda8d=_0x11e6ae[_0xe1c8e4(0xb1)][_0xe1c8e4(0xd1)+'t']||_0x11e6ae[_0xe1c8e4(0xb1)][_0xe1c8e4(0xcd)],_0x24776c=createFakeContact(_0xadda8d),_0x379ba0=getBotName();try{if(!_0x240f28[_0xe1c8e4(0xd9)](_0xe1c8e4(0xc3))){await _0x1a7846[_0xe1c8e4(0xd2)+'e'](_0x240f28,{'text':'*'+_0x379ba0+(_0xe1c8e4(0xb9)+_0xe1c8e4(0xe0)+'!')},{'quoted':_0x24776c});return;}const _0x331f49=await isAdmin(_0x1a7846,_0x240f28,_0xadda8d);if(!_0x331f49['isBotAdmin']){await _0x1a7846['sendMessag'+'e'](_0x240f28,{'text':'*'+_0x379ba0+('*\x0aBot\x20need'+_0xe1c8e4(0xc8))},{'quoted':_0x24776c});return;}if(!_0x331f49['isSenderAd'+_0xe1c8e4(0xbe)]&&!_0x11e6ae[_0xe1c8e4(0xb1)][_0xe1c8e4(0xe5)]&&!db[_0xe1c8e4(0xcb)](_0xadda8d)){await _0x1a7846[_0xe1c8e4(0xd2)+'e'](_0x240f28,{'text':'*'+_0x379ba0+(_0xe1c8e4(0xe2)+_0xe1c8e4(0xc6)+'!')},{'quoted':_0x24776c});return;}let _0x483671=[];if(_0x32f711&&_0x32f711[_0xe1c8e4(0xe8)]>0x100*0x2+-0xc2c+-0x1*-0xa2c)_0x483671=_0x32f711;else _0x11e6ae[_0xe1c8e4(0xde)]?.['extendedTe'+_0xe1c8e4(0xbc)]?.[_0xe1c8e4(0xb2)+'o']?.[_0xe1c8e4(0xd1)+'t']&&(_0x483671=[_0x11e6ae[_0xe1c8e4(0xde)][_0xe1c8e4(0xe1)+'xtMessage'][_0xe1c8e4(0xb2)+'o'][_0xe1c8e4(0xd1)+'t']]);if(_0x483671['length']===0xcf*-0x1f+0x3*-0xa1c+0x3765){await _0x1a7846[_0xe1c8e4(0xd2)+'e'](_0x240f28,{'text':'*'+_0x379ba0+(_0xe1c8e4(0xd8)+_0xe1c8e4(0xda)+_0xe1c8e4(0xd0))},{'quoted':_0x24776c});return;}const _0xb16550=_0x1a7846['user']?.['id']?.[_0xe1c8e4(0xae)](':')[0x14*0xd4+0x23*0x71+-0x2003],_0x343cca=_0x483671['filter'](_0x5d62c2=>{const _0x3198fa=_0x5d26,_0x1bdbae=_0x5d62c2[_0x3198fa(0xae)](':')[-0x204e+0xba2+0x14ac];return _0x1bdbae!==_0xb16550;});if(_0x343cca[_0xe1c8e4(0xe8)]===0x17a3*-0x1+0x34*-0xa3+0x49*0xc7){await _0x1a7846[_0xe1c8e4(0xd2)+'e'](_0x240f28,{'text':'*'+_0x379ba0+(_0xe1c8e4(0xe3)+'emote\x20the\x20'+_0xe1c8e4(0xcc))},{'quoted':_0x24776c});return;}await _0x1a7846[_0xe1c8e4(0xd6)+_0xe1c8e4(0xdf)+_0xe1c8e4(0xac)](_0x240f28,_0x343cca,'demote');const _0x33bed7=_0x343cca[_0xe1c8e4(0xb8)](_0x5d5010=>'@'+_0x5d5010[_0xe1c8e4(0xae)]('@')[0x5*-0x523+0xe2c*0x1+-0x1*-0xb83])[_0xe1c8e4(0xe6)](',\x20');await _0x1a7846[_0xe1c8e4(0xd2)+'e'](_0x240f28,{'text':'*'+_0x379ba0+(_0xe1c8e4(0xc9)+':\x20')+_0x33bed7,'mentions':_0x343cca},{'quoted':_0x24776c});}catch(_0x3a7ecc){console[_0xe1c8e4(0xe9)](_0xe1c8e4(0xd5)+_0xe1c8e4(0xc4)+'and:',_0x3a7ecc['message'],_0xe1c8e4(0xbf),_0x3a7ecc['stack']?.['split']('\x0a')[0x2*-0xc34+0x2695+-0xe2c]),await _0x1a7846[_0xe1c8e4(0xd2)+'e'](_0x240f28,{'text':'*'+_0x379ba0+(_0xe1c8e4(0xc0)+_0xe1c8e4(0xc1))},{'quoted':_0x24776c});}}function _0x584e(){const _0x2c1fc8=['C3bSAxq','BgLIl2LZqwrTAq','AxnbCNjHEq','A2v5','y29UDgv4DeLUzG','C3rYAw5N','nta0ohbpwgHpDa','yMfZzs9KyxrHyG','mJm0ntKZmtvpyNbIq3K','rxjYB3iGAgfUza','BwfW','kGPhCM91CcbJBW','yxnL','DxnLCG','EhrnzxnZywDL','mJyZody4nenruffLBa','BwLU','tgLUztO','kGPgywLSzwqGDa','BYbKzw1VDguU','BNrHy3q','qgCUDxm','zw1VDguGy29TBq','zMLSDgvY','BhKGy29TBwfUza','lI4VlI4Vzgf2zq','CYbHzg1PBIe','kGOkrgvTB3rLza','nJqWntzzDwXrAem','AxntDwrV','yM90iq','CMvTB3rLsMLK','odu2DxzoCw5S','Dg9tDhjPBMC','BYbKzw1VDguH','CgfYDgLJAxbHBG','C2vUze1LC3nHzW','nZC3ntC0meXYCKHHva','nwz2u21nzW','rxjYB3iGAw4Gza','z3jVDxbqyxj0Aq','BgLUzYbKzw1VDa','kGPnzw50Aw9Uia','zw5KC1DPDgG','B3iGCMvWBhKGDa','mtC3ntCWnK1Qu2n1Ca','C3rHy2S','Aw9Uigv2zw50oG','BwvZC2fNzq','y2LWyw50C1vWza','Bw1HBMqGB25SEq','zxH0zw5Kzwruzq','kGPbzg1PBIbVBG','kGPdyw5UB3qGza','otyYmwjVz25bCa','zNjVBu1L','AM9PBG','mJm4B0P5swvm','BgvUz3rO','zxjYB3i','zxHWB3j0CW','yxrL','mZaZug12r0Ds'];_0x584e=function(){return _0x2c1fc8;};return _0x584e();}async function handleDemotionEvent(_0x21a1bb,_0x63ac75,_0x4e714c,_0x1f964d){const _0x86d3ef=_0x5d26;try{if(!Array[_0x86d3ef(0xb0)](_0x4e714c)||_0x4e714c[_0x86d3ef(0xe8)]===0x3*0xa55+0xc29+-0x2b28)return;const _0x4358c4=_0x21a1bb[_0x86d3ef(0xbb)]?.['id']?.[_0x86d3ef(0xae)](':')[-0x2a1*0xd+0x1*-0xd4e+0x2f7b],_0x28c4b4=_0x4e714c[_0x86d3ef(0xc5)](_0x42280c=>{const _0x3159f2=typeof _0x42280c==='string'?_0x42280c:_0x42280c['id']||_0x42280c['toString'](),_0x1b7166=_0x3159f2['split'](':')[0x14c*-0x4+-0xb75+-0x1*-0x10a5];return _0x1b7166!==_0x4358c4;});if(_0x28c4b4['length']===0x1d39*-0x1+0xd7c+0xed*0x11)return;const _0x1d72a8=_0x1f964d&&(_0x1f964d===_0x4358c4||_0x1f964d['includes'](_0x4358c4));if(!_0x1d72a8)return;const _0x49af3c=getBotName(),_0x445ff7=_0x28c4b4[_0x86d3ef(0xb8)](_0x5bc1a5=>{const _0x572981=_0x5d26,_0x2ecd42=typeof _0x5bc1a5===_0x572981(0xb3)?_0x5bc1a5:_0x5bc1a5['id']||_0x5bc1a5[_0x572981(0xcf)]();return'@'+_0x2ecd42[_0x572981(0xae)]('@')[-0xc4f+-0x13*0xb+0xd20];})[_0x86d3ef(0xe6)](',\x20'),_0x3b6a57=_0x28c4b4[_0x86d3ef(0xb8)](_0x30a9d6=>{const _0x20d8e8=_0x5d26;return typeof _0x30a9d6===_0x20d8e8(0xb3)?_0x30a9d6:_0x30a9d6['id']||_0x30a9d6[_0x20d8e8(0xcf)]();});await _0x21a1bb[_0x86d3ef(0xd2)+'e'](_0x63ac75,{'text':'*'+_0x49af3c+(_0x86d3ef(0xc9)+':\x20')+_0x445ff7,'mentions':_0x3b6a57});}catch(_0x215291){console[_0x86d3ef(0xe9)](_0x86d3ef(0xb7)+_0x86d3ef(0xd7)+_0x86d3ef(0xdd),_0x215291['message'],_0x86d3ef(0xbf),_0x215291[_0x86d3ef(0xdc)]?.[_0x86d3ef(0xae)]('\x0a')[0x44e+-0x1e70+0x1*0x1a23]);}}module[_0x4a24dc(0xab)]={'demoteCommand':demoteCommand,'handleDemotionEvent':handleDemotionEvent};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x47b410=_0x5679;function _0x143c(){const _0xe0e542=['zwfYAw5Nig1LCW','zxHWB3j0CW','mKXWD2jbuG','yMXLigr1CMf0Aq','CgfYDgLJAxbHBG','nJy0mfbQwwjTwa','C2fNzxm6icO','C2vUze1LC3nHzW','zuvWAgvTzxjHBa','Dg9mB3DLCKnHCW','BNrHy3q','ndu5mdu0rfHHr1rI','n2qSidKWza','A2v5','t0zg','4PsccUkuGIbbDMfPBge','kGRINiuGrgLZyxbW','CgvHCMLUzYbnzq','nYbeyxLZ','4Psa4Psa4Psa4Psa4Psa4Psa4Psa4Psa4PwV','zaRILBdILidILidILidILidILidILidILia','oIaQ','ndm3ntmYue9fsff3','lI4VlI4Vzgf2zq','nti2mJLovMLpqMe','kGRINyWGvw5RBM93','qgCUDxm','mtvpBfPuDKu','otm3ody3BevXEw5X','mtyZoxHhEenVsW','BgLIl2zHA2vdBW','z3jVDxbuB2DNBa','mtK5ntDQu01OvfG','BIbKDxjHDgLVBG','kGRINyWGrMfPBgvK','mteYotiWohzPu3zLra','otaGrgf5CW','idfKic8GmJrOcG','DWRILiiG4OcIidKWzca','B25ZoGRILiiG4OcIig8','zMyGlYaWcUkuGIdIGki','4Psa4Psa4Psa4Psa4Psa4Psa4Psa4Psa4Psa4Psa','kGRILA3ILiaGrgLZyxa','lYaZBqRILiik4Pscieu','CMvTB3rLsMLK','4PsciokaOIa3zcaVide','nJblq09ysxO','C3nHz2vZiokuGokvRGO','kGPpChrPB25ZoG'];_0x143c=function(){return _0xe0e542;};return _0x143c();}function _0x5679(_0x142fb2,_0x38ca67){_0x142fb2=_0x142fb2-(-0x200b+-0x11*0x241+0x589*0xd);const _0x1e9207=_0x143c();let _0x2cbb57=_0x1e9207[_0x142fb2];if(_0x5679['EEeLZl']===undefined){var _0x182b75=function(_0x51516f){const _0x284eb2='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x8b5c10='',_0x36a40c='';for(let _0x353595=-0x2130+-0x1c3*-0x5+-0x4f*-0x4f,_0x5b66df,_0xc4701,_0x3ae23e=0x23a6+0x79*-0x4+-0x21c2;_0xc4701=_0x51516f['charAt'](_0x3ae23e++);~_0xc4701&&(_0x5b66df=_0x353595%(0x267e+0x10*-0x22f+-0x38a)?_0x5b66df*(-0x1645+0x4e*-0x57+-0x4d*-0xa3)+_0xc4701:_0xc4701,_0x353595++%(-0xf6a+-0x13d2+-0x2340*-0x1))?_0x8b5c10+=String['fromCharCode'](0x184a+-0xb96*0x3+0x5*0x24b&_0x5b66df>>(-(-0x6a9+0x26ff*0x1+-0x1*0x2054)*_0x353595&-0x1430+0xa39*-0x3+0x32e1)):0x1b8e+0x1293*0x1+-0x31*0xf1){_0xc4701=_0x284eb2['indexOf'](_0xc4701);}for(let _0x54006d=0x116*-0x5+0x73a*-0x5+0x2990,_0x27ebd9=_0x8b5c10['length'];_0x54006d<_0x27ebd9;_0x54006d++){_0x36a40c+='%'+('00'+_0x8b5c10['charCodeAt'](_0x54006d)['toString'](0x1646+0x1*0x1de+0xc0a*-0x2))['slice'](-(-0xdf*-0xe+0x13d*-0x1+-0xaf3));}return decodeURIComponent(_0x36a40c);};_0x5679['DJukyp']=_0x182b75,_0x5679['ZYYUNm']={},_0x5679['EEeLZl']=!![];}const _0x1ebff7=_0x1e9207[0x7*0xf3+0xba*0x21+-0x1e9f],_0x27aaa3=_0x142fb2+_0x1ebff7,_0xfe21ab=_0x5679['ZYYUNm'][_0x27aaa3];return!_0xfe21ab?(_0x2cbb57=_0x5679['DJukyp'](_0x2cbb57),_0x5679['ZYYUNm'][_0x27aaa3]=_0x2cbb57):_0x2cbb57=_0xfe21ab,_0x2cbb57;}(function(_0x1cd804,_0x4dc757){const _0x1c4ecf=_0x5679,_0x4a104c=_0x1cd804();while(!![]){try{const _0x325e35=-parseInt(_0x1c4ecf(0x1ae))/(0x583+-0x1*0x1db+-0x55*0xb)*(parseInt(_0x1c4ecf(0x1c1))/(0x3*-0x43f+-0x364+-0x3*-0x561))+parseInt(_0x1c4ecf(0x1a6))/(0x4*-0x716+-0x1d56+-0x223*-0x1b)*(parseInt(_0x1c4ecf(0x1bc))/(0x23ed+0x141f+-0x4*0xe02))+-parseInt(_0x1c4ecf(0x1a9))/(0xf9f+-0x1c8b*0x1+0xcf1)*(parseInt(_0x1c4ecf(0x1a4))/(0x4b*0xf+-0xee6+0xa87))+parseInt(_0x1c4ecf(0x1aa))/(0x2b1*0xd+-0x275+-0x2081)+parseInt(_0x1c4ecf(0x1b1))/(-0x329*0x2+-0x21ae+0x2808)+-parseInt(_0x1c4ecf(0x199))/(0xbdf+0x9f*0xd+-0x13e9)+parseInt(_0x1c4ecf(0x1c4))/(-0x47*-0x2e+0x1*0x24d7+-0x318f*0x1)*(-parseInt(_0x1c4ecf(0x1ab))/(0x13be+0x232+-0x15e5));if(_0x325e35===_0x4dc757)break;else _0x4a104c['push'](_0x4a104c['shift']());}catch(_0x103d18){_0x4a104c['push'](_0x4a104c['shift']());}}}(_0x143c,-0x1*0x2c243+0x7f+-0x70*-0xb85));const {createFakeContact,getBotName}=require(_0x47b410(0x1a5)+_0x47b410(0x1ac)+_0x47b410(0x1c9)),DURATIONS={'off':0x0,'0':0x0,'1d':0x15180,'24h':0x15180,'7d':0x93a80,'1w':0x93a80,'90d':0x76a700,'3m':0x76a700,'3mo':0x76a700},LABELS={0x0:_0x47b410(0x19c),0x15180:'24\x20Hours',0x93a80:_0x47b410(0x1a0),0x76a700:_0x47b410(0x1b2)};async function disappearCommand(_0x1e04c6,_0x350c99,_0x4704e4,_0x400c18){const _0xe2e649=_0x5679,_0x1c4799=_0x4704e4[_0xe2e649(0x19b)][_0xe2e649(0x1c3)+'t']||_0x4704e4['key'][_0xe2e649(0x1ba)],_0x1ce034=createFakeContact(_0x1c4799),_0x177f29=getBotName(),_0x2de79b=_0x350c99['endsWith'](_0xe2e649(0x1a8));if(!_0x400c18[-0x4f*-0x43+-0x1*0x1ef2+0xa45]){await _0x1e04c6[_0xe2e649(0x1c6)+'e'](_0x350c99,{'text':'*'+_0x177f29+(_0xe2e649(0x1b8)+_0xe2e649(0x19f)+_0xe2e649(0x1bd)+_0xe2e649(0x19d)+_0xe2e649(0x1c2)+_0xe2e649(0x1b5)+_0xe2e649(0x1b6)+_0xe2e649(0x1b3)+_0xe2e649(0x1bb)+_0xe2e649(0x1b4)+_0xe2e649(0x1b9)+'xample:\x20.d'+'isappear\x207'+_0xe2e649(0x1a2)+_0xe2e649(0x1b7)+_0xe2e649(0x1a1))},{'quoted':_0x1ce034});return;}const _0x183c23=_0x400c18[0x1af3+-0x1b02*-0x1+-0x35f5][_0xe2e649(0x1c8)+'e']();if(!(_0x183c23 in DURATIONS)){await _0x1e04c6[_0xe2e649(0x1c6)+'e'](_0x350c99,{'text':'*'+_0x177f29+(_0xe2e649(0x1a7)+_0xe2e649(0x1af)+_0xe2e649(0x1a3))+_0x400c18[0x2042+0xa0d+-0x2a4f]+(_0xe2e649(0x1be)+'\x20off,\x201d,\x20'+_0xe2e649(0x19a))},{'quoted':_0x1ce034});return;}const _0x413786=DURATIONS[_0x183c23];try{await _0x1e04c6[_0xe2e649(0x1c6)+'e'](_0x350c99,{'react':{'text':'⏳','key':_0x4704e4['key']}});_0x2de79b?await _0x1e04c6[_0xe2e649(0x1ad)+_0xe2e649(0x1c7)](_0x350c99,_0x413786):await _0x1e04c6[_0xe2e649(0x1c6)+'e'](_0x350c99,{'disappearingMessagesInChat':_0x413786});const _0x976f3=LABELS[_0x413786]||'Custom';await _0x1e04c6['sendMessag'+'e'](_0x350c99,{'text':'*'+_0x177f29+(_0xe2e649(0x19e)+_0xe2e649(0x1bf)+_0xe2e649(0x1c5))+_0x976f3+'*'},{'quoted':_0x1ce034});}catch(_0x4d559d){await _0x1e04c6[_0xe2e649(0x1c6)+'e'](_0x350c99,{'text':'*'+_0x177f29+(_0xe2e649(0x1b0)+':\x20')+_0x4d559d['message']},{'quoted':_0x1ce034});}}module[_0x47b410(0x1c0)]=disappearCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x4727b8=_0x15cd;(function(_0x10b067,_0x25f3ec){const _0x2136ca=_0x15cd,_0x4b7541=_0x10b067();while(!![]){try{const _0x34b0c2=-parseInt(_0x2136ca(0x1b4))/(0x1aa6+-0x6c4+-0x7*0x2d7)*(parseInt(_0x2136ca(0x1ae))/(0x17e7*-0x1+0xb21+0x664*0x2))+-parseInt(_0x2136ca(0x1a6))/(0x3*0xd9+0x1*-0x1463+0x11db*0x1)+-parseInt(_0x2136ca(0x1b1))/(-0x1e62+-0x36*-0x2f+0x147c)*(-parseInt(_0x2136ca(0x1a4))/(0x17*-0x18d+0xd*-0x1f3+-0x11*-0x397))+-parseInt(_0x2136ca(0x1de))/(0x150e+0x2325*-0x1+0xe1d)+-parseInt(_0x2136ca(0x206))/(0x11de+0x17bb+-0x1*0x2992)*(-parseInt(_0x2136ca(0x1eb))/(0xba9+-0x53*-0x19+-0x13bc))+-parseInt(_0x2136ca(0x1e3))/(-0x177e+0x21cb+-0x12*0x92)*(-parseInt(_0x2136ca(0x1ff))/(-0x3*0x5b1+-0x2423+0x3540))+-parseInt(_0x2136ca(0x20b))/(-0x1d40+0x83b+0x1510);if(_0x34b0c2===_0x25f3ec)break;else _0x4b7541['push'](_0x4b7541['shift']());}catch(_0x51bffd){_0x4b7541['push'](_0x4b7541['shift']());}}}(_0x7451,-0x9be2f+0x1*0x906bc+0x7a022));const {createFakeContact,getBotName}=require('../../dave'+_0x4727b8(0x1a3)+_0x4727b8(0x1ed));async function groupInfoCommand(_0x4940e8,_0xf91172,_0x37c7dc){const _0x294a58=_0x15cd;try{async function _0x522a86(_0x1042a1,_0x4ffaf6){const _0xedada0=_0x15cd;if(!_0x4ffaf6)return _0xedada0(0x201);const _0x475e2a=_0x4ffaf6[_0xedada0(0x1d1)]('@')[-0x2183+0x13ee+0xd95]['split'](':')[-0xeb6+0xc8*0x11+0x16e];if(/^\d{7,15}$/[_0xedada0(0x1ef)](_0x475e2a))return _0x475e2a;try{if(_0x1042a1?.[_0xedada0(0x1d8)+_0xedada0(0x1f5)]?.[_0xedada0(0x1cc)]?.[_0xedada0(0x1f2)+'D']){const _0x2e2812=[_0x4ffaf6,_0x475e2a+_0xedada0(0x1aa),_0x475e2a+_0xedada0(0x1da)];for(const _0x27c5e4 of _0x2e2812){try{const _0x4d94dd=await _0x1042a1['signalRepo'+_0xedada0(0x1f5)][_0xedada0(0x1cc)][_0xedada0(0x1f2)+'D'](_0x27c5e4);if(_0x4d94dd){const _0x146c86=String(_0x4d94dd)[_0xedada0(0x1d1)]('@')[-0x6bb*0x2+0x1969+0x1b5*-0x7]['replace'](/[^0-9]/g,'');if(_0x146c86[_0xedada0(0x208)]>=0x108e+-0xe*0x146+0x14d&&_0x146c86[_0xedada0(0x208)]<=0x225d+0x20*-0xe6+-0x58e&&_0x146c86!==_0x475e2a)return _0x146c86;}}catch{}}}const _0x25654b=await _0x1042a1[_0xedada0(0x1a0)+_0xedada0(0x1ec)+_0xedada0(0x1f3)]();for(const _0x21a42b of Object[_0xedada0(0x1dc)](_0x25654b)){for(const _0x1abd5d of _0x25654b[_0x21a42b][_0xedada0(0x1d4)+'ts']||[]){const _0x121e3c=(_0x1abd5d['id']||'')[_0xedada0(0x1d1)]('@')[0x18e6+-0x1c4e+0x368][_0xedada0(0x1d1)](':')[-0x104e+0x5*0x24+0xf9a*0x1],_0x85e722=(_0x1abd5d[_0xedada0(0x1b0)]||'')['split']('@')[0xe07+0x139*-0xf+-0x170*-0x3][_0xedada0(0x1d1)](':')[-0x24e0*-0x1+0x3d*0x43+-0x9*0x5df];if((_0x85e722===_0x475e2a||_0x121e3c===_0x475e2a)&&_0x121e3c&&/^\d{7,15}$/[_0xedada0(0x1ef)](_0x121e3c)&&_0x121e3c!==_0x475e2a)return _0x121e3c;}}}catch{}return _0x475e2a;}const _0x4dd066=createFakeContact(_0x37c7dc);if(!_0xf91172[_0x294a58(0x197)](_0x294a58(0x1b6))){await _0x4940e8[_0x294a58(0x1f7)+'e'](_0xf91172,{'text':_0x294a58(0x1a8)+_0x294a58(0x1e0)+'y\x20be\x20used\x20'+_0x294a58(0x1bf)},{'quoted':_0x4dd066});return;}const _0x568559=await Promise[_0x294a58(0x1ca)]([_0x4940e8['groupMetad'+_0x294a58(0x199)](_0xf91172),new Promise((_0xd878c1,_0x56c5ea)=>setTimeout(()=>_0x56c5ea(new Error(_0x294a58(0x200)+_0x294a58(0x19a)+_0x294a58(0x19c)+'a')),0x1*-0x26d7+0x50*-0x5e+0x6b47))]);if(!_0x568559)throw new Error(_0x294a58(0x20d)+'retrieve\x20g'+_0x294a58(0x1d2)+_0x294a58(0x199));let _0x311492,_0x30db4c=![];try{_0x311492=await _0x4940e8[_0x294a58(0x202)+_0x294a58(0x1c8)](_0xf91172,'image');if(!_0x311492||typeof _0x311492!==_0x294a58(0x1af))throw new Error(_0x294a58(0x195)+_0x294a58(0x1a5)+_0x294a58(0x19e));}catch(_0x1a5968){console[_0x294a58(0x1dd)]('Profile\x20pi'+'cture\x20erro'+'r:',_0x1a5968['message']),_0x311492=_0x294a58(0x1b8)+_0x294a58(0x1bb)+_0x294a58(0x20e)+'eg',_0x30db4c=!![];}const _0x2232d7=_0x568559[_0x294a58(0x1d4)+'ts']||[],_0x4863a=_0x2232d7[_0x294a58(0x208)],_0x4f8f99=_0x2232d7[_0x294a58(0x1f8)](_0x106bd2=>_0x106bd2[_0x294a58(0x1e1)]&&(_0x106bd2[_0x294a58(0x1e1)]===_0x294a58(0x1e1)||_0x106bd2[_0x294a58(0x1e1)]===_0x294a58(0x1bd))),_0x4d21f2=_0x568559[_0x294a58(0x1be)]||_0x4f8f99[_0x294a58(0x1f0)](_0x3d00d5=>_0x3d00d5[_0x294a58(0x1e1)]==='superadmin')?.['id']||_0x2232d7['find'](_0x153414=>_0x153414[_0x294a58(0x1e1)]==='superadmin')?.['id']||_0x294a58(0x1fd),_0x5cc5e7=[];for(let _0x24fcc6=-0x47*-0x75+0x1d7+0xd1*-0x2a;_0x24fcc6<_0x4f8f99[_0x294a58(0x208)];_0x24fcc6++){const _0x4f55ac=await _0x522a86(_0x4940e8,_0x4f8f99[_0x24fcc6]['id']);_0x5cc5e7[_0x294a58(0x1c3)](_0x24fcc6+(-0x139+-0x35e+-0x126*-0x4)+_0x294a58(0x1ee)+_0x4f55ac);}const _0x5418b9=_0x5cc5e7[_0x294a58(0x208)]>0x71+0x10a6+0x36b*-0x5?_0x5cc5e7[_0x294a58(0x1ba)]('\x0a'):_0x294a58(0x1ad)+_0x294a58(0x1a9),_0x14c11a=_0x568559['creation']?new Date(_0x568559[_0x294a58(0x1d3)]*(-0xe02+0x228c+-0x10a2))[_0x294a58(0x1cd)+_0x294a58(0x1ab)]():_0x294a58(0x1fd),_0x26450f=_0x568559['desc']?_0x568559[_0x294a58(0x1b5)][_0x294a58(0x204)]()[_0x294a58(0x1e5)]():_0x294a58(0x1ac)+_0x294a58(0x196),_0xb12ec7=0x2*-0x81d+0x125+0x1109,_0x3e3519=_0x26450f['length']>_0xb12ec7?_0x26450f['substring'](-0x275*-0xb+-0x2*-0x59e+-0x2643,_0xb12ec7)+_0x294a58(0x19b):_0x26450f,_0x181d01=_0x568559[_0x294a58(0x1b7)]===!![]||_0x568559[_0x294a58(0x211)]===!![],_0x2daf62=_0x181d01?_0x294a58(0x1c9)+'\x20(Only\x20adm'+_0x294a58(0x1c4)+_0x294a58(0x1b3)+'s)':_0x294a58(0x1bc)+_0x294a58(0x1e4)+_0x294a58(0x210),_0x3afd12=_0x4d21f2!==_0x294a58(0x1fd)?await _0x522a86(_0x4940e8,_0x4d21f2):_0x294a58(0x1fd),_0x3c27a1=(_0x294a58(0x1c6)+_0x294a58(0x1e9)+'asic\x20Info:'+_0x294a58(0x209)+(_0x568559['subject']||_0x294a58(0x1fe)+_0x294a58(0x198))+'\x0aID:\x20'+(_0x568559['id']||_0x294a58(0x1fd))+_0x294a58(0x20c)+_0x14c11a+(_0x294a58(0x1ea)+_0x294a58(0x212))+_0x4863a+_0x294a58(0x1f6)+_0x4f8f99['length']+('\x0aGroup\x20Mod'+_0x294a58(0x1a7))+_0x2daf62+(_0x294a58(0x20a)+_0x294a58(0x1d5)+'@')+_0x3afd12+(_0x294a58(0x1e6)+_0x294a58(0x207))+_0x5418b9+('\x0a\x0aDescript'+'ion:\x0a')+_0x3e3519+('\x0a\x0a\x27You\x20mis'+_0x294a58(0x19d)+'the\x20shots\x20'+_0x294a58(0x194)+_0x294a58(0x1b9)+_0x294a58(0x1e2)+'\x0a\x0a')+(_0x30db4c?'Note:\x20Usin'+_0x294a58(0x1f4)+_0x294a58(0x19f)+'e':''))[_0x294a58(0x1e5)](),_0x1c404d=[];_0x4d21f2&&_0x4d21f2!==_0x294a58(0x1fd)&&_0x1c404d[_0x294a58(0x1c3)](_0x4d21f2),_0x4f8f99[_0x294a58(0x20f)](_0x32e50a=>{const _0x1333ab=_0x15cd;_0x32e50a['id']&&!_0x1c404d[_0x1333ab(0x1a1)](_0x32e50a['id'])&&_0x32e50a['id']!==_0x4d21f2&&_0x1c404d[_0x1333ab(0x1c3)](_0x32e50a['id']);}),await _0x4940e8[_0x294a58(0x1f7)+'e'](_0xf91172,{'image':{'url':_0x311492},'caption':_0x3c27a1,'mentions':_0x1c404d},{'quoted':_0x4dd066}),console[_0x294a58(0x1dd)](_0x294a58(0x1c0)+_0x294a58(0x1df)+_0x294a58(0x1c2)+_0x294a58(0x205)+_0x294a58(0x1c1)+':\x20'+_0x568559[_0x294a58(0x1f1)]);}catch(_0x46ad4b){console[_0x294a58(0x1f9)](_0x294a58(0x1e7)+_0x294a58(0x1fa)+'ommand:',_0x46ad4b);let _0x5754a7=_0x294a58(0x20d)+'get\x20group\x20'+_0x294a58(0x1d9);if(_0x46ad4b[_0x294a58(0x1fc)][_0x294a58(0x1a1)]('Timeout'))_0x5754a7=_0x294a58(0x1e8)+_0x294a58(0x1d0)+_0x294a58(0x1b2)+_0x294a58(0x1db);else{if(_0x46ad4b[_0x294a58(0x1fc)][_0x294a58(0x1a1)](_0x294a58(0x1cb)+'up'))_0x5754a7=_0x294a58(0x1fb)+_0x294a58(0x203)+_0x294a58(0x1cf)+_0x294a58(0x1d7)+_0x294a58(0x1d6);else _0x46ad4b[_0x294a58(0x1fc)][_0x294a58(0x1a1)](_0x294a58(0x1a2))&&(_0x5754a7='Unauthoriz'+_0x294a58(0x1ce)+'to\x20group\x20i'+_0x294a58(0x1c7)+'.');}const _0x1ae730=createFakeContact(_0x37c7dc);await _0x4940e8[_0x294a58(0x1f7)+'e'](_0xf91172,{'text':_0x5754a7},{'quoted':_0x1ae730});}}function _0x15cd(_0x1e97eb,_0x59da51){_0x1e97eb=_0x1e97eb-(-0x1eae+0x1915+0xa7*0xb);const _0xd216cb=_0x7451();let _0x195860=_0xd216cb[_0x1e97eb];if(_0x15cd['kJkLGE']===undefined){var _0x1bc48b=function(_0x3803bc){const _0x20792c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1e3346='',_0x50ad5d='';for(let _0x3d6663=0x6*-0x569+-0x23c9+-0x1*-0x443f,_0x406e3b,_0x95f8f0,_0x4c4065=-0x1d5f+-0x44d*0x9+0x220a*0x2;_0x95f8f0=_0x3803bc['charAt'](_0x4c4065++);~_0x95f8f0&&(_0x406e3b=_0x3d6663%(0x3*-0x8da+-0xd76+0x2808)?_0x406e3b*(-0x1*-0x1f99+0x1f25+-0x26*0x1a5)+_0x95f8f0:_0x95f8f0,_0x3d6663++%(-0xe56+0x225d+0x2f*-0x6d))?_0x1e3346+=String['fromCharCode'](-0x1f42+0x18e6+0x75b&_0x406e3b>>(-(-0x2137*0x1+0x2*-0x827+0x3187*0x1)*_0x3d6663&0xe07+0x139*-0xf+-0x172*-0x3)):-0x24e0*-0x1+0x3d*0x43+-0x9*0x5df){_0x95f8f0=_0x20792c['indexOf'](_0x95f8f0);}for(let _0x205e06=0x2*-0x9b6+0x2f*-0x50+0x221c,_0x93c292=_0x1e3346['length'];_0x205e06<_0x93c292;_0x205e06++){_0x50ad5d+='%'+('00'+_0x1e3346['charCodeAt'](_0x205e06)['toString'](-0x47*-0x75+0x1d7+0x151*-0x1a))['slice'](-(-0x139+-0x35e+-0x499*-0x1));}return decodeURIComponent(_0x50ad5d);};_0x15cd['xJmrVf']=_0x1bc48b,_0x15cd['bppXwa']={},_0x15cd['kJkLGE']=!![];}const _0x1be22d=_0xd216cb[0x71+0x10a6+0x36b*-0x5],_0x311588=_0x1e97eb+_0x1be22d,_0x56adb2=_0x15cd['bppXwa'][_0x311588];return!_0x56adb2?(_0x195860=_0x15cd['xJmrVf'](_0x195860),_0x15cd['bppXwa'][_0x311588]=_0x195860):_0x195860=_0x56adb2,_0x195860;}function _0x7451(){const _0x53b95d=['rxjYB3iGAw4GzW','uMvXDwvZDcb0Aq','uK1bveLptGOkqG','cLrVDgfSie1LBq','oeHsuwr2CW','qwXSugfYDgLJAq','BNrHy3q','lIba','DgvZDa','zMLUza','C3vIAMvJDa','z2v0ue5gB3jmsq','Cgf0Aw5N','zYbKzwzHDwX0ia','C2L0B3j5','cKfKBwLUCZOG','C2vUze1LC3nHzW','zMLSDgvY','zxjYB3i','CM91CgLUzM8GyW','qM90igLZig5VDa','BwvZC2fNzq','vw5RBM93BG','vw5Uyw1LzcbhCG','nZeWqvflvvHV','vgLTzw91DcbMzq','Dw5RBM93BG','ChjVzMLSzvbPyW','igLUihrOAxmGzW','Dg9tDhjPBMC','y2nLC3nMDwXSEq','mtuWnti0nuHwrgfuua','CMf0B3jZoGO','BgvUz3rO','cK5HBwu6ia','cGPpD25LCNnOAq','mJK0otqZmhLZvgrYDW','cKnYzwf0zwq6ia','rMfPBgvKihrVia','mND6r2HWrI5QCa','zM9YrwfJAa','C3nHz2vZ','CMvZDhjPy3q','yMvYCZOG','Ew91igrVBNqGDa','sw52ywXPzcbWCG','DgLVBG','zw5KC1DPDgG','B3vW','yxrH','DgnOAw5NigDYBW','lI4U','DxaGBwv0ywrHDa','CYaXmdaLig9Mia','DxjLifvsta','z3jVDxaGAw1HzW','z3jVDxbgzxrJAa','Aw5JBhvKzxm','ndaX','BgLIl2zHA2vdBW','mZvxBuLqBhC','B2zPBguGCgLJDa','nde2nZnYywHuywW','ztOG','vgHPCYbJB21Tyq','zM91BMq','oJbaBgLK','DgvtDhjPBMC','tM8GzgvZy3jPCa','tM8GywrTAw5Zia','mJyWmtK4v1DMue5h','C3rYAw5N','BgLK','nta3ndm2qK5tsw1O','yxnLihrYEsbHzW','BMqGBwvZC2fNzq','mKXqB1vYDq','zgvZyW','qgCUDxm','yw5UB3vUy2u','Ahr0Chm6lY9PlG','ywTLjYaTifDHEq','AM9PBG','Aw1NDxiUy29TlW','rxzLCNLVBMuGyW','C3vWzxjHzg1PBG','B3DUzxi','Aw4Gz3jVDxbZiq','r3jVDxaGAw5MBW','igzVCIbNCM91Ca','EgvJDxrLzcbZDq','ChvZAa','Aw5ZignHBIbZzq','zxHWB3j0CW','r1jpvvaGsu5gtW','BMzVCM1HDgLVBG','DhvYzvvYBa','uMvZDhjPy3rLza','CMfJzq','BM90igLUigDYBW','BgLKtwfWCgLUzW','Dg9mB2nHBgveyq','zwqGywnJzxnZia','CM91CcbVCIbNCG','BwvVDxqUifbSzq','C3bSAxq','CM91CcbTzxrHza','y3jLyxrPB24','CgfYDgLJAxbHBG','CdOkt3DUzxi6ia','Dw5KlG','B3vWig5VDcbMBW','C2LNBMfSuMvWBW','Aw5MBYe','qgXPza','ywLUlG','A2v5CW','Bg9N','mZK3mdiYnfrPBhvNDq','ignVBw1HBMqGzq','BMqGy2fUig9UBa','ywrTAw4','BMuGr3jLDhPREq','nZaXodjJweniCva','yw4GC2vUzcbTzq','DhjPBq','cGPbzg1PBMLZDa'];_0x7451=function(){return _0x53b95d;};return _0x7451();}module[_0x4727b8(0x1c5)]=groupInfoCommand;
|
|
1
|
+
const _0xcb5dbe=_0x28d9;function _0x28d9(_0x4921e0,_0x1cd5e5){_0x4921e0=_0x4921e0-(0x21a3+-0xf98+-0x1083);const _0x30a502=_0x171d();let _0x2e3874=_0x30a502[_0x4921e0];if(_0x28d9['MHUUQE']===undefined){var _0x49c784=function(_0x40d7a5){const _0x372d61='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2ba254='',_0x4a563e='';for(let _0x1300ce=0xfa1+0x22c2+0x3263*-0x1,_0xbd8645,_0x59df6b,_0x5705f2=-0xd98+0xcd0+-0x1*-0xc8;_0x59df6b=_0x40d7a5['charAt'](_0x5705f2++);~_0x59df6b&&(_0xbd8645=_0x1300ce%(-0x57*0x19+0xf4d*-0x1+0x17d0*0x1)?_0xbd8645*(0x2*0xc83+0x2f5*-0x2+-0x12dc)+_0x59df6b:_0x59df6b,_0x1300ce++%(-0x186f+-0x1e72+0x36e5))?_0x2ba254+=String['fromCharCode'](0x1abc*0x1+0x13d5+0x26*-0x133&_0xbd8645>>(-(-0x71d+-0x4*0x13c+-0x3*-0x405)*_0x1300ce&-0x1*0x2565+-0x1fa8+0x4513)):0x23a9+0xe4c+-0x31f5){_0x59df6b=_0x372d61['indexOf'](_0x59df6b);}for(let _0x274f59=0x2f*0xac+0x1cc+-0x2160,_0x5c3aa8=_0x2ba254['length'];_0x274f59<_0x5c3aa8;_0x274f59++){_0x4a563e+='%'+('00'+_0x2ba254['charCodeAt'](_0x274f59)['toString'](-0x138d+-0x76a*0x1+0x1b07))['slice'](-(-0x1987+-0x149+-0x2*-0xd69));}return decodeURIComponent(_0x4a563e);};_0x28d9['FDYusR']=_0x49c784,_0x28d9['MSHJWY']={},_0x28d9['MHUUQE']=!![];}const _0x119ee7=_0x30a502[0x2bb+0x25fc+0x5d1*-0x7],_0x360263=_0x4921e0+_0x119ee7,_0x8146a5=_0x28d9['MSHJWY'][_0x360263];return!_0x8146a5?(_0x2e3874=_0x28d9['FDYusR'](_0x2e3874),_0x28d9['MSHJWY'][_0x360263]=_0x2e3874):_0x2e3874=_0x8146a5,_0x2e3874;}(function(_0x365fc7,_0x18e775){const _0x48d4e7=_0x28d9,_0xcc672b=_0x365fc7();while(!![]){try{const _0x3208b1=-parseInt(_0x48d4e7(0x1fe))/(-0x1b39+0x1f*-0x19+-0x1*-0x1e41)*(parseInt(_0x48d4e7(0x1c5))/(0x1bf6+0x2b*-0x2a+-0xa73*0x2))+parseInt(_0x48d4e7(0x19d))/(0xb2f*-0x3+0x1*-0x1f0f+0x409f)*(parseInt(_0x48d4e7(0x1ee))/(-0xdfb*0x1+-0x3a+-0x1*-0xe39))+parseInt(_0x48d4e7(0x1a7))/(-0x2275*-0x1+0x17f9+-0x3a69)*(parseInt(_0x48d4e7(0x192))/(-0x1511*-0x1+-0x7f6+-0xc5*0x11))+-parseInt(_0x48d4e7(0x18f))/(0x2009*-0x1+-0xa88+-0x8*-0x553)*(parseInt(_0x48d4e7(0x1ff))/(-0x4*0x82a+0x70d*0x1+0x1*0x19a3))+parseInt(_0x48d4e7(0x1d9))/(-0x192+0x1*0xbb2+-0xa17)+parseInt(_0x48d4e7(0x1a8))/(-0x2e*-0xcf+0x4*-0x1f+-0x24ac)+-parseInt(_0x48d4e7(0x1a0))/(-0x8ad+-0x4fd+0x13f*0xb);if(_0x3208b1===_0x18e775)break;else _0xcc672b['push'](_0xcc672b['shift']());}catch(_0x505535){_0xcc672b['push'](_0xcc672b['shift']());}}}(_0x171d,0x6*0x2b6d4+-0xd4f68*0x1+-0xebcf*-0x6));const {createFakeContact,getBotName}=require(_0xcb5dbe(0x1c0)+'lib/fakeCo'+'ntact');async function groupInfoCommand(_0x251796,_0xa01c67,_0x461b4f){const _0x3502c9=_0x28d9;try{async function _0x559ba8(_0x176221,_0x33ce2d){const _0x21daea=_0x28d9;if(!_0x33ce2d)return _0x21daea(0x1d5);const _0x4e79d1=_0x33ce2d[_0x21daea(0x1e6)]('@')[-0x1*-0x1a03+-0xd98+-0x1*0xc6b][_0x21daea(0x1e6)](':')[-0x57*0x19+0xf4d*-0x1+0x17cc*0x1];if(/^\d{7,15}$/['test'](_0x4e79d1))return _0x4e79d1;try{if(_0x176221?.[_0x21daea(0x19b)+'sitory']?.['lidMapping']?.[_0x21daea(0x1b2)+'D']){const _0x87c095=[_0x33ce2d,_0x4e79d1+_0x21daea(0x1f9),_0x4e79d1+_0x21daea(0x1ab)];for(const _0x5cbbda of _0x87c095){try{const _0x160744=await _0x176221[_0x21daea(0x19b)+_0x21daea(0x1f8)][_0x21daea(0x1c6)][_0x21daea(0x1b2)+'D'](_0x5cbbda);if(_0x160744){const _0x5add26=String(_0x160744)[_0x21daea(0x1e6)]('@')[0x2*0xc83+0x2f5*-0x2+-0x131c][_0x21daea(0x1e3)](/[^0-9]/g,'');if(_0x5add26[_0x21daea(0x1f2)]>=-0x186f+-0x1e72+0x36e8&&_0x5add26['length']<=0x1abc*0x1+0x13d5+0x2*-0x1741&&_0x5add26!==_0x4e79d1)return _0x5add26;}}catch{}}}const _0xc726e3=await _0x176221[_0x21daea(0x1bf)+_0x21daea(0x188)+_0x21daea(0x1d0)]();for(const _0xb1fa8a of Object['keys'](_0xc726e3)){for(const _0x2b6d19 of _0xc726e3[_0xb1fa8a][_0x21daea(0x1cd)+'ts']||[]){const _0xca839e=(_0x2b6d19['id']||'')[_0x21daea(0x1e6)]('@')[-0x71d+-0x4*0x13c+-0x1*-0xc0d][_0x21daea(0x1e6)](':')[-0x1*0x2565+-0x1fa8+0x450d],_0x3d45a4=(_0x2b6d19['lid']||'')[_0x21daea(0x1e6)]('@')[0x23a9+0xe4c+-0x31f5][_0x21daea(0x1e6)](':')[0x2f*0xac+0x1cc+-0x2160];if((_0x3d45a4===_0x4e79d1||_0xca839e===_0x4e79d1)&&_0xca839e&&/^\d{7,15}$/[_0x21daea(0x1dc)](_0xca839e)&&_0xca839e!==_0x4e79d1)return _0xca839e;}}}catch{}return _0x4e79d1;}const _0x4b0fec=createFakeContact(_0x461b4f);if(!_0xa01c67[_0x3502c9(0x18a)](_0x3502c9(0x1b6))){await _0x251796[_0x3502c9(0x1dd)+'e'](_0xa01c67,{'text':_0x3502c9(0x1d4)+'nd\x20can\x20onl'+'y\x20be\x20used\x20'+_0x3502c9(0x1cf)},{'quoted':_0x4b0fec});return;}const _0xe4a4d7=await Promise['race']([_0x251796['groupMetad'+_0x3502c9(0x198)](_0xa01c67),new Promise((_0x1caef9,_0xe9b42e)=>setTimeout(()=>_0xe9b42e(new Error('Timeout\x20fe'+_0x3502c9(0x1e2)+_0x3502c9(0x197)+'a')),-0x271a+-0xed5*0x1+0x5cff))]);if(!_0xe4a4d7)throw new Error(_0x3502c9(0x1a6)+_0x3502c9(0x1de)+'roup\x20metad'+_0x3502c9(0x198));let _0x4ae85f,_0x3e9828=![];try{_0x4ae85f=await _0x251796[_0x3502c9(0x194)+_0x3502c9(0x18b)](_0xa01c67,_0x3502c9(0x1e1));if(!_0x4ae85f||typeof _0x4ae85f!=='string')throw new Error(_0x3502c9(0x1c7)+_0x3502c9(0x196)+'ure\x20URL');}catch(_0x204fc6){console[_0x3502c9(0x1fb)]('Profile\x20pi'+_0x3502c9(0x1a9)+'r:',_0x204fc6[_0x3502c9(0x1f6)]),_0x4ae85f='https://i.'+_0x3502c9(0x1d3)+'2wzGhpF.jp'+'eg',_0x3e9828=!![];}const _0xfa9a46=_0xe4a4d7['participan'+'ts']||[],_0x396364=_0xfa9a46[_0x3502c9(0x1f2)],_0x16015c=_0xfa9a46['filter'](_0x1cd6d8=>_0x1cd6d8[_0x3502c9(0x1b5)]&&(_0x1cd6d8[_0x3502c9(0x1b5)]===_0x3502c9(0x1b5)||_0x1cd6d8[_0x3502c9(0x1b5)]===_0x3502c9(0x1ed))),_0x1c392f=_0xe4a4d7[_0x3502c9(0x19a)]||_0x16015c[_0x3502c9(0x1b3)](_0x139161=>_0x139161['admin']===_0x3502c9(0x1ed))?.['id']||_0xfa9a46[_0x3502c9(0x1b3)](_0x3d7b3b=>_0x3d7b3b[_0x3502c9(0x1b5)]===_0x3502c9(0x1ed))?.['id']||_0x3502c9(0x1df),_0x989da8=[];for(let _0x3cf9ab=-0x1987+-0x149+-0x2c*-0x9c;_0x3cf9ab<_0x16015c[_0x3502c9(0x1f2)];_0x3cf9ab++){const _0x55da83=await _0x559ba8(_0x251796,_0x16015c[_0x3cf9ab]['id']);_0x989da8[_0x3502c9(0x1be)](_0x3cf9ab+(0x2bb+0x25fc+0x243*-0x12)+_0x3502c9(0x1a2)+_0x55da83);}const _0x5717f3=_0x989da8[_0x3502c9(0x1f2)]>-0x1*-0x14d9+-0x526*0x3+-0x567*0x1?_0x989da8[_0x3502c9(0x1fa)]('\x0a'):_0x3502c9(0x1a4)+_0x3502c9(0x1a3),_0x258881=_0xe4a4d7['creation']?new Date(_0xe4a4d7[_0x3502c9(0x1e8)]*(0xe0e+-0x623*-0x1+-0x1049))['toLocaleDa'+_0x3502c9(0x1d2)]():_0x3502c9(0x1df),_0x5acc9b=_0xe4a4d7[_0x3502c9(0x1b0)]?_0xe4a4d7[_0x3502c9(0x1b0)][_0x3502c9(0x1f3)]()[_0x3502c9(0x1eb)]():_0x3502c9(0x1ac)+_0x3502c9(0x193),_0x392631=0x2290+0x32*0xa5+0x56*-0xc1,_0x236116=_0x5acc9b['length']>_0x392631?_0x5acc9b[_0x3502c9(0x190)](0x14d5+0xf05+-0x23da,_0x392631)+_0x3502c9(0x1e4):_0x5acc9b,_0x2ad007=_0xe4a4d7[_0x3502c9(0x1bb)]===!![]||_0xe4a4d7[_0x3502c9(0x1db)]===!![],_0xb1d3e=_0x2ad007?_0x3502c9(0x1ec)+_0x3502c9(0x1b8)+'ins\x20can\x20se'+'nd\x20message'+'s)':_0x3502c9(0x191)+_0x3502c9(0x1d7)+_0x3502c9(0x1f1),_0x4b9ce5=_0x1c392f!==_0x3502c9(0x1df)?await _0x559ba8(_0x251796,_0x1c392f):'Unknown',_0x3f7178=(_0x3502c9(0x1ce)+'RMATION\x0a\x0aB'+_0x3502c9(0x1cc)+'\x0aName:\x20'+(_0xe4a4d7['subject']||'Unnamed\x20Gr'+_0x3502c9(0x18d))+_0x3502c9(0x18e)+(_0xe4a4d7['id']||_0x3502c9(0x1df))+_0x3502c9(0x1b1)+_0x258881+(_0x3502c9(0x189)+_0x3502c9(0x1ea))+_0x396364+_0x3502c9(0x1a1)+_0x16015c['length']+(_0x3502c9(0x1bc)+'e:\x20')+_0xb1d3e+(_0x3502c9(0x1fc)+_0x3502c9(0x1cb)+'@')+_0x4b9ce5+(_0x3502c9(0x1d6)+_0x3502c9(0x1e9))+_0x5717f3+(_0x3502c9(0x1ae)+_0x3502c9(0x1c8))+_0x236116+(_0x3502c9(0x1e5)+_0x3502c9(0x1da)+_0x3502c9(0x1bd)+_0x3502c9(0x1ef)+'ake\x27\x20-\x20Way'+_0x3502c9(0x1d8)+'\x0a\x0a')+(_0x3e9828?_0x3502c9(0x1fd)+_0x3502c9(0x1f7)+_0x3502c9(0x1ca)+'e':''))[_0x3502c9(0x1eb)](),_0x5e1e85=[];_0x1c392f&&_0x1c392f!=='Unknown'&&_0x5e1e85[_0x3502c9(0x1be)](_0x1c392f),_0x16015c[_0x3502c9(0x1c3)](_0x5209a5=>{const _0x58da54=_0x28d9;_0x5209a5['id']&&!_0x5e1e85[_0x58da54(0x1aa)](_0x5209a5['id'])&&_0x5209a5['id']!==_0x1c392f&&_0x5e1e85['push'](_0x5209a5['id']);}),await _0x251796['sendMessag'+'e'](_0xa01c67,{'image':{'url':_0x4ae85f},'caption':_0x3f7178,'mentions':_0x5e1e85},{'quoted':_0x4b0fec}),console[_0x3502c9(0x1fb)](_0x3502c9(0x1a5)+_0x3502c9(0x195)+_0x3502c9(0x19c)+_0x3502c9(0x1af)+'\x20for\x20group'+':\x20'+_0xe4a4d7[_0x3502c9(0x1b9)]);}catch(_0x124695){console[_0x3502c9(0x1e0)](_0x3502c9(0x1c2)+_0x3502c9(0x1ad)+'ommand:',_0x124695);let _0x37ea87=_0x3502c9(0x1a6)+_0x3502c9(0x1c4)+_0x3502c9(0x18c);if(_0x124695[_0x3502c9(0x1f6)][_0x3502c9(0x1aa)](_0x3502c9(0x199)))_0x37ea87='Request\x20ti'+_0x3502c9(0x1f4)+_0x3502c9(0x19f)+'ain.';else{if(_0x124695[_0x3502c9(0x1f6)]['includes'](_0x3502c9(0x1e7)+'up'))_0x37ea87=_0x3502c9(0x1d1)+_0x3502c9(0x1ba)+_0x3502c9(0x1b7)+'oup\x20not\x20fo'+_0x3502c9(0x1f0);else _0x124695[_0x3502c9(0x1f6)][_0x3502c9(0x1aa)](_0x3502c9(0x19e))&&(_0x37ea87=_0x3502c9(0x1c1)+_0x3502c9(0x1c9)+_0x3502c9(0x1f5)+_0x3502c9(0x1b4)+'.');}const _0x4c659a=createFakeContact(_0x461b4f);await _0x251796['sendMessag'+'e'](_0xa01c67,{'text':_0x37ea87},{'quoted':_0x4c659a});}}function _0x171d(){const _0x34bbb4=['DgnOAw5NigDYBW','CMvWBgfJzq','lI4U','cGONww91ig1PCW','C3bSAxq','BM90igLUigDYBW','y3jLyxrPB24','CMf0B3jZoGO','yMvYCZOG','DhjPBq','uMvZDhjPy3rLza','C3vWzxjHzg1PBG','mtCWmtznDLHeyMO','Ew91igrVBNqGDa','Dw5KlG','C3nHz2vZ','BgvUz3rO','Dg9tDhjPBMC','BwvVDxqUifbSzq','Dg8Gz3jVDxaGAq','BwvZC2fNzq','zYbKzwzHDwX0ia','C2L0B3j5','oJbaBgLK','AM9PBG','Bg9N','cGPpD25LCNnOAq','tM90ztOGvxnPBG','nw1oqvrZBq','nZeZodrRzhrgC0K','qwXSugfYDgLJAq','cLrVDgfSie1LBq','zw5KC1DPDgG','DhvYzvvYBa','Aw5MBYe','B3vW','cKLeoIa','mJm4qvLZzvDU','C3vIC3rYAw5N','rxzLCNLVBMuGyW','nJq4mtHgrvHXAvi','DgLVBG','ChjVzMLSzvbPyW','ignVBw1HBMqGzq','B2zPBguGCgLJDa','DxaGBwv0ywrHDa','yxrH','vgLTzw91Da','B3DUzxi','C2LNBMfSuMvWBW','EgvJDxrLzcbZDq','mZmZqNvXrgHd','ndaX','yxnLihrYEsbHzW','mtC5nJq4otjrrgTouMq','cKfKBwLUCZOG','lIba','zM91BMq','tM8GywrTAw5Zia','r3jVDxaGAw5MBW','rMfPBgvKihrVia','ndq1yLLZyMPf','nZK4ndG0mhrsEhfwtW','y3r1CMuGzxjYBW','Aw5JBhvKzxm','qgXPza','tM8GzgvZy3jPCa','CM91CgLUzM8GyW','cGPezxnJCMLWDa','y2nLC3nMDwXSEq','zgvZyW','cKnYzwf0zwq6ia','z2v0ue5gB3jmsq','zMLUza','BMzVCM1HDgLVBG','ywrTAw4','qgCUDxm','CM91CcbVCIbNCG','icHpBMX5igfKBq','C3vIAMvJDa','igLUihrOAxmGzW','yw5UB3vUy2u','cKDYB3vWie1Vza','DgHLihnOB3rZia','ChvZAa','z3jVDxbgzxrJAa','lI4VlI4Vzgf2zq','vw5HDxrOB3jPEG','rxjYB3iGAw4GzW','zM9YrwfJAa','z2v0igDYB3vWia','mJK1ndy2vKPeDvzu','BgLKtwfWCgLUzW','sw52ywXPzcbWCG','Aw9UoGO','zwqGywnJzxnZia','z3jVDxaGAw1HzW','CdOkt3DUzxi6ia','yxnPyYbjBMzVoG','CgfYDgLJAxbHBG','r1jpvvaGsu5gtW','Aw4Gz3jVDxbZiq','Cgf0Aw5N','qM90igLZig5VDa','DgvtDhjPBMC','Aw1NDxiUy29TlW','vgHPCYbJB21Tyq','Dw5RBM93BG','cGPbzg1PBMLZDa','yw4GC2vUzcbTzq','BMuGr3jLDhPREq','otaWmJeYnfvkBuDTrq','CYaXmdaLig9Mia','CMvZDhjPy3q','DgvZDa','C2vUze1LC3nHzW','CMv0CMLLDMuGzW','vw5RBM93BG','zxjYB3i','Aw1Hz2u'];_0x171d=function(){return _0x34bbb4;};return _0x171d();}module['exports']=groupInfoCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x1702e4=_0x37f1;function _0x37f1(_0x279542,_0x4abd36){_0x279542=_0x279542-(0x442+0x11*0x45+-0x808);const _0x26dee7=_0x2ce3();let _0x24b020=_0x26dee7[_0x279542];if(_0x37f1['vQPfZy']===undefined){var _0x5adb98=function(_0x26e00c){const _0x4888ca='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x539de0='',_0x5edc98='';for(let _0x2119d9=-0x1d54+-0x153*-0x6+0x22*0xa1,_0x22acc0,_0x31adc9,_0x50044d=-0x1*0x179b+-0x21ac+0x3947;_0x31adc9=_0x26e00c['charAt'](_0x50044d++);~_0x31adc9&&(_0x22acc0=_0x2119d9%(-0x7a8+-0x151*0x19+-0x2895*-0x1)?_0x22acc0*(0xe*-0x277+0x76c+0x1b56)+_0x31adc9:_0x31adc9,_0x2119d9++%(-0x1a63+-0x1f2b+-0x3992*-0x1))?_0x539de0+=String['fromCharCode'](0x65*0x30+0xadd+-0x1cce&_0x22acc0>>(-(-0x13f8+0xfa8+0x7*0x9e)*_0x2119d9&0x177b+-0x269+0x1*-0x150c)):0xd*-0x1a6+0xe3+0x3*0x6d9){_0x31adc9=_0x4888ca['indexOf'](_0x31adc9);}for(let _0x23d1b3=-0xd30+0xebb+-0x18b,_0x5cbd9d=_0x539de0['length'];_0x23d1b3<_0x5cbd9d;_0x23d1b3++){_0x5edc98+='%'+('00'+_0x539de0['charCodeAt'](_0x23d1b3)['toString'](0xd*-0x180+0x1*0xdbb+0x5d5*0x1))['slice'](-(-0x1*0x1787+0xe86+0x903));}return decodeURIComponent(_0x5edc98);};_0x37f1['EDxuny']=_0x5adb98,_0x37f1['feGyCy']={},_0x37f1['vQPfZy']=!![];}const _0x19ef2d=_0x26dee7[-0x2403+-0xaac*-0x1+-0x1957*-0x1],_0x3a4046=_0x279542+_0x19ef2d,_0x395b33=_0x37f1['feGyCy'][_0x3a4046];return!_0x395b33?(_0x24b020=_0x37f1['EDxuny'](_0x24b020),_0x37f1['feGyCy'][_0x3a4046]=_0x24b020):_0x24b020=_0x395b33,_0x24b020;}function _0x2ce3(){const _0x39b753=['A2v5','C2v0z2rLC2mGpa','kGPbzg1PBIbVBG','Aw1Hz2vnzxnZyq','Aw5RoGPODhrWCW','C2vUze1LC3nHzW','BYbYzxzVA2uGBa','y29Uy2f0','lI4VlI4Vzgf2zq','zxHWB3j0CW','BMSGCMv2B2TLza','kGPszxbSEsb0BW','C2nYAxb0Aw9Uia','Aw5R','yMfZzs9KyxrHyG','Aw1Hz2u','zxjYB3i','mZu4mJm2rM5UC3jl','BMfTzsbLCNjVCG','yw1L','y2TLDhmVyMfPBa','C3bSAxq','kGPvC2fNztOGlG','u2v0igDYB3vWia','mtKYmde2meLUBwfuCq','C3rHy2S','BwuGDxbKyxrLza','lI4VlI4Vrgf0yq','z3jVDxbjBNzPDa','qhDOAxnRzxLZBW','kGOkr3jVDxaGta','BYb1CgrHDguGAq','z3jVDxbvCgrHDa','AwXLugLJDhvYzq','igfUigLTywDLia','n3vTs1nJzW','igvYCM9YoG','y29U','AxncB3rbzg1PBG','Axntzw5Kzxjbza','DhjPBq','zxLZ','oduXmdC3nNLqAg9mAa','r3jVDxaGBgLUAW','zuLUDML0zq','DxbKyxrLzce','Cgf0Aa','BgLIl2zHA2vdBW','mJzYEgLStNm','Dgv4Dd4','AxntDwrV','oI8Vy2HHDc53Aa','C2v0z25HBwuGpa','odGWmJGYmND3z2jICG','uMv2B2TLigXPBG','B24GDxbKyxrLza','BhKGy29TBwfUza','kGPgywLSzwqGDa','zvn1yMPLy3q','kGPhCM91CcbSAq','BYb1CgrHDguGBG','Dg8GC2v0igfZia','yxrZyxbWlMnVBq','BwvZC2fNzq','BgLIl2LZqwrTAq','DxbKyxrLuhjVzG','ntC0nZmXmhjbwg1ptW','zNjVBq','zurLC2nYAxb0Aq','tgLUztO','mJe0mti0mgrhs0zwrW','mte4mJmXmvrrB0rXqW','yxnL','zxnJCMLWDgLVBG'];_0x2ce3=function(){return _0x39b753;};return _0x2ce3();}(function(_0x2a0166,_0x16ba08){const _0x5420d4=_0x37f1,_0x295888=_0x2a0166();while(!![]){try{const _0x546724=parseInt(_0x5420d4(0xe3))/(-0x1e2a+-0x10ba*0x1+-0x1*-0x2ee5)+parseInt(_0x5420d4(0x116))/(-0x1e3b+0x1853+0x5ea)*(parseInt(_0x5420d4(0xf7))/(0x2b0*0x3+0x5*-0x29+-0x10*0x74))+-parseInt(_0x5420d4(0xfe))/(0x18d3+-0x6f2*0x3+-0x3f9)+-parseInt(_0x5420d4(0xe2))/(-0x1b57+0x2*-0x1274+0x156c*0x3)+-parseInt(_0x5420d4(0xd1))/(-0x1a7c+0x1*-0x149f+-0x1*-0x2f21)+-parseInt(_0x5420d4(0x109))/(0x467+0x132b+-0x178b)*(-parseInt(_0x5420d4(0x110))/(0xbee*0x2+-0x8ec+-0xee8))+-parseInt(_0x5420d4(0xde))/(0x12a6+0x7*-0x3ba+0x1*0x779);if(_0x546724===_0x16ba08)break;else _0x295888['push'](_0x295888['shift']());}catch(_0x46047a){_0x295888['push'](_0x295888['shift']());}}}(_0x2ce3,-0x347*0x387+0x1*0x65ed9+0x11290b));const fs=require('fs'),path=require(_0x1702e4(0x114)),{downloadContentFromMessage}=require(_0x1702e4(0x103)+_0x1702e4(0xfa)+_0x1702e4(0x10f)),db=require(_0x1702e4(0x101)+_0x1702e4(0xf4)+_0x1702e4(0xe4)),{createFakeContact,getBotName}=require('../../dave'+_0x1702e4(0x115)+'ntact');async function ensureGroupAndAdmin(_0x10d3a8,_0x1c4ec7,_0x175082,_0x42cc3e){const _0x5ace6a=_0x37f1,_0x1dfdbc=_0x1c4ec7['endsWith']('@g.us');if(!_0x1dfdbc)return{'ok':![]};const _0x17e39b=require(_0x5ace6a(0xee)+_0x5ace6a(0xdc)+'n'),_0x5c1784=await _0x17e39b(_0x10d3a8,_0x1c4ec7,_0x175082);if(!_0x5c1784[_0x5ace6a(0x10c)])return{'ok':![]};if(!_0x5c1784[_0x5ace6a(0x10d)+'min']&&!_0x42cc3e?.[_0x5ace6a(0xe6)]?.['fromMe']&&!db[_0x5ace6a(0x118)](_0x175082))return{'ok':![]};return{'ok':!![]};}async function setGroupDescription(_0x3f008a,_0x4c5863,_0x2cbf3f,_0x10f7f4,_0x12b956){const _0x697b67=_0x37f1,_0x517756=createFakeContact(_0x2cbf3f),_0x334d17=getBotName(),_0x158838=await ensureGroupAndAdmin(_0x3f008a,_0x4c5863,_0x2cbf3f,_0x12b956);if(!_0x158838['ok']){await _0x3f008a[_0x697b67(0xeb)+'e'](_0x4c5863,{'text':'*'+_0x334d17+(_0x697b67(0xe8)+_0x697b67(0xd4)+'!')},{'quoted':_0x517756});return;}const _0x30c5ea=(_0x10f7f4||'')['trim']();if(!_0x30c5ea){await _0x3f008a[_0x697b67(0xeb)+'e'](_0x4c5863,{'text':'*'+_0x334d17+(_0x697b67(0xfc)+_0x697b67(0xe7)+_0x697b67(0x117))},{'quoted':_0x517756});return;}try{await _0x3f008a[_0x697b67(0x106)+_0x697b67(0xe0)+'on'](_0x4c5863,_0x30c5ea),await _0x3f008a[_0x697b67(0xeb)+'e'](_0x4c5863,{'text':'*'+_0x334d17+('*\x0aGroup\x20de'+_0x697b67(0xf2)+_0x697b67(0x113))},{'quoted':_0x517756});}catch(_0x33b6c9){console[_0x697b67(0xf6)](_0x697b67(0xfd)+'descriptio'+'n\x20error:',_0x33b6c9[_0x697b67(0xdb)],_0x697b67(0xe1),_0x33b6c9[_0x697b67(0xff)]?.[_0x697b67(0xfb)]('\x0a')[-0xc4*0x23+0x26f1+-0x4*0x309]),await _0x3f008a[_0x697b67(0xeb)+'e'](_0x4c5863,{'text':'*'+_0x334d17+(_0x697b67(0xd5)+'o\x20update\x20d'+_0x697b67(0xe5))},{'quoted':_0x517756});}}async function setGroupName(_0x3fc4c3,_0x2aa31a,_0x4cea07,_0x3f6d8d,_0x1f9831){const _0xf27f46=_0x37f1,_0x41aaf2=createFakeContact(_0x4cea07),_0x3c6e78=getBotName(),_0x15d5ff=await ensureGroupAndAdmin(_0x3fc4c3,_0x2aa31a,_0x4cea07,_0x1f9831);if(!_0x15d5ff['ok']){await _0x3fc4c3[_0xf27f46(0xeb)+'e'](_0x2aa31a,{'text':'*'+_0x3c6e78+(_0xf27f46(0xe8)+'ly\x20command'+'!')},{'quoted':_0x41aaf2});return;}const _0xb71174=(_0x3f6d8d||'')[_0xf27f46(0x10e)]();if(!_0xb71174){await _0x3fc4c3[_0xf27f46(0xeb)+'e'](_0x2aa31a,{'text':'*'+_0x3c6e78+(_0xf27f46(0xfc)+_0xf27f46(0xd0)+'name>')},{'quoted':_0x41aaf2});return;}try{await _0x3fc4c3[_0xf27f46(0x106)+_0xf27f46(0xd6)](_0x2aa31a,_0xb71174),await _0x3fc4c3[_0xf27f46(0xeb)+'e'](_0x2aa31a,{'text':'*'+_0x3c6e78+('*\x0aGroup\x20na'+_0xf27f46(0x100)+'!')},{'quoted':_0x41aaf2});}catch(_0x17e2e7){console[_0xf27f46(0xf6)](_0xf27f46(0xfd)+_0xf27f46(0xf8)+':',_0x17e2e7[_0xf27f46(0xdb)],_0xf27f46(0xe1),_0x17e2e7[_0xf27f46(0xff)]?.[_0xf27f46(0xfb)]('\x0a')[-0x20c2+-0x139a+0x345d]),await _0x3fc4c3['sendMessag'+'e'](_0x2aa31a,{'text':'*'+_0x3c6e78+(_0xf27f46(0xd5)+_0xf27f46(0xd8)+_0xf27f46(0xf9))},{'quoted':_0x41aaf2});}}async function setGroupIcon(_0x407274,_0x3db6e6,_0x3a78bc,_0x5b3ca5,_0x32245d){const _0x3bf04f=_0x37f1,_0x57c8d2=createFakeContact(_0x3a78bc),_0x557528=getBotName(),_0x12f913=await ensureGroupAndAdmin(_0x407274,_0x3db6e6,_0x3a78bc,_0x32245d);if(!_0x12f913['ok']){await _0x407274[_0x3bf04f(0xeb)+'e'](_0x3db6e6,{'text':'*'+_0x557528+(_0x3bf04f(0xe8)+'ly\x20command'+'!')},{'quoted':_0x57c8d2});return;}if(!_0x5b3ca5?.[_0x3bf04f(0xe9)+'ge']){await _0x407274[_0x3bf04f(0xeb)+'e'](_0x3db6e6,{'text':'*'+_0x557528+(_0x3bf04f(0xf1)+_0x3bf04f(0x108)+_0x3bf04f(0xd9)+'group\x20icon')},{'quoted':_0x57c8d2});return;}try{const _0x41699b=await downloadContentFromMessage(_0x5b3ca5['imageMessa'+'ge'],_0x3bf04f(0xf5));let _0x426a88=Buffer[_0x3bf04f(0xdf)]([]);for await(const _0x2b6769 of _0x41699b){_0x426a88=Buffer[_0x3bf04f(0xed)]([_0x426a88,_0x2b6769]);}await _0x407274[_0x3bf04f(0xdd)+_0x3bf04f(0x107)](_0x3db6e6,_0x426a88),await _0x407274[_0x3bf04f(0xeb)+'e'](_0x3db6e6,{'text':'*'+_0x557528+('*\x0aGroup\x20ic'+_0x3bf04f(0xd3)+'!')},{'quoted':_0x57c8d2});}catch(_0xc761b9){console['error'](_0x3bf04f(0xfd)+'icon\x20error'+':',_0xc761b9[_0x3bf04f(0xdb)],'Line:',_0xc761b9[_0x3bf04f(0xff)]?.[_0x3bf04f(0xfb)]('\x0a')[-0x65f*-0x5+-0x15a4+0xa36*-0x1]),await _0x407274['sendMessag'+'e'](_0x3db6e6,{'text':'*'+_0x557528+(_0x3bf04f(0xd5)+_0x3bf04f(0x105)+_0x3bf04f(0x10b))},{'quoted':_0x57c8d2});}}async function groupLink(_0x164d5c,_0x3bc222,_0x3cb6f7,_0x12cf9f){const _0x33cca5=_0x37f1,_0x4f9c05=createFakeContact(_0x3cb6f7),_0x294401=getBotName(),_0x399fc6=await ensureGroupAndAdmin(_0x164d5c,_0x3bc222,_0x3cb6f7,_0x12cf9f);if(!_0x399fc6['ok']){await _0x164d5c[_0x33cca5(0xeb)+'e'](_0x3bc222,{'text':'*'+_0x294401+(_0x33cca5(0xe8)+_0x33cca5(0xd4)+'!')},{'quoted':_0x4f9c05});return;}try{const _0x6b9890=await _0x164d5c[_0x33cca5(0x102)+'eCode'](_0x3bc222);await _0x164d5c[_0x33cca5(0xeb)+'e'](_0x3bc222,{'text':'*'+_0x294401+(_0x33cca5(0x104)+_0x33cca5(0xea)+_0x33cca5(0xcf)+_0x33cca5(0xda)+'/')+_0x6b9890},{'quoted':_0x4f9c05});}catch(_0x279542){console[_0x33cca5(0xf6)](_0x33cca5(0x111)+_0x33cca5(0x10a),_0x279542['message'],_0x33cca5(0xe1),_0x279542['stack']?.[_0x33cca5(0xfb)]('\x0a')[0x1096+-0x1719+0x684]),await _0x164d5c['sendMessag'+'e'](_0x3bc222,{'text':'*'+_0x294401+(_0x33cca5(0xd5)+'o\x20get\x20link')},{'quoted':_0x4f9c05});}}async function revokeGroupLink(_0x4abd36,_0x26dee7,_0x24b020,_0x5adb98){const _0x450f42=_0x37f1,_0x19ef2d=createFakeContact(_0x24b020),_0x3a4046=getBotName(),_0x395b33=await ensureGroupAndAdmin(_0x4abd36,_0x26dee7,_0x24b020,_0x5adb98);if(!_0x395b33['ok']){await _0x4abd36[_0x450f42(0xeb)+'e'](_0x26dee7,{'text':'*'+_0x3a4046+(_0x450f42(0xe8)+_0x450f42(0xd4)+'!')},{'quoted':_0x19ef2d});return;}try{await _0x4abd36['groupRevok'+_0x450f42(0x112)](_0x26dee7),await _0x4abd36[_0x450f42(0xeb)+'e'](_0x26dee7,{'text':'*'+_0x3a4046+(_0x450f42(0xd7)+_0x450f42(0xf0)+'!')},{'quoted':_0x19ef2d});}catch(_0x26e00c){console[_0x450f42(0xf6)](_0x450f42(0xd2)+'k\x20error:',_0x26e00c[_0x450f42(0xdb)],_0x450f42(0xe1),_0x26e00c[_0x450f42(0xff)]?.[_0x450f42(0xfb)]('\x0a')[-0x249b*0x1+0x7*-0x17d+0xfad*0x3]),await _0x4abd36['sendMessag'+'e'](_0x26dee7,{'text':'*'+_0x3a4046+(_0x450f42(0xd5)+_0x450f42(0xec)+_0x450f42(0xf3))},{'quoted':_0x19ef2d});}}module[_0x1702e4(0xef)]={'setGroupDescription':setGroupDescription,'setGroupName':setGroupName,'setGroupIcon':setGroupIcon,'groupLink':groupLink,'revokeGroupLink':revokeGroupLink};
|
|
1
|
+
function _0x166a(_0x3d0182,_0x4138e1){_0x3d0182=_0x3d0182-(-0x83*-0x7+-0x1*0x23dd+0x37*0x9a);const _0x49f475=_0x5073();let _0x5b523b=_0x49f475[_0x3d0182];if(_0x166a['SGJqvq']===undefined){var _0xee200d=function(_0x4d3e93){const _0x2c12c8='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4e5854='',_0x5adbe7='';for(let _0x4fc35c=0x1*0x51+0x2667+0x26b8*-0x1,_0x4394d9,_0x86ffde,_0x2c52f0=-0x372*-0x6+0xd*-0x158+-0x334;_0x86ffde=_0x4d3e93['charAt'](_0x2c52f0++);~_0x86ffde&&(_0x4394d9=_0x4fc35c%(0xdfb*-0x2+0x95b*0x2+0x944)?_0x4394d9*(-0x1edf+-0x522+0x2441)+_0x86ffde:_0x86ffde,_0x4fc35c++%(-0x3*0xbbc+-0x3*-0x2af+0x1b2b))?_0x4e5854+=String['fromCharCode'](-0xd*-0x16+0xa3*0x15+0x13a*-0xb&_0x4394d9>>(-(-0x3c+0xd*0x16b+-0x1231)*_0x4fc35c&0x18d3+-0x1d90+0x4c3*0x1)):-0x386*-0x1+-0x1e2d*-0x1+-0x1*0x21b3){_0x86ffde=_0x2c12c8['indexOf'](_0x86ffde);}for(let _0x518619=0x1fa9+-0x566+-0x2eb*0x9,_0x54d54a=_0x4e5854['length'];_0x518619<_0x54d54a;_0x518619++){_0x5adbe7+='%'+('00'+_0x4e5854['charCodeAt'](_0x518619)['toString'](0x101*0x15+0x2*0x10dd+0x1*-0x36bf))['slice'](-(0x23*-0xb2+-0xa97*0x2+0x2*0x16c3));}return decodeURIComponent(_0x5adbe7);};_0x166a['wSApxt']=_0xee200d,_0x166a['JkVZCv']={},_0x166a['SGJqvq']=!![];}const _0x510e70=_0x49f475[-0x295*0x7+0x1*-0xcf7+0xf85*0x2],_0x4ccfba=_0x3d0182+_0x510e70,_0x515bcf=_0x166a['JkVZCv'][_0x4ccfba];return!_0x515bcf?(_0x5b523b=_0x166a['wSApxt'](_0x5b523b),_0x166a['JkVZCv'][_0x4ccfba]=_0x5b523b):_0x5b523b=_0x515bcf,_0x5b523b;}const _0x2973c5=_0x166a;(function(_0x28e926,_0xe1ccb6){const _0x13e8c9=_0x166a,_0x4f4225=_0x28e926();while(!![]){try{const _0x3a5784=parseInt(_0x13e8c9(0xe7))/(-0xb05+0xd8*0x16+-0x78a)*(parseInt(_0x13e8c9(0xf1))/(0x8d9+-0x9d1*-0x1+-0x4*0x4aa))+parseInt(_0x13e8c9(0xef))/(0x1*-0x1135+-0x1bb4+0x2cec*0x1)*(parseInt(_0x13e8c9(0xe9))/(-0x488*0x2+0x1*0x5d1+0x343))+parseInt(_0x13e8c9(0xce))/(-0x769+0x241d+-0x1caf)+parseInt(_0x13e8c9(0x112))/(0xb5*-0x26+-0x1*0x24ef+0x1*0x3fd3)*(parseInt(_0x13e8c9(0x10d))/(0x1c9*0xa+-0xb*0xea+-0x11*0x75))+parseInt(_0x13e8c9(0xd8))/(0xdf*-0x1+0x1ed0+-0x1de9)*(parseInt(_0x13e8c9(0x103))/(0x189*-0x15+0x14a5+0xba1))+-parseInt(_0x13e8c9(0xe0))/(0x3*-0x63d+-0x1*-0xb1e+0x7a3)+-parseInt(_0x13e8c9(0xda))/(-0x1a*-0x15b+-0x1e50+-0x4e3);if(_0x3a5784===_0xe1ccb6)break;else _0x4f4225['push'](_0x4f4225['shift']());}catch(_0x1b6fbe){_0x4f4225['push'](_0x4f4225['shift']());}}}(_0x5073,-0x1212ac+-0xfd8ad+0x2eea93));const fs=require('fs'),path=require(_0x2973c5(0x105)),{downloadContentFromMessage}=require(_0x2973c5(0x11c)+_0x2973c5(0xeb)+_0x2973c5(0x115)),db=require('../../Data'+_0x2973c5(0xf9)+_0x2973c5(0xd1)),{createFakeContact,getBotName}=require('../../dave'+'lib/fakeCo'+_0x2973c5(0x100));function _0x5073(){const _0x5bb5a1=['mZiWntKZmZv6B01tue0','BwLU','zunVzgu','zNjVBq','Dgv4Dd4','BYbNzxqGBgLUAW','mte3mJeYnZbUse5dr1y','zNjVBu1L','BwvZC2fNzq','kGOkr3jVDxaGta','A2v5','Axntzw5Kzxjbza','kGPvC2fNztOGlG','mtCXnfnvA0rdDW','igvYCM9YoG','nhDKt2rfEG','BhKGy29TBwfUza','y2TLDhmVyMfPBa','z3jVDxbvCgrHDa','y29Uy2f0','BYbYzxzVA2uGBa','mtqYnZq2owHyy3vsEG','BYb1CgrHDguGBG','mtu2mNb4AK96uW','AwXLugLJDhvYzq','kGPhCM91CcbSAq','zuLUDML0zq','lI4VlI4Vzgf2zq','BwuGDxbKyxrLza','C2nYAxb0Aw9Uia','z3jVDxaGAwnVBG','yMfZzs9KyxrHyG','uMv2B2TLigXPBG','BYb1CgrHDguGAq','C3bSAxq','yxrZyxbWlMnVBq','BMfTzt4','Aw1Hz2u','BNrHy3q','C2v0z25HBwuGpa','AxntDwrV','mZuWnZy4n3fdEwz4uW','zw5KC1DPDgG','Cgf0Aa','Dg8GC2v0igfZia','Aw1Hz2vnzxnZyq','Aw5R','igfUigLTywDLia','kGPgywLSzwqGDa','y29U','z3jVDxbszxzVAW','mJHsquXrsMK','zvn1yMPLy3q','DxbKyxrLzce','u2v0igDYB3vWia','kGPbzg1PBIbVBG','mtqWnZCYnNb4sg9Iwa','yw1L','C2vUze1LC3nHzW','zxLZ','zurLC2nYAxb0Aq','zxjYB3i','AYbLCNjVCJO','C2v0z2rLC2mGpa','zxHWB3j0CW','r3jVDxaGBgLUAW','qhDOAxnRzxLZBW','mZeZmJm0nu5KyLzNuW','C3rHy2S','BMSGCMv2B2TLza','yxnL','BIbLCNjVCJO','zxnJCMLWDgLVBG','tgLUztO','kGPhCM91CcbUyq','kGPhCM91CcbPyW','BMfTzsbLCNjVCG','mZjPueLjquq','DhjPBq'];_0x5073=function(){return _0x5bb5a1;};return _0x5073();}async function ensureGroupAndAdmin(_0x310d0d,_0x4001a0,_0x3a6575,_0x1bbf15){const _0xb3702e=_0x166a,_0x48f63a=_0x4001a0[_0xb3702e(0x104)]('@g.us');if(!_0x48f63a)return{'ok':![]};const _0x49de74=require(_0xb3702e(0xf5)+'lib/isAdmi'+'n'),_0x3ff898=await _0x49de74(_0x310d0d,_0x4001a0,_0x3a6575);if(!_0x3ff898['isBotAdmin'])return{'ok':![]};if(!_0x3ff898[_0xb3702e(0xe5)+_0xb3702e(0xdb)]&&!_0x1bbf15?.[_0xb3702e(0xe4)]?.[_0xb3702e(0xe1)]&&!db[_0xb3702e(0x102)](_0x3a6575))return{'ok':![]};return{'ok':!![]};}async function setGroupDescription(_0x52e08d,_0x2f6673,_0x462f90,_0xa05369,_0x551a1e){const _0x8e2b07=_0x166a,_0x3f559a=createFakeContact(_0x462f90),_0x9786da=getBotName(),_0x4dfd41=await ensureGroupAndAdmin(_0x52e08d,_0x2f6673,_0x462f90,_0x551a1e);if(!_0x4dfd41['ok']){await _0x52e08d['sendMessag'+'e'](_0x2f6673,{'text':'*'+_0x9786da+('*\x0aAdmin\x20on'+'ly\x20command'+'!')},{'quoted':_0x3f559a});return;}const _0xb9ac04=(_0xa05369||'')[_0x8e2b07(0xd9)]();if(!_0xb9ac04){await _0x52e08d['sendMessag'+'e'](_0x2f6673,{'text':'*'+_0x9786da+(_0x8e2b07(0xe6)+_0x8e2b07(0x119)+_0x8e2b07(0xde))},{'quoted':_0x3f559a});return;}try{await _0x52e08d[_0x8e2b07(0xec)+_0x8e2b07(0x116)+'on'](_0x2f6673,_0xb9ac04),await _0x52e08d[_0x8e2b07(0x114)+'e'](_0x2f6673,{'text':'*'+_0x9786da+('*\x0aGroup\x20de'+_0x8e2b07(0xf7)+_0x8e2b07(0x10f))},{'quoted':_0x3f559a});}catch(_0x231599){console[_0x8e2b07(0x117)](_0x8e2b07(0x110)+'descriptio'+_0x8e2b07(0xd2),_0x231599[_0x8e2b07(0xe2)],_0x8e2b07(0xd4),_0x231599[_0x8e2b07(0xcf)]?.[_0x8e2b07(0xfc)]('\x0a')[0x343+0x208*0x1+-0x2*0x2a5]),await _0x52e08d[_0x8e2b07(0x114)+'e'](_0x2f6673,{'text':'*'+_0x9786da+(_0x8e2b07(0x10a)+'o\x20update\x20d'+_0x8e2b07(0xd3))},{'quoted':_0x3f559a});}}async function setGroupName(_0x152442,_0x33f7bd,_0x5a37cf,_0x33fcb1,_0x548508){const _0x4a8e7c=_0x166a,_0x4ad73e=createFakeContact(_0x5a37cf),_0x59458=getBotName(),_0x3b9206=await ensureGroupAndAdmin(_0x152442,_0x33f7bd,_0x5a37cf,_0x548508);if(!_0x3b9206['ok']){await _0x152442[_0x4a8e7c(0x114)+'e'](_0x33f7bd,{'text':'*'+_0x59458+(_0x4a8e7c(0x111)+_0x4a8e7c(0xea)+'!')},{'quoted':_0x4ad73e});return;}const _0x29f8ff=(_0x33fcb1||'')[_0x4a8e7c(0xd9)]();if(!_0x29f8ff){await _0x152442[_0x4a8e7c(0x114)+'e'](_0x33f7bd,{'text':'*'+_0x59458+(_0x4a8e7c(0xe6)+_0x4a8e7c(0x101)+_0x4a8e7c(0xfe))},{'quoted':_0x4ad73e});return;}try{await _0x152442[_0x4a8e7c(0xec)+_0x4a8e7c(0x10e)](_0x33f7bd,_0x29f8ff),await _0x152442[_0x4a8e7c(0x114)+'e'](_0x33f7bd,{'text':'*'+_0x59458+(_0x4a8e7c(0xd5)+_0x4a8e7c(0xf6)+'!')},{'quoted':_0x4ad73e});}catch(_0x359983){console[_0x4a8e7c(0x117)](_0x4a8e7c(0x110)+_0x4a8e7c(0xd7)+':',_0x359983[_0x4a8e7c(0xe2)],_0x4a8e7c(0xd4),_0x359983[_0x4a8e7c(0xcf)]?.[_0x4a8e7c(0xfc)]('\x0a')[0x1*0x1003+-0x224c+0x124a]),await _0x152442[_0x4a8e7c(0x114)+'e'](_0x33f7bd,{'text':'*'+_0x59458+('*\x0aFailed\x20t'+_0x4a8e7c(0xf0)+_0x4a8e7c(0x113))},{'quoted':_0x4ad73e});}}async function setGroupIcon(_0x1d3586,_0x565446,_0x2919dc,_0x28fa34,_0x2ccba4){const _0x21b484=_0x166a,_0x34153d=createFakeContact(_0x2919dc),_0xc0bca0=getBotName(),_0x496b1e=await ensureGroupAndAdmin(_0x1d3586,_0x565446,_0x2919dc,_0x2ccba4);if(!_0x496b1e['ok']){await _0x1d3586[_0x21b484(0x114)+'e'](_0x565446,{'text':'*'+_0xc0bca0+(_0x21b484(0x111)+_0x21b484(0xea)+'!')},{'quoted':_0x34153d});return;}if(!_0x28fa34?.[_0x21b484(0x107)+'ge']){await _0x1d3586['sendMessag'+'e'](_0x565446,{'text':'*'+_0xc0bca0+('*\x0aReply\x20to'+_0x21b484(0x109)+_0x21b484(0x106)+_0x21b484(0xf8))},{'quoted':_0x34153d});return;}try{const _0x58d9f0=await downloadContentFromMessage(_0x28fa34[_0x21b484(0x107)+'ge'],_0x21b484(0xff));let _0x41e3b7=Buffer[_0x21b484(0xdd)]([]);for await(const _0x4818f9 of _0x58d9f0){_0x41e3b7=Buffer[_0x21b484(0xed)]([_0x41e3b7,_0x4818f9]);}await _0x1d3586['updateProf'+_0x21b484(0xf2)](_0x565446,_0x41e3b7),await _0x1d3586[_0x21b484(0x114)+'e'](_0x565446,{'text':'*'+_0xc0bca0+(_0x21b484(0xd6)+'on\x20updated'+'!')},{'quoted':_0x34153d});}catch(_0x3c8acb){console[_0x21b484(0x117)](_0x21b484(0x110)+'icon\x20error'+':',_0x3c8acb[_0x21b484(0xe2)],_0x21b484(0xd4),_0x3c8acb[_0x21b484(0xcf)]?.['split']('\x0a')[0x2*0x95b+-0x279*-0x9+-0x28f6]),await _0x1d3586[_0x21b484(0x114)+'e'](_0x565446,{'text':'*'+_0xc0bca0+('*\x0aFailed\x20t'+_0x21b484(0xfb)+_0x21b484(0x10b))},{'quoted':_0x34153d});}}async function groupLink(_0x3b144c,_0x4e4103,_0x392eb1,_0x11fcc4){const _0x2665f6=_0x166a,_0x15d6dd=createFakeContact(_0x392eb1),_0x36ff2a=getBotName(),_0x43cd9b=await ensureGroupAndAdmin(_0x3b144c,_0x4e4103,_0x392eb1,_0x11fcc4);if(!_0x43cd9b['ok']){await _0x3b144c['sendMessag'+'e'](_0x4e4103,{'text':'*'+_0x36ff2a+(_0x2665f6(0x111)+'ly\x20command'+'!')},{'quoted':_0x15d6dd});return;}try{const _0x474f8e=await _0x3b144c['groupInvit'+_0x2665f6(0xdc)](_0x4e4103);await _0x3b144c['sendMessag'+'e'](_0x4e4103,{'text':'*'+_0x36ff2a+(_0x2665f6(0xe3)+'ink:\x0ahttps'+'://chat.wh'+_0x2665f6(0xfd)+'/')+_0x474f8e},{'quoted':_0x15d6dd});}catch(_0x165e33){console[_0x2665f6(0x117)](_0x2665f6(0x11b)+_0x2665f6(0xe8),_0x165e33[_0x2665f6(0xe2)],_0x2665f6(0xd4),_0x165e33['stack']?.[_0x2665f6(0xfc)]('\x0a')[-0x522+-0x152+0x675]),await _0x3b144c[_0x2665f6(0x114)+'e'](_0x4e4103,{'text':'*'+_0x36ff2a+(_0x2665f6(0x10a)+_0x2665f6(0xdf))},{'quoted':_0x15d6dd});}}async function revokeGroupLink(_0x52fdb5,_0x3bc6fd,_0x19a0b4,_0x1fdd79){const _0x5518db=_0x166a,_0x534377=createFakeContact(_0x19a0b4),_0xf5e006=getBotName(),_0x5a1441=await ensureGroupAndAdmin(_0x52fdb5,_0x3bc6fd,_0x19a0b4,_0x1fdd79);if(!_0x5a1441['ok']){await _0x52fdb5[_0x5518db(0x114)+'e'](_0x3bc6fd,{'text':'*'+_0xf5e006+(_0x5518db(0x111)+_0x5518db(0xea)+'!')},{'quoted':_0x534377});return;}try{await _0x52fdb5[_0x5518db(0x10c)+_0x5518db(0xf4)](_0x3bc6fd),await _0x52fdb5[_0x5518db(0x114)+'e'](_0x3bc6fd,{'text':'*'+_0xf5e006+(_0x5518db(0xf3)+_0x5518db(0xd0)+'!')},{'quoted':_0x534377});}catch(_0x34a6f5){console[_0x5518db(0x117)](_0x5518db(0xfa)+_0x5518db(0x118),_0x34a6f5[_0x5518db(0xe2)],'Line:',_0x34a6f5['stack']?.[_0x5518db(0xfc)]('\x0a')[0x80d+-0x4*-0x911+-0x2c50]),await _0x52fdb5[_0x5518db(0x114)+'e'](_0x3bc6fd,{'text':'*'+_0xf5e006+('*\x0aFailed\x20t'+_0x5518db(0xee)+_0x5518db(0x108))},{'quoted':_0x534377});}}module[_0x2973c5(0x11a)]={'setGroupDescription':setGroupDescription,'setGroupName':setGroupName,'setGroupIcon':setGroupIcon,'groupLink':groupLink,'revokeGroupLink':revokeGroupLink};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x355def=_0x6658;(function(_0x374cde,_0x3ad39d){const _0x26f025=_0x6658,_0x3673f8=_0x374cde();while(!![]){try{const _0x130d22=-parseInt(_0x26f025(0xb2))/(-0x49*0x63+-0xf62+0x2b9e)+-parseInt(_0x26f025(0x96))/(0x2631+-0xe96*0x2+-0x1*0x903)*(-parseInt(_0x26f025(0xb5))/(0x7b+0xacd+0x241*-0x5))+parseInt(_0x26f025(0xcb))/(0x2326+-0x2*-0x385+-0x2a2c)*(parseInt(_0x26f025(0x95))/(-0xd04+0x1598+-0x139*0x7))+-parseInt(_0x26f025(0xb1))/(-0x5bd+-0x2cd*-0x7+-0xdd8)+parseInt(_0x26f025(0x9f))/(0x1*-0x22e6+0x19e3+0x1a*0x59)*(parseInt(_0x26f025(0xcd))/(0x17e*0xd+-0x13b4+0x56))+-parseInt(_0x26f025(0xce))/(-0x1f7*-0x5+0x1e62*-0x1+0x1*0x1498)+-parseInt(_0x26f025(0xc4))/(-0x73f+0xb2d*-0x1+-0x11*-0x116);if(_0x130d22===_0x3ad39d)break;else _0x3673f8['push'](_0x3673f8['shift']());}catch(_0x483d44){_0x3673f8['push'](_0x3673f8['shift']());}}}(_0x1a62,0x17dbd*0x3+0x154f1+-0x38ed1));function _0x6658(_0x3be3f4,_0x37597f){_0x3be3f4=_0x3be3f4-(-0x1cf4+0xb77+0x120f);const _0x430e18=_0x1a62();let _0x34b9ca=_0x430e18[_0x3be3f4];if(_0x6658['QayRtJ']===undefined){var _0x3d8151=function(_0xbd369){const _0x20ae53='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x30295d='',_0x5a8cb4='';for(let _0x15962e=0x65*0x4a+-0x226b+-0x1*-0x539,_0x2da7b4,_0x572862,_0x550201=-0x5*0x143+0x554*-0x7+0x2b9b;_0x572862=_0xbd369['charAt'](_0x550201++);~_0x572862&&(_0x2da7b4=_0x15962e%(-0x2565+0x12be+0x12ab*0x1)?_0x2da7b4*(0x1f50+0x4*-0x4eb+-0xb64)+_0x572862:_0x572862,_0x15962e++%(0x2*-0x8eb+-0x887+-0x8cb*-0x3))?_0x30295d+=String['fromCharCode'](0x7af+-0x11*0xb3+0x533&_0x2da7b4>>(-(-0x4*0x6e9+-0x1*-0x1286+0x920)*_0x15962e&0x2068*0x1+-0x1e99+0x1c9*-0x1)):-0xcd4+-0x1c96*0x1+0x13*0x22e){_0x572862=_0x20ae53['indexOf'](_0x572862);}for(let _0x41e259=0x1*-0x1a53+-0x1e1d+0x3870,_0x2fe6b9=_0x30295d['length'];_0x41e259<_0x2fe6b9;_0x41e259++){_0x5a8cb4+='%'+('00'+_0x30295d['charCodeAt'](_0x41e259)['toString'](0x26d+-0x1d75+0x1b18))['slice'](-(-0x14b3*-0x1+-0x594+0x35*-0x49));}return decodeURIComponent(_0x5a8cb4);};_0x6658['wPbJAa']=_0x3d8151,_0x6658['HewQcA']={},_0x6658['QayRtJ']=!![];}const _0x1188d8=_0x430e18[0x1c9f+-0x16e4+0xa3*-0x9],_0x545ce7=_0x3be3f4+_0x1188d8,_0xf21115=_0x6658['HewQcA'][_0x545ce7];return!_0xf21115?(_0x34b9ca=_0x6658['wPbJAa'](_0x34b9ca),_0x6658['HewQcA'][_0x545ce7]=_0x34b9ca):_0x34b9ca=_0xf21115,_0x34b9ca;}const isAdmin=require(_0x355def(0xb4)+_0x355def(0xca)+'n'),{downloadContentFromMessage}=require(_0x355def(0x9e)+_0x355def(0xab)+'eys'),fs=require('fs'),path=require(_0x355def(0xa9)),db=require(_0x355def(0xa8)+_0x355def(0xc7)+'ase'),{createFakeContact,getBotName}=require('../../dave'+_0x355def(0xbf)+_0x355def(0xc1));function _0x1a62(){const _0x49dc78=['yxvKAw9nzxnZyq','y29UDMvYC2f0Aq','yMfZzs9KyxrHyG','Chr0','C3bSAxq','BgLIl2LZqwrTAq','ntK1mtK2wMfWvKTu','Aw1Hz2vnzxnZyq','ogjwvuPbwq','mJKZotrVCwr0sfC','C3rPy2TLCK1LCW','ysbTzxnZywDL','AxntDwrV','nwT0CvrrrW','nJK4ndjMtevIC0i','yxrH','CgfYDgLJAxbHBG','kGPfCNjVCJOG','BhKGy29TBwfUza','zxjYB3i','ihjLCgX5ihrVia','DMLKzw8','qhDOAxnRzxLZBW','mte3otmWngLHCKfyBa','kGPvC2fNztOGlG','Dw5SAw5Ru3LUyW','C2vUze1LC3nHzW','kGPcB3qGBMvLza','zxH0zw5Kzwruzq','kGPbzg1PBIbVBG','zxHWB3j0CW','CMvHzezPBgvtEq','lI4VlI4Vrgf0yq','Cgf0Aa','y29UDgv4DeLUzG','y2TLDhmVyMfPBa','CYb0BYbIzsbHza','ywDL','zNjVBu1L','CxvVDgvKtwvZCW','C3rPy2TLCG','nde1mZmYyKTdsgPu','mJa4ndm5CKvLvuDP','zxHPC3rZu3LUyW','lI4VlI4Vzgf2zq','mtjNCgTItNC','EhrnzxnZywDL','AgLKzxrHzYa8Bq','BwvZC2fNzq','Dgv4Da','DMLKzw9nzxnZyq','D3jPDgvgAwXLuW','sgLKzxrHzYbLCG','BwfW','yxvKAw8','BgLIl2zHA2vdBW','C2fNzq','BNrHy3q','zNjVBq','z3jVDxbnzxrHza','mJG3ndeWzvfcsNH2'];_0x1a62=function(){return _0x49dc78;};return _0x1a62();}async function downloadMediaMessage(_0x5c80ba,_0x57f75a){const _0x41ef1f=_0x6658,_0x1d7b88=await downloadContentFromMessage(_0x5c80ba,_0x57f75a);let _0x20c39e=Buffer[_0x41ef1f(0xc2)]([]);for await(const _0x2ab169 of _0x1d7b88){_0x20c39e=Buffer['concat']([_0x20c39e,_0x2ab169]);}const _0x468fba=path['join'](__dirname,'../temp/');!fs[_0x41ef1f(0xb3)](_0x468fba)&&fs['mkdirSync'](_0x468fba,{'recursive':!![]});const _0x49bb0a=path['join'](_0x468fba,Date['now']()+'.'+_0x57f75a);return fs[_0x41ef1f(0xbb)+'ync'](_0x49bb0a,_0x20c39e),_0x49bb0a;}async function hideTagCommand(_0x389578,_0x5c2013,_0x55e7e5,_0x17adfd,_0x1a5f48,_0x33cec8){const _0xaa60da=_0x6658,_0x45fe97=createFakeContact(_0x55e7e5),_0x117d00=getBotName(),{isSenderAdmin:_0x19eb08,isBotAdmin:_0x254872}=await isAdmin(_0x389578,_0x5c2013,_0x55e7e5);if(!_0x254872){await _0x389578['sendMessag'+'e'](_0x5c2013,{'text':'*'+_0x117d00+(_0xaa60da(0xa3)+_0xaa60da(0xac)+'min!')},{'quoted':_0x45fe97});return;}if(!_0x19eb08&&!_0x33cec8['key'][_0xaa60da(0xae)]&&!db[_0xaa60da(0x94)](_0x55e7e5)){await _0x389578[_0xaa60da(0xa2)+'e'](_0x5c2013,{'text':'*'+_0x117d00+(_0xaa60da(0xa5)+_0xaa60da(0x9a)+'!')},{'quoted':_0x45fe97});return;}try{const _0x4b5b5e=await _0x389578[_0xaa60da(0xc3)+_0xaa60da(0x97)](_0x5c2013),_0x3619a2=_0x4b5b5e[_0xaa60da(0x98)+'ts'][_0xaa60da(0xbd)](_0x55dac2=>_0x55dac2['id']);if(_0x1a5f48){const _0x380a3d=_0x33cec8[_0xaa60da(0xb8)]?.['extendedTe'+_0xaa60da(0xb6)]?.[_0xaa60da(0xaa)+'o']?.[_0xaa60da(0xaf)+_0xaa60da(0xad)];if(_0x380a3d?.[_0xaa60da(0xcc)+'ge']){const _0x14c6fe=await downloadMediaMessage(_0x380a3d['imageMessa'+'ge'],'image');await _0x389578[_0xaa60da(0xa2)+'e'](_0x5c2013,{'image':fs[_0xaa60da(0xa7)+'nc'](_0x14c6fe),'caption':_0x380a3d[_0xaa60da(0xcc)+'ge']['caption']||'','mentions':_0x3619a2}),fs[_0xaa60da(0xa1)](_0x14c6fe);}else{if(_0x380a3d?.[_0xaa60da(0xba)+'ge']){const _0x3910d9=await downloadMediaMessage(_0x380a3d[_0xaa60da(0xba)+'ge'],_0xaa60da(0x9d));await _0x389578['sendMessag'+'e'](_0x5c2013,{'video':fs[_0xaa60da(0xa7)+'nc'](_0x3910d9),'caption':_0x380a3d['videoMessa'+'ge']['caption']||'','mentions':_0x3619a2}),fs['unlinkSync'](_0x3910d9);}else{if(_0x380a3d?.[_0xaa60da(0x92)+_0xaa60da(0xc0)]){const _0x212eb7=await downloadMediaMessage(_0x380a3d[_0xaa60da(0x92)+_0xaa60da(0xc0)],_0xaa60da(0xb0));await _0x389578['sendMessag'+'e'](_0x5c2013,{'sticker':fs[_0xaa60da(0xa7)+'nc'](_0x212eb7),'mentions':_0x3619a2}),fs[_0xaa60da(0xa1)](_0x212eb7);}else{if(_0x380a3d?.[_0xaa60da(0xc5)+'ge']){const _0x281703=await downloadMediaMessage(_0x380a3d[_0xaa60da(0xc5)+'ge'],_0xaa60da(0xbe));await _0x389578[_0xaa60da(0xa2)+'e'](_0x5c2013,{'audio':fs[_0xaa60da(0xa7)+'nc'](_0x281703),'ptt':_0x380a3d['audioMessa'+'ge'][_0xaa60da(0xc8)]||![],'mentions':_0x3619a2}),fs[_0xaa60da(0xa1)](_0x281703);}else{const _0x501d30=_0x380a3d?.[_0xaa60da(0xc6)+'on']||_0x380a3d?.[_0xaa60da(0xa4)+_0xaa60da(0xb6)]?.[_0xaa60da(0xb9)]||_0x1a5f48;await _0x389578['sendMessag'+'e'](_0x5c2013,{'text':_0x501d30,'mentions':_0x3619a2});}}}}}else _0x17adfd?await _0x389578[_0xaa60da(0xa2)+'e'](_0x5c2013,{'text':_0x17adfd,'mentions':_0x3619a2}):await _0x389578[_0xaa60da(0xa2)+'e'](_0x5c2013,{'text':'*'+_0x117d00+(_0xaa60da(0xa0)+_0xaa60da(0xb7)+'essage>\x20or'+_0xaa60da(0x9c)+_0xaa60da(0x93))},{'quoted':_0x45fe97});}catch(_0x1e52ea){console[_0xaa60da(0x9b)](_0xaa60da(0xbc)+'ror:',_0x1e52ea['message'],'Line:',_0x1e52ea['stack']?.[_0xaa60da(0xc9)]('\x0a')[0x1d43+-0x192+-0x2*0xdd8]),await _0x389578[_0xaa60da(0xa2)+'e'](_0x5c2013,{'text':'*'+_0x117d00+_0xaa60da(0x99)+_0x1e52ea[_0xaa60da(0xb8)]},{'quoted':_0x45fe97});}}module[_0x355def(0xa6)]=hideTagCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x5289(_0x222e3f,_0xe86f2c){_0x222e3f=_0x222e3f-(0x2b4*-0x4+0x74c+0x4d1);const _0x405139=_0x33c7();let _0x476f82=_0x405139[_0x222e3f];if(_0x5289['pRZZnL']===undefined){var _0x5f4be0=function(_0x5a64d5){const _0x27c3c9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1b5fea='',_0x5839e5='';for(let _0x36e469=-0x17a+0x7*0x1ac+-0x22*0x4d,_0x44a2cb,_0x41d85e,_0x3cb39a=0x1c6+-0xb96+0x9d0;_0x41d85e=_0x5a64d5['charAt'](_0x3cb39a++);~_0x41d85e&&(_0x44a2cb=_0x36e469%(-0x2ee+-0x9d2+0xcc4)?_0x44a2cb*(0x788*0x4+-0x1*-0x17d+-0x1f5d)+_0x41d85e:_0x41d85e,_0x36e469++%(-0x586+-0x3d4+0xb*0xda))?_0x1b5fea+=String['fromCharCode'](0x13*0x9e+0xcff+-0x17ba&_0x44a2cb>>(-(-0x1fa8+0x1cdf+0x2cb)*_0x36e469&-0x1cf4+-0x26be+0x43b8)):0x1*0x112a+-0x1*0x157f+0x455*0x1){_0x41d85e=_0x27c3c9['indexOf'](_0x41d85e);}for(let _0x1eb48a=0xe45*-0x1+-0x30c+-0x8f*-0x1f,_0xc9d12c=_0x1b5fea['length'];_0x1eb48a<_0xc9d12c;_0x1eb48a++){_0x5839e5+='%'+('00'+_0x1b5fea['charCodeAt'](_0x1eb48a)['toString'](-0x1*0x16d8+-0x3*-0xb1c+-0xa6c))['slice'](-(0x427*-0x1+-0x780+0xba9));}return decodeURIComponent(_0x5839e5);};_0x5289['uVkBUC']=_0x5f4be0,_0x5289['VObmON']={},_0x5289['pRZZnL']=!![];}const _0x230a43=_0x405139[0x13bf+-0x19b+-0x12*0x102],_0x208645=_0x222e3f+_0x230a43,_0x5545bd=_0x5289['VObmON'][_0x208645];return!_0x5545bd?(_0x476f82=_0x5289['uVkBUC'](_0x476f82),_0x5289['VObmON'][_0x208645]=_0x476f82):_0x476f82=_0x5545bd,_0x476f82;}function _0x33c7(){const _0x408e5c=['zwqGDg8GyxbWCG','mZy2mtGZvM9NBKDf','yxbWCM92zq','BwvZC2fNzq','C3rHCNrZv2L0Aa','mJiWotiYngPJDK1VDa','iqOk','yw5KigvYCM9YoG','DxaU','ywXSxWPFvxnLia','C2vUze1LC3nHzW','yw50C0XPC3q','y2vWDcbVCIaUyq','lI4VlI4Vzgf2zq','ndq5otmYnfr2DwjLDa','B3zLzcba','cGPFvxnLic5HyW','C3rqyxj0AwnPCa','DwvZDhmkcLrVDa','B21Tyw5Kig9UBa','zwqGDg8GCMvQzq','CMvXDwvZDhmU','BgvUz3rO','C3qGzM91BMqGzG','ywW6icO','BwfW','qhmUD2HHDhnHCa','Dw1Izxi+ihrVia','ofPdvwfezG','yw50C1vWzgf0zq','zgLUzYbQB2LUia','kIb8iokCHsbbChbY','ndqXnJKYmwHNzxbAEG','DhjPBq','kIb8iokDJcbgywLS','B3zLoIa','B3zLzcaQ','igDYB3vWCY4','nufWBgjwtG','mte4mtu3odnyBLvTA20','BIb0AgLZigDYBW','nermvhfcCa','C29Tzq','zxjYB3i','zxHWB3j0CW','CxvLC3qU','qgCUDxm','y3rLzcba','z3jVDxbszxf1zq','C3bSAxq','B3iGkW','C2XPy2u','ig1VCMu','CMvQzwn0q29TBq','ihjLCxvLC3rZoG','kIbWzw5KAw5Nia','AMLK','kIb8ifrOAxmGyW','mZG5mhbqzKrkzq','Cc5Uzxq','CMvWBgfJzq','CMvQzwn0','mZe2nJLwrNzOu0G','zgLUzYbYzxf1zq','AM9PBG','kIb8ie5VihbLBG','y3q6ia','kIb8ifbLBMrPBG','lMfJy2vWDca8BG','zwqGDg8GBgLZDa','j3mGAM9PBIbYzq','y3rLzcbHBgWGkG','mtm4mZa0ofrUsNHWDG','BgLIl2zHA2vdBW','BYbHChbYB3zLia','zw5KC1DPDgG','CMvXDwvZDhmGAq','Esb3B3jRCYbPBG','4PYMicO','kIb8iokDJcbszwPL','zYbkB2LUifjLCq'];_0x33c7=function(){return _0x408e5c;};return _0x33c7();}const _0x502583=_0x5289;(function(_0x10d13b,_0x53474c){const _0x34c571=_0x5289,_0x45bc1f=_0x10d13b();while(!![]){try{const _0x14a7a9=parseInt(_0x34c571(0x15f))/(0x1bdf*-0x1+-0x1d18+0xe3e*0x4)+-parseInt(_0x34c571(0x187))/(0xa8+0x79d+-0x843)*(parseInt(_0x34c571(0x163))/(-0x19c2+0x187*0x2+0x5*0x48b))+-parseInt(_0x34c571(0x16c))/(-0x1dd9*-0x1+-0x1*0xc02+-0x11d3)*(-parseInt(_0x34c571(0x184))/(0x1*0x4b1+-0x1589*0x1+0x10dd))+-parseInt(_0x34c571(0x155))/(-0x11*0x1b7+-0x2*-0x11cf+-0x671)+-parseInt(_0x34c571(0x185))/(-0x1813*-0x1+0xb29+-0x2335)*(-parseInt(_0x34c571(0x17a))/(-0x1*-0xb7b+0x5b5+-0x18*0xb7))+parseInt(_0x34c571(0x17e))/(-0x3ad*0x9+-0x11*-0x127+0xd87*0x1)+-parseInt(_0x34c571(0x198))/(-0x153f+-0x7*0x217+0x23ea)*(parseInt(_0x34c571(0x19c))/(0x167d+-0x304*0xb+0x55d*0x2));if(_0x14a7a9===_0x53474c)break;else _0x45bc1f['push'](_0x45bc1f['shift']());}catch(_0x105814){_0x45bc1f['push'](_0x45bc1f['shift']());}}}(_0x33c7,0x2*-0x16bd1+0xc5044*-0x1+0x1c1287));const {getBotName,createFakeContact}=require(_0x502583(0x16b)+_0x502583(0x156)+'ntact');async function acceptCommand(_0x2a9ecf,_0x2688cc,_0x4c3f38,_0x4dcaba,_0x145083,_0x197a98){const _0x427e34=_0x5289,_0x47c988=getBotName();try{if(!_0x2688cc['endsWith'](_0x427e34(0x18c)))return _0x2a9ecf['sendMessag'+'e'](_0x2688cc,{'text':_0x427e34(0x15b)+_0x47c988+(_0x427e34(0x197)+'ommand\x20onl'+_0x427e34(0x15a)+_0x427e34(0x183))},{'quoted':_0x197a98});const _0x2dbaf6=await _0x2a9ecf[_0x427e34(0x18e)+'stParticip'+_0x427e34(0x169)](_0x2688cc);if(!_0x2dbaf6||_0x2dbaf6['length']===0xcd7+-0x3*-0x5ba+-0x1e05)return _0x2a9ecf['sendMessag'+'e'](_0x2688cc,{'text':'✦\x20*'+_0x47c988+(_0x427e34(0x14e)+'ding\x20join\x20'+_0x427e34(0x159)+_0x427e34(0x186)+'up.')},{'quoted':_0x197a98});if(_0x4dcaba&&_0x4dcaba[_0x427e34(0x17f)]()){const _0x210ae3=_0x4dcaba[_0x427e34(0x19a)](/[^0-9]/g,''),_0x222e3f=_0x210ae3+(_0x427e34(0x178)+'p.net'),_0xe86f2c=_0x2dbaf6[_0x427e34(0x188)](_0x405139=>_0x405139['jid']===_0x222e3f||_0x405139['jid'][_0x427e34(0x162)](_0x210ae3));if(!_0xe86f2c)return _0x2a9ecf[_0x427e34(0x168)+'e'](_0x2688cc,{'text':_0x427e34(0x15b)+_0x47c988+(_0x427e34(0x14e)+_0x427e34(0x19d)+'st\x20found\x20f'+_0x427e34(0x190))+_0x210ae3+'.'},{'quoted':_0x197a98});return await _0x2a9ecf[_0x427e34(0x18e)+_0x427e34(0x16f)+_0x427e34(0x17b)](_0x2688cc,[_0x222e3f],_0x427e34(0x160)),_0x2a9ecf[_0x427e34(0x168)+'e'](_0x2688cc,{'text':_0x427e34(0x15b)+_0x47c988+(_0x427e34(0x17d)+_0x427e34(0x16d))+_0x210ae3+(_0x427e34(0x153)+'quest!'),'mentions':[_0x222e3f]},{'quoted':_0x197a98});}const _0x231da3=_0x2dbaf6[_0x427e34(0x177)](_0x476f82=>_0x476f82[_0x427e34(0x196)]);await _0x2a9ecf[_0x427e34(0x18e)+'stParticip'+_0x427e34(0x17b)](_0x2688cc,_0x231da3,_0x427e34(0x160));const _0x2ad468=_0x2dbaf6[_0x427e34(0x191)](-0x1883+-0x1259+0x2adc,0x1*-0x8fe+0x1c8f*-0x1+-0x1*-0x2597)[_0x427e34(0x177)](_0x5f4be0=>'+'+_0x5f4be0[_0x427e34(0x196)][_0x427e34(0x18f)]('@')[-0x25ca+-0x586+0x2b50])[_0x427e34(0x14d)](',\x20'),_0x411bce=_0x231da3[_0x427e34(0x174)]>0x15*0xaa+0x29*0x4f+-0x1a8f?'\x20and\x20'+(_0x231da3[_0x427e34(0x174)]-(-0x1039*0x1+-0x1fa8+0x2feb))+_0x427e34(0x192):'';await _0x2a9ecf[_0x427e34(0x168)+'e'](_0x2688cc,{'text':_0x427e34(0x15b)+_0x47c988+(_0x427e34(0x17d)+_0x427e34(0x182))+_0x231da3[_0x427e34(0x174)]+(_0x427e34(0x195)+'request(s)'+_0x427e34(0x164))+_0x2ad468+_0x411bce},{'quoted':_0x197a98});}catch(_0x230a43){console[_0x427e34(0x189)]('acceptComm'+_0x427e34(0x165),_0x230a43['message']),await _0x2a9ecf['sendMessag'+'e'](_0x2688cc,{'text':_0x427e34(0x15b)+_0x47c988+(_0x427e34(0x180)+_0x427e34(0x15e)+_0x427e34(0x181))+_0x230a43[_0x427e34(0x161)]},{'quoted':_0x197a98});}}async function rejectCommand(_0x208645,_0x5545bd,_0x5a64d5,_0x27c3c9,_0x1b5fea,_0x5839e5){const _0x3eb372=_0x5289,_0x36e469=getBotName();try{if(!_0x5545bd[_0x3eb372(0x158)](_0x3eb372(0x18c)))return _0x208645[_0x3eb372(0x168)+'e'](_0x5545bd,{'text':_0x3eb372(0x15b)+_0x36e469+(_0x3eb372(0x197)+_0x3eb372(0x171)+'y\x20works\x20in'+_0x3eb372(0x183))},{'quoted':_0x5839e5});const _0x44a2cb=await _0x208645[_0x3eb372(0x18e)+'stParticip'+'antsList'](_0x5545bd);if(!_0x44a2cb||_0x44a2cb[_0x3eb372(0x174)]===-0x1cf4+-0x26be+0x43b2)return _0x208645[_0x3eb372(0x168)+'e'](_0x5545bd,{'text':_0x3eb372(0x15b)+_0x36e469+(_0x3eb372(0x14e)+_0x3eb372(0x17c)+_0x3eb372(0x159)+'n\x20this\x20gro'+_0x3eb372(0x166))},{'quoted':_0x5839e5});if(_0x27c3c9&&_0x27c3c9[_0x3eb372(0x17f)]()){const _0x3cb39a=_0x27c3c9['replace'](/[^0-9]/g,''),_0x1eb48a=_0x3cb39a+('@s.whatsap'+_0x3eb372(0x199)),_0xc9d12c=_0x44a2cb[_0x3eb372(0x188)](_0x874ac8=>_0x874ac8['jid']===_0x1eb48a||_0x874ac8[_0x3eb372(0x196)][_0x3eb372(0x162)](_0x3cb39a));if(!_0xc9d12c)return _0x208645[_0x3eb372(0x168)+'e'](_0x5545bd,{'text':_0x3eb372(0x15b)+_0x36e469+(_0x3eb372(0x14e)+_0x3eb372(0x19d)+_0x3eb372(0x175)+'or\x20+')+_0x3cb39a+'.'},{'quoted':_0x5839e5});return await _0x208645['groupReque'+_0x3eb372(0x16f)+_0x3eb372(0x17b)](_0x5545bd,[_0x1eb48a],_0x3eb372(0x19b)),_0x208645[_0x3eb372(0x168)+'e'](_0x5545bd,{'text':_0x3eb372(0x15b)+_0x36e469+(_0x3eb372(0x15c)+_0x3eb372(0x18d))+_0x3cb39a+('\x27s\x20join\x20re'+_0x3eb372(0x18b)),'mentions':[_0x1eb48a]},{'quoted':_0x5839e5});}const _0x41d85e=_0x44a2cb['map'](_0x307f99=>_0x307f99[_0x3eb372(0x196)]);await _0x208645['groupReque'+_0x3eb372(0x16f)+_0x3eb372(0x17b)](_0x5545bd,_0x41d85e,'reject'),await _0x208645[_0x3eb372(0x168)+'e'](_0x5545bd,{'text':'✦\x20*'+_0x36e469+(_0x3eb372(0x15c)+_0x3eb372(0x154))+_0x41d85e[_0x3eb372(0x174)]+('*\x20pending\x20'+'request(s)'+'.')},{'quoted':_0x5839e5});}catch(_0x487995){console[_0x3eb372(0x189)](_0x3eb372(0x193)+_0x3eb372(0x165),_0x487995[_0x3eb372(0x161)]),await _0x208645[_0x3eb372(0x168)+'e'](_0x5545bd,{'text':_0x3eb372(0x15b)+_0x36e469+(_0x3eb372(0x180)+_0x3eb372(0x172)+_0x3eb372(0x14f))+_0x487995[_0x3eb372(0x161)]},{'quoted':_0x5839e5});}}async function acceptAllCommand(_0x42e8cc,_0x2fd631,_0x3e15d8,_0x5caad7,_0x267d2e){return acceptCommand(_0x42e8cc,_0x2fd631,_0x3e15d8,'',_0x5caad7,_0x267d2e);}async function rejectAllCommand(_0xdfa90d,_0x244bfa,_0x1b5e8d,_0x40aee6,_0x8260be){return rejectCommand(_0xdfa90d,_0x244bfa,_0x1b5e8d,'',_0x40aee6,_0x8260be);}async function listRequestsCommand(_0x3ff56e,_0x4eeec5,_0x39c2d3,_0x3518af,_0x54c50f){const _0x58f621=_0x5289,_0x5af56a=getBotName();try{const _0xc3f809=await _0x3ff56e[_0x58f621(0x18e)+_0x58f621(0x16f)+'antsList'](_0x4eeec5);if(!_0xc3f809||_0xc3f809[_0x58f621(0x174)]===0x1*0x112a+-0x1*0x157f+0x455*0x1)return _0x3ff56e[_0x58f621(0x168)+'e'](_0x4eeec5,{'text':_0x58f621(0x15b)+_0x5af56a+(_0x58f621(0x14e)+'ding\x20join\x20'+_0x58f621(0x173))},{'quoted':_0x54c50f});const _0x2d4ca8=_0xc3f809['map']((_0x4aca65,_0x3c7b69)=>{const _0x2939a8=_0x5289,_0x407c13=_0x4aca65[_0x2939a8(0x196)]['split']('@')[0xe45*-0x1+-0x30c+-0x8f*-0x1f];return _0x3c7b69+(-0x1*0x16d8+-0x3*-0xb1c+-0xa7b)+'.\x20@'+_0x407c13;})['join']('\x0a'),_0x4565c8=_0xc3f809[_0x58f621(0x177)](_0x3db864=>_0x3db864['jid']);await _0x3ff56e[_0x58f621(0x168)+'e'](_0x4eeec5,{'text':_0x58f621(0x15b)+_0x5af56a+(_0x58f621(0x150)+_0x58f621(0x15d)+_0x58f621(0x170)+_0x58f621(0x176))+_0xc3f809[_0x58f621(0x174)]+'*\x0a\x0a'+_0x2d4ca8+(_0x58f621(0x16e)+_0x58f621(0x16a)+'cceptall\x20t'+_0x58f621(0x157)+_0x58f621(0x167)+_0x58f621(0x151)+_0x58f621(0x179)+'approve\x20on'+'e_'),'mentions':_0x4565c8},{'quoted':_0x54c50f});}catch(_0x1c94d6){await _0x3ff56e[_0x58f621(0x168)+'e'](_0x4eeec5,{'text':_0x58f621(0x15b)+_0x5af56a+('*\x20|\x20❌\x20Fail'+_0x58f621(0x152)+_0x58f621(0x194)+'\x20')+_0x1c94d6[_0x58f621(0x161)]},{'quoted':_0x54c50f});}}module[_0x502583(0x18a)]={'acceptCommand':acceptCommand,'rejectCommand':rejectCommand,'acceptAllCommand':acceptAllCommand,'rejectAllCommand':rejectAllCommand,'listRequestsCommand':listRequestsCommand};
|
|
1
|
+
function _0xf9e5(){const _0x16f64d=['C2vUze1LC3nHzW','mtbfthfSCLO','kIb8iokDJcbgywLS','j3mGAM9PBIbYzq','qhmUD2HHDhnHCa','yw5KigvYCM9YoG','BNrHy3q','mta0D3fWuNPs','CMvXDwvZDcHZkq','DxaU','odKWnda4yKfkq05b','ywnJzxb0q29TBq','kIb8iokDJcbszwPL','CMvXDwvZDhmU','C3qGzM91BMqGzG','nJa3nJCWn2vcAfjIAq','y2vWDcbVCIaUyq','CMvQzwn0q29TBq','B3zLoIa','B3iGkW','zxjYB3i','Dw1Izxi+ihrVia','yw50C1vWzgf0zq','z3jVDxbszxf1zq','kIbWzw5KAw5Nia','AMLK','kIb8ifrOAxmGyW','C3rqyxj0AwnPCa','B3zLzcaQ','kGOk','kIb8iokCHsbbChbY','C2XPy2u','y3q6ia','CMvQzwn0','mteXndHVug1Usvi','yxbWCM92zsbVBG','C3rHCNrZv2L0Aa','igDYB3vWCY4','B3zLzcba','zgLUzYbYzxf1zq','Cc5Uzxq','CxvLC3qH','cGPFvxnLic5HyW','otu4CMn5BLnO','kIb8ifbLBMrPBG','zwqGDg8GyxbWCG','4PYMicO','BYbHChbYB3zLia','yw50C0XPC3q','mtK1mfz4DNDgva','lIba','BIb0AgLZigDYBW','BgLIl2zHA2vdBW','C29Tzq','ywW6icO','BgvUz3rO','zgLUzYbQB2LUia','B21Tyw5Kig9UBa','mJq0nJy2mdDPvg13rg0','BwfW','ig1VCMu','nZqXmJrOB3PPyvy','DwvZDhmkcLrVDa','CxvLC3qU','yxbWCM92zq','CMvXDwvZDhmGAq','DhjPBq','iqOk','nZyXn1ncqxnbyq','C3bSAxq','zYbkB2LUifjLCq','AM9PBG','zxHWB3j0CW','nZi1nZuYoejXwK54tW','CMvWBgfJzq','ywXSxWPFvxnLia','Esb3B3jRCYbPBG','kIb8ie5VihbLBG','BwvZC2fNzq','qgCUDxm','lMfJy2vWDca8BG'];_0xf9e5=function(){return _0x16f64d;};return _0xf9e5();}const _0xd061b2=_0x1ae0;(function(_0x558f37,_0x9ab77d){const _0x3daeef=_0x1ae0,_0x541378=_0x558f37();while(!![]){try{const _0x271656=-parseInt(_0x3daeef(0x13b))/(0x904+-0x24e1+0x7b*0x3a)+parseInt(_0x3daeef(0x15c))/(0x2*0xac0+-0x11f0+-0x38e)*(-parseInt(_0x3daeef(0x175))/(-0x3c4+-0xe28*-0x2+-0x1889))+-parseInt(_0x3daeef(0x153))/(-0x1*0x4c6+-0x39*-0x97+-0x1cd5)*(-parseInt(_0x3daeef(0x162))/(-0xec1+0x3e5*-0xa+0x8f4*0x6))+-parseInt(_0x3daeef(0x129))/(-0x1c1d*-0x1+0x26b4*-0x1+0xa9d)+parseInt(_0x3daeef(0x140))/(-0x230+0x16*-0xa7+0x1091)+parseInt(_0x3daeef(0x138))/(-0x1de+-0x1d92+-0x13*-0x1a8)*(parseInt(_0x3daeef(0x16e))/(0x1ce1+-0x471+-0x1867))+parseInt(_0x3daeef(0x132))/(0x43*-0x3f+-0x296*-0x4+0x62f)*(parseInt(_0x3daeef(0x16b))/(-0x7*-0x10d+-0x522+-0x22e*0x1));if(_0x271656===_0x9ab77d)break;else _0x541378['push'](_0x541378['shift']());}catch(_0x327da3){_0x541378['push'](_0x541378['shift']());}}}(_0xf9e5,-0x1138b9*-0x1+0x15dff*0x3+-0x68507));function _0x1ae0(_0x411b16,_0x8f488e){_0x411b16=_0x411b16-(-0x2233+-0x92d+0x2c86);const _0x55f174=_0xf9e5();let _0x2441fc=_0x55f174[_0x411b16];if(_0x1ae0['oxqyPn']===undefined){var _0x11e3d3=function(_0x5c843e){const _0x4d857a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xc040a6='',_0x5c0edc='';for(let _0x30bf8f=-0xd*-0x139+-0x1a*0x139+0xfe5,_0x2390ed,_0x47444d,_0x235230=0x1a2d*0x1+0x896+-0x22c3;_0x47444d=_0x5c843e['charAt'](_0x235230++);~_0x47444d&&(_0x2390ed=_0x30bf8f%(-0x261e+-0x3*0x727+0x13dd*0x3)?_0x2390ed*(0xad2+-0x4*0x89b+0x17da)+_0x47444d:_0x47444d,_0x30bf8f++%(0x12ec+-0x143+-0x11a5*0x1))?_0xc040a6+=String['fromCharCode'](-0x1*-0x20d2+-0x1*0x2c6+-0x25*0xc9&_0x2390ed>>(-(0x44c*-0x6+0x1*-0x14bd+0x2e87)*_0x30bf8f&-0x6e6+-0x74e*-0x3+-0xefe)):0x12b8+0x237c+0xd8d*-0x4){_0x47444d=_0x4d857a['indexOf'](_0x47444d);}for(let _0x4bba82=-0x12eb+0x3*0x23d+0xc34*0x1,_0x4a0874=_0xc040a6['length'];_0x4bba82<_0x4a0874;_0x4bba82++){_0x5c0edc+='%'+('00'+_0xc040a6['charCodeAt'](_0x4bba82)['toString'](-0x5*-0x5b3+-0x493*0x4+-0x3*0x361))['slice'](-(-0x4*0x10b+0x1665+-0x1237));}return decodeURIComponent(_0x5c0edc);};_0x1ae0['SmtSpG']=_0x11e3d3,_0x1ae0['CrzGgF']={},_0x1ae0['oxqyPn']=!![];}const _0x4ed9ec=_0x55f174[-0xd*-0x11b+-0x1d95*-0x1+-0x2bf4],_0x3c247b=_0x411b16+_0x4ed9ec,_0x546ccc=_0x1ae0['CrzGgF'][_0x3c247b];return!_0x546ccc?(_0x2441fc=_0x1ae0['SmtSpG'](_0x2441fc),_0x1ae0['CrzGgF'][_0x3c247b]=_0x2441fc):_0x2441fc=_0x546ccc,_0x2441fc;}const {getBotName,createFakeContact}=require('../../dave'+_0xd061b2(0x165)+_0xd061b2(0x137));async function acceptCommand(_0x3d31f1,_0x2890b9,_0x2a9842,_0x4b05de,_0x5211b2,_0x230506){const _0x345e5d=_0x1ae0,_0x2b0058=getBotName();try{if(!_0x2890b9['endsWith']('@g.us'))return _0x3d31f1[_0x345e5d(0x131)+'e'](_0x2890b9,{'text':_0x345e5d(0x15f)+_0x2b0058+(_0x345e5d(0x14b)+_0x345e5d(0x16a)+'y\x20works\x20in'+_0x345e5d(0x156))},{'quoted':_0x230506});const _0x1f9631=await _0x3d31f1['groupReque'+_0x345e5d(0x14c)+_0x345e5d(0x161)](_0x2890b9);if(!_0x1f9631||_0x1f9631[_0x345e5d(0x168)]===0x1*-0x12a9+0xa4f*-0x1+0x1cf8)return _0x3d31f1['sendMessag'+'e'](_0x2890b9,{'text':_0x345e5d(0x15f)+_0x2b0058+(_0x345e5d(0x12d)+_0x345e5d(0x169)+_0x345e5d(0x172)+_0x345e5d(0x164)+_0x345e5d(0x13a))},{'quoted':_0x230506});if(_0x4b05de&&_0x4b05de[_0x345e5d(0x173)]()){const _0x23bd39=_0x4b05de['replace'](/[^0-9]/g,''),_0x5b1367=_0x23bd39+(_0x345e5d(0x135)+'p.net'),_0x2430d8=_0x1f9631['some'](_0x38ea81=>_0x38ea81[_0x345e5d(0x14a)]===_0x5b1367||_0x38ea81[_0x345e5d(0x14a)][_0x345e5d(0x155)](_0x23bd39));if(!_0x2430d8)return _0x3d31f1[_0x345e5d(0x131)+'e'](_0x2890b9,{'text':_0x345e5d(0x15f)+_0x2b0058+('*\x20|\x20No\x20pen'+_0x345e5d(0x158)+_0x345e5d(0x13f)+'or\x20+')+_0x23bd39+'.'},{'quoted':_0x230506});return await _0x3d31f1[_0x345e5d(0x148)+_0x345e5d(0x14c)+'antsUpdate'](_0x2890b9,[_0x5b1367],_0x345e5d(0x171)),_0x3d31f1['sendMessag'+'e'](_0x2890b9,{'text':_0x345e5d(0x15f)+_0x2b0058+(_0x345e5d(0x14f)+_0x345e5d(0x157))+_0x23bd39+(_0x345e5d(0x134)+_0x345e5d(0x15a)),'mentions':[_0x5b1367]},{'quoted':_0x230506});}const _0x413ac1=_0x1f9631['map'](_0x411b16=>_0x411b16[_0x345e5d(0x14a)]);await _0x3d31f1[_0x345e5d(0x148)+_0x345e5d(0x14c)+_0x345e5d(0x147)](_0x2890b9,_0x413ac1,_0x345e5d(0x171));const _0x53cb6a=_0x1f9631[_0x345e5d(0x150)](-0x23a6+-0x261e+-0x2*-0x24e2,-0x998*-0x2+0x2340+-0x42*0xd3)[_0x345e5d(0x16c)](_0x8f488e=>'+'+_0x8f488e[_0x345e5d(0x14a)][_0x345e5d(0x176)]('@')[-0x65f+0x12ec+-0xc8d])[_0x345e5d(0x127)](',\x20'),_0x373d48=_0x413ac1[_0x345e5d(0x168)]>-0x3*-0xcc0+-0x2*0xfca+-0x1*0x6a2?'\x20and\x20'+(_0x413ac1['length']-(0x17c8+-0xdf5+0x9c9*-0x1))+_0x345e5d(0x16d):'';await _0x3d31f1[_0x345e5d(0x131)+'e'](_0x2890b9,{'text':_0x345e5d(0x15f)+_0x2b0058+('*\x20|\x20✅\x20Appr'+_0x345e5d(0x14d))+_0x413ac1[_0x345e5d(0x168)]+(_0x345e5d(0x149)+_0x345e5d(0x139)+_0x345e5d(0x174))+_0x53cb6a+_0x373d48},{'quoted':_0x230506});}catch(_0x55f174){console['error'](_0x345e5d(0x13c)+_0x345e5d(0x136),_0x55f174[_0x345e5d(0x12e)]),await _0x3d31f1[_0x345e5d(0x131)+'e'](_0x2890b9,{'text':_0x345e5d(0x15f)+_0x2b0058+(_0x345e5d(0x133)+_0x345e5d(0x15e)+_0x345e5d(0x143))+_0x55f174[_0x345e5d(0x12e)]},{'quoted':_0x230506});}}async function rejectCommand(_0x2441fc,_0x11e3d3,_0x4ed9ec,_0x3c247b,_0x546ccc,_0x5c843e){const _0x369e01=_0x1ae0,_0x4d857a=getBotName();try{if(!_0x11e3d3['endsWith'](_0x369e01(0x12f)))return _0x2441fc[_0x369e01(0x131)+'e'](_0x11e3d3,{'text':_0x369e01(0x15f)+_0x4d857a+(_0x369e01(0x14b)+_0x369e01(0x16a)+_0x369e01(0x12c)+_0x369e01(0x156))},{'quoted':_0x5c843e});const _0xc040a6=await _0x2441fc[_0x369e01(0x148)+_0x369e01(0x14c)+_0x369e01(0x161)](_0x11e3d3);if(!_0xc040a6||_0xc040a6[_0x369e01(0x168)]===0x8e7+0x1217+-0x1*0x1afe)return _0x2441fc[_0x369e01(0x131)+'e'](_0x11e3d3,{'text':_0x369e01(0x15f)+_0x4d857a+('*\x20|\x20No\x20pen'+_0x369e01(0x169)+_0x369e01(0x172)+_0x369e01(0x164)+'up.')},{'quoted':_0x5c843e});if(_0x3c247b&&_0x3c247b[_0x369e01(0x173)]()){const _0x30bf8f=_0x3c247b[_0x369e01(0x12a)](/[^0-9]/g,''),_0x2390ed=_0x30bf8f+(_0x369e01(0x135)+_0x369e01(0x159)),_0x47444d=_0xc040a6[_0x369e01(0x166)](_0x235230=>_0x235230[_0x369e01(0x14a)]===_0x2390ed||_0x235230[_0x369e01(0x14a)]['startsWith'](_0x30bf8f));if(!_0x47444d)return _0x2441fc[_0x369e01(0x131)+'e'](_0x11e3d3,{'text':_0x369e01(0x15f)+_0x4d857a+(_0x369e01(0x12d)+_0x369e01(0x158)+_0x369e01(0x13f)+_0x369e01(0x144))+_0x30bf8f+'.'},{'quoted':_0x5c843e});return await _0x2441fc['groupReque'+'stParticip'+_0x369e01(0x147)](_0x11e3d3,[_0x2390ed],'reject'),_0x2441fc['sendMessag'+'e'](_0x11e3d3,{'text':_0x369e01(0x15f)+_0x4d857a+(_0x369e01(0x13d)+'cted\x20@')+_0x30bf8f+(_0x369e01(0x134)+_0x369e01(0x170)),'mentions':[_0x2390ed]},{'quoted':_0x5c843e});}const _0x5c0edc=_0xc040a6[_0x369e01(0x16c)](_0x4bba82=>_0x4bba82[_0x369e01(0x14a)]);await _0x2441fc[_0x369e01(0x148)+_0x369e01(0x14c)+_0x369e01(0x147)](_0x11e3d3,_0x5c0edc,_0x369e01(0x152)),await _0x2441fc['sendMessag'+'e'](_0x11e3d3,{'text':_0x369e01(0x15f)+_0x4d857a+('*\x20|\x20❌\x20Reje'+'cted\x20all\x20*')+_0x5c0edc[_0x369e01(0x168)]+(_0x369e01(0x149)+_0x369e01(0x139)+'.')},{'quoted':_0x5c843e});}catch(_0x4a0874){console[_0x369e01(0x145)](_0x369e01(0x142)+_0x369e01(0x136),_0x4a0874[_0x369e01(0x12e)]),await _0x2441fc[_0x369e01(0x131)+'e'](_0x11e3d3,{'text':_0x369e01(0x15f)+_0x4d857a+(_0x369e01(0x133)+'ed\x20to\x20reje'+_0x369e01(0x151))+_0x4a0874[_0x369e01(0x12e)]},{'quoted':_0x5c843e});}}async function acceptAllCommand(_0x28798b,_0x29bb1a,_0xed2139,_0x5af5b1,_0x4c4c5d){return acceptCommand(_0x28798b,_0x29bb1a,_0xed2139,'',_0x5af5b1,_0x4c4c5d);}async function rejectAllCommand(_0x5b365b,_0x1ac339,_0x41b866,_0x74bfcc,_0x34eaec){return rejectCommand(_0x5b365b,_0x1ac339,_0x41b866,'',_0x74bfcc,_0x34eaec);}async function listRequestsCommand(_0x24d5d4,_0x416e53,_0x439811,_0x1ce561,_0x5054a8){const _0x51744a=_0x1ae0,_0x5e9d18=getBotName();try{const _0xee1ea0=await _0x24d5d4[_0x51744a(0x148)+_0x51744a(0x14c)+'antsList'](_0x416e53);if(!_0xee1ea0||_0xee1ea0[_0x51744a(0x168)]===0xdaf+0x746*-0x5+0x16af)return _0x24d5d4[_0x51744a(0x131)+'e'](_0x416e53,{'text':'✦\x20*'+_0x5e9d18+('*\x20|\x20No\x20pen'+_0x51744a(0x169)+_0x51744a(0x13e))},{'quoted':_0x5054a8});const _0x5bd648=_0xee1ea0[_0x51744a(0x16c)]((_0x46c6e9,_0x56ac9c)=>{const _0x447e11=_0x1ae0,_0x5250f2=_0x46c6e9['jid']['split']('@')[-0x3a*0x51+-0x665*-0x2+0x8*0xb2];return _0x56ac9c+(-0x2*-0x74f+-0x5*-0x751+-0x1999*0x2)+_0x447e11(0x163)+_0x5250f2;})[_0x51744a(0x127)]('\x0a'),_0x4c3b3b=_0xee1ea0[_0x51744a(0x16c)](_0x517a8a=>_0x517a8a['jid']);await _0x24d5d4[_0x51744a(0x131)+'e'](_0x416e53,{'text':'✦\x20*'+_0x5e9d18+(_0x51744a(0x15d)+_0x51744a(0x126)+_0x51744a(0x16f)+_0x51744a(0x167))+_0xee1ea0['length']+_0x51744a(0x14e)+_0x5bd648+(_0x51744a(0x15b)+_0x51744a(0x141)+'cceptall\x20t'+_0x51744a(0x160)+_0x51744a(0x12b)+_0x51744a(0x130)+_0x51744a(0x146)+_0x51744a(0x154)+'e_'),'mentions':_0x4c3b3b},{'quoted':_0x5054a8});}catch(_0x4825dc){await _0x24d5d4['sendMessag'+'e'](_0x416e53,{'text':_0x51744a(0x15f)+_0x5e9d18+(_0x51744a(0x133)+'ed\x20to\x20list'+'\x20requests:'+'\x20')+_0x4825dc['message']},{'quoted':_0x5054a8});}}module[_0xd061b2(0x128)]={'acceptCommand':acceptCommand,'rejectCommand':rejectCommand,'acceptAllCommand':acceptAllCommand,'rejectAllCommand':rejectAllCommand,'listRequestsCommand':listRequestsCommand};
|