Encrypto27 commited on
Commit Β·
1fe41ba
1
Parent(s): 36bbb6c
tst
Browse files- plugins/main-settings.js +147 -204
plugins/main-settings.js
CHANGED
|
@@ -1,204 +1,147 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
|
| 203 |
-
|
| 204 |
-
const _0xf9145=_0x5a98;function _0x5a98(_0x1d97a4,_0x1bd7b4){const _0x4d6363=_0x4d63();return _0x5a98=function(_0x5a9845,_0x5719d6){_0x5a9845=_0x5a9845-0x1e3;let _0x4b607e=_0x4d6363[_0x5a9845];return _0x4b607e;},_0x5a98(_0x1d97a4,_0x1bd7b4);}(function(_0x2b2b6e,_0xdadc34){const _0x273ff9=_0x5a98,_0x1ef92e=_0x2b2b6e();while(!![]){try{const _0x4e48c2=-parseInt(_0x273ff9(0x1e4))/0x1+-parseInt(_0x273ff9(0x1eb))/0x2*(-parseInt(_0x273ff9(0x1fb))/0x3)+-parseInt(_0x273ff9(0x1ef))/0x4*(parseInt(_0x273ff9(0x1e9))/0x5)+parseInt(_0x273ff9(0x1f2))/0x6+-parseInt(_0x273ff9(0x1ee))/0x7*(parseInt(_0x273ff9(0x208))/0x8)+-parseInt(_0x273ff9(0x210))/0x9+parseInt(_0x273ff9(0x214))/0xa;if(_0x4e48c2===_0xdadc34)break;else _0x1ef92e['push'](_0x1ef92e['shift']());}catch(_0x454dc3){_0x1ef92e['push'](_0x1ef92e['shift']());}}}(_0x4d63,0x56aa2));function hi(){console['log']('Hello\x20World!');}hi();function _0x4d63(){const _0x37e5f7=['\x0aβΰΉ\x20*Custom\x20Reacts:*\x20','ALWAYS_ONLINE','5895EKXBtq','../command','\x0aβΰΉ\x20*Anti-Link:*\x20','audio/mp4','\x0aβΰΉ\x20*Anti-Bad\x20Words:*\x20','READ_MESSAGE','DELETE_LINKS','Settings\x20of\x20bot','../config','Disabled\x20β','settings','message','ββββγ\x20*ENCRYPTO-27-AI*\x20γβββββ·\x0aββΈββββββββββββ\x0aββΈβΰΉ\x20*ENCRYPTO-27-AI\x20SETTINGS\x20βοΈ*\x0aββΈββββββββββββΒ·Β·Β·ΰΉ\x0aβ°ββββββββββββββββββ·\x0aβββγ\x20*Enabled\x20Disabled*\x20γββββ·\x0aβΰΉ\x20*Auto\x20Read\x20Status:*\x20','40GUSuwK','sendMessage','allvar','AUTO_STICKER','Error:\x20','log','menu','CUSTOM_REACT','2002545TEeFyp','\x0aβΰΉ\x20*Auto\x20Recording:*\x20','\x0aβΰΉ\x20*Auto\x20Reply:*\x20','\x0aβΰΉ\x20*Auto\x20Voice:*\x20','14931600nvtNRj','DESCRIPTION','AUTO_VOICE','Enabled\x20β
','https://i.ibb.co/hx0rGm5/Encrypto.webp','214198fNCFKY','\x0aβΰΉ\x20*Delete\x20Links:*\x20','toString','AUTO_REPLY','PUBLIC_MODE','615yChtCp','subzeroenv','240UqbKKu','AUTO_RECORDING','axios','560644MppSii','21268rYWYxB','toLowerCase','AUTO_STATUS_REPLY','703032dNWLFb','\x0aβΰΉ\x20*Auto\x20Typing:*\x20','../lib/functions','ANTI_LINK','βοΈγ\x20πππππππ\x20ππ\x20γβοΈ','true','\x0aβΰΉ\x20*Always\x20Online:*\x20'];_0x4d63=function(){return _0x37e5f7;};return _0x4d63();}const config=require(_0xf9145(0x203)),{cmd,commands}=require(_0xf9145(0x1fc)),{runtime}=require(_0xf9145(0x1f4)),axios=require(_0xf9145(0x1ed));function isEnabled(_0x3264b4){const _0xd71950=_0xf9145;return _0x3264b4&&_0x3264b4[_0xd71950(0x1e6)]()[_0xd71950(0x1f0)]()===_0xd71950(0x1f7);}cmd({'pattern':_0xf9145(0x1ea),'alias':[_0xf9145(0x205),_0xf9145(0x20a),'botsettings'],'desc':_0xf9145(0x202),'category':_0xf9145(0x20e),'react':'βοΈ','filename':__filename},async(_0x348789,_0x2be45f,_0x472b12,{from:_0x48385f,quoted:_0x2a403d,reply:_0x1108df})=>{const _0x23b48e=_0xf9145;try{let _0x3f94d8=_0x23b48e(0x207)+(isEnabled(config['AUTO_STATUS_SEEN'])?_0x23b48e(0x217):_0x23b48e(0x204))+'\x0aβΰΉ\x20*Auto\x20Reply\x20Status:*\x20'+(isEnabled(config[_0x23b48e(0x1f1)])?_0x23b48e(0x217):_0x23b48e(0x204))+_0x23b48e(0x212)+(isEnabled(config[_0x23b48e(0x1e7)])?_0x23b48e(0x217):_0x23b48e(0x204))+'\x0aβΰΉ\x20*Auto\x20Sticker:*\x20'+(isEnabled(config[_0x23b48e(0x20b)])?_0x23b48e(0x217):_0x23b48e(0x204))+_0x23b48e(0x213)+(isEnabled(config[_0x23b48e(0x216)])?_0x23b48e(0x217):_0x23b48e(0x204))+_0x23b48e(0x1f9)+(isEnabled(config[_0x23b48e(0x20f)])?_0x23b48e(0x217):_0x23b48e(0x204))+'\x0aβΰΉ\x20*Auto\x20React:*\x20'+(isEnabled(config['AUTO_REACT'])?_0x23b48e(0x217):_0x23b48e(0x204))+_0x23b48e(0x1e5)+(isEnabled(config[_0x23b48e(0x201)])?'Enabled\x20β
':_0x23b48e(0x204))+_0x23b48e(0x1fd)+(isEnabled(config[_0x23b48e(0x1f5)])?_0x23b48e(0x217):_0x23b48e(0x204))+_0x23b48e(0x1ff)+(isEnabled(config['ANTI_BAD'])?_0x23b48e(0x217):_0x23b48e(0x204))+_0x23b48e(0x1f3)+(isEnabled(config['AUTO_TYPING'])?_0x23b48e(0x217):_0x23b48e(0x204))+_0x23b48e(0x211)+(isEnabled(config[_0x23b48e(0x1ec)])?_0x23b48e(0x217):'Disabled\x20β')+_0x23b48e(0x1f8)+(isEnabled(config[_0x23b48e(0x1fa)])?'Enabled\x20β
':'Disabled\x20β')+'\x0aβΰΉ\x20*Public\x20Mode:*\x20'+(isEnabled(config[_0x23b48e(0x1e8)])?_0x23b48e(0x217):_0x23b48e(0x204))+'\x0aβΰΉ\x20*Read\x20Message:*\x20'+(isEnabled(config[_0x23b48e(0x200)])?_0x23b48e(0x217):_0x23b48e(0x204))+'\x0aβ°ββββββββββββββββ·\x0a>\x20'+config[_0x23b48e(0x215)];await _0x348789[_0x23b48e(0x209)](_0x48385f,{'image':{'url':_0x23b48e(0x1e3)},'caption':_0x3f94d8,'contextInfo':{'mentionedJid':[_0x472b12['sender']],'forwardingScore':0x3e7,'isForwarded':!![],'forwardedNewsletterMessageInfo':{'newsletterJid':'120363304325601080@newsletter','newsletterName':_0x23b48e(0x1f6),'serverMessageId':0x8f}}},{'quoted':_0x2be45f}),await _0x348789[_0x23b48e(0x209)](_0x48385f,{'audio':{'url':'https://github.com/mrfrank-ofc/ENCRYPTO-27-AI-DATABASE/blob/main/audios/subzero-menu.mp3'},'mimetype':_0x23b48e(0x1fe),'ptt':!![]},{'quoted':_0x2be45f});}catch(_0x51ee1f){console[_0x23b48e(0x20d)](_0x51ee1f),_0x1108df(_0x23b48e(0x20c)+_0x51ee1f[_0x23b48e(0x206)]);}});
|
|
|
|
| 1 |
+
const _0xf9145 = _0x5a98;
|
| 2 |
+
|
| 3 |
+
function _0x5a98(_0x1d97a4, _0x1bd7b4) {
|
| 4 |
+
const _0x4d6363 = _0x4d63();
|
| 5 |
+
return _0x5a98 = function (_0x5a9845, _0x5719d6) {
|
| 6 |
+
_0x5a9845 = _0x5a9845 - 0x1e3;
|
| 7 |
+
let _0x4b607e = _0x4d6363[_0x5a9845];
|
| 8 |
+
return _0x4b607e;
|
| 9 |
+
}, _0x5a98(_0x1d97a4, _0x1bd7b4);
|
| 10 |
+
}
|
| 11 |
+
|
| 12 |
+
(function (_0x2b2b6e, _0xdadc34) {
|
| 13 |
+
const _0x273ff9 = _0x5a98, _0x1ef92e = _0x2b2b6e();
|
| 14 |
+
while (!![]) {
|
| 15 |
+
try {
|
| 16 |
+
const _0x4e48c2 = -parseInt(_0x273ff9(0x1e4)) / 0x1
|
| 17 |
+
+ -parseInt(_0x273ff9(0x1eb)) / 0x2 * (-parseInt(_0x273ff9(0x1fb)) / 0x3)
|
| 18 |
+
+ -parseInt(_0x273ff9(0x1ef)) / 0x4 * (parseInt(_0x273ff9(0x1e9)) / 0x5)
|
| 19 |
+
+ parseInt(_0x273ff9(0x1f2)) / 0x6
|
| 20 |
+
+ -parseInt(_0x273ff9(0x1ee)) / 0x7 * (parseInt(_0x273ff9(0x208)) / 0x8)
|
| 21 |
+
+ -parseInt(_0x273ff9(0x210)) / 0x9
|
| 22 |
+
+ parseInt(_0x273ff9(0x214)) / 0xa;
|
| 23 |
+
if (_0x4e48c2 === _0xdadc34) break;
|
| 24 |
+
else _0x1ef92e.push(_0x1ef92e.shift());
|
| 25 |
+
} catch (_0x454dc3) {
|
| 26 |
+
_0x1ef92e.push(_0x1ef92e.shift());
|
| 27 |
+
}
|
| 28 |
+
}
|
| 29 |
+
}(_0x4d63, 0x56aa2));
|
| 30 |
+
|
| 31 |
+
function hi() {
|
| 32 |
+
console.log('Hello World!');
|
| 33 |
+
}
|
| 34 |
+
hi();
|
| 35 |
+
|
| 36 |
+
function _0x4d63() {
|
| 37 |
+
const _0x37e5f7 = [
|
| 38 |
+
'\x0aβΰΉ\x20*Custom\x20Reacts:*\x20', 'ALWAYS_ONLINE', '5895EKXBtq', '../command',
|
| 39 |
+
'\x0aβΰΉ\x20*Anti-Link:*\x20', 'audio/mp4', '\x0aβΰΉ\x20*Anti-Bad\x20Words:*\x20',
|
| 40 |
+
'READ_MESSAGE', 'DELETE_LINKS', 'Settings\x20of\x20bot', '../config', 'Disabled\x20β',
|
| 41 |
+
'settings', 'message', 'ββββγ\x20*ENCRYPTO-27-AI*\x20γβββββ·\x0aββΈββββββββββββ\x0aββΈβΰΉ\x20*ENCRYPTO-27-AI\x20SETTINGS\x20βοΈ*\x0aββΈββββββββββββΒ·Β·Β·ΰΉ\x0aβ°ββββββββββββββββββ·\x0aβββγ\x20*Enabled\x20Disabled*\x20γββββ·\x0aβΰΉ\x20*Auto\x20Read\x20Status:*\x20',
|
| 42 |
+
'40GUSuwK', 'sendMessage', 'allvar', 'AUTO_STICKER', 'Error:\x20', 'log', 'menu',
|
| 43 |
+
'CUSTOM_REACT', '2002545TEeFyp', '\x0aβΰΉ\x20*Auto\x20Recording:*\x20',
|
| 44 |
+
'\x0aβΰΉ\x20*Auto\x20Reply:*\x20', '\x0aβΰΉ\x20*Auto\x20Voice:*\x20', '14931600nvtNRj',
|
| 45 |
+
'DESCRIPTION', 'AUTO_VOICE', 'Enabled\x20β
',
|
| 46 |
+
'https://i.ibb.co/hx0rGm5/Encrypto.webp', '214198fNCFKY', '\x0aβΰΉ\x20*Delete\x20Links:*\x20',
|
| 47 |
+
'toString', 'AUTO_REPLY', 'PUBLIC_MODE', '615yChtCp', 'subzeroenv', '240UqbKKu',
|
| 48 |
+
'AUTO_RECORDING', 'axios', '560644MppSii', '21268rYWYxB', 'toLowerCase',
|
| 49 |
+
'AUTO_STATUS_REPLY', '703032dNWLFb', '\x0aβΰΉ\x20*Auto\x20Typing:*\x20',
|
| 50 |
+
'../lib/functions', 'ANTI_LINK', 'βοΈγ\x20πππππππ\x20ππ\x20γβοΈ', 'true',
|
| 51 |
+
'\x0aβΰΉ\x20*Always\x20Online:*\x20'
|
| 52 |
+
];
|
| 53 |
+
_0x4d63 = function () {
|
| 54 |
+
return _0x37e5f7;
|
| 55 |
+
};
|
| 56 |
+
return _0x4d63();
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
+
const config = require(_0xf9145(0x203)),
|
| 60 |
+
{ cmd, commands } = require(_0xf9145(0x1fc)),
|
| 61 |
+
{ runtime } = require(_0xf9145(0x1f4)),
|
| 62 |
+
axios = require(_0xf9145(0x1ed));
|
| 63 |
+
|
| 64 |
+
function isEnabled(_0x3264b4) {
|
| 65 |
+
const _0xd71950 = _0xf9145;
|
| 66 |
+
return _0x3264b4 && _0x3264b4[_0xd71950(0x1e6)]()[_0xd71950(0x1f0)]() === _0xd71950(0x1f7);
|
| 67 |
+
}
|
| 68 |
+
|
| 69 |
+
cmd(
|
| 70 |
+
{
|
| 71 |
+
pattern: _0xf9145(0x1ea),
|
| 72 |
+
alias: [_0xf9145(0x205), _0xf9145(0x20a), 'botsettings'],
|
| 73 |
+
desc: _0xf9145(0x202),
|
| 74 |
+
category: _0xf9145(0x20e),
|
| 75 |
+
react: 'βοΈ',
|
| 76 |
+
filename: __filename,
|
| 77 |
+
},
|
| 78 |
+
async (_0x348789, _0x2be45f, _0x472b12, { from: _0x48385f, quoted: _0x2a403d, reply: _0x1108df }) => {
|
| 79 |
+
const _0x23b48e = _0xf9145;
|
| 80 |
+
try {
|
| 81 |
+
let _0x3f94d8 = _0x23b48e(0x207)
|
| 82 |
+
+ (isEnabled(config['AUTO_STATUS_SEEN']) ? _0x23b48e(0x217) : _0x23b48e(0x204))
|
| 83 |
+
+ '\x0aβΰΉ\x20*Auto\x20Reply\x20Status:*\x20'
|
| 84 |
+
+ (isEnabled(config[_0x23b48e(0x1f1)]) ? _0x23b48e(0x217) : _0x23b48e(0x204))
|
| 85 |
+
+ _0x23b48e(0x212)
|
| 86 |
+
+ (isEnabled(config[_0x23b48e(0x1e7)]) ? _0x23b48e(0x217) : _0x23b48e(0x204))
|
| 87 |
+
+ '\x0aβΰΉ\x20*Auto\x20Sticker:*\x20'
|
| 88 |
+
+ (isEnabled(config[_0x23b48e(0x20b)]) ? _0x23b48e(0x217) : _0x23b48e(0x204))
|
| 89 |
+
+ _0x23b48e(0x213)
|
| 90 |
+
+ (isEnabled(config[_0x23b48e(0x216)]) ? _0x23b48e(0x217) : _0x23b48e(0x204))
|
| 91 |
+
+ _0x23b48e(0x1f9)
|
| 92 |
+
+ (isEnabled(config[_0x23b48e(0x20f)]) ? _0x23b48e(0x217) : _0x23b48e(0x204))
|
| 93 |
+
+ '\x0aβΰΉ\x20*Auto\x20React:*\x20'
|
| 94 |
+
+ (isEnabled(config['AUTO_REACT']) ? _0x23b48e(0x217) : _0x23b48e(0x204))
|
| 95 |
+
+ _0x23b48e(0x1e5)
|
| 96 |
+
+ (isEnabled(config[_0x23b48e(0x201)]) ? 'Enabled\x20β
' : _0x23b48e(0x204))
|
| 97 |
+
+ _0x23b48e(0x1fd)
|
| 98 |
+
+ (isEnabled(config[_0x23b48e(0x1f5)]) ? _0x23b48e(0x217) : _0x23b48e(0x204))
|
| 99 |
+
+ _0x23b48e(0x1ff)
|
| 100 |
+
+ (isEnabled(config['ANTI_BAD']) ? _0x23b48e(0x217) : _0x23b48e(0x204))
|
| 101 |
+
+ _0x23b48e(0x1f3)
|
| 102 |
+
+ (isEnabled(config['AUTO_TYPING']) ? _0x23b48e(0x217) : _0x23b48e(0x204))
|
| 103 |
+
+ _0x23b48e(0x211)
|
| 104 |
+
+ (isEnabled(config[_0x23b48e(0x1ec)]) ? _0x23b48e(0x217) : 'Disabled\x20β')
|
| 105 |
+
+ _0x23b48e(0x1f8)
|
| 106 |
+
+ (isEnabled(config[_0x23b48e(0x1fa)]) ? 'Enabled\x20β
' : 'Disabled\x20β')
|
| 107 |
+
+ '\x0aβΰΉ\x20*Public\x20Mode:*\x20'
|
| 108 |
+
+ (isEnabled(config[_0x23b48e(0x1e8)]) ? _0x23b48e(0x217) : _0x23b48e(0x204))
|
| 109 |
+
+ '\x0aβΰΉ\x20*Read\x20Message:*\x20'
|
| 110 |
+
+ (isEnabled(config[_0x23b48e(0x200)]) ? _0x23b48e(0x217) : _0x23b48e(0x204))
|
| 111 |
+
+ '\x0aβ°ββββββββββββββββ·\x0a>\x20'
|
| 112 |
+
+ config[_0x23b48e(0x215)];
|
| 113 |
+
|
| 114 |
+
await _0x348789[_0x23b48e(0x209)](
|
| 115 |
+
_0x48385f,
|
| 116 |
+
{
|
| 117 |
+
image: { url: _0x23b48e(0x1e3) },
|
| 118 |
+
caption: _0x3f94d8,
|
| 119 |
+
contextInfo: {
|
| 120 |
+
mentionedJid: [_0x472b12['sender']],
|
| 121 |
+
forwardingScore: 0x3e7,
|
| 122 |
+
isForwarded: !![],
|
| 123 |
+
forwardedNewsletterMessageInfo: {
|
| 124 |
+
newsletterJid: '120363304325601080@newsletter',
|
| 125 |
+
newsletterName: _0x23b48e(0x1f6),
|
| 126 |
+
serverMessageId: 0x8f,
|
| 127 |
+
},
|
| 128 |
+
},
|
| 129 |
+
},
|
| 130 |
+
{ quoted: _0x2be45f }
|
| 131 |
+
);
|
| 132 |
+
|
| 133 |
+
await _0x348789[_0x23b48e(0x209)](
|
| 134 |
+
_0x48385f,
|
| 135 |
+
{
|
| 136 |
+
audio: { url: 'https://github.com/mrfrank-ofc/ENCRYPTO-27-AI-DATABASE/blob/main/audios/subzero-menu.mp3' },
|
| 137 |
+
mimetype: _0x23b48e(0x1fe),
|
| 138 |
+
ptt: !![],
|
| 139 |
+
},
|
| 140 |
+
{ quoted: _0x2be45f }
|
| 141 |
+
);
|
| 142 |
+
} catch (_0x51ee1f) {
|
| 143 |
+
console[_0x23b48e(0x20d)](_0x51ee1f);
|
| 144 |
+
_0x1108df(_0x23b48e(0x20c) + _0x51ee1f[_0x23b48e(0x206)]);
|
| 145 |
+
}
|
| 146 |
+
}
|
| 147 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|