queenamdi-functions-beta 0.1.2 → 0.2.9
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/base/amdiModule.js +1454 -1003
- package/base/qrDisplay.js +79 -9
- package/default_list_sections.js +136 -0
- package/index.js +3 -1
- package/lib/amdiMenu.js +1142 -788
- package/lib/settingsDB.js +159 -87
- package/package.json +1 -1
package/base/amdiModule.js
CHANGED
@@ -1,1098 +1,1549 @@
|
|
1
|
-
|
1
|
+
(function (_0x30d3bd, _0x59532a) {
|
2
|
+
function _0xe8a6c5(_0x528ef6, _0x18fdf1) {
|
3
|
+
return _0x41f4(_0x18fdf1 - -0x45, _0x528ef6);
|
4
|
+
}
|
5
|
+
function _0x361f5b(_0xb48859, _0x570096) {
|
6
|
+
return _0x41f4(_0xb48859 - 0x3be, _0x570096);
|
7
|
+
}
|
8
|
+
const _0x424dfa = _0x30d3bd();
|
9
|
+
while (!![]) {
|
10
|
+
try {
|
11
|
+
const _0x337ca9 = -parseInt(_0xe8a6c5(0x2c4, 0x251)) / 0x1 * (parseInt(_0x361f5b(0x66e, 0x76d)) / 0x2) + parseInt(_0x361f5b(0x791, 0x852)) / 0x3 + -parseInt(_0xe8a6c5(0x1c7, 0x297)) / 0x4 * (-parseInt(_0x361f5b(0x74f, 0x6fe)) / 0x5) + parseInt(_0xe8a6c5(0x1df, 0x274)) / 0x6 + parseInt(_0x361f5b(0x755, 0x692)) / 0x7 * (parseInt(_0x361f5b(0x660, 0x6a5)) / 0x8) + -parseInt(_0xe8a6c5(0x3cf, 0x31d)) / 0x9 + parseInt(_0x361f5b(0x73f, 0x71b)) / 0xa;
|
12
|
+
if (_0x337ca9 === _0x59532a)
|
13
|
+
break;
|
14
|
+
else
|
15
|
+
_0x424dfa['push'](_0x424dfa['shift']());
|
16
|
+
} catch (_0x44c736) {
|
17
|
+
_0x424dfa['push'](_0x424dfa['shift']());
|
18
|
+
}
|
19
|
+
}
|
20
|
+
}(_0x25bf, 0xbe329));
|
2
21
|
const {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
} = require(
|
12
|
-
|
13
|
-
const
|
14
|
-
|
15
|
-
const
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
22
|
+
default: makeWASocket,
|
23
|
+
DisconnectReason,
|
24
|
+
useSingleFileAuthState,
|
25
|
+
useMultiFileAuthState,
|
26
|
+
MessageRetryMap,
|
27
|
+
getDevice,
|
28
|
+
makeInMemoryStore,
|
29
|
+
fetchLatestBaileysVersion
|
30
|
+
} = require('\x40\x61\x64\x69\x77\x61\x6a\x73\x68\x69' + _0x37cb94(0x214, 0x203)), {state, saveState} = useSingleFileAuthState('\x2e\x2f\x61\x6d\x64\x69\x5f\x73\x65\x73' + '\x73\x69\x6f\x6e\x2e\x6a\x73\x6f\x6e'), axios = require(_0x20673c(0x43c, 0x509)), CryptoJS = require(_0x20673c(0x559, 0x643)), fs = require('\x66\x73'), got = require('\x67\x6f\x74'), Heroku = require(_0x20673c(0x596, 0x5f4) + _0x20673c(0x57b, 0x606)), QRCode = require(_0x20673c(0x613, 0x664)), sharp = require(_0x20673c(0x587, 0x4f5)), amdiDB = require(_0x37cb94(0x2d6, 0x37b) + _0x20673c(0x62f, 0x56f) + '\x44\x42'), vars = require(_0x20673c(0x504, 0x5c2) + _0x37cb94(0x401, 0x304) + _0x20673c(0x609, 0x623)), _0x5e8b95 = {};
|
31
|
+
_0x5e8b95['\x74\x6f\x6b\x65\x6e'] = vars[_0x37cb94(0x228, 0x24b)];
|
32
|
+
const heroku = new Heroku(_0x5e8b95);
|
33
|
+
function _0x25bf() {
|
34
|
+
const _0x55724e = [
|
35
|
+
'\x2e\x67\x69\x66',
|
36
|
+
'\x65\x65\x74\x69\x6e\x67\x73\x44\x42',
|
37
|
+
'\x65\x78\x74\x2c\x20\x66\x69\x72\x73\x74',
|
38
|
+
'\x61\x67\x61\x69\x6e\x2e',
|
39
|
+
'\x6e\x6f\x69\x73\x65\x4b\x65\x79',
|
40
|
+
'\x2f\x6a\x70\x65\x67\x3b\x62\x61\x73\x65',
|
41
|
+
'\x2f\x62\x75\x69\x6c\x64\x73',
|
42
|
+
'\x57\x4f\x52\x4b\x54\x59\x50\x45',
|
43
|
+
'\x72\x65\x70\x6c\x61\x63\x65',
|
44
|
+
'\x63\x65\x20\x63\x6f\x64\x65\x20\x65\x64',
|
45
|
+
'\x47\x72\x70\x44\x65\x73\x63',
|
46
|
+
'\x62\x6f\x64\x79',
|
47
|
+
'\x55\x39\x35\x2d\x57\x6e\x39\x6d\x48\x34',
|
48
|
+
'\x2c\x24\x31\x30\x2c\x24\x31\x31\x2c\x24',
|
49
|
+
'\x41\x45\x53',
|
50
|
+
'\x49\x4e\x53\x45\x52\x54\x20\x49\x4e\x54',
|
51
|
+
'\x72\x65\x61\x64\x46\x69\x6c\x65',
|
52
|
+
'\x61\x6d\x64\x69\x4d\x6f\x64\x75\x6c\x65',
|
53
|
+
'\x68\x74\x74\x70\x73\x3a\x2f\x2f\x72\x61',
|
54
|
+
'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e',
|
55
|
+
'\x67\x73\x2e\x6a\x70\x67',
|
56
|
+
'\x65\x44\x65\x73\x63\x72\x69\x70\x74\x69',
|
57
|
+
'\x74\x69\x74\x79\x4b\x65\x79',
|
58
|
+
'\x41\x6d\x64\x69\x20\x77\x69\x74\x68\x6f',
|
59
|
+
'\x69\x73\x4d\x65\x64\x69\x61',
|
60
|
+
'\x4b\x65\x79',
|
61
|
+
'\x6f\x20\x73\x65\x73\x73\x69\x6f\x6e\x20',
|
62
|
+
'\x6c\x6f\x67\x67\x65\x64\x4f\x75\x74',
|
63
|
+
'\x37\x2c\x20\x73\x65\x72\x76\x65\x72\x48',
|
64
|
+
'\x66\x6f\x6f\x74\x65\x72\x54\x65\x78\x74',
|
65
|
+
'\x6f\x6e\x6e\x65\x63\x74\x65\x64\x21',
|
66
|
+
'\x63\x6f\x6e\x6e\x44\x4f\x4e\x45',
|
67
|
+
'\x64\x65\x66\x61\x75\x6c\x74\x51\x75\x65',
|
68
|
+
'\x75\x6e\x6c\x69\x6e\x6b\x53\x79\x6e\x63',
|
69
|
+
'\x6e\x73\x6f\x6c\x65\x20\x67\x72\x6f\x75',
|
70
|
+
'\x6a\x6f\x69\x6e',
|
71
|
+
'\x74\x65\x6d\x70\x6c\x61\x74\x65\x4d\x65',
|
72
|
+
'\x70\x61\x72\x73\x65',
|
73
|
+
'\x20\x73\x69\x67\x6e\x65\x64\x49\x64\x65',
|
74
|
+
'\x62\x61\x6e\x6e\x65\x64\x5f\x75\x73\x65',
|
75
|
+
'\x6f\x6e\x69\x64',
|
76
|
+
'\x65\x72\x73\x20\x68\x61\x76\x65\x20\x62',
|
77
|
+
'\x64\x62\x43\x52\x45\x41\x54\x45',
|
78
|
+
'\x20\x0a\u2023\x20\x4a\x49\x44\x3a\x20',
|
79
|
+
'\x75\x74\x20\x70\x65\x72\x6d\x69\x73\x73',
|
80
|
+
'\x70\x61\x72\x74\x69\x63\x69\x70\x61\x6e',
|
81
|
+
'\x70\x75\x73\x68\x4e\x61\x6d\x65',
|
82
|
+
'\x42\x61\x73\x65',
|
83
|
+
'\x67\x65\x74',
|
84
|
+
'\x79\x49\x64',
|
85
|
+
'\x73\x65\x6c\x65\x63\x74\x65\x64\x42\x75',
|
86
|
+
'\x6b\x65\x79',
|
87
|
+
'\x73\x6f\x75\x72\x63\x65',
|
88
|
+
'\x55\x52\x4c\x3a\x2a\x20',
|
89
|
+
'\x24\x33\x2c\x24\x34\x2c\x24\x35\x2c\x24',
|
90
|
+
'\x72\x73\x74',
|
91
|
+
'\x36\x2c\x20\x66\x69\x72\x73\x74\x55\x6e',
|
92
|
+
'\x72\x6f\x75\x70',
|
93
|
+
'\x63\x6f\x6e\x74\x72\x69\x62\x75\x74\x6f',
|
94
|
+
'\x73\x6f\x75\x72\x63\x65\x5f\x62\x6c\x6f',
|
95
|
+
'\x6c\x61\x73\x74\x41\x63\x63\x6f\x75\x6e',
|
96
|
+
'\x31\x32\x30\x33\x36\x33\x30\x32\x35\x31',
|
97
|
+
'\x64\x6e\x31\x35\x76\x51',
|
98
|
+
'\x66\x72\x6f\x6d',
|
99
|
+
'\x6e\x6f\x69\x73\x65\x6b\x65\x79',
|
100
|
+
'\x6d\x64\x69\x20\x76\x34\x20\x2d\x20\x56',
|
101
|
+
'\x79\x6f\x75\x72\x20\x62\x6f\x74\x20\x6c',
|
102
|
+
'\x62\x75\x74\x74\x6f\x6e\x54\x65\x78\x74',
|
103
|
+
'\x6f\x70\x65\x6e',
|
104
|
+
'\x20\x24\x31\x32\x2c\x20\x6d\x79\x41\x70',
|
105
|
+
'\x44\x69\x73\x63\x6f\x6e\x6e\x65\x63\x74',
|
106
|
+
'\x75\x73\x65\x72',
|
107
|
+
'\x62\x69\x6e\x64',
|
108
|
+
'\x31\x2e\x30\x2e\x30',
|
109
|
+
'\x20\x41\x6e\x6f\x74\x68\x65\x72\x20\x4e',
|
110
|
+
'\x6d\x65\x73\x73\x61\x67\x65\x73',
|
111
|
+
'\x72\x48\x61\x73\x50\x72\x65\x4b\x65\x79',
|
112
|
+
'\x39\x34\x37\x35\x37\x36\x37\x32\x38\x37',
|
113
|
+
'\x67\x69\x6e\x61\x6c\x20\x68\x74\x74\x70',
|
114
|
+
'\x52\x45\x41\x44\x5f\x43\x4d\x44',
|
115
|
+
'\x65\x72\x74\x79',
|
116
|
+
'\x39\x34\x37\x30\x33\x31\x37\x38\x33\x33',
|
117
|
+
'\x32\x78\x6f\x47\x4f\x59\x59',
|
118
|
+
'\x68\x74\x74\x70\x73\x3a\x2f\x2f',
|
119
|
+
'\x4f\x20\x61\x75\x74\x68\x20\x56\x41\x4c',
|
120
|
+
'\x6d\x73\x67\x44\x65\x76\x69\x63\x65',
|
121
|
+
'\x63\x6f\x6d\x6d\x69\x74',
|
122
|
+
'\x2f\x70\x6e\x67\x3b\x62\x61\x73\x65\x36',
|
123
|
+
'\x73\x69\x67\x6e\x65\x64\x49\x64\x65\x6e',
|
124
|
+
'\x73\x74\x69\x63\x6b\x65\x72\x4d\x65\x73',
|
125
|
+
'\x69\x64\x65\x6e\x74\x69\x66\x69\x65\x72',
|
126
|
+
'\x41\x6d\x64\x61\x2f\x37\x62\x35\x64\x64',
|
127
|
+
'\x36\x34\x33\x36\x64\x62\x37\x2f\x72\x61',
|
128
|
+
'\x64\x61\x6e\x69\x77\x61\x73\x61\x2e\x63',
|
129
|
+
'\x34\x38\x38\x38\x62\x57\x57\x6c\x5a\x6d',
|
130
|
+
'\x68\x74\x74\x70\x73\x3a\x2f\x2f\x61\x6d',
|
131
|
+
'\x6d\x61\x6e\x6f\x6a\x2d\x61\x6d\x64\x69',
|
132
|
+
'\x61\x64\x76\x53\x65\x63\x72\x65\x74\x4b',
|
133
|
+
'\x69\x61\x6c\x20\x73\x69\x74\x65\x20\x3a',
|
134
|
+
'\x61\x75\x74\x68',
|
135
|
+
'\x65\x72\x69\x66\x79\x69\x6e\x67\x20\x66',
|
136
|
+
'\x67\x65\x6e\x4e\x45\x57\x73\x65\x73',
|
137
|
+
'\x64\x65\x6f',
|
138
|
+
'\x6e\x74\x69\x74\x79\x4b\x65\x79\x20\x3d',
|
139
|
+
'\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x61',
|
140
|
+
'\x6d\x65\x73\x73\x61\x67\x65',
|
141
|
+
'\x72\x65\x67\x69\x73\x74\x72\x61\x74\x69',
|
142
|
+
'\x6b\x75\x2b\x6a\x73\x6f\x6e\x3b\x20\x76',
|
143
|
+
'\x31\x32\x39\x31\x31\x39\x34\x65\x5a\x6f\x63\x69\x78',
|
144
|
+
'\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbb\x20\x2a\x41\x75\x74\x68\x6f\x72\x3a',
|
145
|
+
'\x65\x61\x73\x65\x20\x44\x65\x6c\x65\x74',
|
146
|
+
'\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67',
|
147
|
+
'\x6f\x6d\x2f',
|
148
|
+
'\x20\x61\x6e\x79\x20\x63\x6f\x6d\x6d\x61',
|
149
|
+
'\x2e\x2e\x2f\x6c\x69\x62\x2f\x73\x65\x74',
|
150
|
+
'\x20\x2d\x20\u1d0d\u1d1c\u029f\u1d1b\u026a\x20\u1d05',
|
151
|
+
'\x65\x4b\x65\x79\x49\x64\x20\x3d\x20\x24',
|
152
|
+
'\x36\x35\x39\x32\x38\x38\x34\x61\x68\x77\x43\x68\x48',
|
153
|
+
'\x68\x79\x64\x72\x61\x74\x65\x64\x46\x6f',
|
154
|
+
'\x74\x68\x75\x62\x2e\x63\x6f\x6d\x2f\x42',
|
155
|
+
'\x64\x65\x73\x63',
|
156
|
+
'\x66\x69\x72\x73\x74\x55\x6e\x75\x70\x6c',
|
157
|
+
'\x74\x6f\x46\x69\x6c\x65',
|
158
|
+
'\x69\x74\x73\x20\x64\x65\x74\x65\x63\x74',
|
159
|
+
'\x72\x65\x70\x6c\x79',
|
160
|
+
'\x52\x65\x70\x6c\x61\x63\x65\x64',
|
161
|
+
'\u26d4\x20\x54\x68\x69\x73\x20\x69\x73\x20',
|
162
|
+
'\x73\x3a\x2f\x2f\x67\x69\x74\x68\x75\x62',
|
163
|
+
'\x73\x65\x72\x76\x65\x72\x48\x61\x73\x50',
|
164
|
+
'\x74\x68\x65\x6e',
|
165
|
+
'\x65\x73\x73\x61\x67\x65',
|
166
|
+
'\x69\x62\x62\x2e\x63\x6f\x2f\x50\x54\x47',
|
167
|
+
'\x75\x69\x72\x65\x64',
|
168
|
+
'\x64\x6e\x31\x35\x76\x51\x3f\x73\x75\x62',
|
169
|
+
'\x2e\x68\x65\x72\x6f\x6b\x75\x61\x70\x70',
|
170
|
+
'\x73\x69\x67\x6e\x65\x64\x70\x72\x65\x6b',
|
171
|
+
'\x6d\x6d\x69\x74\x73',
|
172
|
+
'\x39\x34\x37\x38\x35\x34\x35\x37\x35\x31',
|
173
|
+
'\ud83d\udca0\x20\x2a\x47\x72\x6f\x75\x70\x20\x50',
|
174
|
+
'\x63\x72\x65\x64\x73',
|
175
|
+
'\x55\x50\x44\x41\x54\x45\x20\x61\x75\x74',
|
176
|
+
'\x64\x69\x20\x2d\x20\x57\x69\x6b\x69',
|
177
|
+
'\x72\x65\x73\x69\x7a\x65',
|
178
|
+
'\x63\x6f\x75\x6e\x74',
|
179
|
+
'\x72\x6f\x77\x43\x6f\x75\x6e\x74',
|
180
|
+
'\x36\x71\x4a\x58\x2f\x32\x30\x32\x32\x30',
|
181
|
+
'\x20\x57\x65\x62\x73\x69\x74\x65',
|
182
|
+
'\x65\x65\x6e\x20\x41\x6d\x64\x69\x20\x61',
|
183
|
+
'\x6e\x61\x6d\x65',
|
184
|
+
'\x52\x65\x73\x74\x61\x72\x74\x20\x52\x65',
|
185
|
+
'\x61\x6e\x64\x20\x53\x63\x61\x6e\x20\x41',
|
186
|
+
'\x64\x69\x74\x20\x51\x75\x65\x65\x6e\x20',
|
187
|
+
'\x32\x39\x33\x32\x65\x49\x73\x4e\x59\x44',
|
188
|
+
'\x20\x63\x6c\x6f\x73\x65\x64\x2c\x20\x72',
|
189
|
+
'\x42\x65\x61\x72\x65\x72\x20',
|
190
|
+
'\x73\x65\x6e\x64\x41\x75\x64\x69\x6f\x4d',
|
191
|
+
'\x70\x61\x74\x63\x68',
|
192
|
+
'\x74\x61\x6d\x70',
|
193
|
+
'\x74\x69\x74\x6c\x65',
|
194
|
+
'\x76\x2c\x20\ud83d\udccb\x20\x4c\x61\x74\x65\x73',
|
195
|
+
'\x73\x69\x67\x6e\x65\x64\x50\x72\x65\x4b',
|
196
|
+
'\x77\x65\x6c\x70\x69\x63\x75\x72\x6c',
|
197
|
+
'\x74\x3a\x20',
|
198
|
+
'\x75\x6e\x74\x65\x72\x4d\x61\x70',
|
199
|
+
'\x74\x65\x78\x74',
|
200
|
+
'\x63\x6f\x6d\x6d\x69\x74\x74\x65\x64\x5f',
|
201
|
+
'\x65\x20\x43\x75\x72\x72\x65\x6e\x74\x20',
|
202
|
+
'\x69\x73\x54\x61\x67\x67\x65\x64\x44\x6f',
|
203
|
+
'\x6f\x61\x64\x65\x64\x50\x72\x65\x4b\x65',
|
204
|
+
'\x73\x74\x72\x65\x61\x6d',
|
205
|
+
'\x72\x73\x5f\x75\x72\x6c',
|
206
|
+
'\x70\x2e\x6e\x65\x74',
|
207
|
+
'\x68\x74\x74\x70\x73\x3a\x2f\x2f\x69\x2e',
|
208
|
+
'\x59\x6f\x75\x54\x75\x62\x65\x20\x43\x68',
|
209
|
+
'\x2f\x61\x70\x70\x73\x2f',
|
210
|
+
'\x73\x74\x61\x74\x75\x73\x43\x6f\x64\x65',
|
211
|
+
'\x63\x6f\x75\x6e\x74\x53\x79\x6e\x63\x54',
|
212
|
+
'\x55\x74\x66\x38',
|
213
|
+
'\x43\x6c\x69\x63\x6b\x20\x68\x65\x72\x65',
|
214
|
+
'\x73\x20\x74\x65\x78\x74\x2c\x20\x61\x63',
|
215
|
+
'\x72\x79\x54\x69\x6d\x65\x6f\x75\x74\x4d',
|
216
|
+
'\x63\x74\x52\x65\x70\x6c\x79',
|
217
|
+
'\x48\x45\x52\x4f\x4b\x55\x5f\x41\x50\x50',
|
218
|
+
'\x20\x63\x61\x6e\x20\x6e\x6f\x74\x20\x65',
|
219
|
+
'\x71\x75\x65\x72\x79',
|
220
|
+
'\x64\x61\x74\x61',
|
221
|
+
'\x73\x74\x61\x6c\x6c\x20\x62\x6f\x74\x20',
|
222
|
+
'\x3d\x20\x24\x38\x2c\x20\x61\x63\x63\x6f',
|
223
|
+
'\x20\x55\x73\x61\x67\x65\x2a\x0a\x0a\u2023',
|
224
|
+
'\x63\x72\x79\x70\x74\x6f\x2d\x6a\x73',
|
225
|
+
'\x65\x78\x69\x73\x74\x57\x41',
|
226
|
+
'\x6c\x6f\x67\x67\x65\x72',
|
227
|
+
'\x63\x6f\x6d\x6d\x61\x6e\x64',
|
228
|
+
'\x62\x72\x6f\x77\x73\x65\x72',
|
229
|
+
'\u26d4\x20\x2a\x59\x4f\x55\x52\x20\x42\x4f',
|
230
|
+
'\x2e\x6d\x70\x33',
|
231
|
+
'\x6e\x5f\x6a\x69\x64\x44\x42',
|
232
|
+
'\x65\x6e\x63',
|
233
|
+
'\x78\x74\x2c\x20\x6c\x61\x73\x74\x41\x63',
|
234
|
+
'\x6e\x65\x64\x50\x72\x65\x4b\x65\x79\x20',
|
235
|
+
'\x67\x2e\x75\x73',
|
236
|
+
'\x42\x6f\x74\x5f\x4e\x75\x6d\x62\x65\x72',
|
237
|
+
'\x65\x64\x21\x2a\x20\x0a\x0a\x59\x6f\x75',
|
238
|
+
'\x63\x6f\x75\x6e\x74\x20\x74\x65\x78\x74',
|
239
|
+
'\x74\x74\x6f\x6e\x73',
|
240
|
+
'\x40\x67\x2e\x75\x73',
|
241
|
+
'\x2e\x6a\x70\x67',
|
242
|
+
'\x73\x65\x6c\x65\x63\x74\x65\x64\x49\x64',
|
243
|
+
'\x53\x6e\x38\x32\x2f\x42\x6f\x74\x4c\x6f',
|
244
|
+
'\x69\x6e\x63\x6c\x75\x64\x65\x73',
|
245
|
+
'\x73\x74\x72\x69\x6e\x67\x69\x66\x79',
|
246
|
+
'\x37\x30\x33\x2d\x30\x31\x30\x36\x35\x33',
|
247
|
+
'\x61\x63\x74\x69\x6f\x6e',
|
248
|
+
'\x74\x65\x6d\x70\x6c\x61\x74\x65\x42\x75',
|
249
|
+
'\x71\x75\x69\x63\x6b\x52\x65\x70\x6c\x79',
|
250
|
+
'\x6f\x6d\x2f\x72\x65\x70\x6f\x73\x2f',
|
251
|
+
'\x66\x75\x6e\x63\x74\x69\x6f\x6e\x73\x20',
|
252
|
+
'\x74\x6f\x53\x74\x72\x69\x6e\x67',
|
253
|
+
'\x72\x69\x7a\x65\x64\x20\x73\x6f\x75\x72',
|
254
|
+
'\x36\x2c\x24\x37\x2c\x24\x38\x2c\x24\x39',
|
255
|
+
'\x6e\x65\x78\x74\x70\x72\x65\x6b\x65\x79',
|
256
|
+
'\x54\x20\x54\x55\x52\x4e\x45\x44\x20\x4f',
|
257
|
+
'\x70\x64\x61\x74\x65',
|
258
|
+
'\x65\x6e\x74',
|
259
|
+
'\x73\x74\x61\x72\x74\x69\x6e\x67\x2e\x2e',
|
260
|
+
'\x36\x34\x2c',
|
261
|
+
'\x67\x65\x74\x4d\x65\x73\x73\x61\x67\x65',
|
262
|
+
'\x69\x73\x47\x72\x6f\x75\x70\x41\x64\x6d',
|
263
|
+
'\x6e\x2f\x76\x6e\x64\x2e\x68\x65\x72\x6f',
|
264
|
+
'\x20\x74\x65\x78\x74\x2c\x20\x73\x69\x67',
|
265
|
+
'\x40\x73\x2e\x77\x68\x61\x74\x73\x61\x70',
|
266
|
+
'\x63\x6f\x6e\x74\x65\x78\x74\x49\x6e\x66',
|
267
|
+
'\x20\x4c\x6f\x73\x74\x20\x66\x72\x6f\x6d',
|
268
|
+
'\x53\x65\x63\x72\x65\x74\x4b\x65\x79\x20',
|
269
|
+
'\x61\x64\x64',
|
270
|
+
'\x73\x68\x61\x72\x70',
|
271
|
+
'\x66\x6f\x6f\x74\x65\x72',
|
272
|
+
'\ud83d\udcdf\x20\x43\x75\x72\x72\x65\x6e\x74\x6c',
|
273
|
+
'\x0a\u2023\x20\x53\x74\x61\x74\x75\x73\x3a',
|
274
|
+
'\x65\x78\x69\x74',
|
275
|
+
'\x6d\x64\x61\x2f\x51\x75\x65\x65\x6e\x41',
|
276
|
+
'\x39\x34\x37\x31\x39\x30\x37\x37\x38\x31',
|
277
|
+
'\x76\x65\x72\x73\x69\x6f\x6e',
|
278
|
+
'\x55\x45\x53\x28\x24\x31\x2c\x24\x32\x2c',
|
279
|
+
'\x62\x75\x74\x74\x6f\x6e\x73\x4d\x65\x73',
|
280
|
+
'\ud83c\udf9e\ufe0f\x20\x41\x4e\x20\x54\x65\x63\x68\x20',
|
281
|
+
'\x44\x20\x62\x6f\x74\x2e\x2a',
|
282
|
+
'\x74\x74\x6f\x6e\x52\x65\x70\x6c\x79\x4d',
|
283
|
+
'\x69\x6f\x6e\x2e\x0a\x0a\ud83d\udc83\ud83c\udffb\u2665\ufe0f\x49\x6e',
|
284
|
+
'\x6f\x70\x65\x72\x61\x74\x65',
|
285
|
+
'\x68\x65\x72\x6f\x6b\x75\x2d\x63\x6c\x69',
|
286
|
+
'\x73\x65\x6e\x64\x54\x65\x6d\x70\x6c\x61',
|
287
|
+
'\x63\x6d\x64',
|
288
|
+
'\x74\x69\x74\x69\x65\x73',
|
289
|
+
'\x39\x34\x34\x30\x34\x40\x73\x2e\x77\x68',
|
290
|
+
'\x73\x65\x63\x74\x69\x6f\x6e\x73',
|
291
|
+
'\x72\x65\x6d\x6f\x74\x65\x4a\x69\x64',
|
292
|
+
'\x41\x75\x74\x68\x6f\x72\x69\x7a\x61\x74',
|
293
|
+
'\x65\x64\x20\x64\x65\x70\x6c\x6f\x79\x6d',
|
294
|
+
'\x69\x6f\x6e\x3d\x31',
|
295
|
+
'\x62\x20\x57\x41\x3a\x20',
|
296
|
+
'\x68\x79\x64\x72\x61\x74\x65\x64\x54\x65',
|
297
|
+
'\x40\x68\x61\x70\x69\x2f\x62\x6f\x6f\x6d',
|
298
|
+
'\x73\x70\x6c\x69\x74',
|
299
|
+
'\x64\x65\x6c\x65\x74\x65',
|
300
|
+
'\x42\x61\x64\x20\x53\x65\x73\x73\x69\x6f',
|
301
|
+
'\x64\x65\x6e\x74\x69\x74\x79\x4b\x65\x79',
|
302
|
+
'\x6d\x64\x69\x2f\x6d\x61\x73\x74\x65\x72',
|
303
|
+
'\x4c\x4f\x47\x5f\x4a\x49\x44',
|
304
|
+
'\x69\x62\x62\x2e\x63\x6f\x2f\x70\x33\x64',
|
305
|
+
'\x69\x6f\x6e',
|
306
|
+
'\x6f\x61\x64\x65\x64\x70\x72\x65\x6b\x65',
|
307
|
+
'\x32\x32\x32\x39\x31\x35\x32\x35\x40\x67',
|
308
|
+
'\x2c\x20\x6d\x65\x20\x74\x65\x78\x74\x2c',
|
309
|
+
'\x72\x6f\x77\x73',
|
310
|
+
'\x64\x65\x62\x75\x67',
|
311
|
+
'\x20\x24\x32\x2c\x20\x73\x69\x67\x6e\x65',
|
312
|
+
'\x20\x43\x4f\x4d\x4d\x41\x4e\x44\x3a\x20',
|
313
|
+
'\x63\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e',
|
314
|
+
'\x20\x73\x69\x67\x6e\x61\x6c\x49\x64\x65',
|
315
|
+
'\x68\x74\x74\x70\x73\x3a\x2f\x2f\x61\x70',
|
316
|
+
'\x2f\x42\x61\x69\x6c\x65\x79\x73\x2f\x63',
|
317
|
+
'\x61\x75\x64\x69\x6f',
|
318
|
+
'\x6c\x6f\x67',
|
319
|
+
'\x63\x75\x6d\x65\x6e\x74',
|
320
|
+
'\u26a0\ufe0f\x20\x2a\x44\x65\x76\x65\x6c\x6f\x70',
|
321
|
+
'\x31\x33\x33\x35\x30\x34\x39\x32\x51\x75\x6b\x62\x49\x4c',
|
322
|
+
'\x68\x61\x73\x4f\x77\x6e\x50\x72\x6f\x70',
|
323
|
+
'\x63\x6c\x6f\x73\x65',
|
324
|
+
'\x73\x65\x72\x63\x6f\x6e\x74\x65\x6e\x74',
|
325
|
+
'\x20\x0a\u2023\x20\x43\x48\x41\x54\x20\x4e',
|
326
|
+
'\x61\x6e\x6e\x65\x6c',
|
327
|
+
'\x70\x6f\x6e\x73\x65\x4d\x65\x73\x73\x61',
|
328
|
+
'\x6c\x61\x63\x6b\x41\x6d\x64\x61\x2f\x51',
|
329
|
+
'\x65\x6e\x64\x73\x57\x69\x74\x68',
|
330
|
+
'\x6f\x75\x74\x70\x75\x74',
|
331
|
+
'\x67\x6f\x74',
|
332
|
+
'\x43\x52\x45\x41\x54\x45\x20\x54\x41\x42',
|
333
|
+
'\x74\x69\x6e\x67\x73\x44\x42',
|
334
|
+
'\x62\x61\x6e\x6e\x65\x64\x5f\x67\x72\x6f',
|
335
|
+
'\x73\x75\x62\x6a\x65\x63\x74',
|
336
|
+
'\x65\x72\x73\x69\x6f\x6e\x3d\x33',
|
337
|
+
'\x62\x75\x74\x74\x6f\x6e\x73\x52\x65\x73',
|
338
|
+
'\u26a0\ufe0f\x20\x2a\x55\x6e\x61\x75\x74\x68\x6f',
|
339
|
+
'\x24\x33\x2c\x20\x72\x65\x67\x69\x73\x74',
|
340
|
+
'\ud83d\udc8c\x20\x2a\x43\x6f\x6d\x6d\x69\x74\x3a',
|
341
|
+
'\x63\x61\x70\x74\x69\x6f\x6e',
|
342
|
+
'\x73\x65\x6e\x64\x65\x72\x6a\x69\x64',
|
343
|
+
'\x75\x72\x6c',
|
344
|
+
'\x6f\x6d\x2f\x61\x70\x70\x73\x2f',
|
345
|
+
'\x66\x72\x6f\x6d\x20\x6f\x66\x66\x69\x63',
|
346
|
+
'\x69\x63\x65\ud83d\udc83\u2764',
|
347
|
+
'\x69\x6c\x65\x50\x69\x63\x74\x75\x72\x65',
|
348
|
+
'\x6c\x65\x76\x65\x6c',
|
349
|
+
'\x75\x70\x6c\x6f\x61\x64\x65\x64\x50\x72',
|
350
|
+
'\x51\x75\x65\x65\x6e\x5f\x41\x6d\x64\x69',
|
351
|
+
'\x73\x69\x67\x6e\x61\x6c\x69\x64\x65\x6e',
|
352
|
+
'\x32\x34\x31\x30\x31\x30\x45\x66\x43\x54\x71\x63',
|
353
|
+
'\x73\x65\x4d\x65\x73\x73\x61\x67\x65',
|
354
|
+
'\u231a\x20\x2a\x43\x6f\x6d\x6d\x69\x74\x65',
|
355
|
+
'\x64\x69\x77\x61\x6a\x73\x68\x69\x6e\x67',
|
356
|
+
'\x53\x74\x61\x74\x65\x4b\x65\x79\x49\x64',
|
357
|
+
'\x6f\x67\x73\x20\x63\x68\x61\x74\x2e\x0a',
|
358
|
+
'\u2795\x20\x60\x60\x60\x4e\x65\x77\x20\x63',
|
359
|
+
'\x77\x2e\x79\x6f\x75\x74\x75\x62\x65\x2e',
|
360
|
+
'\x72\x65\x61\x64\x64\x69\x72',
|
361
|
+
'\x66\x72\x6f\x6d\x20\x75\x73\x69\x6e\x67',
|
362
|
+
'\x74\x6f\x4a\x53\x4f\x4e',
|
363
|
+
'\x64\x50\x72\x65\x4b\x65\x79\x20\x3d\x20',
|
364
|
+
'\x78\x74\x4d\x65\x73\x73\x61\x67\x65',
|
365
|
+
'\x69\x5f\x44\x65\x76\x69\x63\x65',
|
366
|
+
'\x20\x0a\u2023\x20\x43\x4c\x49\x45\x4e\x54',
|
367
|
+
'\x61\x72\x65\x20\x72\x65\x61\x64\x79\x20',
|
368
|
+
'\x39\x34\x34\x30\x41\x52\x42\x57\x4c\x46',
|
369
|
+
'\x2e\x2f\x61\x6d\x64\x69\x5f\x73\x65\x73',
|
370
|
+
'\x44\x65\x76\x69\x63\x65\x20\x4c\x6f\x67',
|
371
|
+
'\x73\x65\x61\x72\x63\x68',
|
372
|
+
'\ud83d\udcda\x20\x51\x75\x65\x65\x6e\x20\x41\x6d',
|
373
|
+
'\x74\x69\x6d\x65\x64\x4f\x75\x74',
|
374
|
+
'\x31\x37\x35\x30\x68\x4a\x56\x64\x4e\x77',
|
375
|
+
'\x69\x63\x6b\x65\x72',
|
376
|
+
'\x5b\x49\x6e\x62\x6f\x78\x5d',
|
377
|
+
'\x43\x48\x41\x54\x5f\x55\x50\x44\x41\x54',
|
378
|
+
'\x75\x6e\x61\x75\x74\x68\x6f\x72\x69\x7a',
|
379
|
+
'\x73\x6c\x69\x63\x65',
|
380
|
+
'\x6c\x69\x73\x74\x52\x65\x73\x70\x6f\x6e',
|
381
|
+
'\x66\x6f\x6f\x74\x65\x72\x54\x58\x54',
|
382
|
+
'\x69\x73\x52\x65\x70\x6c\x79',
|
383
|
+
'\x73\x65\x6c\x65\x63\x74\x65\x64\x52\x6f',
|
384
|
+
'\x36\x31\x39\x2d\x31\x36\x34\x39\x34\x36',
|
385
|
+
'\x61\x74\x73\x61\x70\x70\x2e\x6e\x65\x74',
|
386
|
+
'\x63\x6f\x6d\x6d\x69\x74\x74\x65\x72',
|
387
|
+
'\x69\x6e\x73\x65\x72\x74\x57\x41\x44\x6f',
|
388
|
+
'\x72\x65\x6d\x6f\x76\x65',
|
389
|
+
'\x75\x70\x64\x61\x74\x65\x50\x72\x6f\x66',
|
390
|
+
'\x65\x63\x6f\x6e\x6e\x65\x63\x74\x69\x6e',
|
391
|
+
'\x20\x53\x65\x72\x76\x65\x72\x2c\x20\x72',
|
392
|
+
'\x73\x74\x61\x72\x74\x73\x57\x69\x74\x68',
|
393
|
+
'\x6d\x69\x6d\x65\x74\x79\x70\x65',
|
394
|
+
'\x69\x6e\x67\x2e\x2e\x2e',
|
395
|
+
'\x73\x69\x6f\x6e\x2e\x6a\x73\x6f\x6e',
|
396
|
+
'\x73\x69\x6c\x65\x6e\x74',
|
397
|
+
'\x2f\x6f\x77\x6e\x65\x72\x2e\x6a\x73\x6f',
|
398
|
+
'\x4c\x6f\x73\x74',
|
399
|
+
'\x73\x65\x6e\x64\x42\x75\x74\x74\x6f\x6e',
|
400
|
+
'\x53\x65\x74\x74\x69\x6e\x67\x73',
|
401
|
+
'\x66\x72\x6f\x6d\x4d\x65',
|
402
|
+
'\x63\x68\x69\x6c\x64',
|
403
|
+
'\x77\x72\x69\x74\x65\x46\x69\x6c\x65',
|
404
|
+
'\x6f\x6e\x49\x64',
|
405
|
+
'\x68\x74\x74\x70\x73\x3a\x2f\x2f\x77\x77',
|
406
|
+
'\x51\x52\x43\x6f\x6e\x6e\x65\x63\x74\x65',
|
407
|
+
'\x65\x72\x6d\x69\x6e\x61\x6c',
|
408
|
+
'\x69\x6e\x64\x65\x78',
|
409
|
+
'\x5d\x2d\x5b\x47\x52\x50\x3a\x20',
|
410
|
+
'\x71\x72\x63\x6f\x64\x65',
|
411
|
+
'\x65\x76\x65\x72\x79',
|
412
|
+
'\x6e\x74\x69\x74\x69\x65\x73\x20\x74\x65',
|
413
|
+
'\x2e\x2f\x71\x72\x5f\x63\x6f\x64\x65\x2f',
|
414
|
+
'\x73\x69\x6e\x67\x6c\x65\x53\x65\x6c\x65',
|
415
|
+
'\x54\x68\x65\x72\x65\x20\x69\x73\x20\x6e',
|
416
|
+
'\x69\x74\x6f\x72\x79\x20\x61\x6e\x64\x20',
|
417
|
+
'\x70\x72\x69\x76\x61\x74\x65',
|
418
|
+
'\ud83d\udc83\ud83c\udffb\x20\x4f\x66\x66\x69\x63\x69\x61\x6c',
|
419
|
+
'\x2e\x6a\x73',
|
420
|
+
'\x53\x61\x66\x61\x72\x69',
|
421
|
+
'\x67\x72\x6f\x75\x70\x55\x70\x64\x61\x74',
|
422
|
+
'\x70\x75\x73\x68',
|
423
|
+
'\x72\x65\x70\x6f\x73\x2f',
|
424
|
+
'\x63\x6d\x64\x42\x6c\x6f\x63\x6b\x42\x79',
|
425
|
+
'\x65\x78\x74\x65\x6e\x64\x65\x64\x54\x65',
|
426
|
+
'\x64\x20\x74\x6f\x20\x42\x61\x69\x6c\x65',
|
427
|
+
'\x2f\x51\x75\x65\x65\x6e\x41\x6d\x64\x69',
|
428
|
+
'\x61\x6e\x20\x74\x68\x65\x20\x51\x52\x20',
|
429
|
+
'\x2e\x2f\x70\x6c\x75\x67\x69\x6e\x73\x2f',
|
430
|
+
'\x61\x74\x61',
|
431
|
+
'\x4d\x61\x6e\x6f\x6a\x5f\x4d\x75\x6c\x74',
|
432
|
+
'\x64\x65\x66\x61\x75\x6c\x74',
|
433
|
+
'\x71\x75\x6f\x74\x65\x64\x4d\x65\x73\x73',
|
434
|
+
'\x32\x36\x38\x32\x31\x38\x36\x4d\x6b\x70\x58\x4c\x6e',
|
435
|
+
'\x50\x72\x65\x4b\x65\x79\x49\x64\x20\x74',
|
436
|
+
'\x6d\x79\x41\x70\x70\x53\x74\x61\x74\x65',
|
437
|
+
'\x61\x6e\x6e\x65\x64\x20\x79\x6f\x75\x20',
|
438
|
+
'\x73\x73\x65\x74\x73\x2f\x61\x6d\x64\x69',
|
439
|
+
'\x69\x73\x47\x72\x6f\x75\x70',
|
440
|
+
'\x77\x49\x64',
|
441
|
+
'\x64\x69\x73\x70\x6c\x61\x79\x54\x65\x78',
|
442
|
+
'\x62\x79\x65\x70\x69\x63\x75\x72\x6c',
|
443
|
+
'\x50\x52\x45\x46\x49\x58',
|
444
|
+
'\x62\x6c\x61\x6e\x6b',
|
445
|
+
'\x63\x6f\x6d\x2f\x63\x68\x61\x6e\x6e\x65',
|
446
|
+
'\x77\x65\x6c\x6e\x6f\x74\x65',
|
447
|
+
'\x69\x73\x54\x61\x67\x67\x65\x64\x53\x74',
|
448
|
+
'\x68\x20\x53\x45\x54\x20\x6e\x6f\x69\x73',
|
449
|
+
'\x66\x6f\x72\x45\x61\x63\x68',
|
450
|
+
'\x64\x6f\x63\x75\x6d\x65\x6e\x74\x4d\x65',
|
451
|
+
'\x56\x45\x52\x53\x49\x4f\x4e',
|
452
|
+
'\x6d\x65\x74\x68\x6f\x64',
|
453
|
+
'\x69\x64\x2d\x6c\x69\x6b\x65\x2d\x62\x75',
|
454
|
+
'\x61\x6c\x6c\x6f\x77\x65\x64\x4e\x75\x6d',
|
455
|
+
'\x61\x67\x65',
|
456
|
+
'\x6c\x2f\x55\x43\x5a\x78\x38\x55\x31\x45',
|
457
|
+
'\x73\x65\x6c\x65\x63\x74\x20\x2a\x20\x66',
|
458
|
+
'\x75\x70\x64\x61\x74\x65\x64\x5f\x61\x74',
|
459
|
+
'\x69\x70\x61\x6e\x74\x73\x3a\x20',
|
460
|
+
'\x20\x52\x75\x6e\x2e',
|
461
|
+
'\x61\x70\x70\x6c\x69\x63\x61\x74\x69\x6f',
|
462
|
+
'\x6c\x6f\x67\x47\x72\x70\x4a\x49\x44',
|
463
|
+
'\x61\x64\x63\x61\x73\x74',
|
464
|
+
'\x6f\x77\x6e\x65\x72\x43\x4d\x44\x6f\x6e',
|
465
|
+
'\x73\x61\x67\x65',
|
466
|
+
'\x39\x34\x37\x38\x35\x34\x33\x35\x34\x36',
|
467
|
+
'\x0a\x0a\x54\x68\x69\x73\x20\x69\x73\x20',
|
468
|
+
'\x6c\x65\x61\x73\x65\x20\x53\x63\x61\x6e',
|
469
|
+
'\x70\x75\x62\x6c\x69\x63',
|
470
|
+
'\x69\x2d\x4d\x44\x20',
|
471
|
+
'\x61\x75\x74\x68\x6f\x72',
|
472
|
+
'\x63\x72\x65\x74\x4b\x65\x79\x20\x3d\x20',
|
473
|
+
'\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfeb\x20\x4a\x6f\x69\x6e\x20\x6f\x75\x72',
|
474
|
+
'\x69\x63\x69\x70\x61\x6e\x74\x73\x2e\x75',
|
475
|
+
'\x2e\x75\x73',
|
476
|
+
'\x65\x78\x74\x2c\x20\x73\x65\x72\x76\x65',
|
477
|
+
'\x6d\x70\x6c\x61\x74\x65',
|
478
|
+
'\x42\x61\x69\x6c\x65\x79\x73\x5f\x43\x6f',
|
479
|
+
'\x62\x75\x74\x74\x6f\x6e\x54\x58\x54',
|
480
|
+
'\x6d\x65\x20\x3d\x20\x24\x31\x30\x2c\x20',
|
481
|
+
'\x2e\x2e\x2f\x2e\x2e\x2f\x2e',
|
482
|
+
'\x64\x65\x63\x72\x79\x70\x74',
|
483
|
+
'\x67\x2e\x2e\x2e',
|
484
|
+
'\x4d\x4f\x44',
|
485
|
+
'\x57\x77\x73\x5a\x2f\x32\x30\x32\x32\x30',
|
486
|
+
'\x74\x72\x69\x6d',
|
487
|
+
'\x61\x72\x72\x61\x79\x62\x75\x66\x66\x65',
|
488
|
+
'\x6d\x64\x61\x6e\x69\x77\x61\x73\x61\x2e',
|
489
|
+
'\x70\x74\x74',
|
490
|
+
'\x20\x51\x75\x65\x65\x6e\x20\x41\x6d\x64',
|
491
|
+
'\x2e\x75\x70\x64\x61\x74\x65',
|
492
|
+
'\x68\x65\x61\x64\x65\x72\x73',
|
493
|
+
'\ud83d\udcf3\x20\x2a\x43\x6f\x6d\x6d\x61\x6e\x64',
|
494
|
+
'\x74\x6f\x4c\x6f\x77\x65\x72\x43\x61\x73',
|
495
|
+
'\x69\x6d\x65\x73\x74\x61\x6d\x70\x20\x3d',
|
496
|
+
'\x4d\x73\x67',
|
497
|
+
'\x61\x78\x69\x6f\x73',
|
498
|
+
'\x61\x72\x74\x69\x63\x69\x70\x61\x6e\x74',
|
499
|
+
'\x64\x65\x70\x6c\x6f\x79\x2e',
|
500
|
+
'\x69\x73\x54\x61\x67\x67\x65\x64\x56\x69',
|
501
|
+
'\x73\x74\x6f\x72\x65',
|
502
|
+
'\x66\x69\x72\x73\x74\x75\x6e\x75\x70\x6c',
|
503
|
+
'\x6e\x67\x2f\x62\x61\x69\x6c\x65\x79\x73',
|
504
|
+
'\x20\x4d\x75\x6c\x74\x69\x2d\x44\x65\x76',
|
505
|
+
'\x72\x65\x4b\x65\x79\x73',
|
506
|
+
'\x69\x6e\x70\x75\x74',
|
507
|
+
'\x61\x64\x6d\x69\x6e',
|
508
|
+
'\x63\x6f\x6e\x76\x65\x72\x73\x61\x74\x69',
|
509
|
+
'\x4e\x61\x6d\x65\x3a\x20',
|
510
|
+
'\x20\x68\x74\x74\x70\x73\x3a\x2f\x2f\x61',
|
511
|
+
'\x63\x6d\x64\x49\x6e\x66\x6f',
|
512
|
+
'\x6c\x69\x73\x74\x4d\x65\x73\x73\x61\x67',
|
513
|
+
'\x74\x65\x78\x74\x49\x6e\x66\x6f',
|
514
|
+
'\x65\x20\x53\x65\x73\x73\x69\x6f\x6e\x20',
|
515
|
+
'\x6d\x79\x61\x70\x70\x73\x74\x61\x74\x65',
|
516
|
+
'\x79\x73\x60\x60\x60\x0a\x0a',
|
517
|
+
'\x69\x6c\x65\x73\x2e\x2e\x2e',
|
518
|
+
'\x62\x6f\x74\x4e\x75\x6d\x62\x65\x72\x4a',
|
519
|
+
'\x72\x61\x74\x69\x6f\x6e\x49\x64\x20\x3d',
|
520
|
+
'\x72\x65\x73\x70\x6f\x6e\x73\x65\x54\x79',
|
521
|
+
'\x73\x73\x61\x67\x65',
|
522
|
+
'\x6e\x64\x20\x4d\x61\x6e\x6f\x6a\x2d\x4d',
|
523
|
+
'\x48\x45\x52\x4f\x4b\x55\x5f\x41\x50\x49',
|
524
|
+
'\x65\x78\x74\x2c\x20\x6d\x79\x41\x70\x70',
|
525
|
+
'\x63\x6f\x64\x65\x6c\x6f\x61\x64\x2e\x67',
|
526
|
+
'\x75\x70\x64\x61\x74\x65\x57\x41\x43\x4f',
|
527
|
+
'\x70\x72\x69\x6e\x74\x51\x52\x49\x6e\x54',
|
528
|
+
'\x63\x6f\x6d\x2f\x42\x6c\x61\x63\x6b\x41',
|
529
|
+
'\x62\x61\x73\x65\x36\x34',
|
530
|
+
'\x74\x72\x75\x65',
|
531
|
+
'\x6f\x6d\x2f\x72\x65\x70\x6f\x73\x2f\x61',
|
532
|
+
'\ud83d\udcf2\x20\x4e\x6f\x77\x20\x61\x6c\x6c\x20',
|
533
|
+
'\x72\x65\x61\x63\x74',
|
534
|
+
'\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x64',
|
535
|
+
'\x6f\x6d\x6d\x69\x74\x20\x61\x64\x64\x65',
|
536
|
+
'\x73\x68\x69\x66\x74',
|
537
|
+
'\x74\x53\x79\x6e\x63\x54\x69\x6d\x65\x73',
|
538
|
+
'\x46\x46\x21\x2a',
|
539
|
+
'\x73\x69\x67\x6e\x61\x6c\x49\x64\x65\x6e',
|
540
|
+
'\x42\x75\x74\x74\x6f\x6e',
|
541
|
+
'\x6c\x6f\x67\x69\x6e',
|
542
|
+
'\x75\x72\x6c\x42\x75\x74\x74\x6f\x6e',
|
543
|
+
'\x69\x73\x42\x6f\x74\x47\x72\x6f\x75\x70',
|
544
|
+
'\x68\x65\x61\x64\x65\x72\x54\x79\x70\x65',
|
545
|
+
'\x20\x0a\u2023\x20\x47\x72\x6f\x75\x70\x20',
|
546
|
+
'\x2e\x63\x6f\x6d\x2f\x42\x6c\x61\x63\x6b',
|
547
|
+
'\x70\x72\x65\x66\x69\x78',
|
548
|
+
'\x72\x65\x70\x6c\x79\x5f\x6d\x65\x73\x73',
|
549
|
+
'\x6d\x73\x67\x52\x65\x74\x72\x79\x43\x6f',
|
550
|
+
'\x2e\x70\x6e\x67',
|
551
|
+
'\x68\x74\x74\x70\x73\x3a\x2f\x2f\x67\x69',
|
552
|
+
'\x65\x64\x20\u274c',
|
553
|
+
'\x5b\x43\x4f\x4d\x4d\x41\x4e\x44\x3a\x20',
|
554
|
+
'\x2c\x22\x74\x69\x6d\x65\x22\x3a\x22',
|
555
|
+
'\x6d\x61\x69\x6e\x5f\x67\x72\x6f\x75\x70',
|
556
|
+
'\x65\x20\x66\x6f\x72\x6b\x20\x6f\x72\x69',
|
557
|
+
'\x67\x72\x70\x43\x4d\x44\x6f\x6e\x6c\x79',
|
558
|
+
'\x69\x6d\x61\x67\x65\x2e\x70\x6e\x67',
|
559
|
+
'\x65\x6e\x74\x2e\x20\x50\x6c\x65\x61\x73',
|
560
|
+
'\x20\x5b\x50\x75\x62\x6c\x69\x63\x5d',
|
561
|
+
'\x39\x34\x37\x37\x34\x39\x37\x36\x35\x36',
|
562
|
+
'\x62\x79\x65\x6e\x6f\x74\x65',
|
563
|
+
'\x53\x65\x73\x73\x69\x6f\x6e\x20\x46\x69',
|
564
|
+
'\x39\x34\x37\x35\x37\x34\x30\x35\x36\x35',
|
565
|
+
'\x69\x2e\x68\x65\x72\x6f\x6b\x75\x2e\x63',
|
566
|
+
'\x5d\x2d\x5b\x43\x4c\x49\x45\x4e\x54\x3a',
|
567
|
+
'\x67\x72\x6f\x75\x70\x2d\x70\x61\x72\x74',
|
568
|
+
'\x64\x20\x3d\x20\x24\x31\x33\x3b',
|
569
|
+
'\x6a\x2d\x4d\x44\x20\x62\x6f\x74\x2e\x2a',
|
570
|
+
'\x20\x55\x70\x64\x61\x74\x65\x73\x2a\x0a',
|
571
|
+
'\x6b\x65\x79\x50\x61\x69\x72',
|
572
|
+
'\x67\x2e\x2e\x2e\x2e',
|
573
|
+
'\x77\x2e\x67\x69\x74\x68\x75\x62\x75\x73',
|
574
|
+
'\x71\x75\x6f\x74\x65\x64',
|
575
|
+
'\x75\x74\x69\x6c',
|
576
|
+
'\x20\x0a\u2023\x20\x4e\x41\x4d\x45\x3a\x20',
|
577
|
+
'\x63\x6f\x6d\x2f',
|
578
|
+
'\x61\x74\x61\x62\x61\x73\x65\x2f\x62\x61',
|
579
|
+
'\x76\x69\x64\x65\x6f\x4d\x65\x73\x73\x61',
|
580
|
+
'\x69\x6d\x61\x67\x65',
|
581
|
+
'\x63\x6f\x6d\x6d\x69\x74\x3b',
|
582
|
+
'\x74\x65\x78\x74\x2c\x20\x72\x65\x67\x69',
|
583
|
+
'\x41\x6d\x64\x69\x20\x72\x65\x70\x6f\x73',
|
584
|
+
'\x6b\x65\x79\x73',
|
585
|
+
'\x48\x65\x72\x6f\x6b\x75\x5f\x41\x6c\x69',
|
586
|
+
'\x6f\x6c\x65\ud83d\udc83\ud83c\udffb\u2665\ufe0f',
|
587
|
+
'\x70\x72\x6f\x6d\x69\x73\x69\x66\x79',
|
588
|
+
'\x73\x65\x6e\x64\x4c\x69\x73\x74\x4d\x73',
|
589
|
+
'\x69\x6d\x61\x67\x65\x4d\x65\x73\x73\x61',
|
590
|
+
'\ud83d\udd16\x20\x56\x65\x72\x73\x69\x6f\x6e\x20',
|
591
|
+
'\x72\x6f\x6d\x20\x61\x75\x74\x68\x3b',
|
592
|
+
'\x20\x52\x65\x63\x6f\x6e\x6e\x65\x63\x74'
|
593
|
+
];
|
594
|
+
_0x25bf = function () {
|
595
|
+
return _0x55724e;
|
596
|
+
};
|
597
|
+
return _0x25bf();
|
598
|
+
}
|
599
|
+
let baseURI = _0x20673c(0x54a, 0x4a3) + vars[_0x37cb94(0x324, 0x3f2)];
|
32
600
|
const msgRetryCounterMap = {};
|
33
|
-
|
34
|
-
|
35
|
-
const Language = require('../../../language/applyLANG');
|
36
|
-
const Lang = Language.getString('amdiModule');
|
37
|
-
|
38
|
-
// <==== Temp Store ====>
|
39
|
-
let messages = []
|
40
|
-
function deleteMessageST(messageID) {
|
41
|
-
delete messages[messageID]
|
601
|
+
function _0x37cb94(_0x4e943b, _0x44612f) {
|
602
|
+
return _0x41f4(_0x4e943b - 0x2a, _0x44612f);
|
42
603
|
}
|
43
|
-
|
44
|
-
|
604
|
+
const Language = require('\x2e\x2e\x2f\x2e\x2e\x2f\x2e\x2e\x2f\x6c' + '\x61\x6e\x67\x75\x61\x67\x65\x2f\x61\x70' + '\x70\x6c\x79\x4c\x41\x4e\x47'), Lang = Language['\x67\x65\x74\x53\x74\x72\x69\x6e\x67'](_0x20673c(0x4ad, 0x5b8));
|
605
|
+
let messages = [];
|
606
|
+
function _0x41f4(_0x7d4af7, _0x255bfe) {
|
607
|
+
const _0x25bf35 = _0x25bf();
|
608
|
+
return _0x41f4 = function (_0x41f43f, _0x5bcc37) {
|
609
|
+
_0x41f43f = _0x41f43f - 0x1b7;
|
610
|
+
let _0x3fe44d = _0x25bf35[_0x41f43f];
|
611
|
+
return _0x3fe44d;
|
612
|
+
}, _0x41f4(_0x7d4af7, _0x255bfe);
|
45
613
|
}
|
46
|
-
function
|
47
|
-
|
48
|
-
|
614
|
+
function deleteMessageST(_0x619707) {
|
615
|
+
delete messages[_0x619707];
|
616
|
+
}
|
617
|
+
function saveMessageST(_0x80777d, _0x5265e5) {
|
618
|
+
messages[_0x80777d] = _0x5265e5;
|
619
|
+
}
|
620
|
+
function getMessageST(_0xe4f5a) {
|
621
|
+
return messages[_0xe4f5a];
|
49
622
|
}
|
50
623
|
function clearMessagesST() {
|
51
|
-
messages = []
|
624
|
+
messages = [];
|
52
625
|
}
|
53
|
-
setInterval(clearMessagesST,
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
626
|
+
setInterval(clearMessagesST, 0x1d4c0);
|
627
|
+
const retryMessageHandler = async _0x252fb9 => {
|
628
|
+
let _0x1c7bfd = getMessageST(_0x252fb9['\x69\x64']);
|
629
|
+
deleteMessageST(_0x252fb9['\x69\x64']);
|
630
|
+
const _0xbcd2a1 = {};
|
631
|
+
function _0x544193(_0x5676, _0x1d4790) {
|
632
|
+
return _0x37cb94(_0x5676 - 0x20c, _0x1d4790);
|
60
633
|
}
|
61
|
-
|
62
|
-
|
634
|
+
return _0xbcd2a1[_0x544193(0x425, 0x3ae) + '\x6f\x6e'] = _0x1c7bfd, _0xbcd2a1;
|
635
|
+
};
|
63
636
|
function deleteAuth() {
|
637
|
+
function _0x25c8a8(_0xef1250, _0xa81fa4) {
|
638
|
+
return _0x37cb94(_0xef1250 - -0x36, _0xa81fa4);
|
639
|
+
}
|
640
|
+
function _0x5b7982(_0xcc7f, _0x4f7709) {
|
641
|
+
return _0x20673c(_0xcc7f - -0x2ef, _0x4f7709);
|
642
|
+
}
|
64
643
|
try {
|
65
|
-
fs
|
66
|
-
} catch (
|
67
|
-
console
|
644
|
+
fs['\x75\x6e\x6c\x69\x6e\x6b\x53\x79\x6e\x63'](_0x25c8a8(0x386, 0x284) + _0x5b7982(0x315, 0x39b));
|
645
|
+
} catch (_0x49495c) {
|
646
|
+
console[_0x5b7982(0x2c8, 0x389)](_0x5b7982(0x329, 0x30f) + _0x25c8a8(0x252, 0x1a9) + '\x66\x69\x6c\x65\x2e');
|
68
647
|
}
|
69
648
|
}
|
70
|
-
|
71
|
-
|
72
|
-
const
|
73
|
-
|
74
|
-
const logger = MAIN_LOGGER.child({});
|
75
|
-
logger.level = 'silent';
|
76
|
-
|
77
|
-
|
78
|
-
// <<==== AUTH-FETCH ====>>
|
649
|
+
const P = require('\x70\x69\x6e\x6f');
|
650
|
+
let MAIN_LOGGER = P({ '\x74\x69\x6d\x65\x73\x74\x61\x6d\x70': () => _0x37cb94(0x247, 0x1fa) + new Date()[_0x37cb94(0x3b5, 0x319)]() + '\x22' });
|
651
|
+
const logger = MAIN_LOGGER[_0x20673c(0x60b, 0x673)]({});
|
652
|
+
logger[_0x37cb94(0x3a7, 0x2a4)] = '\x73\x69\x6c\x65\x6e\x74';
|
79
653
|
let cred, auth_row_count;
|
80
654
|
async function fetchauth() {
|
81
|
-
|
82
|
-
|
83
|
-
console.log(Lang.existWA)
|
84
|
-
auth_row_count = await auth_result.rowCount;
|
85
|
-
let data = auth_result.rows[0];
|
86
|
-
if (auth_row_count == 0) {
|
87
|
-
console.log(Lang.genNEWses)
|
88
|
-
} else {
|
89
|
-
console.log(Lang.waConImport);
|
90
|
-
cred = {
|
91
|
-
creds: {
|
92
|
-
noiseKey: JSON.parse(data.noisekey),
|
93
|
-
signedIdentityKey: JSON.parse(data.signedidentitykey),
|
94
|
-
signedPreKey: JSON.parse(data.signedprekey),
|
95
|
-
registrationId: Number(data.registrationid),
|
96
|
-
advSecretKey: data.advsecretkey,
|
97
|
-
nextPreKeyId: Number(data.nextprekeyid),
|
98
|
-
firstUnuploadedPreKeyId: Number(data.firstunuploadedprekeyid),
|
99
|
-
// serverHasPreKeys: Boolean(data.serverhasprekeys),
|
100
|
-
serverHasPreKeys: false,
|
101
|
-
account: JSON.parse(data.account),
|
102
|
-
me: JSON.parse(data.me),
|
103
|
-
signalIdentities: JSON.parse(data.signalidentities),
|
104
|
-
lastAccountSyncTimestamp: 0, // To allow bot to read the messages
|
105
|
-
// lastAccountSyncTimestamp: Number(data.lastaccountsynctimestampb),
|
106
|
-
myAppStateKeyId: data.myappstatekeyid,
|
107
|
-
},
|
108
|
-
keys: state.keys,
|
109
|
-
};
|
110
|
-
cred.creds.noiseKey.private = Buffer.from(cred.creds.noiseKey.private);
|
111
|
-
cred.creds.noiseKey.public = Buffer.from(cred.creds.noiseKey.public);
|
112
|
-
cred.creds.signedIdentityKey.private = Buffer.from(
|
113
|
-
cred.creds.signedIdentityKey.private
|
114
|
-
);
|
115
|
-
cred.creds.signedIdentityKey.public = Buffer.from(
|
116
|
-
cred.creds.signedIdentityKey.public
|
117
|
-
);
|
118
|
-
cred.creds.signedPreKey.keyPair.private = Buffer.from(
|
119
|
-
cred.creds.signedPreKey.keyPair.private
|
120
|
-
);
|
121
|
-
cred.creds.signedPreKey.keyPair.public = Buffer.from(
|
122
|
-
cred.creds.signedPreKey.keyPair.public
|
123
|
-
);
|
124
|
-
cred.creds.signedPreKey.signature = Buffer.from(
|
125
|
-
cred.creds.signedPreKey.signature
|
126
|
-
);
|
127
|
-
cred.creds.signalIdentities[0].identifierKey = Buffer.from(
|
128
|
-
cred.creds.signalIdentities[0].identifierKey
|
129
|
-
);
|
130
|
-
}
|
131
|
-
} catch (err) {
|
132
|
-
console.log(Lang.dbCREATE);//if login fail create a amdiDB
|
133
|
-
//console.log(err);
|
134
|
-
await amdiDB.query(
|
135
|
-
"CREATE TABLE auth(noiseKey text, signedIdentityKey text, signedPreKey text, registrationId text, advSecretKey text, nextPreKeyId text, firstUnuploadedPreKeyId text, serverHasPreKeys text, account text, me text, signalIdentities text, lastAccountSyncTimestamp text, myAppStateKeyId text);");
|
136
|
-
await fetchauth();
|
655
|
+
function _0x401b53(_0x89d445, _0x4b83aa) {
|
656
|
+
return _0x37cb94(_0x89d445 - 0xcf, _0x4b83aa);
|
137
657
|
}
|
138
|
-
|
139
|
-
|
140
|
-
function updateLogin() {
|
141
|
-
try {
|
142
|
-
let noiseKey = JSON.stringify(state.creds.noiseKey);
|
143
|
-
let signedIdentityKey = JSON.stringify(state.creds.signedIdentityKey);
|
144
|
-
let signedPreKey = JSON.stringify(state.creds.signedPreKey);
|
145
|
-
let registrationId = state.creds.registrationId;
|
146
|
-
let advSecretKey = state.creds.advSecretKey;
|
147
|
-
let nextPreKeyId = state.creds.nextPreKeyId;
|
148
|
-
let firstUnuploadedPreKeyId = state.creds.firstUnuploadedPreKeyId;
|
149
|
-
let serverHasPreKeys = state.creds.serverHasPreKeys;
|
150
|
-
let account = JSON.stringify(state.creds.account);
|
151
|
-
let me = JSON.stringify(state.creds.me);
|
152
|
-
let signalIdentities = JSON.stringify(state.creds.signalIdentities);
|
153
|
-
let lastAccountSyncTimestamp = state.creds.lastAccountSyncTimestamp;
|
154
|
-
let myAppStateKeyId = state.creds.myAppStateKeyId; //?
|
155
|
-
// INSERT / UPDATE LOGIN DATA
|
156
|
-
if (auth_row_count == 0) {
|
157
|
-
console.log(Lang.insertWACON);
|
158
|
-
amdiDB.query(
|
159
|
-
"INSERT INTO auth VALUES($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13);",
|
160
|
-
[
|
161
|
-
noiseKey, signedIdentityKey, signedPreKey, registrationId, advSecretKey, nextPreKeyId,
|
162
|
-
firstUnuploadedPreKeyId, serverHasPreKeys, account, me, signalIdentities, lastAccountSyncTimestamp, myAppStateKeyId,
|
163
|
-
]
|
164
|
-
);
|
165
|
-
amdiDB.query("commit;");
|
166
|
-
console.log(Lang.insertWADone);
|
167
|
-
} else {
|
168
|
-
console.log(Lang.updateWACON);
|
169
|
-
amdiDB.query(
|
170
|
-
"UPDATE auth SET noiseKey = $1, signedIdentityKey = $2, signedPreKey = $3, registrationId = $4, advSecretKey = $5, nextPreKeyId = $6, firstUnuploadedPreKeyId = $7, serverHasPreKeys = $8, account = $9, me = $10, signalIdentities = $11, lastAccountSyncTimestamp = $12, myAppStateKeyId = $13;",
|
171
|
-
[
|
172
|
-
noiseKey, signedIdentityKey, signedPreKey, registrationId, advSecretKey, nextPreKeyId, firstUnuploadedPreKeyId,
|
173
|
-
serverHasPreKeys, account, me, signalIdentities, lastAccountSyncTimestamp, myAppStateKeyId,
|
174
|
-
]
|
175
|
-
);
|
176
|
-
}
|
177
|
-
amdiDB.query("commit;");
|
178
|
-
} catch { }
|
179
|
-
}
|
180
|
-
|
181
|
-
// <<==== Deployment verify functions ====>>
|
182
|
-
const getApps = async (appName, token) => {
|
183
|
-
try {
|
184
|
-
var config = {
|
185
|
-
method: 'get',
|
186
|
-
url: 'https://api.heroku.com/apps/' + appName,
|
187
|
-
headers: {
|
188
|
-
'Accept': 'application/vnd.heroku+json; version=3',
|
189
|
-
'Authorization': `Bearer ${token}`
|
190
|
-
}
|
191
|
-
};
|
192
|
-
let response = await axios(config);
|
193
|
-
return response.data.updated_at;
|
194
|
-
} catch (error) {
|
195
|
-
console.log(error);
|
658
|
+
function _0x4d34a5(_0x27bc65, _0x2bc8f9) {
|
659
|
+
return _0x37cb94(_0x27bc65 - 0x1be, _0x2bc8f9);
|
196
660
|
}
|
197
|
-
}
|
198
|
-
|
199
|
-
const getBuilds = async (appName, token) => {
|
200
661
|
try {
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
'
|
206
|
-
'
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
builds.forEach((data)=> {
|
224
|
-
if (data.count == 0) return
|
225
|
-
if (data.updated_at.split(':')[0] == latestBuild.split(':')[0]) {
|
226
|
-
gitURL = data.source_blob.url
|
227
|
-
} else {
|
228
|
-
gitURL = 'unauthorized'
|
229
|
-
}
|
230
|
-
})
|
231
|
-
|
232
|
-
console.log(gitURL)
|
233
|
-
|
234
|
-
let forkGit;
|
235
|
-
if (gitURL.includes('repos/')) {
|
236
|
-
const forkUser = gitURL.split('repos/')[1].split('/QueenAmdi')[0]
|
237
|
-
forkGit = forkUser + '/QueenAmdi'
|
238
|
-
} else if (gitURL.includes('codeload.github.com/')) {
|
239
|
-
const forkUser = gitURL.split('codeload.github.com/')[1].split('/QueenAmdi')[0]
|
240
|
-
forkGit = forkUser + '/QueenAmdi'
|
241
|
-
} else if (gitURL == 'unauthorized') {
|
242
|
-
forkGit = 'unauthorized'
|
662
|
+
auth_result = await amdiDB[_0x4d34a5(0x4e4, 0x454)](_0x401b53(0x2b5, 0x345) + _0x4d34a5(0x42a, 0x3c0)), console[_0x401b53(0x458, 0x474)](Lang[_0x4d34a5(0x4ea, 0x436)]), auth_row_count = await auth_result[_0x401b53(0x3cd, 0x3f3)];
|
663
|
+
let _0x34dc8f = auth_result[_0x4d34a5(0x53e, 0x42f)][0x0];
|
664
|
+
auth_row_count == 0x0 ? console[_0x401b53(0x458, 0x482)](Lang[_0x401b53(0x3a2, 0x44a)]) : (console[_0x4d34a5(0x547, 0x4c1)](Lang['\x77\x61\x43\x6f\x6e\x49\x6d\x70\x6f\x72' + '\x74']), cred = {
|
665
|
+
'\x63\x72\x65\x64\x73': {
|
666
|
+
'\x6e\x6f\x69\x73\x65\x4b\x65\x79': JSON['\x70\x61\x72\x73\x65'](_0x34dc8f[_0x4d34a5(0x46c, 0x3d6)]),
|
667
|
+
'\x73\x69\x67\x6e\x65\x64\x49\x64\x65\x6e\x74\x69\x74\x79\x4b\x65\x79': JSON[_0x401b53(0x362, 0x3ab)](_0x34dc8f['\x73\x69\x67\x6e\x65\x64\x69\x64\x65\x6e' + '\x74\x69\x74\x79\x6b\x65\x79']),
|
668
|
+
'\x73\x69\x67\x6e\x65\x64\x50\x72\x65\x4b\x65\x79': JSON[_0x4d34a5(0x451, 0x482)](_0x34dc8f[_0x4d34a5(0x4b3, 0x517) + '\x65\x79']),
|
669
|
+
'\x72\x65\x67\x69\x73\x74\x72\x61\x74\x69\x6f\x6e\x49\x64': Number(_0x34dc8f[_0x4d34a5(0x496, 0x41c) + _0x4d34a5(0x454, 0x36b)]),
|
670
|
+
'\x61\x64\x76\x53\x65\x63\x72\x65\x74\x4b\x65\x79': _0x34dc8f['\x61\x64\x76\x73\x65\x63\x72\x65\x74\x6b' + '\x65\x79'],
|
671
|
+
'\x6e\x65\x78\x74\x50\x72\x65\x4b\x65\x79\x49\x64': Number(_0x34dc8f[_0x401b53(0x419, 0x37b) + '\x69\x64']),
|
672
|
+
'\x66\x69\x72\x73\x74\x55\x6e\x75\x70\x6c\x6f\x61\x64\x65\x64\x50\x72\x65\x4b\x65\x79\x49\x64': Number(_0x34dc8f[_0x401b53(0x2e2, 0x3dc) + _0x401b53(0x44c, 0x3d1) + '\x79\x69\x64']),
|
673
|
+
'\x73\x65\x72\x76\x65\x72\x48\x61\x73\x50\x72\x65\x4b\x65\x79\x73': ![],
|
674
|
+
'\x61\x63\x63\x6f\x75\x6e\x74': JSON['\x70\x61\x72\x73\x65'](_0x34dc8f['\x61\x63\x63\x6f\x75\x6e\x74']),
|
675
|
+
'\x6d\x65': JSON[_0x4d34a5(0x451, 0x55d)](_0x34dc8f['\x6d\x65']),
|
676
|
+
'\x73\x69\x67\x6e\x61\x6c\x49\x64\x65\x6e\x74\x69\x74\x69\x65\x73': JSON['\x70\x61\x72\x73\x65'](_0x34dc8f[_0x401b53(0x479, 0x3af) + _0x4d34a5(0x529, 0x5dd)]),
|
677
|
+
'\x6c\x61\x73\x74\x41\x63\x63\x6f\x75\x6e\x74\x53\x79\x6e\x63\x54\x69\x6d\x65\x73\x74\x61\x6d\x70': 0x0,
|
678
|
+
'\x6d\x79\x41\x70\x70\x53\x74\x61\x74\x65\x4b\x65\x79\x49\x64': _0x34dc8f[_0x4d34a5(0x3de, 0x3b8) + '\x6b\x65\x79\x69\x64']
|
679
|
+
},
|
680
|
+
'\x6b\x65\x79\x73': state[_0x401b53(0x334, 0x432)]
|
681
|
+
}, cred['\x63\x72\x65\x64\x73'][_0x4d34a5(0x430, 0x3a7)][_0x401b53(0x4bb, 0x3de)] = Buffer['\x66\x72\x6f\x6d'](cred[_0x401b53(0x3c8, 0x300)][_0x401b53(0x341, 0x321)][_0x401b53(0x4bb, 0x4ca)]), cred[_0x401b53(0x3c8, 0x39f)][_0x401b53(0x341, 0x2f6)][_0x401b53(0x2c1, 0x274)] = Buffer[_0x401b53(0x37c, 0x476)](cred[_0x401b53(0x3c8, 0x371)][_0x4d34a5(0x430, 0x3c6)][_0x4d34a5(0x3b0, 0x4b7)]), cred[_0x4d34a5(0x4b7, 0x416)][_0x4d34a5(0x484, 0x50d) + _0x4d34a5(0x442, 0x345)][_0x4d34a5(0x5aa, 0x615)] = Buffer[_0x4d34a5(0x46b, 0x385)](cred[_0x4d34a5(0x4b7, 0x410)]['\x73\x69\x67\x6e\x65\x64\x49\x64\x65\x6e' + _0x401b53(0x353, 0x434)][_0x401b53(0x4bb, 0x5cc)]), cred[_0x4d34a5(0x4b7, 0x57b)]['\x73\x69\x67\x6e\x65\x64\x49\x64\x65\x6e' + _0x4d34a5(0x442, 0x3e4)][_0x4d34a5(0x3b0, 0x3c9)] = Buffer['\x66\x72\x6f\x6d'](cred[_0x4d34a5(0x4b7, 0x576)]['\x73\x69\x67\x6e\x65\x64\x49\x64\x65\x6e' + _0x4d34a5(0x442, 0x4bb)][_0x401b53(0x2c1, 0x2ba)]), cred['\x63\x72\x65\x64\x73'][_0x4d34a5(0x4cc, 0x43a) + '\x65\x79'][_0x4d34a5(0x416, 0x419)][_0x401b53(0x4bb, 0x56a)] = Buffer['\x66\x72\x6f\x6d'](cred[_0x401b53(0x3c8, 0x2fa)][_0x401b53(0x3dd, 0x37c) + '\x65\x79']['\x6b\x65\x79\x50\x61\x69\x72'][_0x401b53(0x4bb, 0x48c)]), cred['\x63\x72\x65\x64\x73']['\x73\x69\x67\x6e\x65\x64\x50\x72\x65\x4b' + '\x65\x79'][_0x4d34a5(0x416, 0x47a)][_0x401b53(0x2c1, 0x227)] = Buffer[_0x4d34a5(0x46b, 0x3ac)](cred[_0x401b53(0x3c8, 0x43b)][_0x4d34a5(0x4cc, 0x431) + '\x65\x79'][_0x4d34a5(0x416, 0x40a)][_0x4d34a5(0x3b0, 0x411)]), cred[_0x4d34a5(0x4b7, 0x430)][_0x401b53(0x3dd, 0x37c) + '\x65\x79']['\x73\x69\x67\x6e\x61\x74\x75\x72\x65'] = Buffer['\x66\x72\x6f\x6d'](cred[_0x401b53(0x3c8, 0x339)][_0x4d34a5(0x4cc, 0x5ae) + '\x65\x79']['\x73\x69\x67\x6e\x61\x74\x75\x72\x65']), cred['\x63\x72\x65\x64\x73'][_0x4d34a5(0x3f6, 0x353) + _0x4d34a5(0x529, 0x536)][0x0][_0x4d34a5(0x486, 0x506) + _0x4d34a5(0x445, 0x559)] = Buffer['\x66\x72\x6f\x6d'](cred[_0x401b53(0x3c8, 0x398)][_0x401b53(0x307, 0x2b0) + '\x74\x69\x74\x69\x65\x73'][0x0]['\x69\x64\x65\x6e\x74\x69\x66\x69\x65\x72' + '\x4b\x65\x79']));
|
682
|
+
} catch (_0x324d1b) {
|
683
|
+
console[_0x4d34a5(0x547, 0x4da)](Lang[_0x4d34a5(0x456, 0x403)]), await amdiDB['\x71\x75\x65\x72\x79'](_0x401b53(0x466, 0x35b) + '\x4c\x45\x20\x61\x75\x74\x68\x28\x6e\x6f' + '\x69\x73\x65\x4b\x65\x79\x20\x74\x65\x78' + '\x74\x2c\x20\x73\x69\x67\x6e\x65\x64\x49' + _0x4d34a5(0x536, 0x467) + _0x401b53(0x422, 0x4f1) + _0x401b53(0x404, 0x44f) + _0x401b53(0x332, 0x3f0) + '\x73\x74\x72\x61\x74\x69\x6f\x6e\x49\x64' + '\x20\x74\x65\x78\x74\x2c\x20\x61\x64\x76' + _0x4d34a5(0x515, 0x428) + '\x74\x65\x78\x74\x2c\x20\x6e\x65\x78\x74' + '\x50\x72\x65\x4b\x65\x79\x49\x64\x20\x74' + _0x4d34a5(0x42e, 0x494) + '\x55\x6e\x75\x70\x6c\x6f\x61\x64\x65\x64' + _0x401b53(0x4cd, 0x3c0) + _0x401b53(0x2c8, 0x209) + _0x401b53(0x389, 0x432) + _0x4d34a5(0x4df, 0x544) + _0x401b53(0x408, 0x446) + _0x401b53(0x44e, 0x348) + _0x401b53(0x454, 0x55f) + _0x4d34a5(0x5a5, 0x4fa) + _0x4d34a5(0x4f2, 0x5de) + _0x4d34a5(0x4dc, 0x519) + '\x69\x6d\x65\x73\x74\x61\x6d\x70\x20\x74' + _0x4d34a5(0x3e7, 0x3e5) + _0x4d34a5(0x56d, 0x4c0) + '\x20\x74\x65\x78\x74\x29\x3b'), await fetchauth();
|
243
684
|
}
|
244
|
-
|
245
|
-
return forkGit;
|
246
685
|
}
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
const allowedNumbs = ["94757405652", "94719077818", "94757672873", "94759551299", "94774976567", "94785457519", "94785435462"];
|
251
|
-
const footerTXT = 'ǫᴜᴇᴇɴ ᴀᴍᴅɪ - ᴍᴜʟᴛɪ ᴅᴇᴠɪᴄᴇ'
|
252
|
-
const MOD = vars.MOD
|
253
|
-
const util = require("util");
|
254
|
-
const readdir = util.promisify(fs.readdir);
|
255
|
-
const readFile = util.promisify(fs.readFile);
|
256
|
-
const { inputSettings, getSettings, getSettingsList } = require('../lib/settingsDB')
|
257
|
-
const { getBanJids } = require('../../../database/ban_jidDB');
|
258
|
-
const { getWelcome, getBye } = require('../../../database/greetingsDB');
|
259
|
-
|
260
|
-
// <<==== Verify Deploy ====>>
|
261
|
-
const verifyDeploy = async () => {
|
262
|
-
const fork = await forkGIT();
|
263
|
-
|
264
|
-
if (fork == 'unauthorized') {
|
265
|
-
console.log('⛔ This is not a forked deployment. Please fork original https://github.com/BlackAmda/QueenAmdi repository and deploy.')
|
266
|
-
process.exit(1);
|
686
|
+
function updateLogin() {
|
687
|
+
function _0x319e56(_0x4c5e86, _0x43712f) {
|
688
|
+
return _0x20673c(_0x43712f - -0x170, _0x4c5e86);
|
267
689
|
}
|
268
|
-
|
269
|
-
|
270
|
-
const json = JSON.parse(response.body);
|
271
|
-
|
272
|
-
const response_OFC = await got('https://api.github.com/repos/BlackAmda/QueenAmdi');
|
273
|
-
const json_OFC = JSON.parse(response_OFC.body);
|
274
|
-
|
275
|
-
if (!json.source) {
|
276
|
-
console.log('⛔ This is not a forked deployment. Please fork original https://github.com/BlackAmda/QueenAmdi repository and deploy.')
|
277
|
-
process.exit(1);
|
690
|
+
function _0x192247(_0x5eb426, _0x1dcb9f) {
|
691
|
+
return _0x20673c(_0x5eb426 - -0x4ee, _0x1dcb9f);
|
278
692
|
}
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
693
|
+
try {
|
694
|
+
let _0x420001 = JSON[_0x319e56(0x511, 0x3fe)](state[_0x319e56(0x2d6, 0x3b7)][_0x319e56(0x3eb, 0x330)]), _0x16a097 = JSON[_0x192247(0x80, 0x16d)](state[_0x192247(0x39, 0x11)][_0x319e56(0x3e6, 0x384) + _0x319e56(0x3ff, 0x342)]), _0x3a50fb = JSON[_0x319e56(0x343, 0x3fe)](state[_0x319e56(0x445, 0x3b7)][_0x192247(0x4e, 0x114) + '\x65\x79']), _0x428e01 = state[_0x192247(0x39, 0x128)][_0x319e56(0x2d2, 0x396) + _0x319e56(0x50b, 0x49d)], _0x25b83c = state[_0x192247(0x39, -0x9a)][_0x319e56(0x42a, 0x38d) + '\x65\x79'], _0x59e8cc = state[_0x192247(0x39, -0x60)]['\x6e\x65\x78\x74\x50\x72\x65\x4b\x65\x79' + '\x49\x64'], _0x463410 = state[_0x192247(0x39, 0x48)][_0x319e56(0x2d6, 0x3a5) + _0x192247(0x56, -0x89) + _0x319e56(0x34c, 0x35d)], _0x574fc1 = state[_0x192247(0x39, 0xc1)][_0x192247(0x2e, 0x10f) + _0x192247(-0xaa, -0xca)], _0x364d89 = JSON['\x73\x74\x72\x69\x6e\x67\x69\x66\x79'](state[_0x192247(0x39, -0x5f)]['\x61\x63\x63\x6f\x75\x6e\x74']), _0x26332d = JSON[_0x192247(0x80, 0x27)](state[_0x192247(0x39, 0x1f)]['\x6d\x65']), _0x2276bf = JSON[_0x319e56(0x3b8, 0x3fe)](state[_0x319e56(0x346, 0x3b7)][_0x319e56(0x3a5, 0x2f6) + _0x319e56(0x347, 0x429)]), _0x5eb06e = state[_0x192247(0x39, -0x8c)][_0x319e56(0x28d, 0x368) + _0x192247(-0x8a, -0xaf) + _0x192247(0x4b, 0x6f)], _0x32fdc2 = state[_0x192247(0x39, -0xdd)][_0x319e56(0x4b8, 0x4bd) + '\x4b\x65\x79\x49\x64'];
|
695
|
+
auth_row_count == 0x0 ? (console[_0x192247(0xc9, 0x17f)](Lang['\x69\x6e\x73\x65\x72\x74\x57\x41\x43\x4f' + '\x4e']), amdiDB[_0x319e56(0x3cc, 0x3e4)](_0x192247(-0x43, -0x118) + _0x319e56(0x2eb, 0x380) + _0x192247(0xa1, 0x5e) + _0x192247(-0x1c, 0x3) + _0x319e56(0x4ac, 0x407) + _0x192247(-0x45, 0x20) + '\x31\x32\x2c\x24\x31\x33\x29\x3b', [
|
696
|
+
_0x420001,
|
697
|
+
_0x16a097,
|
698
|
+
_0x3a50fb,
|
699
|
+
_0x428e01,
|
700
|
+
_0x25b83c,
|
701
|
+
_0x59e8cc,
|
702
|
+
_0x463410,
|
703
|
+
_0x574fc1,
|
704
|
+
_0x364d89,
|
705
|
+
_0x26332d,
|
706
|
+
_0x2276bf,
|
707
|
+
_0x5eb06e,
|
708
|
+
_0x32fdc2
|
709
|
+
]), amdiDB[_0x192247(0x66, -0x67)](_0x319e56(0x2e1, 0x320)), console[_0x192247(0xc9, 0x8a)](Lang[_0x192247(0x10e, 0x1ea) + '\x6e\x65'])) : (console[_0x319e56(0x50c, 0x447)](Lang[_0x319e56(0x338, 0x2e9) + '\x4e']), amdiDB['\x71\x75\x65\x72\x79'](_0x319e56(0x34c, 0x3b8) + _0x192247(0x14b, 0x181) + '\x65\x4b\x65\x79\x20\x3d\x20\x24\x31\x2c' + _0x192247(-0x2c, -0x2a) + _0x192247(0x15, -0x98) + _0x319e56(0x3b0, 0x440) + _0x319e56(0x4df, 0x474) + _0x192247(0xde, 0x72) + _0x319e56(0x20e, 0x2e2) + '\x20\x24\x34\x2c\x20\x61\x64\x76\x53\x65' + _0x192247(-0xcb, -0x19e) + '\x24\x35\x2c\x20\x6e\x65\x78\x74\x50\x72' + _0x192247(0x22, -0xe0) + _0x319e56(0x377, 0x364) + _0x192247(0xe8, 0x48) + _0x192247(0x22, -0xe1) + _0x192247(-0x36, 0x71) + '\x61\x73\x50\x72\x65\x4b\x65\x79\x73\x20' + _0x319e56(0x4ad, 0x3e7) + '\x75\x6e\x74\x20\x3d\x20\x24\x39\x2c\x20' + _0x192247(-0xc3, -0x15) + _0x319e56(0x2c7, 0x2f6) + '\x74\x69\x74\x69\x65\x73\x20\x3d\x20\x24' + '\x31\x31\x2c\x20\x6c\x61\x73\x74\x41\x63' + '\x63\x6f\x75\x6e\x74\x53\x79\x6e\x63\x54' + _0x192247(-0xb4, -0xca) + _0x192247(-0xd, -0xce) + '\x70\x53\x74\x61\x74\x65\x4b\x65\x79\x49' + _0x192247(-0x6b, 0x16), [
|
710
|
+
_0x420001,
|
711
|
+
_0x16a097,
|
712
|
+
_0x3a50fb,
|
713
|
+
_0x428e01,
|
714
|
+
_0x25b83c,
|
715
|
+
_0x59e8cc,
|
716
|
+
_0x463410,
|
717
|
+
_0x574fc1,
|
718
|
+
_0x364d89,
|
719
|
+
_0x26332d,
|
720
|
+
_0x2276bf,
|
721
|
+
_0x5eb06e,
|
722
|
+
_0x32fdc2
|
723
|
+
])), amdiDB['\x71\x75\x65\x72\x79'](_0x192247(-0x5e, -0x7e));
|
724
|
+
} catch {
|
311
725
|
}
|
312
726
|
}
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
let commandsPrivate = {};
|
317
|
-
let commandsAdmin = {};
|
318
|
-
|
319
|
-
let reactionPrimary = {};
|
320
|
-
let reactionPrivate = {};
|
321
|
-
let reactionAdmin = {};
|
322
|
-
|
323
|
-
var prefix = '';
|
324
|
-
if (/\[(\W*)\]/.test(vars.PREFIX)) {
|
325
|
-
prefix = vars.PREFIX.match(/\[(\W*)\]/)[1][0];
|
326
|
-
} else {
|
327
|
-
prefix = '.';
|
328
|
-
}
|
329
|
-
|
330
|
-
const addCommands = async () => {
|
331
|
-
let path = "./plugins/primary/";
|
332
|
-
let filenames = await readdir(path);
|
333
|
-
filenames.forEach((file) => {
|
334
|
-
if (file.endsWith(".js")) {
|
335
|
-
let { command } = require('../../.' + path + file);
|
336
|
-
let cmdMap = command();
|
337
|
-
const cmdInfo = cmdMap.cmdInfo;
|
338
|
-
for (let c of Object.keys(cmdInfo)) {
|
339
|
-
const cmdObjects = cmdInfo[c];
|
340
|
-
commandsPrimary[cmdObjects.cmd] = cmdMap.operate;
|
341
|
-
reactionPrimary[cmdObjects.cmd] = cmdObjects.react;
|
342
|
-
}
|
727
|
+
const getApps = async (_0x890cdc, _0x111ed5) => {
|
728
|
+
function _0x2a1da2(_0x1d754b, _0x6b255e) {
|
729
|
+
return _0x20673c(_0x1d754b - 0x4b, _0x6b255e);
|
343
730
|
}
|
344
|
-
|
345
|
-
|
346
|
-
path = "./plugins/private/";
|
347
|
-
filenames = await readdir(path);
|
348
|
-
filenames.forEach((file) => {
|
349
|
-
if (file.endsWith(".js")) {
|
350
|
-
let { command } = require('../../.' + path + file);
|
351
|
-
let cmdMap = command();
|
352
|
-
const cmdInfo = cmdMap.cmdInfo;
|
353
|
-
for (let c of Object.keys(cmdInfo)) {
|
354
|
-
const cmdObjects = cmdInfo[c];
|
355
|
-
commandsPrivate[cmdObjects.cmd] = cmdMap.operate;
|
356
|
-
reactionPrivate[cmdObjects.cmd] = cmdObjects.react;
|
357
|
-
}
|
731
|
+
function _0x25551a(_0xe8100d, _0x2aad84) {
|
732
|
+
return _0x37cb94(_0x2aad84 - -0x101, _0xe8100d);
|
358
733
|
}
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
let
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
const cmdObjects = cmdInfo[c];
|
370
|
-
commandsAdmin[cmdObjects.cmd] = cmdMap.operate;
|
371
|
-
reactionAdmin[cmdObjects.cmd] = cmdObjects.react;
|
372
|
-
}
|
734
|
+
try {
|
735
|
+
const _0x276065 = {};
|
736
|
+
_0x276065['\x41\x63\x63\x65\x70\x74'] = _0x2a1da2(0x463, 0x428) + _0x25551a(0x2c3, 0x251) + '\x6b\x75\x2b\x6a\x73\x6f\x6e\x3b\x20\x76' + _0x2a1da2(0x614, 0x5fb), _0x276065['\x41\x75\x74\x68\x6f\x72\x69\x7a\x61\x74' + _0x2a1da2(0x5f5, 0x680)] = _0x2a1da2(0x581, 0x5c4) + _0x111ed5;
|
737
|
+
const _0x55cd19 = {};
|
738
|
+
_0x55cd19[_0x2a1da2(0x45a, 0x451)] = _0x25551a(0x2b0, 0x19d), _0x55cd19['\x75\x72\x6c'] = _0x2a1da2(0x5ff, 0x6d8) + _0x25551a(0xe0, 0x151) + _0x25551a(0x334, 0x2a2) + _0x890cdc, _0x55cd19[_0x25551a(0x123, 0x108)] = _0x276065;
|
739
|
+
var _0x100337 = _0x55cd19;
|
740
|
+
let _0x174227 = await axios(_0x100337);
|
741
|
+
return _0x174227['\x64\x61\x74\x61'][_0x2a1da2(0x460, 0x4b2)];
|
742
|
+
} catch (_0x4df0d8) {
|
743
|
+
console[_0x2a1da2(0x602, 0x621)](_0x4df0d8);
|
373
744
|
}
|
374
|
-
})
|
375
|
-
|
376
|
-
|
377
|
-
path = "./";
|
378
|
-
filenames = await readdir(path);
|
379
|
-
filenames.forEach((file) => {
|
380
|
-
if (file.endsWith(".webp") || file.endsWith(".jpeg") || file.endsWith(".mp3") || file.endsWith(".mp4") || file.endsWith(".jpg") || file.endsWith(".png") || file.endsWith(".gif")) {
|
381
|
-
fs.unlinkSync('../../.' + path + file);
|
745
|
+
}, getBuilds = async (_0xc49c9a, _0x4f2cee) => {
|
746
|
+
function _0x2b9397(_0x2061e0, _0x2d5c5b) {
|
747
|
+
return _0x37cb94(_0x2061e0 - 0xb5, _0x2d5c5b);
|
382
748
|
}
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
// <<==== Queen Amdi Main Function ====>>
|
388
|
-
const QueenAmdi = async () => {
|
389
|
-
console.log('Queen Amdi Multi-Device💃❤');
|
390
|
-
console.log(`🔖 Version : ${Lang.version} [Public]`);
|
391
|
-
|
392
|
-
addCommands()
|
393
|
-
/*
|
394
|
-
var herokuUpTime = await getSettings('HEROKU_UP_TIME')
|
395
|
-
if (herokuUpTime.input == undefined) {
|
396
|
-
const HEROKU_APP = vars.HEROKU_APP;
|
397
|
-
const token = vars.HEROKU_API
|
398
|
-
const latestBuild = await getApps(HEROKU_APP, token);
|
399
|
-
const lastCreateAt = latestBuild.split(':')[0]
|
400
|
-
await inputSettings('HEROKU_UP_TIME', lastCreateAt)
|
401
|
-
|
402
|
-
var gitVerification = await getSettings('GIT_VERIFY')
|
403
|
-
if (gitVerification.input == undefined) {
|
404
|
-
const status = await verifyDeploy();
|
405
|
-
if (status == false) {
|
406
|
-
await inputSettings('GIT_VERIFY', 'false')
|
407
|
-
console.log('⛔ Unauthorized code edits detected. You can not edit source code of Queen Amdi without permission. Please fork original https://github.com/BlackAmda/QueenAmdi repository and deploy.')
|
408
|
-
process.exit(1);
|
409
|
-
} else if (status == true) {
|
410
|
-
await inputSettings('GIT_VERIFY', 'true')
|
411
|
-
}
|
412
|
-
} else if (gitVerification.input == 'false') {
|
413
|
-
console.log('⛔ Unauthorized code edits detected. You can not edit source code of Queen Amdi without permission. Please fork original https://github.com/BlackAmda/QueenAmdi repository and deploy.')
|
414
|
-
process.exit(1);
|
749
|
+
function _0x48a13e(_0x5269f7, _0x191423) {
|
750
|
+
return _0x20673c(_0x191423 - -0xfc, _0x5269f7);
|
415
751
|
}
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
if (gitVerification.input == undefined) {
|
427
|
-
const status = await verifyDeploy();
|
428
|
-
if (status == false) {
|
429
|
-
await inputSettings('GIT_VERIFY', 'false')
|
430
|
-
console.log('⛔ Unauthorized code edits detected. You can not edit source code of Queen Amdi without permission. Please fork original https://github.com/BlackAmda/QueenAmdi repository and deploy.')
|
431
|
-
process.exit(1);
|
432
|
-
} else if (status == true) {
|
433
|
-
await inputSettings('GIT_VERIFY', 'true')
|
434
|
-
}
|
435
|
-
} else if (gitVerification.input == 'false') {
|
436
|
-
console.log('⛔ Unauthorized code edits detected. You can not edit source code of Queen Amdi without permission. Please fork original https://github.com/BlackAmda/QueenAmdi repository and deploy.')
|
437
|
-
process.exit(1);
|
438
|
-
}
|
439
|
-
} else if (lastUpAt == herokuUpTime.input) {
|
440
|
-
var gitVerification = await getSettings('GIT_VERIFY')
|
441
|
-
if (gitVerification.input == undefined) {
|
442
|
-
const status = await verifyDeploy();
|
443
|
-
if (status == false) {
|
444
|
-
await inputSettings('GIT_VERIFY', 'false')
|
445
|
-
console.log('⛔ Unauthorized code edits detected. You can not edit source code of Queen Amdi without permission. Please fork original https://github.com/BlackAmda/QueenAmdi repository and deploy.')
|
446
|
-
process.exit(1);
|
447
|
-
} else if (status == true) {
|
448
|
-
await inputSettings('GIT_VERIFY', 'true')
|
449
|
-
}
|
450
|
-
} else if (gitVerification.input == 'false') {
|
451
|
-
console.log('⛔ Unauthorized code edits detected. You can not edit source code of Queen Amdi without permission. Please fork original https://github.com/BlackAmda/QueenAmdi repository and deploy.')
|
452
|
-
process.exit(1);
|
453
|
-
}
|
752
|
+
try {
|
753
|
+
const _0xf8ed37 = {};
|
754
|
+
_0xf8ed37['\x41\x63\x63\x65\x70\x74'] = '\x61\x70\x70\x6c\x69\x63\x61\x74\x69\x6f' + _0x48a13e(0x3b0, 0x484) + _0x48a13e(0x397, 0x40b) + _0x2b9397(0x450, 0x4da), _0xf8ed37[_0x48a13e(0x4e6, 0x4a1) + _0x2b9397(0x431, 0x4cf)] = _0x48a13e(0x492, 0x43a) + _0x4f2cee;
|
755
|
+
const _0x17c76a = {};
|
756
|
+
_0x17c76a[_0x48a13e(0x2ad, 0x313)] = '\x67\x65\x74', _0x17c76a[_0x2b9397(0x457, 0x47b)] = _0x48a13e(0x553, 0x4b8) + _0x48a13e(0x41d, 0x384) + '\x6f\x6d\x2f\x61\x70\x70\x73\x2f' + _0xc49c9a + _0x2b9397(0x329, 0x3b1), _0x17c76a[_0x48a13e(0x2b1, 0x33b)] = _0xf8ed37;
|
757
|
+
var _0x225faa = _0x17c76a;
|
758
|
+
let _0xbbea98 = await axios(_0x225faa);
|
759
|
+
return _0xbbea98[_0x2b9397(0x3dc, 0x444)];
|
760
|
+
} catch (_0x3fa57d) {
|
761
|
+
console[_0x48a13e(0x48e, 0x4bb)](_0x3fa57d);
|
454
762
|
}
|
455
|
-
}
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
const amdiCONN = makeWASocket({
|
469
|
-
version,
|
470
|
-
logger: noLogs,
|
471
|
-
defaultQueryTimeoutMs: undefined,
|
472
|
-
printQRInTerminal: false,
|
473
|
-
browser: [" Queen Amdi-MD ", "Safari", "1.0.0"],
|
474
|
-
msgRetryCounterMap,
|
475
|
-
auth: state,
|
476
|
-
getMessage: retryMessageHandler
|
477
|
-
});
|
478
|
-
|
479
|
-
const store = makeInMemoryStore({
|
480
|
-
logger: P().child({ level: "debug", stream: "store" }),
|
481
|
-
});
|
482
|
-
store.bind(amdiCONN.ev);
|
483
|
-
|
484
|
-
// <==== Owner ====>
|
485
|
-
const LoggerChat = (text) => {
|
486
|
-
amdiCONN.sendMessage(vars.LOG_JID, { text: text })
|
487
|
-
}
|
488
|
-
|
489
|
-
// <==== group-participants.update ====>
|
490
|
-
amdiCONN.ev.on('group-participants.update', async (grpData) => {
|
491
|
-
var chat_updates = await getSettings('CHAT_UPDATES')
|
492
|
-
if (chat_updates.input == 'true') {
|
493
|
-
try {
|
494
|
-
amdiCONN.groupMetadata(grpData.id).then((res) => {
|
495
|
-
// console.log(res)
|
496
|
-
LoggerChat(`💠 *Group Participant Updates*\n\n‣ Status: ${grpData.action} \n‣ Group Name: ${res.subject} \n‣ JID: ${grpData.id} \n‣ Participants: ${grpData.participants[0]}`);
|
497
|
-
})
|
498
|
-
} catch (e) {
|
763
|
+
}, forkGIT = async () => {
|
764
|
+
const _0x54e3a9 = vars['\x48\x45\x52\x4f\x4b\x55\x5f\x41\x50\x50'];
|
765
|
+
function _0x528baf(_0x321408, _0x1c125c) {
|
766
|
+
return _0x20673c(_0x1c125c - 0xb3, _0x321408);
|
767
|
+
}
|
768
|
+
const _0xe8443f = vars['\x48\x45\x52\x4f\x4b\x55\x5f\x41\x50\x49'], _0xe84d40 = await getApps(_0x54e3a9, _0xe8443f);
|
769
|
+
function _0x685392(_0x2c2356, _0x298614) {
|
770
|
+
return _0x20673c(_0x2c2356 - -0x5e3, _0x298614);
|
771
|
+
}
|
772
|
+
const _0x3d760a = await getBuilds(_0x54e3a9, _0xe8443f);
|
773
|
+
let _0x2129fc = '';
|
774
|
+
_0x3d760a['\x66\x6f\x72\x45\x61\x63\x68'](_0x4c8fae => {
|
775
|
+
if (_0x4c8fae[_0x594001(0x161, 0x274)] == 0x0)
|
499
776
|
return;
|
777
|
+
function _0x89bc75(_0xed582, _0x4ec45d) {
|
778
|
+
return _0x41f4(_0xed582 - -0xdc, _0x4ec45d);
|
779
|
+
}
|
780
|
+
function _0x594001(_0x3e7a54, _0x43ed66) {
|
781
|
+
return _0x41f4(_0x3e7a54 - -0x172, _0x43ed66);
|
500
782
|
}
|
783
|
+
_0x4c8fae[_0x89bc75(0xe1, 0xae)][_0x594001(0x1d9, 0x194)]('\x3a')[0x0] == _0xe84d40[_0x594001(0x1d9, 0x132)]('\x3a')[0x0] ? _0x2129fc = _0x4c8fae[_0x89bc75(0x1a3, 0x14a) + '\x62'][_0x89bc75(0x29c, 0x299)] : _0x2129fc = _0x89bc75(0x2bf, 0x233) + '\x65\x64';
|
784
|
+
}), console[_0x685392(-0x2c, -0xd8)](_0x2129fc);
|
785
|
+
let _0x1130c4;
|
786
|
+
if (_0x2129fc[_0x685392(-0x76, -0x134)](_0x685392(0x3d, 0x35))) {
|
787
|
+
const _0x5a6fad = _0x2129fc[_0x685392(-0x40, -0xe6)]('\x72\x65\x70\x6f\x73\x2f')[0x1][_0x685392(-0x40, 0xb8)](_0x685392(0x41, -0xd1))[0x0];
|
788
|
+
_0x1130c4 = _0x5a6fad + _0x685392(0x41, -0x28);
|
789
|
+
} else {
|
790
|
+
if (_0x2129fc[_0x685392(-0x76, 0x73)](_0x685392(-0x18b, -0x22b) + '\x69\x74\x68\x75\x62\x2e\x63\x6f\x6d\x2f')) {
|
791
|
+
const _0x13d12f = _0x2129fc['\x73\x70\x6c\x69\x74']('\x63\x6f\x64\x65\x6c\x6f\x61\x64\x2e\x67' + '\x69\x74\x68\x75\x62\x2e\x63\x6f\x6d\x2f')[0x1][_0x685392(-0x40, -0xd1)](_0x528baf(0x785, 0x6d7))[0x0];
|
792
|
+
_0x1130c4 = _0x13d12f + _0x685392(0x41, 0x6);
|
793
|
+
} else
|
794
|
+
_0x2129fc == '\x75\x6e\x61\x75\x74\x68\x6f\x72\x69\x7a' + '\x65\x64' && (_0x1130c4 = '\x75\x6e\x61\x75\x74\x68\x6f\x72\x69\x7a' + '\x65\x64');
|
795
|
+
}
|
796
|
+
return _0x1130c4;
|
797
|
+
}, Bot_Number = vars['\x42\x4f\x54\x5f\x4e\x55\x4d\x42\x45\x52'] + (_0x37cb94(0x354, 0x3b9) + _0x37cb94(0x319, 0x2b1)), allowedNumbs = [
|
798
|
+
_0x37cb94(0x251, 0x28c) + '\x32',
|
799
|
+
_0x20673c(0x58d, 0x5dc) + '\x38',
|
800
|
+
_0x20673c(0x4e9, 0x4ce) + '\x33',
|
801
|
+
'\x39\x34\x37\x35\x39\x35\x35\x31\x32\x39' + '\x39',
|
802
|
+
_0x20673c(0x47c, 0x41b) + '\x37',
|
803
|
+
_0x37cb94(0x2f7, 0x264) + '\x39',
|
804
|
+
_0x20673c(0x41d, 0x310) + '\x32',
|
805
|
+
_0x20673c(0x4ed, 0x5ba) + '\x36'
|
806
|
+
], footerTXT = '\u01eb\u1d1c\u1d07\u1d07\u0274\x20\u1d00\u1d0d\u1d05\u026a' + _0x20673c(0x50f, 0x50f) + '\u1d07\u1d20\u026a\u1d04\u1d07', MOD = vars[_0x20673c(0x42f, 0x534)], util = require(_0x37cb94(0x25c, 0x1cb)), readdir = util[_0x20673c(0x496, 0x4db)](fs[_0x37cb94(0x3b3, 0x4a6)]), readFile = util[_0x37cb94(0x268, 0x22c)](fs[_0x20673c(0x4ac, 0x57c)]), {inputSettings, getSettings, getSettingsList} = require(_0x37cb94(0x2e0, 0x1df) + _0x20673c(0x5c6, 0x600)), {getBanJids} = require(_0x20673c(0x461, 0x50a) + _0x20673c(0x48d, 0x523) + _0x37cb94(0x332, 0x2a0)), {getWelcome, getBye} = require(_0x20673c(0x461, 0x4aa) + '\x61\x74\x61\x62\x61\x73\x65\x2f\x67\x72' + _0x37cb94(0x26f, 0x221)), verifyDeploy = async () => {
|
807
|
+
const _0x3cd645 = await forkGIT();
|
808
|
+
_0x3cd645 == _0x31c69a(0x549, 0x5bd) + '\x65\x64' && (console[_0x9c80c(0x437, 0x3f7)](_0x9c80c(0x39a, 0x32d) + '\x6e\x6f\x74\x20\x61\x20\x66\x6f\x72\x6b' + _0x9c80c(0x41e, 0x481) + '\x65\x6e\x74\x2e\x20\x50\x6c\x65\x61\x73' + '\x65\x20\x66\x6f\x72\x6b\x20\x6f\x72\x69' + _0x9c80c(0x36a, 0x447) + _0x9c80c(0x39b, 0x2fa) + _0x9c80c(0x2ed, 0x3ee) + '\x41\x6d\x64\x61\x2f\x51\x75\x65\x65\x6e' + _0x31c69a(0x3e8, 0x2dc) + _0x31c69a(0x56f, 0x48c) + _0x9c80c(0x2be, 0x1ac)), process[_0x9c80c(0x40b, 0x510)](0x1));
|
809
|
+
const _0x3dafbb = await got(_0x31c69a(0x50a, 0x574) + '\x69\x2e\x67\x69\x74\x68\x75\x62\x2e\x63' + _0x31c69a(0x4c9, 0x41e) + _0x3cd645), _0x1c147f = JSON[_0x31c69a(0x417, 0x4be)](_0x3dafbb[_0x31c69a(0x3fd, 0x4bb)]);
|
810
|
+
function _0x9c80c(_0x36a30c, _0x1a35e8) {
|
811
|
+
return _0x20673c(_0x36a30c - -0x180, _0x1a35e8);
|
812
|
+
}
|
813
|
+
const _0x4cff81 = await got('\x68\x74\x74\x70\x73\x3a\x2f\x2f\x61\x70' + '\x69\x2e\x67\x69\x74\x68\x75\x62\x2e\x63' + '\x6f\x6d\x2f\x72\x65\x70\x6f\x73\x2f\x42' + _0x9c80c(0x441, 0x3e9) + '\x75\x65\x65\x6e\x41\x6d\x64\x69');
|
814
|
+
function _0x31c69a(_0x58c532, _0x5ed77f) {
|
815
|
+
return _0x20673c(_0x58c532 - -0xaa, _0x5ed77f);
|
501
816
|
}
|
502
|
-
|
503
|
-
|
504
|
-
if (
|
505
|
-
const
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
817
|
+
const _0x55b9e0 = JSON['\x70\x61\x72\x73\x65'](_0x4cff81[_0x9c80c(0x327, 0x42b)]);
|
818
|
+
!_0x1c147f['\x73\x6f\x75\x72\x63\x65'] && (console[_0x31c69a(0x50d, 0x5fc)](_0x9c80c(0x39a, 0x405) + '\x6e\x6f\x74\x20\x61\x20\x66\x6f\x72\x6b' + '\x65\x64\x20\x64\x65\x70\x6c\x6f\x79\x6d' + _0x9c80c(0x2fa, 0x2e4) + _0x9c80c(0x2f7, 0x268) + _0x9c80c(0x36a, 0x42a) + _0x31c69a(0x471, 0x387) + '\x2e\x63\x6f\x6d\x2f\x42\x6c\x61\x63\x6b' + '\x41\x6d\x64\x61\x2f\x51\x75\x65\x65\x6e' + _0x31c69a(0x3e8, 0x490) + _0x31c69a(0x56f, 0x63c) + _0x31c69a(0x394, 0x472)), process[_0x9c80c(0x40b, 0x4bb)](0x1));
|
819
|
+
if (_0x1c147f[_0x9c80c(0x350, 0x3c8)]) {
|
820
|
+
const _0x2a2302 = _0x1c147f[_0x9c80c(0x356, 0x37b) + _0x31c69a(0x49c, 0x52c)], _0x5ddff2 = await got(_0x2a2302), _0x3b909f = JSON[_0x31c69a(0x417, 0x3d4)](_0x5ddff2[_0x9c80c(0x327, 0x40e)]);
|
821
|
+
let _0x5c21db = [];
|
822
|
+
_0x3b909f['\x66\x6f\x72\x45\x61\x63\x68'](_0x56dbce => {
|
823
|
+
if (_0x56dbce['\x63\x6f\x75\x6e\x74'] == 0x0)
|
824
|
+
return;
|
825
|
+
function _0x1764df(_0x4c1c89, _0x4ff88e) {
|
826
|
+
return _0x9c80c(_0x4ff88e - 0x1cc, _0x4c1c89);
|
827
|
+
}
|
828
|
+
_0x5c21db['\x70\x75\x73\x68'](_0x56dbce[_0x1764df(0x599, 0x4b4)]);
|
829
|
+
});
|
830
|
+
const _0x13d3b0 = _0x55b9e0[_0x31c69a(0x42c, 0x4ad) + _0x9c80c(0x3c6, 0x301)], _0x572464 = await got(_0x13d3b0), _0x234ce7 = JSON['\x70\x61\x72\x73\x65'](_0x572464['\x62\x6f\x64\x79']);
|
831
|
+
let _0x2a06ff = [];
|
832
|
+
_0x234ce7[_0x9c80c(0x4ba, 0x4b8)](_0x5e14c7 => {
|
833
|
+
function _0x3312f6(_0x37dc84, _0x38276e) {
|
834
|
+
return _0x9c80c(_0x37dc84 - -0x22e, _0x38276e);
|
835
|
+
}
|
836
|
+
function _0xd9092(_0xef0a04, _0x415d0d) {
|
837
|
+
return _0x9c80c(_0x415d0d - -0x2d7, _0xef0a04);
|
517
838
|
}
|
518
|
-
|
839
|
+
if (_0x5e14c7['\x63\x6f\x75\x6e\x74'] == 0x0)
|
840
|
+
return;
|
841
|
+
_0x2a06ff[_0x3312f6(0x271, 0x17b)](_0x5e14c7[_0x3312f6(0xba, 0x67)]);
|
842
|
+
});
|
843
|
+
function _0x17a83d(_0x22c1c6, _0x2d41cf) {
|
844
|
+
function _0x3b632c(_0x2cb456, _0x50dfcf) {
|
845
|
+
return _0x31c69a(_0x2cb456 - 0x204, _0x50dfcf);
|
846
|
+
}
|
847
|
+
return Array['\x69\x73\x41\x72\x72\x61\x79'](_0x22c1c6) && Array['\x69\x73\x41\x72\x72\x61\x79'](_0x2d41cf) && _0x22c1c6['\x6c\x65\x6e\x67\x74\x68'] === _0x2d41cf['\x6c\x65\x6e\x67\x74\x68'] && _0x22c1c6[_0x3b632c(0x76e, 0x76b)]((_0x23c27f, _0x3cf5c3) => _0x23c27f === _0x2d41cf[_0x3cf5c3]);
|
519
848
|
}
|
849
|
+
const _0x20bb6c = _0x17a83d(_0x2a06ff, _0x5c21db);
|
850
|
+
return _0x20bb6c;
|
851
|
+
}
|
852
|
+
};
|
853
|
+
let commandsPrimary = {}, commandsPrivate = {}, commandsAdmin = {}, reactionPrimary = {}, reactionPrivate = {}, reactionAdmin = {};
|
854
|
+
var prefix = '';
|
855
|
+
/\[(\W*)\]/['\x74\x65\x73\x74'](vars[_0x37cb94(0x406, 0x483)]) ? prefix = vars[_0x20673c(0x634, 0x593)]['\x6d\x61\x74\x63\x68'](/\[(\W*)\]/)[0x1][0x0] : prefix = '\x2e';
|
856
|
+
const addCommands = async () => {
|
857
|
+
function _0x28f903(_0x59c713, _0x163627) {
|
858
|
+
return _0x20673c(_0x59c713 - -0x1e1, _0x163627);
|
520
859
|
}
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
860
|
+
let _0x162aff = _0x28f903(0x445, 0x3eb) + '\x70\x72\x69\x6d\x61\x72\x79\x2f', _0x3eb6ae = await readdir(_0x162aff);
|
861
|
+
_0x3eb6ae[_0x536516(0x74a, 0x723)](_0x4dfc4b => {
|
862
|
+
function _0x296a25(_0x5957ba, _0x21636b) {
|
863
|
+
return _0x28f903(_0x21636b - -0x123, _0x5957ba);
|
864
|
+
}
|
865
|
+
function _0x29aef5(_0x49ef5e, _0x1a30b4) {
|
866
|
+
return _0x536516(_0x1a30b4, _0x49ef5e - -0x309);
|
867
|
+
}
|
868
|
+
if (_0x4dfc4b[_0x29aef5(0x3a2, 0x470)]('\x2e\x6a\x73')) {
|
869
|
+
let {command: _0x58e9f7} = require('\x2e\x2e\x2f\x2e\x2e\x2f\x2e' + _0x162aff + _0x4dfc4b), _0x134b16 = _0x58e9f7();
|
870
|
+
const _0x24a24c = _0x134b16['\x63\x6d\x64\x49\x6e\x66\x6f'];
|
871
|
+
for (let _0x5aa921 of Object[_0x296a25(0x21e, 0x18f)](_0x24a24c)) {
|
872
|
+
const _0x5703ea = _0x24a24c[_0x5aa921];
|
873
|
+
commandsPrimary[_0x5703ea['\x63\x6d\x64']] = _0x134b16['\x6f\x70\x65\x72\x61\x74\x65'], reactionPrimary[_0x5703ea[_0x29aef5(0x378, 0x27b)]] = _0x5703ea[_0x296a25(0x10d, 0x15c)];
|
535
874
|
}
|
536
|
-
return await amdiCONN.sendMessage(grpData.id, byeTemplate)
|
537
875
|
}
|
876
|
+
});
|
877
|
+
function _0x536516(_0x216824, _0x15416f) {
|
878
|
+
return _0x20673c(_0x15416f - 0xe9, _0x216824);
|
538
879
|
}
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
amdiCONN.ev.on("messages.upsert", async (m) => {
|
543
|
-
try {
|
544
|
-
const msg = JSON.parse(JSON.stringify(m)).messages[0];
|
545
|
-
if (!msg.message || msg.message.reactionMessage) return; //When demote, add, remove etc run, msg.message will return
|
546
|
-
if (msg.key.remoteJid == "status@broadcast") return;
|
547
|
-
|
548
|
-
const content = JSON.stringify(msg.message);
|
549
|
-
const clientJID = msg.key.remoteJid;
|
550
|
-
const type = Object.keys(msg.message)[0];
|
551
|
-
|
552
|
-
const code = "manoj-amdi"
|
553
|
-
let url = `https://raw.githubusercontent.com/BlackAmda/QueenAmdi/master/owner.json`
|
554
|
-
const response = await got(url);
|
555
|
-
const ownerJSON = JSON.parse(response.body);
|
556
|
-
const banned_users_MM = ownerJSON.data.Manoj_Multi_Device.banned_user
|
557
|
-
const banned_users_QA = ownerJSON.data.Queen_Amdi.banned_user
|
558
|
-
const bytes_MM = CryptoJS.AES.decrypt(banned_users_MM, code);
|
559
|
-
const bytes_QA = CryptoJS.AES.decrypt(banned_users_QA, code);
|
560
|
-
const decrypt_JIDS_MM = bytes_MM.toString(CryptoJS.enc.Utf8);
|
561
|
-
const decrypt_JIDS_QA = bytes_QA.toString(CryptoJS.enc.Utf8);
|
562
|
-
var abc = decrypt_JIDS_MM.split(',');
|
563
|
-
var efg = decrypt_JIDS_QA.split(',');
|
564
|
-
const banned_group_MM = ownerJSON.data.Manoj_Multi_Device.banned_group
|
565
|
-
const banned_group_QA = ownerJSON.data.Queen_Amdi.banned_group
|
566
|
-
|
567
|
-
|
568
|
-
// <==== reply ====>
|
569
|
-
const reply = (replyCL) => {
|
570
|
-
amdiCONN.sendMessage(clientJID, { text: replyCL }, { quoted: (fromMe === false ? m.messages[0] : '') })
|
880
|
+
_0x162aff = _0x536516(0x707, 0x70f) + '\x70\x72\x69\x76\x61\x74\x65\x2f', _0x3eb6ae = await readdir(_0x162aff), _0x3eb6ae[_0x28f903(0x459, 0x4f6)](_0x3516ed => {
|
881
|
+
function _0x474676(_0x49ea20, _0x386ba0) {
|
882
|
+
return _0x28f903(_0x386ba0 - -0x16b, _0x49ea20);
|
571
883
|
}
|
572
|
-
|
573
|
-
|
574
|
-
const sendAudioMsg = (audioURL, mimeType, pttStatus) => {
|
575
|
-
amdiCONN.sendMessage(
|
576
|
-
clientJID,
|
577
|
-
{ audio: { url: audioURL }, mimetype: mimeType, ptt: pttStatus },
|
578
|
-
{ quoted: (fromMe === false ? m.messages[0] : '') }
|
579
|
-
)
|
884
|
+
function _0x136832(_0x37c72c, _0x1f80bb) {
|
885
|
+
return _0x536516(_0x37c72c, _0x1f80bb - -0x26);
|
580
886
|
}
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
image: {url: imageURL },
|
588
|
-
caption: text,
|
589
|
-
footer: footerTXT,
|
590
|
-
buttons: buttons,
|
591
|
-
headerType: 4
|
592
|
-
}
|
593
|
-
} else if (!imageURL) {
|
594
|
-
buttonMessage = {
|
595
|
-
text: text,
|
596
|
-
footer: footerTXT,
|
597
|
-
buttons: buttons,
|
598
|
-
headerType: 1
|
599
|
-
}
|
887
|
+
if (_0x3516ed[_0x474676(0x247, 0x276)](_0x136832(0x75d, 0x6df))) {
|
888
|
+
let {command: _0x2defd3} = require(_0x136832(0x453, 0x4ef) + _0x162aff + _0x3516ed), _0x467022 = _0x2defd3();
|
889
|
+
const _0x491777 = _0x467022[_0x136832(0x530, 0x50d)];
|
890
|
+
for (let _0xfbe181 of Object[_0x474676(0x99, 0x147)](_0x491777)) {
|
891
|
+
const _0xa1872e = _0x491777[_0xfbe181];
|
892
|
+
commandsPrivate[_0xa1872e[_0x136832(0x571, 0x65b)]] = _0x467022[_0x136832(0x666, 0x658)], reactionPrivate[_0xa1872e[_0x474676(0x266, 0x24c)]] = _0xa1872e[_0x136832(0x47c, 0x523)];
|
600
893
|
}
|
601
|
-
amdiCONN.sendMessage(clientJID, buttonMessage, { quoted: (tagMsg === true ? (fromMe === false ? m.messages[0] : '') : '') })
|
602
894
|
}
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
var templateMessage = ''
|
607
|
-
if (imageURL) {
|
608
|
-
templateMessage = {
|
609
|
-
caption: text,
|
610
|
-
footer: footerTXT,
|
611
|
-
templateButtons: buttons,
|
612
|
-
image: {url: imageURL}
|
613
|
-
}
|
614
|
-
} else if (!imageURL) {
|
615
|
-
templateMessage = {
|
616
|
-
text: text,
|
617
|
-
footer: footerTXT,
|
618
|
-
templateButtons: buttons
|
619
|
-
}
|
620
|
-
}
|
621
|
-
amdiCONN.sendMessage(clientJID, templateMessage, { quoted: (tagMsg === true ? (fromMe === false ? m.messages[0] : '') : '') })
|
895
|
+
}), _0x162aff = '\x2e\x2f\x70\x6c\x75\x67\x69\x6e\x73\x2f' + '\x61\x64\x6d\x69\x6e\x2f', _0x3eb6ae = await readdir(_0x162aff), _0x3eb6ae[_0x536516(0x747, 0x723)](_0x6a606 => {
|
896
|
+
function _0x24e3cb(_0x5a93d6, _0x3f4827) {
|
897
|
+
return _0x536516(_0x5a93d6, _0x3f4827 - -0x34f);
|
622
898
|
}
|
623
|
-
|
624
|
-
|
625
|
-
const sendListMsg = (listInfo, sections) => {
|
626
|
-
var buttonTXT = ''
|
627
|
-
if (listInfo.buttonTXT == 'default') { buttonTXT = 'Click here' }
|
628
|
-
else { buttonTXT = listInfo.buttonTXT }
|
629
|
-
|
630
|
-
const listMessage = {
|
631
|
-
text: listInfo.text,
|
632
|
-
footer: footerTXT,
|
633
|
-
title: listInfo.title,
|
634
|
-
buttonText: buttonTXT,
|
635
|
-
sections
|
636
|
-
};
|
637
|
-
amdiCONN.sendMessage(clientJID, listMessage, { quoted: (fromMe === false ? m.messages[0] : '') })
|
899
|
+
function _0x4d2c9c(_0x1ad34d, _0x2f2eec) {
|
900
|
+
return _0x28f903(_0x1ad34d - 0x2d3, _0x2f2eec);
|
638
901
|
}
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
key: reactMsg.key
|
646
|
-
}
|
647
|
-
}
|
648
|
-
amdiCONN.sendMessage(clientJID, reactionMessage)
|
649
|
-
}
|
650
|
-
|
651
|
-
// <==== Admin Fetch ====>
|
652
|
-
const writeGroupAdmins = (participants) => {
|
653
|
-
admins = [];
|
654
|
-
for (let i of participants) {
|
655
|
-
((i.admin == 'admin') || (i.admin == 'superadmin')) ? admins.push(i.id) : "";
|
902
|
+
if (_0x6a606[_0x4d2c9c(0x6b4, 0x79c)](_0x24e3cb(0x49d, 0x3b6))) {
|
903
|
+
let {command: _0xf2da0f} = require(_0x4d2c9c(0x51e, 0x452) + _0x162aff + _0x6a606), _0x1049cf = _0xf2da0f();
|
904
|
+
const _0x56c41d = _0x1049cf[_0x4d2c9c(0x53c, 0x42f)];
|
905
|
+
for (let _0x4f0a73 of Object[_0x4d2c9c(0x585, 0x497)](_0x56c41d)) {
|
906
|
+
const _0x3417a7 = _0x56c41d[_0x4f0a73];
|
907
|
+
commandsAdmin[_0x3417a7['\x63\x6d\x64']] = _0x1049cf[_0x24e3cb(0x241, 0x32f)], reactionAdmin[_0x3417a7['\x63\x6d\x64']] = _0x3417a7[_0x24e3cb(0x2f7, 0x1fa)];
|
656
908
|
}
|
657
|
-
return admins;
|
658
|
-
};
|
659
|
-
|
660
|
-
// <==== Bot Number ====>
|
661
|
-
let botNumberJid = amdiCONN.user.id;
|
662
|
-
botNumberJid =
|
663
|
-
botNumberJid.slice(0, botNumberJid.search(":")) +
|
664
|
-
botNumberJid.slice(botNumberJid.search("@"));
|
665
|
-
|
666
|
-
|
667
|
-
// <==== Message Body Reader ====>
|
668
|
-
let msgBody = type === "conversation" && msg.message.conversation.startsWith(prefix)
|
669
|
-
? msg.message.conversation : type == "imageMessage" &&
|
670
|
-
msg.message.imageMessage.caption &&
|
671
|
-
msg.message.imageMessage.caption.startsWith(prefix)
|
672
|
-
? msg.message.imageMessage.caption : type == "videoMessage" &&
|
673
|
-
msg.message.videoMessage.caption &&
|
674
|
-
msg.message.videoMessage.caption.startsWith(prefix)
|
675
|
-
? msg.message.videoMessage.caption : type == "extendedTextMessage" &&
|
676
|
-
msg.message.extendedTextMessage.text &&
|
677
|
-
msg.message.extendedTextMessage.text.startsWith(prefix)
|
678
|
-
? msg.message.extendedTextMessage.text
|
679
|
-
: type == "buttonsResponseMessage"
|
680
|
-
? msg.message.buttonsResponseMessage.selectedButtonId
|
681
|
-
: type == "templateButtonReplyMessage"
|
682
|
-
? msg.message.templateButtonReplyMessage.selectedId
|
683
|
-
: type == "listResponseMessage"
|
684
|
-
? msg.message.listResponseMessage.singleSelectReply.selectedRowId
|
685
|
-
: type == "messageContextInfo"
|
686
|
-
? (msg.message.buttonsResponseMessage?.selectedButtonId || msg.message.listResponseMessage?.singleSelectReply.selectedRowId || msg.text)
|
687
|
-
: "";
|
688
|
-
|
689
|
-
|
690
|
-
if (msgBody[1] == " ") msgBody = msgBody[0] + msgBody.slice(2);
|
691
|
-
const evv = msgBody.trim().split(/ +/).slice(1).join(' ');
|
692
|
-
const command = msgBody.slice(1).trim().split(/ +/).shift().toLowerCase();
|
693
|
-
const input = msgBody.trim().split(/ +/).slice(1);
|
694
|
-
const isCmd = msgBody.startsWith(prefix);
|
695
|
-
const isGroup = clientJID.endsWith("@g.us");
|
696
|
-
const fromMe = m.messages[0].key.fromMe
|
697
|
-
const msgDevice = getDevice(m.messages[0].key.id)
|
698
|
-
|
699
|
-
let isReply;
|
700
|
-
if (m.messages[0].message.hasOwnProperty('extendedTextMessage') &&
|
701
|
-
m.messages[0].message.extendedTextMessage.hasOwnProperty('contextInfo') === true &&
|
702
|
-
m.messages[0].message.extendedTextMessage.contextInfo.hasOwnProperty('quotedMessage')) {
|
703
|
-
isReply = m.messages[0].message.extendedTextMessage.contextInfo.quotedMessage
|
704
|
-
} else {
|
705
|
-
isReply = false
|
706
909
|
}
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
if (msgDevice == 'web') {
|
711
|
-
reply('*⛔ Other bots are not allowed here!*')
|
712
|
-
}
|
713
|
-
}*/
|
714
|
-
const exit = async () => {
|
715
|
-
process.exit(1);
|
910
|
+
}), _0x162aff = '\x2e\x2f', _0x3eb6ae = await readdir(_0x162aff), _0x3eb6ae['\x66\x6f\x72\x45\x61\x63\x68'](_0x47b5c9 => {
|
911
|
+
function _0x31d423(_0x134cbb, _0x5e794f) {
|
912
|
+
return _0x536516(_0x134cbb, _0x5e794f - -0x66b);
|
716
913
|
}
|
717
|
-
|
718
|
-
|
719
|
-
await amdiCONN.sendMessage(clientJID, { text: '⚠️ *Unauthorized source code edits detected!* \n\nYou can not edit Queen Amdi without permission.\n\n💃🏻♥️Install bot from official site : https://amdaniwasa.com/' })
|
720
|
-
await amdiCONN.sendMessage(clientJID, { text: '⚠️ *Unauthorized source code edits detected!* \n\nYou can not edit Queen Amdi without permission.\n\n💃🏻♥️Install bot from official site : https://amdaniwasa.com/' })
|
721
|
-
await amdiCONN.sendMessage(clientJID, { text: '⚠️ *Unauthorized source code edits detected!* \n\nYou can not edit Queen Amdi without permission.\n\n💃🏻♥️Install bot from official site : https://amdaniwasa.com/' })
|
722
|
-
await amdiCONN.sendMessage(clientJID, { text: '⚠️ *Unauthorized source code edits detected!* \n\nYou can not edit Queen Amdi without permission.\n\n💃🏻♥️Install bot from official site : https://amdaniwasa.com/' })
|
723
|
-
await amdiCONN.sendMessage(clientJID, { text: '⛔ *YOUR BOT TURNED OFF!*' })
|
914
|
+
function _0x4af654(_0x26526b, _0x396b90) {
|
915
|
+
return _0x536516(_0x26526b, _0x396b90 - -0x5cf);
|
724
916
|
}
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
917
|
+
(_0x47b5c9['\x65\x6e\x64\x73\x57\x69\x74\x68']('\x2e\x77\x65\x62\x70') || _0x47b5c9['\x65\x6e\x64\x73\x57\x69\x74\x68']('\x2e\x6a\x70\x65\x67') || _0x47b5c9['\x65\x6e\x64\x73\x57\x69\x74\x68'](_0x31d423(-0xa, -0x23)) || _0x47b5c9[_0x31d423(0xd0, 0x40)]('\x2e\x6d\x70\x34') || _0x47b5c9[_0x31d423(0x63, 0x40)]('\x2e\x6a\x70\x67') || _0x47b5c9['\x65\x6e\x64\x73\x57\x69\x74\x68'](_0x4af654(0x2d, -0x75)) || _0x47b5c9[_0x31d423(-0xb2, 0x40)](_0x31d423(-0x1cd, -0xe6))) && fs[_0x4af654(0xce, -0x29)](_0x4af654(-0xad, -0xba) + _0x162aff + _0x47b5c9);
|
918
|
+
});
|
919
|
+
}, QueenAmdi = async () => {
|
920
|
+
console['\x6c\x6f\x67']('\x51\x75\x65\x65\x6e\x20\x41\x6d\x64\x69' + _0x2390c6(-0x149, -0x23c) + _0x11c877(0x25c, 0x2ae)), console[_0x2390c6(0x2b, -0x50)](_0x11c877(0x122, 0x17e) + '\x3a\x20' + Lang[_0x2390c6(0x2, 0xbf)] + _0x11c877(0x104, 0x9e)), await addCommands(), setInterval(deleteAuth, 0x3e8 * 0x3c * 0x1e), await fetchauth();
|
921
|
+
auth_row_count != 0x0 && (state[_0x11c877(0x1b0, 0xbc)] = cred[_0x2390c6(-0x65, 0x5f)]);
|
922
|
+
const {
|
923
|
+
version: _0x29e55d,
|
924
|
+
isLatest: _0x229ac8
|
925
|
+
} = await fetchLatestBaileysVersion();
|
926
|
+
function _0x11c877(_0x323874, _0x3b88c7) {
|
927
|
+
return _0x37cb94(_0x323874 - -0x149, _0x3b88c7);
|
928
|
+
}
|
929
|
+
console[_0x2390c6(0x2b, -0x93)](_0x11c877(0x212, 0x10d) + '\x79\x20\x75\x73\x69\x6e\x67\x20\x57\x65' + _0x2390c6(0x14, -0x66) + _0x29e55d[_0x2390c6(-0xcd, -0xfe)]('\x2e') + (_0x2390c6(-0x51, -0x40) + _0x11c877(0x1c7, 0xf4)) + _0x229ac8);
|
930
|
+
const _0xda24eb = {};
|
931
|
+
_0xda24eb[_0x11c877(0x25e, 0x194)] = _0x11c877(0x28e, 0x253);
|
932
|
+
let _0x4a669e = P(_0xda24eb);
|
933
|
+
const _0x19ef64 = {};
|
934
|
+
_0x19ef64[_0x11c877(0x217, 0x1d8)] = _0x29e55d, _0x19ef64[_0x2390c6(-0x31, 0x18)] = _0x4a669e, _0x19ef64[_0x2390c6(-0xd0, -0x1b0) + _0x11c877(0x1d9, 0x259) + '\x73'] = undefined, _0x19ef64[_0x11c877(0xe3, 0x6d) + _0x11c877(0x299, 0x349)] = ![];
|
935
|
+
function _0x2390c6(_0x49cf58, _0x9f5ab4) {
|
936
|
+
return _0x20673c(_0x49cf58 - -0x58c, _0x9f5ab4);
|
937
|
+
}
|
938
|
+
_0x19ef64[_0x2390c6(-0x2f, -0x113)] = [
|
939
|
+
_0x2390c6(-0x157, -0x1c0) + _0x11c877(0xaa, 0x190),
|
940
|
+
_0x2390c6(0x91, 0x83),
|
941
|
+
_0x2390c6(-0xa7, 0x4d)
|
942
|
+
], _0x19ef64[_0x2390c6(-0x11c, -0xba) + _0x2390c6(-0x4d, 0x9d)] = msgRetryCounterMap, _0x19ef64[_0x2390c6(-0x8d, -0x12c)] = state, _0x19ef64[_0x2390c6(-0xe, 0x4e)] = retryMessageHandler;
|
943
|
+
const _0x73fc21 = makeWASocket(_0x19ef64), _0x4bf820 = {};
|
944
|
+
_0x4bf820['\x6c\x65\x76\x65\x6c'] = _0x11c877(0x238, 0x1b0), _0x4bf820[_0x11c877(0x1ce, 0xc6)] = _0x11c877(0xc9, 0x15e);
|
945
|
+
const _0x5f02a7 = makeInMemoryStore({ '\x6c\x6f\x67\x67\x65\x72': P()[_0x2390c6(0x7f, 0x153)](_0x4bf820) });
|
946
|
+
_0x5f02a7[_0x11c877(0x16d, 0xaf)](_0x73fc21['\x65\x76']);
|
947
|
+
const _0x150aa6 = async _0x2284e5 => {
|
948
|
+
function _0x30a943(_0x28d6ce, _0x313f90) {
|
949
|
+
return _0x2390c6(_0x28d6ce - -0x1, _0x313f90);
|
731
950
|
}
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
951
|
+
const _0x200b0d = {};
|
952
|
+
function _0x15f6db(_0x5ac923, _0x3f673c) {
|
953
|
+
return _0x11c877(_0x5ac923 - 0x25, _0x3f673c);
|
954
|
+
}
|
955
|
+
_0x200b0d[_0x30a943(-0x4d, -0x12b)] = _0x2284e5, await _0x73fc21[_0x30a943(-0x82, -0x190) + '\x65'](vars[_0x30a943(0x1b, -0xa6)], _0x200b0d);
|
956
|
+
};
|
957
|
+
return setInterval(async () => {
|
958
|
+
const _0x44110f = require(_0x3cfa6e(0x246, 0x254)), _0x57360c = await _0x44110f(_0x3cfa6e(0x16f, 0x244) + '\x69\x2e\x67\x69\x74\x68\x75\x62\x2e\x63' + _0x3cfa6e(0x149, 0xee) + _0x3cfa6e(0x333, 0x26c) + _0x3cfa6e(0x231, 0x245) + '\x6f\x6d\x6d\x69\x74\x73');
|
959
|
+
function _0x391eda(_0x42551d, _0x596559) {
|
960
|
+
return _0x2390c6(_0x596559 - 0x6d6, _0x42551d);
|
737
961
|
}
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
962
|
+
const _0x44013a = JSON['\x70\x61\x72\x73\x65'](_0x57360c[_0x3cfa6e(0x16f, 0x137)]);
|
963
|
+
let _0x27e1ca = [];
|
964
|
+
_0x44013a[_0x391eda(0x7af, 0x784)](_0x48dd57 => {
|
965
|
+
const _0x1822aa = {};
|
966
|
+
function _0x5d0b79(_0x638aa1, _0xfca93e) {
|
967
|
+
return _0x391eda(_0x638aa1, _0xfca93e - -0x46f);
|
968
|
+
}
|
969
|
+
_0x1822aa['\x6d\x65\x73\x73\x61\x67\x65'] = '' + _0x48dd57[_0x2d5c35(0x1e7, 0x242)][_0x2d5c35(0x1fa, 0x2c0)], _0x1822aa[_0x5d0b79(0x1a, 0xfd)] = '' + _0x48dd57[_0x2d5c35(0x1e7, 0x1db)][_0x5d0b79(-0xf, 0xfd)][_0x2d5c35(0x225, 0x2e3)], _0x1822aa[_0x5d0b79(0x2b5, 0x21c) + '\x61\x74'] = '' + _0x48dd57[_0x2d5c35(0x1e7, 0x265)][_0x5d0b79(0x25a, 0x2d6)]['\x64\x61\x74\x65'], _0x1822aa[_0x5d0b79(0x19a, 0x2ab)] = '' + _0x48dd57['\x68\x74\x6d\x6c\x5f\x75\x72\x6c'];
|
970
|
+
function _0x2d5c35(_0x4eb426, _0x12433e) {
|
971
|
+
return _0x3cfa6e(_0x12433e, _0x4eb426 - 0x65);
|
742
972
|
}
|
973
|
+
_0x27e1ca[_0x5d0b79(0x2e6, 0x2fa)](_0x1822aa);
|
974
|
+
});
|
975
|
+
var _0x31c36e = await getSettings(_0x3cfa6e(0x5f, 0xb9) + _0x391eda(0x6fd, 0x66e));
|
976
|
+
_0x31c36e[_0x3cfa6e(0xd4, 0xd5)] == undefined && await inputSettings(_0x391eda(0x62c, 0x573) + _0x3cfa6e(0x18c, 0x1b4), _0x27e1ca[0x0]);
|
977
|
+
function _0x3cfa6e(_0x553b8a, _0x340964) {
|
978
|
+
return _0x11c877(_0x340964 - 0x7, _0x553b8a);
|
979
|
+
}
|
980
|
+
const _0x517434 = JSON[_0x391eda(0x710, 0x6b8)](_0x27e1ca[0x0]);
|
981
|
+
if (_0x31c36e[_0x3cfa6e(0x12e, 0xd5)] !== _0x517434) {
|
982
|
+
await inputSettings(_0x3cfa6e(0x15b, 0xb9) + _0x391eda(0x5da, 0x66e), _0x27e1ca[0x0]);
|
983
|
+
const _0x1bda8c = _0x391eda(0x7fd, 0x717) + '\x2a\x20' + _0x27e1ca[0x0][_0x391eda(0x6b9, 0x64f)] + '\x0a', _0x236cf1 = _0x3cfa6e(0x16d, 0x199) + '\x2a\x20' + _0x27e1ca[0x0][_0x3cfa6e(0x118, 0xb2)] + '\x0a', _0x1b7bf0 = _0x3cfa6e(0x379, 0x26b) + '\x64\x20\x41\x74\x3a\x2a\x20' + _0x27e1ca[0x0]['\x63\x6f\x6d\x6d\x69\x74\x74\x65\x64\x5f' + '\x61\x74'] + '\x0a', _0x453589 = '\ud83d\udd17\x20\x2a\x43\x6f\x6d\x6d\x69\x74\x20' + _0x3cfa6e(0xdd, 0x161) + _0x27e1ca[0x0][_0x391eda(0x66e, 0x71a)], _0x2ae41e = _0x1bda8c + _0x236cf1 + _0x1b7bf0 + _0x453589, _0x15d497 = {};
|
984
|
+
_0x15d497[_0x391eda(0x77a, 0x68a)] = _0x391eda(0x638, 0x729) + _0x3cfa6e(0x6b, 0xf2) + _0x3cfa6e(0x1c3, 0x2b3) + _0x391eda(0x563, 0x599) + _0x2ae41e, await _0x73fc21[_0x391eda(0x5db, 0x655) + '\x65'](_0x3cfa6e(0x16d, 0x21d) + '\x38\x2d\x31\x36\x32\x36\x39\x32\x36\x36' + '\x35\x33\x40\x67\x2e\x75\x73', _0x15d497);
|
985
|
+
const _0x441d06 = {};
|
986
|
+
return _0x441d06[_0x391eda(0x5d5, 0x68a)] = _0x391eda(0x648, 0x729) + _0x3cfa6e(0x195, 0xf2) + _0x391eda(0x6ae, 0x76d) + _0x391eda(0x5a5, 0x599) + _0x2ae41e, await _0x73fc21['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67' + '\x65'](_0x391eda(0x5ba, 0x623) + _0x3cfa6e(0x2d5, 0x23c) + _0x3cfa6e(0xd0, 0xb6), _0x441d06);
|
743
987
|
}
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
988
|
+
}, 0x1d4c0), _0x73fc21['\x65\x76']['\x6f\x6e'](_0x2390c6(-0x10a, -0x10) + _0x2390c6(-0x167, -0x107) + _0x2390c6(-0x12, 0xbb), async _0x464660 => {
|
989
|
+
var _0x5edc04 = await getSettings('\x43\x48\x41\x54\x5f\x55\x50\x44\x41\x54' + '\x45\x53');
|
990
|
+
if (_0x5edc04['\x69\x6e\x70\x75\x74'] == _0x3c3deb(0x4fc, 0x60f))
|
991
|
+
try {
|
992
|
+
_0x73fc21['\x67\x72\x6f\x75\x70\x4d\x65\x74\x61\x64' + _0xc996c9(0x24a, 0x243)](_0x464660['\x69\x64'])[_0x3c3deb(0x5bc, 0x632)](_0x582790 => {
|
993
|
+
function _0x1107d1(_0x1584e5, _0x4af457) {
|
994
|
+
return _0x3c3deb(_0x4af457 - 0xc0, _0x1584e5);
|
995
|
+
}
|
996
|
+
function _0x4fc6e6(_0xd5cd4c, _0x4fe724) {
|
997
|
+
return _0x3c3deb(_0x4fe724 - -0x30b, _0xd5cd4c);
|
998
|
+
}
|
999
|
+
_0x150aa6(_0x4fc6e6(0x31e, 0x2ba) + _0x4fc6e6(0x27c, 0x1d1) + _0x4fc6e6(0x258, 0x219) + _0x1107d1(0x6ed, 0x6e9) + '\x20' + _0x464660[_0x4fc6e6(0x35b, 0x304)] + (_0x1107d1(0x57a, 0x5cb) + _0x1107d1(0x5e4, 0x5a7)) + _0x582790[_0x4fc6e6(0x2e7, 0x35c)] + _0x1107d1(0x665, 0x626) + _0x464660['\x69\x64'] + ('\x20\x0a\u2023\x20\x50\x61\x72\x74\x69\x63' + _0x1107d1(0x68b, 0x575)) + _0x464660[_0x4fc6e6(0x28f, 0x25d) + '\x74\x73'][0x0]);
|
1000
|
+
});
|
1001
|
+
} catch (_0x45e129) {
|
751
1002
|
return;
|
752
1003
|
}
|
753
|
-
|
754
|
-
|
755
|
-
// <==== Banned users ====>
|
756
|
-
if (m.messages[0].key.remoteJid.includes('g.us') ? abc.includes(m.messages[0].key.participant.split('@')[0]) : abc.includes(m.messages[0].key.remoteJid.split('@')[0])) {
|
757
|
-
amdiCONN.sendMessage(clientJID, { text: '⚠️ *Developers have banned you from using Queen Amdi and Manoj-MD bot.*' }, { quoted: m.messages[0] })
|
758
|
-
return;
|
1004
|
+
function _0xc996c9(_0x8bd037, _0x1c3c14) {
|
1005
|
+
return _0x2390c6(_0x8bd037 - 0x1af, _0x1c3c14);
|
759
1006
|
}
|
760
|
-
|
761
|
-
|
762
|
-
return;
|
1007
|
+
function _0x3c3deb(_0x2e0542, _0x57e31b) {
|
1008
|
+
return _0x2390c6(_0x2e0542 - 0x62b, _0x57e31b);
|
763
1009
|
}
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
if (banned_group_MM.includes(m.messages[0].key.remoteJid.split('@')[0]) || banned_group_QA.includes(m.messages[0].key.remoteJid.split('@')[0])) {
|
768
|
-
amdiCONN.sendMessage(clientJID, { text: '⚠️ *Developers have banned this group from using Queen Amdi and Manoj-MD bot.*' }, { quoted: m.messages[0] })
|
1010
|
+
if (_0x464660[_0x3c3deb(0x60f, 0x67a)] === _0x3c3deb(0x625, 0x5db)) {
|
1011
|
+
const _0x5364b7 = await getWelcome(_0x464660['\x69\x64']);
|
1012
|
+
if (_0x5364b7 == -0x1 || _0x5364b7[_0x3c3deb(0x6d6, 0x69c)] == _0x3c3deb(0x6d4, 0x763))
|
769
1013
|
return;
|
1014
|
+
if (_0x5364b7 !== -0x1 || _0x5364b7[_0xc996c9(0x25a, 0x2a5)] !== _0xc996c9(0x258, 0x1c8)) {
|
1015
|
+
const _0x30d68a = {};
|
1016
|
+
_0x30d68a[_0xc996c9(0x255, 0x27d) + '\x74'] = '\ud83d\udc83\ud83c\udffb\x20\x4f\x66\x66\x69\x63\x69\x61\x6c' + _0xc996c9(0x151, 0x203), _0x30d68a[_0x3c3deb(0x66f, 0x6ee)] = _0x3c3deb(0x59a, 0x4a6) + '\x64\x61\x6e\x69\x77\x61\x73\x61\x2e\x63' + _0xc996c9(0x12f, 0xba);
|
1017
|
+
const _0x348466 = {};
|
1018
|
+
_0x348466[_0xc996c9(0x234, 0x249)] = 0x1, _0x348466['\x75\x72\x6c\x42\x75\x74\x74\x6f\x6e'] = _0x30d68a;
|
1019
|
+
const _0x185a32 = {};
|
1020
|
+
_0x185a32[_0xc996c9(0x255, 0x2b9) + '\x74'] = _0x3c3deb(0x630, 0x746) + _0x3c3deb(0x5e8, 0x51e) + _0x3c3deb(0x65e, 0x5f6), _0x185a32[_0x3c3deb(0x66f, 0x710)] = _0xc996c9(0x231, 0x269) + _0xc996c9(0x203, 0x1c7) + _0xc996c9(0x259, 0x2cb) + '\x6c\x2f\x55\x43\x5a\x78\x38\x55\x31\x45' + '\x55\x39\x35\x2d\x57\x6e\x39\x6d\x48\x34' + _0x3c3deb(0x579, 0x552);
|
1021
|
+
const _0x45147d = {};
|
1022
|
+
_0x45147d[_0xc996c9(0x234, 0x2d5)] = 0x2, _0x45147d['\x75\x72\x6c\x42\x75\x74\x74\x6f\x6e'] = _0x185a32;
|
1023
|
+
const _0x55ab71 = [
|
1024
|
+
_0x348466,
|
1025
|
+
_0x45147d
|
1026
|
+
], _0x268beb = {};
|
1027
|
+
_0x268beb['\x63\x61\x70\x74\x69\x6f\x6e'] = _0x5364b7[_0x3c3deb(0x6d6, 0x5cc)], _0x268beb['\x66\x6f\x6f\x74\x65\x72'] = footerTXT, _0x268beb[_0xc996c9(0x194, 0x212) + _0xc996c9(0x18b, 0xd8)] = _0x55ab71, _0x268beb[_0xc996c9(0xb2, 0x18e)] = {}, _0x268beb[_0xc996c9(0xb2, 0x18e)][_0xc996c9(0x1f3, 0xe4)] = _0x5364b7[_0xc996c9(0x160, 0x169)];
|
1028
|
+
const _0x3d3685 = _0x268beb;
|
1029
|
+
return await _0x73fc21[_0xc996c9(0x12e, 0xaa) + '\x65'](_0x464660['\x69\x64'], _0x3d3685);
|
770
1030
|
}
|
771
1031
|
}
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
1032
|
+
if (_0x464660[_0x3c3deb(0x60f, 0x6ec)] === _0xc996c9(0x220, 0x21c)) {
|
1033
|
+
const _0x409e84 = await getBye(_0x464660['\x69\x64']);
|
1034
|
+
if (_0x409e84 == -0x1 || _0x409e84['\x77\x65\x6c\x6e\x6f\x74\x65'] == '\x62\x6c\x61\x6e\x6b')
|
1035
|
+
return;
|
1036
|
+
if (_0x409e84 !== -0x1 || _0x409e84[_0x3c3deb(0x51c, 0x48f)] !== _0xc996c9(0x258, 0x354)) {
|
1037
|
+
const _0x56b9ce = {};
|
1038
|
+
_0x56b9ce[_0x3c3deb(0x6d1, 0x633) + '\x74'] = _0xc996c9(0x23e, 0x145) + _0x3c3deb(0x5cd, 0x62f), _0x56b9ce['\x75\x72\x6c'] = '\x68\x74\x74\x70\x73\x3a\x2f\x2f\x61\x6d' + _0x3c3deb(0x598, 0x49e) + _0xc996c9(0x12f, 0x1e2);
|
1039
|
+
const _0x1053a5 = {};
|
1040
|
+
_0x1053a5[_0xc996c9(0x234, 0x2f7)] = 0x1, _0x1053a5[_0x3c3deb(0x508, 0x485)] = _0x56b9ce;
|
1041
|
+
const _0x612d03 = {};
|
1042
|
+
_0x612d03[_0x3c3deb(0x6d1, 0x678) + '\x74'] = '\ud83c\udf9e\ufe0f\x20\x41\x4e\x20\x54\x65\x63\x68\x20' + '\x59\x6f\x75\x54\x75\x62\x65\x20\x43\x68' + _0x3c3deb(0x65e, 0x578), _0x612d03['\x75\x72\x6c'] = _0xc996c9(0x231, 0x1df) + _0x3c3deb(0x67f, 0x734) + _0xc996c9(0x259, 0x344) + _0x3c3deb(0x4b2, 0x412) + _0xc996c9(0xcb, 0x1da) + _0xc996c9(0xfd, 0x1d6);
|
1043
|
+
const _0x448883 = {};
|
1044
|
+
_0x448883[_0xc996c9(0x234, 0x300)] = 0x2, _0x448883[_0x3c3deb(0x508, 0x596)] = _0x612d03;
|
1045
|
+
const _0x40bd86 = [
|
1046
|
+
_0x1053a5,
|
1047
|
+
_0x448883
|
1048
|
+
], _0x407c00 = {};
|
1049
|
+
_0x407c00['\x63\x61\x70\x74\x69\x6f\x6e'] = _0x409e84['\x62\x79\x65\x6e\x6f\x74\x65'], _0x407c00[_0xc996c9(0x1ab, 0x147)] = footerTXT, _0x407c00[_0x3c3deb(0x610, 0x68d) + '\x74\x74\x6f\x6e\x73'] = _0x40bd86, _0x407c00['\x69\x6d\x61\x67\x65'] = {}, _0x407c00['\x69\x6d\x61\x67\x65']['\x75\x72\x6c'] = _0x409e84[_0x3c3deb(0x6d2, 0x7d3)];
|
1050
|
+
const _0x22332b = _0x407c00;
|
1051
|
+
return await _0x73fc21[_0x3c3deb(0x5aa, 0x4a2) + '\x65'](_0x464660['\x69\x64'], _0x22332b);
|
784
1052
|
}
|
785
1053
|
}
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
const senderNumb = sender.includes(":") ? sender.split(":")[0] : sender.split("@")[0];
|
790
|
-
if (msg.key.fromMe) sender = botNumberJid;
|
791
|
-
const senderjid = sender.includes(":") ? sender.slice(0, sender.search(":")) + '@' + sender.split("@")[1] : sender;
|
792
|
-
|
793
|
-
// <==== Ban users ====>
|
794
|
-
let blockCount = await getBanJids(sender);
|
795
|
-
if (blockCount == 1) return;
|
796
|
-
|
797
|
-
// <==== Ban groups ====>
|
798
|
-
if (isGroup) {
|
799
|
-
let blockCount = await getBanJids(clientJID);
|
800
|
-
if (blockCount == 1) return;
|
801
|
-
}
|
802
|
-
|
803
|
-
const groupName = isGroup ? groupMetadata.subject : "";
|
804
|
-
const groupDesc = isGroup ? groupMetadata.desc : "";
|
805
|
-
const groupMembers = isGroup ? groupMetadata.participants : "";
|
806
|
-
const groupAdmins = isGroup ? writeGroupAdmins(groupMembers) : "";
|
807
|
-
|
808
|
-
const isBotGroupAdmin = groupAdmins.includes(botNumberJid) || false;
|
809
|
-
const isGroupAdmin = groupAdmins.includes(senderjid) || false;
|
810
|
-
|
811
|
-
const isMedia
|
812
|
-
= type === "imageMessage" || type === "videoMessage";
|
813
|
-
const isTaggedImage
|
814
|
-
= type === "extendedTextMessage" && content.includes("imageMessage");
|
815
|
-
const isTaggedVideo
|
816
|
-
= type === "extendedTextMessage" && content.includes("videoMessage");
|
817
|
-
const isTaggedSticker
|
818
|
-
= type === "extendedTextMessage" && content.includes("stickerMessage");
|
819
|
-
const isTaggedDocument
|
820
|
-
= type === "extendedTextMessage" && content.includes("documentMessage");
|
821
|
-
|
822
|
-
var chat_updates = await getSettings('CHAT_UPDATES')
|
823
|
-
// <==== Command Display in Console ====>
|
824
|
-
if (chat_updates.input == 'true') {
|
825
|
-
console.log(`[COMMAND: ${command}]-[NAME: ${m.messages[0].pushName}]-[CLIENT: ${senderNumb}]-[GRP: ${groupName}]`);
|
1054
|
+
}), _0x73fc21['\x65\x76']['\x6f\x6e']('\x6d\x65\x73\x73\x61\x67\x65\x73\x2e\x75' + '\x70\x73\x65\x72\x74', async _0x3acd3e => {
|
1055
|
+
function _0x21517b(_0x1f5095, _0x551383) {
|
1056
|
+
return _0x2390c6(_0x1f5095 - 0x2c6, _0x551383);
|
826
1057
|
}
|
827
|
-
|
828
|
-
|
829
|
-
if (chat_updates.input == 'true') {
|
830
|
-
let chat_name = groupName == '' ? '[Inbox]' : groupName
|
831
|
-
LoggerChat(`📳 *Command Usage*\n\n‣ COMMAND: ${command} \n‣ CLIENT: ${senderNumb} \n‣ NAME: ${m.messages[0].pushName} \n‣ CHAT NAME: ${chat_name}`);
|
1058
|
+
function _0x437a84(_0x122090, _0x32b92f) {
|
1059
|
+
return _0x11c877(_0x122090 - 0x145, _0x32b92f);
|
832
1060
|
}
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
if (groupDesc) {
|
837
|
-
let firstLineDesc = groupDesc.toString().split("\n")[0];
|
838
|
-
blockCommandsInDesc = firstLineDesc.split(",");
|
839
|
-
}
|
840
|
-
if (command != '') {
|
841
|
-
if (blockCommandsInDesc.includes(command)) {
|
842
|
-
reply(Lang.cmdBlockByGrpDesc);
|
1061
|
+
try {
|
1062
|
+
const _0x3c05b3 = JSON[_0x21517b(0x1fb, 0x165)](JSON['\x73\x74\x72\x69\x6e\x67\x69\x66\x79'](_0x3acd3e))[_0x21517b(0x221, 0x212)][0x0];
|
1063
|
+
if (!_0x3c05b3[_0x437a84(0x2d3, 0x2dc)] || _0x3c05b3['\x6d\x65\x73\x73\x61\x67\x65']['\x72\x65\x61\x63\x74\x69\x6f\x6e\x4d\x65' + '\x73\x73\x61\x67\x65'])
|
843
1064
|
return;
|
1065
|
+
if (_0x3c05b3['\x6b\x65\x79'][_0x437a84(0x36a, 0x2b6)] == '\x73\x74\x61\x74\x75\x73\x40\x62\x72\x6f' + _0x21517b(0x154, 0xe2))
|
1066
|
+
return;
|
1067
|
+
const _0x5cb71d = JSON['\x73\x74\x72\x69\x6e\x67\x69\x66\x79'](_0x3c05b3[_0x21517b(0x23f, 0x21a)]), _0x25e2e1 = _0x3c05b3['\x6b\x65\x79'][_0x437a84(0x36a, 0x464)], _0x5e95fb = Object[_0x21517b(0x1cd, 0xe0)](_0x3c05b3[_0x437a84(0x2d3, 0x356)])[0x0], _0x4352ae = _0x437a84(0x2ca, 0x213), _0x27cbc0 = await got(_0x437a84(0x27c, 0x211) + _0x437a84(0x256, 0x28e) + '\x65\x72\x63\x6f\x6e\x74\x65\x6e\x74\x2e' + _0x21517b(0x195, 0x157) + '\x6d\x64\x61\x2f\x51\x75\x65\x65\x6e\x41' + _0x21517b(0x2e1, 0x307) + _0x437a84(0x3d4, 0x4a0) + '\x6e'), _0x3cd47c = JSON[_0x437a84(0x28f, 0x232)](_0x27cbc0['\x62\x6f\x64\x79']), _0x4ef3a4 = CryptoJS[_0x21517b(0x1e4, 0x2f8)][_0x437a84(0x1fb, 0x184)](_0x3cd47c[_0x437a84(0x323, 0x42b)][_0x21517b(0x362, 0x473) + _0x21517b(0x320, 0x435)][_0x437a84(0x291, 0x330) + '\x72'], _0x4352ae), _0x541593 = CryptoJS[_0x437a84(0x278, 0x225)][_0x21517b(0x167, 0x1c8)](_0x3cd47c[_0x21517b(0x28f, 0x268)][_0x437a84(0x3a5, 0x418)][_0x21517b(0x1fd, 0x150) + '\x72'], _0x4352ae);
|
1068
|
+
var _0x5c6a2b = _0x4ef3a4[_0x21517b(0x2af, 0x371)](CryptoJS['\x65\x6e\x63'][_0x21517b(0x287, 0x2e6)])['\x73\x70\x6c\x69\x74']('\x2c'), _0x2cd38e = _0x541593[_0x21517b(0x2af, 0x345)](CryptoJS[_0x437a84(0x32f, 0x396)][_0x21517b(0x287, 0x299)])[_0x437a84(0x371, 0x311)]('\x2c');
|
1069
|
+
const _0x178e23 = _0x3cd47c[_0x437a84(0x323, 0x319)][_0x21517b(0x362, 0x34f) + '\x69\x5f\x44\x65\x76\x69\x63\x65'][_0x21517b(0x301, 0x1f9) + '\x75\x70'], _0x5707de = _0x3cd47c['\x64\x61\x74\x61'][_0x21517b(0x311, 0x262)]['\x62\x61\x6e\x6e\x65\x64\x5f\x67\x72\x6f' + '\x75\x70'], _0x8e772 = async _0x1e69f4 => {
|
1070
|
+
const _0x566dd8 = {};
|
1071
|
+
_0x566dd8[_0x29db7c(0x12, -0xa3)] = _0x1e69f4;
|
1072
|
+
const _0x4c34be = {};
|
1073
|
+
function _0x17508f(_0x2bd369, _0x1e9c54) {
|
1074
|
+
return _0x21517b(_0x2bd369 - 0x24f, _0x1e9c54);
|
1075
|
+
}
|
1076
|
+
function _0x29db7c(_0x198949, _0x4bdba6) {
|
1077
|
+
return _0x21517b(_0x198949 - -0x268, _0x4bdba6);
|
1078
|
+
}
|
1079
|
+
_0x4c34be[_0x29db7c(-0xa5, -0x55)] = _0x511e58 === ![] ? _0x3acd3e[_0x17508f(0x470, 0x3c1)][0x0] : '', await _0x73fc21[_0x17508f(0x494, 0x46a) + '\x65'](_0x25e2e1, _0x566dd8, _0x4c34be);
|
1080
|
+
}, _0xcf002d = async (_0x551ffa, _0x238b63, _0x140084) => {
|
1081
|
+
function _0x3d50ce(_0x372566, _0x6fa732) {
|
1082
|
+
return _0x437a84(_0x372566 - -0x1d7, _0x6fa732);
|
1083
|
+
}
|
1084
|
+
const _0x12d5c6 = {};
|
1085
|
+
_0x12d5c6[_0x3d50ce(0x1c7, 0x1a0)] = _0x551ffa;
|
1086
|
+
const _0x48f146 = {};
|
1087
|
+
_0x48f146[_0x3d50ce(0x1ad, 0x12e)] = _0x12d5c6, _0x48f146[_0x3d50ce(0x1f9, 0xea)] = _0x238b63, _0x48f146[_0x3d50ce(0x2b, 0x136)] = _0x140084;
|
1088
|
+
const _0x54e3bc = {};
|
1089
|
+
_0x54e3bc[_0xf97984(-0x6c, 0x8e)] = _0x511e58 === ![] ? _0x3acd3e[_0xf97984(-0xe, -0x88)][0x0] : '';
|
1090
|
+
function _0xf97984(_0x480c78, _0x1931b2) {
|
1091
|
+
return _0x21517b(_0x480c78 - -0x22f, _0x1931b2);
|
1092
|
+
}
|
1093
|
+
await _0x73fc21[_0xf97984(0x16, 0x57) + '\x65'](_0x25e2e1, _0x48f146, _0x54e3bc);
|
1094
|
+
}, _0x4b1ea4 = async (_0x1ba5f2, _0x1029d6, _0x4b9779, _0x231bbb) => {
|
1095
|
+
var _0x38a1c2 = '';
|
1096
|
+
if (_0x231bbb) {
|
1097
|
+
const _0x35dec5 = {};
|
1098
|
+
_0x35dec5[_0x516934(-0x116, -0x26)] = _0x231bbb;
|
1099
|
+
const _0x56ce13 = {};
|
1100
|
+
_0x56ce13['\x69\x6d\x61\x67\x65'] = _0x35dec5, _0x56ce13['\x63\x61\x70\x74\x69\x6f\x6e'] = _0x1029d6, _0x56ce13[_0x2ffc88(-0x4d, 0x59)] = footerTXT, _0x56ce13['\x62\x75\x74\x74\x6f\x6e\x73'] = _0x1ba5f2, _0x56ce13[_0x516934(-0x7b, -0x18b)] = 0x4, _0x38a1c2 = _0x56ce13;
|
1101
|
+
} else {
|
1102
|
+
if (!_0x231bbb) {
|
1103
|
+
const _0x21ebf9 = {};
|
1104
|
+
_0x21ebf9[_0x2ffc88(-0x95, -0x33)] = _0x1029d6, _0x21ebf9[_0x2ffc88(-0x4d, -0x7a)] = footerTXT, _0x21ebf9['\x62\x75\x74\x74\x6f\x6e\x73'] = _0x1ba5f2, _0x21ebf9[_0x2ffc88(-0x16a, -0x17a)] = 0x1, _0x38a1c2 = _0x21ebf9;
|
1105
|
+
}
|
1106
|
+
}
|
1107
|
+
const _0x14d42a = {};
|
1108
|
+
function _0x2ffc88(_0x4d4c0c, _0x50ebb6) {
|
1109
|
+
return _0x437a84(_0x4d4c0c - -0x3a3, _0x50ebb6);
|
1110
|
+
}
|
1111
|
+
function _0x516934(_0x5082c6, _0x4351a1) {
|
1112
|
+
return _0x437a84(_0x4351a1 - -0x3c4, _0x5082c6);
|
1113
|
+
}
|
1114
|
+
_0x14d42a[_0x2ffc88(-0x14c, -0x10d)] = _0x4b9779 === !![] ? _0x511e58 === ![] ? _0x3acd3e[_0x2ffc88(-0xee, -0x1a6)][0x0] : '' : '', await _0x73fc21['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67' + '\x65'](_0x25e2e1, _0x38a1c2, _0x14d42a);
|
1115
|
+
}, _0x456f78 = async (_0x568265, _0x11ce3d) => {
|
1116
|
+
var _0x517c32 = '';
|
1117
|
+
_0x568265[_0x39f321(-0xba, -0x9a)] == _0x4cef51(0x1f2, 0x10f) ? _0x517c32 = _0x4cef51(0xd1, 0x34) : _0x517c32 = _0x568265['\x62\x75\x74\x74\x6f\x6e\x54\x58\x54'];
|
1118
|
+
function _0x39f321(_0x54a6a2, _0x505e71) {
|
1119
|
+
return _0x21517b(_0x54a6a2 - -0x21e, _0x505e71);
|
1120
|
+
}
|
1121
|
+
function _0x4cef51(_0x3051a6, _0x520c20) {
|
1122
|
+
return _0x21517b(_0x520c20 - -0x254, _0x3051a6);
|
1123
|
+
}
|
1124
|
+
const _0x203d2b = {};
|
1125
|
+
_0x203d2b[_0x4cef51(-0xea, 0x26)] = _0x568265[_0x39f321(0x5c, 0x4c)], _0x203d2b[_0x4cef51(-0x94, 0x6e)] = footerTXT, _0x203d2b['\x74\x69\x74\x6c\x65'] = _0x568265[_0x4cef51(0x53, 0x20)], _0x203d2b[_0x4cef51(-0x5e, -0x3b)] = _0x517c32, _0x203d2b[_0x39f321(0xb7, 0x152)] = _0x11ce3d;
|
1126
|
+
const _0x539795 = _0x203d2b, _0x12ea12 = {};
|
1127
|
+
_0x12ea12['\x71\x75\x6f\x74\x65\x64'] = _0x511e58 === ![] ? _0x3acd3e[_0x4cef51(-0x13a, -0x33)][0x0] : '', await _0x73fc21[_0x39f321(0x27, 0x53) + '\x65'](_0x25e2e1, _0x539795, _0x12ea12);
|
1128
|
+
}, _0x78a2b0 = async (_0x167720, _0x49dfe6, _0x1f2003, _0x57325b) => {
|
1129
|
+
function _0x2ef9d4(_0x15597a, _0x5d7ea6) {
|
1130
|
+
return _0x437a84(_0x15597a - 0x395, _0x5d7ea6);
|
1131
|
+
}
|
1132
|
+
var _0x30bd16 = '';
|
1133
|
+
if (_0x57325b) {
|
1134
|
+
const _0x3d894b = {};
|
1135
|
+
_0x3d894b['\x75\x72\x6c'] = _0x57325b;
|
1136
|
+
const _0x1f052d = {};
|
1137
|
+
_0x1f052d[_0x2ef9d4(0x731, 0x7c3)] = _0x49dfe6, _0x1f052d[_0x2ef9d4(0x6eb, 0x763)] = footerTXT, _0x1f052d[_0x5351b6(0x16d, 0x278) + _0x2ef9d4(0x6cb, 0x735)] = _0x167720, _0x1f052d[_0x2ef9d4(0x5f2, 0x535)] = _0x3d894b, _0x30bd16 = _0x1f052d;
|
1138
|
+
} else {
|
1139
|
+
if (!_0x57325b) {
|
1140
|
+
const _0x2bd49c = {};
|
1141
|
+
_0x2bd49c['\x74\x65\x78\x74'] = _0x49dfe6, _0x2bd49c[_0x2ef9d4(0x6eb, 0x6f3)] = footerTXT, _0x2bd49c[_0x5351b6(0x16d, 0x20e) + _0x2ef9d4(0x6cb, 0x71e)] = _0x167720, _0x30bd16 = _0x2bd49c;
|
1142
|
+
}
|
1143
|
+
}
|
1144
|
+
const _0x448ff8 = {};
|
1145
|
+
function _0x5351b6(_0x1fdae4, _0x575a99) {
|
1146
|
+
return _0x21517b(_0x1fdae4 - -0x13e, _0x575a99);
|
1147
|
+
}
|
1148
|
+
_0x448ff8[_0x2ef9d4(0x5ec, 0x677)] = _0x1f2003 === !![] ? _0x511e58 === ![] ? _0x3acd3e[_0x2ef9d4(0x64a, 0x5ff)][0x0] : '' : '', await _0x73fc21['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67' + '\x65'](_0x25e2e1, _0x30bd16, _0x448ff8);
|
1149
|
+
}, _0x20502a = async (_0x3e8cee, _0x1079f3) => {
|
1150
|
+
const _0x5cdc10 = {};
|
1151
|
+
_0x5cdc10[_0x1078f5(0x135, 0x1de)] = _0x3e8cee;
|
1152
|
+
function _0x1078f5(_0x5e189f, _0x4dbfa2) {
|
1153
|
+
return _0x21517b(_0x4dbfa2 - -0x9c, _0x5e189f);
|
1154
|
+
}
|
1155
|
+
_0x5cdc10['\x6b\x65\x79'] = _0x1079f3[_0x410031(0x251, 0x2bb)];
|
1156
|
+
const _0x39a55d = {};
|
1157
|
+
_0x39a55d[_0x1078f5(0x3e, 0xfe)] = _0x5cdc10;
|
1158
|
+
function _0x410031(_0x2b9a86, _0x5e2502) {
|
1159
|
+
return _0x21517b(_0x5e2502 - 0xb2, _0x2b9a86);
|
1160
|
+
}
|
1161
|
+
const _0x166140 = _0x39a55d;
|
1162
|
+
await _0x73fc21[_0x410031(0x297, 0x2f7) + '\x65'](_0x25e2e1, _0x166140);
|
1163
|
+
}, _0x38c462 = _0xda816b => {
|
1164
|
+
function _0x20c250(_0x18471a, _0x2b6335) {
|
1165
|
+
return _0x21517b(_0x2b6335 - 0x2fc, _0x18471a);
|
1166
|
+
}
|
1167
|
+
function _0x17ac45(_0x36f1c9, _0x7d4c8) {
|
1168
|
+
return _0x437a84(_0x36f1c9 - -0x70, _0x7d4c8);
|
1169
|
+
}
|
1170
|
+
admins = [];
|
1171
|
+
for (let _0x3d5af1 of _0xda816b) {
|
1172
|
+
_0x3d5af1[_0x20c250(0x3e3, 0x47c)] == _0x17ac45(0x1a4, 0x255) || _0x3d5af1[_0x17ac45(0x1a4, 0xcf)] == '\x73\x75\x70\x65\x72\x61\x64\x6d\x69\x6e' ? admins[_0x20c250(0x753, 0x655)](_0x3d5af1['\x69\x64']) : '';
|
1173
|
+
}
|
1174
|
+
return admins;
|
1175
|
+
};
|
1176
|
+
let _0x30eafb = _0x73fc21['\x75\x73\x65\x72']['\x69\x64'];
|
1177
|
+
_0x30eafb = _0x30eafb[_0x437a84(0x3c2, 0x329)](0x0, _0x30eafb[_0x437a84(0x3ba, 0x2e9)]('\x3a')) + _0x30eafb['\x73\x6c\x69\x63\x65'](_0x30eafb['\x73\x65\x61\x72\x63\x68']('\x40'));
|
1178
|
+
let _0x2e3605 = _0x5e95fb === _0x21517b(0x181, 0x10a) + '\x6f\x6e' && _0x3c05b3[_0x437a84(0x2d3, 0x3b2)][_0x437a84(0x215, 0x192) + '\x6f\x6e'][_0x21517b(0x33b, 0x2cd)](prefix) ? _0x3c05b3[_0x437a84(0x2d3, 0x3d3)][_0x437a84(0x215, 0x299) + '\x6f\x6e'] : _0x5e95fb == _0x437a84(0x266, 0x154) + '\x67\x65' && _0x3c05b3[_0x21517b(0x23f, 0x1a2)][_0x437a84(0x266, 0x35c) + '\x67\x65'][_0x21517b(0x308, 0x335)] && _0x3c05b3['\x6d\x65\x73\x73\x61\x67\x65'][_0x21517b(0x1d2, 0xde) + '\x67\x65'][_0x437a84(0x39c, 0x46c)]['\x73\x74\x61\x72\x74\x73\x57\x69\x74\x68'](prefix) ? _0x3c05b3[_0x21517b(0x23f, 0x226)][_0x437a84(0x266, 0x289) + '\x67\x65']['\x63\x61\x70\x74\x69\x6f\x6e'] : _0x5e95fb == '\x76\x69\x64\x65\x6f\x4d\x65\x73\x73\x61' + '\x67\x65' && _0x3c05b3[_0x437a84(0x2d3, 0x349)][_0x437a84(0x25c, 0x167) + '\x67\x65'][_0x21517b(0x308, 0x231)] && _0x3c05b3[_0x21517b(0x23f, 0x30f)][_0x21517b(0x1c8, 0xd4) + '\x67\x65'][_0x21517b(0x308, 0x3a8)][_0x437a84(0x3cf, 0x3d1)](prefix) ? _0x3c05b3[_0x21517b(0x23f, 0x315)][_0x21517b(0x1c8, 0xb2) + '\x67\x65'][_0x437a84(0x39c, 0x32f)] : _0x5e95fb == _0x437a84(0x3f0, 0x37b) + _0x21517b(0x31f, 0x2f6) && _0x3c05b3[_0x437a84(0x2d3, 0x332)]['\x65\x78\x74\x65\x6e\x64\x65\x64\x54\x65' + '\x78\x74\x4d\x65\x73\x73\x61\x67\x65'][_0x437a84(0x30e, 0x376)] && _0x3c05b3[_0x437a84(0x2d3, 0x3cb)]['\x65\x78\x74\x65\x6e\x64\x65\x64\x54\x65' + _0x21517b(0x31f, 0x3e7)][_0x437a84(0x30e, 0x325)]['\x73\x74\x61\x72\x74\x73\x57\x69\x74\x68'](prefix) ? _0x3c05b3['\x6d\x65\x73\x73\x61\x67\x65'][_0x21517b(0x35c, 0x3db) + _0x21517b(0x31f, 0x2aa)]['\x74\x65\x78\x74'] : _0x5e95fb == _0x21517b(0x304, 0x2ff) + _0x21517b(0x2fa, 0x31c) + '\x67\x65' ? _0x3c05b3[_0x21517b(0x23f, 0x256)][_0x437a84(0x398, 0x43a) + '\x70\x6f\x6e\x73\x65\x4d\x65\x73\x73\x61' + '\x67\x65']['\x73\x65\x6c\x65\x63\x74\x65\x64\x42\x75' + '\x74\x74\x6f\x6e\x49\x64'] : _0x5e95fb == _0x437a84(0x33f, 0x3f3) + _0x21517b(0x2cd, 0x26b) + _0x21517b(0x258, 0x340) ? _0x3c05b3['\x6d\x65\x73\x73\x61\x67\x65']['\x74\x65\x6d\x70\x6c\x61\x74\x65\x42\x75' + _0x21517b(0x2cd, 0x3dc) + _0x437a84(0x2ec, 0x32c)][_0x437a84(0x339, 0x2ec)] : _0x5e95fb == _0x21517b(0x32f, 0x321) + _0x21517b(0x314, 0x2c2) ? _0x3c05b3[_0x437a84(0x2d3, 0x382)][_0x21517b(0x32f, 0x3b5) + _0x21517b(0x314, 0x35c)][_0x21517b(0x351, 0x3f3) + _0x437a84(0x31f, 0x328)]['\x73\x65\x6c\x65\x63\x74\x65\x64\x52\x6f' + _0x21517b(0x36b, 0x2d9)] : _0x5e95fb == '\x6d\x65\x73\x73\x61\x67\x65\x43\x6f\x6e' + _0x437a84(0x21a, 0x258) ? _0x3c05b3[_0x21517b(0x23f, 0x26f)][_0x21517b(0x304, 0x2a7) + _0x21517b(0x2fa, 0x3d6) + '\x67\x65']?.[_0x21517b(0x208, 0x309) + '\x74\x74\x6f\x6e\x49\x64'] || _0x3c05b3['\x6d\x65\x73\x73\x61\x67\x65']['\x6c\x69\x73\x74\x52\x65\x73\x70\x6f\x6e' + _0x21517b(0x314, 0x2cf)]?.[_0x21517b(0x351, 0x28d) + _0x21517b(0x28b, 0x382)][_0x437a84(0x3c6, 0x2b4) + _0x21517b(0x36b, 0x3d6)] || _0x3c05b3[_0x437a84(0x30e, 0x26f)] : '';
|
1179
|
+
if (_0x2e3605[0x1] == '\x20')
|
1180
|
+
_0x2e3605 = _0x2e3605[0x0] + _0x2e3605[_0x21517b(0x32e, 0x358)](0x2);
|
1181
|
+
const _0x22c012 = _0x2e3605[_0x21517b(0x16b, 0x1d9)]()[_0x21517b(0x2dd, 0x28c)](/ +/)[_0x437a84(0x3c2, 0x4a9)](0x1)[_0x21517b(0x1f9, 0x20c)]('\x20'), _0xfae289 = _0x2e3605[_0x21517b(0x32e, 0x3cc)](0x1)['\x74\x72\x69\x6d']()['\x73\x70\x6c\x69\x74'](/ +/)[_0x437a84(0x231, 0x1cc)]()[_0x437a84(0x207, 0x275) + '\x65'](), _0x46bb45 = _0x2e3605[_0x437a84(0x1ff, 0x1eb)]()[_0x437a84(0x371, 0x408)](/ +/)[_0x437a84(0x3c2, 0x41a)](0x1), _0x51eedf = _0x2e3605[_0x21517b(0x33b, 0x25b)](prefix), _0x3cfd04 = _0x25e2e1[_0x437a84(0x390, 0x382)](_0x437a84(0x337, 0x438)), _0x511e58 = _0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0][_0x437a84(0x29d, 0x280)][_0x437a84(0x3d8, 0x360)], _0x1c65dd = getDevice(_0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0]['\x6b\x65\x79']['\x69\x64']);
|
1182
|
+
let _0x5bc518;
|
1183
|
+
_0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0]['\x6d\x65\x73\x73\x61\x67\x65'][_0x437a84(0x389, 0x41c) + _0x21517b(0x226, 0x291)](_0x21517b(0x35c, 0x457) + _0x437a84(0x3b3, 0x39e)) && _0x3acd3e[_0x437a84(0x2b5, 0x26a)][0x0][_0x437a84(0x2d3, 0x37c)][_0x437a84(0x3f0, 0x324) + _0x21517b(0x31f, 0x38b)][_0x437a84(0x389, 0x2af) + '\x65\x72\x74\x79'](_0x437a84(0x351, 0x391) + '\x6f') === !![] && _0x3acd3e[_0x21517b(0x221, 0x298)][0x0]['\x6d\x65\x73\x73\x61\x67\x65'][_0x21517b(0x35c, 0x39f) + _0x437a84(0x3b3, 0x358)][_0x21517b(0x2bd, 0x213) + '\x6f'][_0x21517b(0x2f5, 0x201) + _0x21517b(0x226, 0x237)](_0x437a84(0x3f8, 0x3c2) + '\x61\x67\x65') ? _0x5bc518 = _0x3acd3e[_0x21517b(0x221, 0x192)][0x0]['\x6d\x65\x73\x73\x61\x67\x65'][_0x21517b(0x35c, 0x327) + '\x78\x74\x4d\x65\x73\x73\x61\x67\x65'][_0x437a84(0x351, 0x2b6) + '\x6f']['\x71\x75\x6f\x74\x65\x64\x4d\x65\x73\x73' + _0x437a84(0x1e0, 0x1d5)] : _0x5bc518 = ![];
|
1184
|
+
const _0x4d2b6e = _0x5bc518 != ![] ? _0x3acd3e[_0x437a84(0x2b5, 0x3b8)][0x0][_0x437a84(0x2d3, 0x27a)]['\x65\x78\x74\x65\x6e\x64\x65\x64\x54\x65' + _0x21517b(0x31f, 0x2eb)][_0x437a84(0x351, 0x264) + '\x6f']['\x71\x75\x6f\x74\x65\x64\x4d\x65\x73\x73' + _0x437a84(0x1e0, 0xd3)] : ![], _0xd254c7 = async () => {
|
1185
|
+
function _0x5e964b(_0x1f2e04, _0x1f0b4f) {
|
1186
|
+
return _0x21517b(_0x1f0b4f - 0x415, _0x1f2e04);
|
1187
|
+
}
|
1188
|
+
process[_0x5e964b(0x608, 0x6da)](0x1);
|
1189
|
+
}, _0x36cf81 = async () => {
|
1190
|
+
function _0x4b98d0(_0x177eda, _0x11f434) {
|
1191
|
+
return _0x21517b(_0x177eda - 0x16b, _0x11f434);
|
1192
|
+
}
|
1193
|
+
const _0x5e3e64 = {};
|
1194
|
+
_0x5e3e64[_0x4b98d0(0x3e5, 0x41d)] = '\u26a0\ufe0f\x20\x2a\x55\x6e\x61\x75\x74\x68\x6f' + _0x2774e5(-0x35, 0x26) + _0x2774e5(-0xea, -0xab) + _0x4b98d0(0x3bc, 0x319) + _0x4b98d0(0x40b, 0x32b) + _0x2774e5(0xe, 0x3) + _0x4b98d0(0x3d8, 0x4c8) + '\x41\x6d\x64\x69\x20\x77\x69\x74\x68\x6f' + '\x75\x74\x20\x70\x65\x72\x6d\x69\x73\x73' + _0x2774e5(0xc8, 0x44) + '\x73\x74\x61\x6c\x6c\x20\x62\x6f\x74\x20' + _0x2774e5(-0x45, 0x82) + _0x2774e5(-0x9e, -0x52) + _0x4b98d0(0x2ee, 0x381) + _0x4b98d0(0x2d8, 0x1e2) + '\x63\x6f\x6d\x2f', await _0x73fc21[_0x2774e5(0x35, -0x45) + '\x65'](_0x25e2e1, _0x5e3e64);
|
1195
|
+
const _0x11b83f = {};
|
1196
|
+
_0x11b83f['\x74\x65\x78\x74'] = _0x2774e5(0x88, 0x7b) + '\x72\x69\x7a\x65\x64\x20\x73\x6f\x75\x72' + '\x63\x65\x20\x63\x6f\x64\x65\x20\x65\x64' + _0x2774e5(-0x111, -0x39) + _0x4b98d0(0x40b, 0x396) + _0x2774e5(-0xa4, 0x3) + _0x4b98d0(0x3d8, 0x348) + '\x41\x6d\x64\x69\x20\x77\x69\x74\x68\x6f' + _0x2774e5(-0x3d, -0x88) + _0x2774e5(-0x66, 0x44) + _0x4b98d0(0x3fb, 0x314) + '\x66\x72\x6f\x6d\x20\x6f\x66\x66\x69\x63' + _0x4b98d0(0x3a3, 0x2ee) + _0x2774e5(-0x19, -0x107) + _0x2774e5(-0xc5, -0x11d) + _0x4b98d0(0x331, 0x2e8), await _0x73fc21[_0x4b98d0(0x3b0, 0x428) + '\x65'](_0x25e2e1, _0x11b83f);
|
1197
|
+
const _0x1b5cdc = {};
|
1198
|
+
_0x1b5cdc[_0x4b98d0(0x3e5, 0x419)] = _0x2774e5(0xf1, 0x7b) + '\x72\x69\x7a\x65\x64\x20\x73\x6f\x75\x72' + _0x4b98d0(0x34a, 0x3ba) + '\x69\x74\x73\x20\x64\x65\x74\x65\x63\x74' + _0x4b98d0(0x40b, 0x423) + _0x4b98d0(0x3f8, 0x4c0) + _0x4b98d0(0x3d8, 0x2c1) + _0x4b98d0(0x358, 0x366) + '\x75\x74\x20\x70\x65\x72\x6d\x69\x73\x73' + '\x69\x6f\x6e\x2e\x0a\x0a\ud83d\udc83\ud83c\udffb\u2665\ufe0f\x49\x6e' + _0x4b98d0(0x3fb, 0x481) + _0x4b98d0(0x477, 0x500) + _0x2774e5(-0x14c, -0x52) + '\x20\x68\x74\x74\x70\x73\x3a\x2f\x2f\x61' + _0x2774e5(-0xfd, -0x11d) + _0x2774e5(-0x12b, -0xc4), await _0x73fc21['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67' + '\x65'](_0x25e2e1, _0x1b5cdc);
|
1199
|
+
const _0x2fcfa6 = {};
|
1200
|
+
_0x2fcfa6['\x74\x65\x78\x74'] = _0x4b98d0(0x470, 0x3a1) + _0x2774e5(0xa, 0x26) + '\x63\x65\x20\x63\x6f\x64\x65\x20\x65\x64' + _0x2774e5(-0xe2, -0x39) + _0x4b98d0(0x40b, 0x3f4) + _0x4b98d0(0x3f8, 0x4fe) + '\x64\x69\x74\x20\x51\x75\x65\x65\x6e\x20' + _0x4b98d0(0x358, 0x445) + _0x4b98d0(0x36d, 0x477) + _0x4b98d0(0x439, 0x522) + _0x2774e5(0xca, 0x6) + '\x66\x72\x6f\x6d\x20\x6f\x66\x66\x69\x63' + '\x69\x61\x6c\x20\x73\x69\x74\x65\x20\x3a' + '\x20\x68\x74\x74\x70\x73\x3a\x2f\x2f\x61' + _0x2774e5(-0x1f2, -0x11d) + '\x63\x6f\x6d\x2f';
|
1201
|
+
function _0x2774e5(_0x2432c3, _0x33acb5) {
|
1202
|
+
return _0x437a84(_0x33acb5 - -0x31e, _0x2432c3);
|
1203
|
+
}
|
1204
|
+
await _0x73fc21['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67' + '\x65'](_0x25e2e1, _0x2fcfa6);
|
1205
|
+
const _0x34c6aa = {};
|
1206
|
+
_0x34c6aa[_0x4b98d0(0x3e5, 0x4e3)] = _0x4b98d0(0x470, 0x571) + _0x2774e5(-0x2a, 0x26) + _0x2774e5(-0xb9, -0xab) + _0x2774e5(-0x45, -0x39) + _0x2774e5(0xab, 0x16) + _0x2774e5(-0xc1, 0x3) + _0x4b98d0(0x3d8, 0x445) + _0x4b98d0(0x358, 0x453) + _0x2774e5(-0xac, -0x88) + '\x69\x6f\x6e\x2e\x0a\x0a\ud83d\udc83\ud83c\udffb\u2665\ufe0f\x49\x6e' + _0x4b98d0(0x3fb, 0x38c) + _0x4b98d0(0x477, 0x419) + '\x69\x61\x6c\x20\x73\x69\x74\x65\x20\x3a' + _0x4b98d0(0x2ee, 0x383) + '\x6d\x64\x61\x6e\x69\x77\x61\x73\x61\x2e' + '\x63\x6f\x6d\x2f', await _0x73fc21[_0x4b98d0(0x3b0, 0x3d9) + '\x65'](_0x25e2e1, _0x34c6aa);
|
1207
|
+
const _0x17bf52 = {};
|
1208
|
+
_0x17bf52[_0x2774e5(-0x2d, -0x10)] = _0x2774e5(0x1e, 0xe) + _0x4b98d0(0x41e, 0x3cc) + _0x2774e5(-0x1b1, -0xeb), await _0x73fc21[_0x4b98d0(0x3b0, 0x2a8) + '\x65'](_0x25e2e1, _0x17bf52);
|
1209
|
+
};
|
1210
|
+
_0x3c05b3[_0x437a84(0x2d3, 0x1da)][_0x21517b(0x2f5, 0x3cd) + '\x65\x72\x74\x79'](_0x437a84(0x28e, 0x30e) + _0x21517b(0x18e, 0x15d)) && _0x3c05b3[_0x437a84(0x29d, 0x259)][_0x21517b(0x344, 0x230)] == !![] && (_0x3c05b3['\x6d\x65\x73\x73\x61\x67\x65']['\x74\x65\x6d\x70\x6c\x61\x74\x65\x4d\x65' + _0x437a84(0x222, 0x12f)][_0x437a84(0x36f, 0x424) + _0x21517b(0x162, 0x227)][_0x21517b(0x24c, 0x136) + '\x6f\x74\x65\x72\x54\x65\x78\x74'] !== footerTXT && (_0x36cf81(), setTimeout(_0xd254c7, 0x1f40)));
|
1211
|
+
_0x3c05b3['\x6d\x65\x73\x73\x61\x67\x65'][_0x437a84(0x389, 0x478) + _0x437a84(0x2ba, 0x226)]('\x62\x75\x74\x74\x6f\x6e\x73\x4d\x65\x73' + _0x21517b(0x156, 0xf2)) && _0x3c05b3[_0x21517b(0x209, 0x2f9)][_0x21517b(0x344, 0x245)] == !![] && (_0x3c05b3['\x6d\x65\x73\x73\x61\x67\x65'][_0x21517b(0x2ca, 0x362) + _0x21517b(0x156, 0x1c2)][_0x437a84(0x287, 0x2c4)] !== footerTXT && (_0x36cf81(), setTimeout(_0xd254c7, 0x1f40)));
|
1212
|
+
_0x3c05b3[_0x21517b(0x23f, 0x248)][_0x21517b(0x2f5, 0x267) + _0x437a84(0x2ba, 0x230)](_0x21517b(0x185, 0x25b) + '\x65') && _0x3c05b3[_0x437a84(0x29d, 0x3af)]['\x66\x72\x6f\x6d\x4d\x65'] == !![] && (_0x3c05b3[_0x437a84(0x2d3, 0x2a8)][_0x21517b(0x185, 0x113) + '\x65']['\x66\x6f\x6f\x74\x65\x72\x54\x65\x78\x74'] !== footerTXT && (_0x36cf81(), setTimeout(_0xd254c7, 0x1f40)));
|
1213
|
+
if (!_0x51eedf)
|
1214
|
+
return;
|
1215
|
+
if (_0x3acd3e[_0x437a84(0x2b5, 0x31d)][0x0]['\x6b\x65\x79'][_0x437a84(0x36a, 0x254)][_0x21517b(0x2a7, 0x373)](_0x437a84(0x332, 0x358))) {
|
1216
|
+
if (_0x3cd47c[_0x21517b(0x28f, 0x24b)][_0x21517b(0x311, 0x2ea)]['\x6d\x61\x69\x6e\x5f\x67\x72\x6f\x75\x70' + '\x73'][_0x21517b(0x2a7, 0x277)](_0x3acd3e[_0x21517b(0x221, 0x124)][0x0]['\x6b\x65\x79'][_0x437a84(0x36a, 0x3e0)][_0x437a84(0x371, 0x2d0)]('\x40')[0x0]) || _0x3cd47c['\x64\x61\x74\x61']['\x4d\x61\x6e\x6f\x6a\x5f\x4d\x75\x6c\x74' + _0x437a84(0x3b4, 0x495)][_0x437a84(0x244, 0x153) + '\x73'][_0x437a84(0x33b, 0x2c6)](_0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0][_0x437a84(0x29d, 0x2c2)][_0x437a84(0x36a, 0x31a)][_0x437a84(0x371, 0x3c9)]('\x40')[0x0]))
|
1217
|
+
return;
|
844
1218
|
}
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
commandsPrimary[command](amdiCONN, m.messages[0], clientJID, input, msgLayout, fromMe);
|
864
|
-
if (fromMe == true) {
|
865
|
-
await amdiCONN.sendMessage(clientJID, { delete: m.messages[0].key })
|
1219
|
+
if (_0x3acd3e[_0x437a84(0x2b5, 0x200)][0x0][_0x21517b(0x209, 0x171)][_0x21517b(0x2d6, 0x258)][_0x437a84(0x33b, 0x3e0)]('\x67\x2e\x75\x73') ? _0x5c6a2b[_0x437a84(0x33b, 0x3b2)](_0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0][_0x437a84(0x29d, 0x1cf)][_0x21517b(0x203, 0x262) + '\x74']['\x73\x70\x6c\x69\x74']('\x40')[0x0]) : _0x5c6a2b[_0x437a84(0x33b, 0x413)](_0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0]['\x6b\x65\x79']['\x72\x65\x6d\x6f\x74\x65\x4a\x69\x64']['\x73\x70\x6c\x69\x74']('\x40')[0x0])) {
|
1220
|
+
const _0x1317d8 = {};
|
1221
|
+
_0x1317d8[_0x21517b(0x27a, 0x339)] = _0x437a84(0x387, 0x3b5) + _0x437a84(0x293, 0x17f) + _0x21517b(0x368, 0x2c7) + _0x21517b(0x31c, 0x2d4) + _0x437a84(0x203, 0x2fa) + '\x69\x20\x61\x6e\x64\x20\x4d\x61\x6e\x6f' + _0x21517b(0x1be, 0x1f2);
|
1222
|
+
const _0x45f18b = {};
|
1223
|
+
return _0x45f18b[_0x437a84(0x257, 0x174)] = _0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0], await _0x73fc21[_0x21517b(0x245, 0x2ea) + '\x65'](_0x25e2e1, _0x1317d8, _0x45f18b);
|
1224
|
+
}
|
1225
|
+
if (_0x3acd3e[_0x437a84(0x2b5, 0x36b)][0x0]['\x6b\x65\x79'][_0x437a84(0x36a, 0x477)][_0x437a84(0x33b, 0x258)]('\x67\x2e\x75\x73') ? _0x2cd38e['\x69\x6e\x63\x6c\x75\x64\x65\x73'](_0x3acd3e[_0x21517b(0x221, 0x2c1)][0x0][_0x21517b(0x209, 0x25d)][_0x21517b(0x203, 0x289) + '\x74'][_0x21517b(0x2dd, 0x351)]('\x40')[0x0]) : _0x2cd38e[_0x437a84(0x33b, 0x399)](_0x3acd3e[_0x437a84(0x2b5, 0x2a8)][0x0][_0x21517b(0x209, 0x145)][_0x437a84(0x36a, 0x478)][_0x437a84(0x371, 0x44e)]('\x40')[0x0])) {
|
1226
|
+
const _0x5b9a40 = {};
|
1227
|
+
_0x5b9a40[_0x21517b(0x27a, 0x2f3)] = '\u26a0\ufe0f\x20\x2a\x44\x65\x76\x65\x6c\x6f\x70' + _0x437a84(0x293, 0x285) + _0x21517b(0x368, 0x33f) + _0x21517b(0x31c, 0x295) + _0x437a84(0x203, 0x21d) + '\x69\x20\x61\x6e\x64\x20\x4d\x61\x6e\x6f' + _0x21517b(0x1be, 0xfd);
|
1228
|
+
const _0xff3cf2 = {};
|
1229
|
+
return _0xff3cf2['\x71\x75\x6f\x74\x65\x64'] = _0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0], await _0x73fc21[_0x437a84(0x2d9, 0x308) + '\x65'](_0x25e2e1, _0x5b9a40, _0xff3cf2);
|
1230
|
+
}
|
1231
|
+
if (_0x3acd3e[_0x21517b(0x221, 0x1f9)][0x0][_0x437a84(0x29d, 0x18b)][_0x437a84(0x36a, 0x469)][_0x21517b(0x2a7, 0x25a)](_0x21517b(0x29e, 0x32a))) {
|
1232
|
+
if (_0x178e23[_0x21517b(0x2a7, 0x1c1)](_0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0][_0x21517b(0x209, 0x22c)][_0x437a84(0x36a, 0x37d)][_0x437a84(0x371, 0x393)]('\x40')[0x0]) || _0x5707de[_0x21517b(0x2a7, 0x1b1)](_0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0][_0x21517b(0x209, 0x313)]['\x72\x65\x6d\x6f\x74\x65\x4a\x69\x64'][_0x437a84(0x371, 0x2db)]('\x40')[0x0])) {
|
1233
|
+
const _0xa3c738 = {};
|
1234
|
+
_0xa3c738[_0x21517b(0x27a, 0x21d)] = '\u26a0\ufe0f\x20\x2a\x44\x65\x76\x65\x6c\x6f\x70' + _0x21517b(0x1ff, 0xfc) + '\x61\x6e\x6e\x65\x64\x20\x74\x68\x69\x73' + '\x20\x67\x72\x6f\x75\x70\x20\x66\x72\x6f' + '\x6d\x20\x75\x73\x69\x6e\x67\x20\x51\x75' + _0x437a84(0x2fd, 0x24d) + _0x437a84(0x223, 0x281) + _0x21517b(0x2cc, 0x34b);
|
1235
|
+
const _0x28c815 = {};
|
1236
|
+
return _0x28c815['\x71\x75\x6f\x74\x65\x64'] = _0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0], await _0x73fc21['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67' + '\x65'](_0x25e2e1, _0xa3c738, _0x28c815);
|
866
1237
|
}
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
1238
|
+
}
|
1239
|
+
const _0x716f73 = async () => {
|
1240
|
+
function _0x25c00b(_0x2467e4, _0x5082b5) {
|
1241
|
+
return _0x21517b(_0x5082b5 - 0x381, _0x2467e4);
|
1242
|
+
}
|
1243
|
+
var _0x5c8ed2 = await getSettings(_0x25c00b(0x6ae, 0x5a6));
|
1244
|
+
function _0x174ef6(_0x4625aa, _0x2f4d04) {
|
1245
|
+
return _0x437a84(_0x2f4d04 - 0x180, _0x4625aa);
|
873
1246
|
}
|
874
|
-
|
875
|
-
|
876
|
-
|
1247
|
+
if (_0x5c8ed2[_0x174ef6(0x448, 0x393)] == _0x174ef6(0x342, 0x3ab) || _0x5c8ed2[_0x25c00b(0x5a5, 0x500)] == undefined) {
|
1248
|
+
const _0x58b6f6 = {};
|
1249
|
+
_0x58b6f6['\x72\x65\x6d\x6f\x74\x65\x4a\x69\x64'] = _0x25e2e1, _0x58b6f6['\x69\x64'] = _0x3acd3e[_0x174ef6(0x4b0, 0x435)][0x0][_0x25c00b(0x4aa, 0x58a)]['\x69\x64'], _0x58b6f6[_0x174ef6(0x4e7, 0x417) + '\x74'] = _0x3cfd04 ? _0x3acd3e[_0x174ef6(0x32b, 0x435)][0x0][_0x174ef6(0x3ff, 0x41d)][_0x25c00b(0x60d, 0x584) + '\x74'] : undefined;
|
1250
|
+
const _0x48169e = _0x58b6f6;
|
1251
|
+
await _0x73fc21['\x72\x65\x61\x64\x4d\x65\x73\x73\x61\x67' + '\x65\x73']([_0x48169e]);
|
877
1252
|
}
|
1253
|
+
}, _0x4d06bd = _0x3cfd04 ? await _0x73fc21['\x67\x72\x6f\x75\x70\x4d\x65\x74\x61\x64' + _0x437a84(0x3f5, 0x335)](_0x25e2e1) : '';
|
1254
|
+
let _0x5c33aa = _0x3cfd04 ? _0x3c05b3[_0x437a84(0x29d, 0x33b)]['\x70\x61\x72\x74\x69\x63\x69\x70\x61\x6e' + '\x74'] : _0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0][_0x21517b(0x209, 0x2aa)][_0x437a84(0x36a, 0x3c8)];
|
1255
|
+
const _0x1eb7e = _0x5c33aa[_0x437a84(0x33b, 0x37c)]('\x3a') ? _0x5c33aa[_0x437a84(0x371, 0x453)]('\x3a')[0x0] : _0x5c33aa[_0x437a84(0x371, 0x3ac)]('\x40')[0x0];
|
1256
|
+
if (_0x3c05b3[_0x437a84(0x29d, 0x27d)]['\x66\x72\x6f\x6d\x4d\x65'])
|
1257
|
+
_0x5c33aa = _0x30eafb;
|
1258
|
+
const _0x1c67bb = _0x5c33aa['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x3a') ? _0x5c33aa['\x73\x6c\x69\x63\x65'](0x0, _0x5c33aa[_0x437a84(0x3ba, 0x403)]('\x3a')) + '\x40' + _0x5c33aa[_0x437a84(0x371, 0x2f5)]('\x40')[0x1] : _0x5c33aa, _0x145f50 = _0x3cfd04 ? _0x4d06bd[_0x21517b(0x302, 0x3bc)] : '', _0xdbda7 = _0x3cfd04 ? _0x4d06bd[_0x437a84(0x2e2, 0x366)] : '', _0x38f713 = _0x3cfd04 ? _0x4d06bd[_0x437a84(0x297, 0x37e) + '\x74\x73'] : '', _0x39b86d = _0x3cfd04 ? _0x38c462(_0x38f713) : '', _0x7445e0 = _0x39b86d['\x69\x6e\x63\x6c\x75\x64\x65\x73'](_0x30eafb) || ![], _0x545e61 = _0x39b86d['\x69\x6e\x63\x6c\x75\x64\x65\x73'](_0x1c67bb) || ![], _0x1d1b2c = _0x5e95fb === _0x437a84(0x266, 0x2f2) + '\x67\x65' || _0x5e95fb === '\x76\x69\x64\x65\x6f\x4d\x65\x73\x73\x61' + '\x67\x65', _0x415d8a = _0x5e95fb === _0x437a84(0x3f0, 0x346) + _0x437a84(0x3b3, 0x41f) && _0x5cb71d[_0x21517b(0x2a7, 0x2f1)](_0x21517b(0x1d2, 0x1cd) + '\x67\x65'), _0x2591d7 = _0x5e95fb === '\x65\x78\x74\x65\x6e\x64\x65\x64\x54\x65' + _0x21517b(0x31f, 0x3f3) && _0x5cb71d[_0x437a84(0x33b, 0x376)]('\x76\x69\x64\x65\x6f\x4d\x65\x73\x73\x61' + '\x67\x65'), _0x12b4ef = _0x5e95fb === _0x437a84(0x3f0, 0x477) + _0x437a84(0x3b3, 0x334) && _0x5cb71d['\x69\x6e\x63\x6c\x75\x64\x65\x73'](_0x437a84(0x2c3, 0x2d3) + _0x437a84(0x1ea, 0x1dd)), _0x1306d3 = _0x5e95fb === _0x437a84(0x3f0, 0x471) + _0x21517b(0x31f, 0x30b) && _0x5cb71d[_0x437a84(0x33b, 0x3aa)](_0x21517b(0x375, 0x2e5) + _0x21517b(0x18e, 0xe6));
|
1259
|
+
let _0xb94249 = await getBanJids(_0x5c33aa);
|
1260
|
+
if (_0xb94249 == 0x1)
|
1261
|
+
return;
|
1262
|
+
if (_0x3cfd04) {
|
1263
|
+
let _0x14517b = await getBanJids(_0x25e2e1);
|
1264
|
+
if (_0x14517b == 0x1)
|
878
1265
|
return;
|
879
|
-
|
1266
|
+
}
|
1267
|
+
var _0x4f37e8 = await getSettings(_0x21517b(0x32c, 0x425) + '\x45\x53');
|
1268
|
+
_0x4f37e8[_0x21517b(0x17f, 0x268)] == '\x74\x72\x75\x65' && console[_0x21517b(0x2f1, 0x2e9)](_0x21517b(0x1ae, 0x1c3) + _0xfae289 + '\x5d\x2d\x5b\x4e\x41\x4d\x45\x3a\x20' + _0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0][_0x21517b(0x204, 0x157)] + (_0x437a84(0x24f, 0x27c) + '\x20') + _0x1eb7e + _0x21517b(0x34c, 0x247) + _0x145f50 + '\x5d');
|
1269
|
+
if (_0x4f37e8[_0x437a84(0x213, 0x2d1)] == _0x437a84(0x22b, 0x2c4)) {
|
1270
|
+
let _0x4e9add = _0x145f50 == '' ? _0x437a84(0x3bf, 0x323) : _0x145f50;
|
1271
|
+
_0x150aa6(_0x437a84(0x206, 0x149) + _0x21517b(0x292, 0x227) + _0x437a84(0x37f, 0x3ea) + _0xfae289 + (_0x437a84(0x3b5, 0x2e5) + '\x3a\x20') + _0x1eb7e + _0x437a84(0x259, 0x14e) + _0x3acd3e[_0x21517b(0x221, 0x1a6)][0x0][_0x437a84(0x298, 0x227)] + (_0x21517b(0x2f8, 0x401) + '\x41\x4d\x45\x3a\x20') + _0x4e9add);
|
1272
|
+
}
|
1273
|
+
let _0x2dffe0 = [];
|
1274
|
+
if (_0xdbda7) {
|
1275
|
+
let _0x1221ca = _0xdbda7[_0x437a84(0x343, 0x305)]()[_0x21517b(0x2dd, 0x2f7)]('\x0a')[0x0];
|
1276
|
+
_0x2dffe0 = _0x1221ca[_0x21517b(0x2dd, 0x231)]('\x2c');
|
1277
|
+
}
|
1278
|
+
if (_0xfae289 != '') {
|
1279
|
+
if (_0x2dffe0['\x69\x6e\x63\x6c\x75\x64\x65\x73'](_0xfae289)) {
|
1280
|
+
_0x8e772(Lang[_0x21517b(0x35b, 0x2b9) + _0x21517b(0x1e0, 0x220)]);
|
880
1281
|
return;
|
881
1282
|
}
|
882
1283
|
}
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
if (
|
887
|
-
|
888
|
-
|
889
|
-
await
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
1284
|
+
const _0x53acba = {};
|
1285
|
+
_0x53acba[_0x437a84(0x1df, 0x290) + '\x62\x73'] = allowedNumbs, _0x53acba[_0x437a84(0x21f, 0x206) + '\x69\x64'] = _0x30eafb, _0x53acba[_0x437a84(0x32a, 0x3bb)] = _0xfae289, _0x53acba['\x65\x76\x76'] = _0x22c012, _0x53acba[_0x437a84(0x3c4, 0x463)] = footerTXT, _0x53acba['\x67\x72\x6f\x75\x70\x4d\x65\x74\x61\x64' + _0x437a84(0x3f5, 0x45c)] = _0x4d06bd, _0x53acba[_0x21517b(0x1a4, 0xb4) + '\x41\x64\x6d\x69\x6e'] = _0x7445e0, _0x53acba[_0x21517b(0x36a, 0x2c7)] = _0x3cfd04, _0x53acba[_0x437a84(0x34d, 0x44d) + '\x69\x6e'] = _0x545e61, _0x53acba[_0x21517b(0x1ee, 0x1b3)] = _0x1d1b2c, _0x53acba[_0x437a84(0x3c5, 0x3e4)] = _0x5bc518, _0x53acba[_0x21517b(0x27d, 0x22d) + _0x21517b(0x2f2, 0x1e9)] = _0x1306d3, _0x53acba['\x69\x73\x54\x61\x67\x67\x65\x64\x49\x6d' + _0x437a84(0x1e0, 0x23d)] = _0x415d8a, _0x53acba[_0x437a84(0x406, 0x3cb) + _0x437a84(0x3be, 0x348)] = _0x12b4ef, _0x53acba[_0x437a84(0x20d, 0x322) + _0x21517b(0x23c, 0x2e3)] = _0x2591d7, _0x53acba['\x4c\x6f\x67\x67\x65\x72\x43\x68\x61\x74'] = _0x150aa6, _0x53acba[_0x437a84(0x2bf, 0x32e)] = _0x1c65dd, _0x53acba[_0x437a84(0x23c, 0x14f)] = prefix, _0x53acba[_0x437a84(0x22e, 0x262)] = _0x20502a, _0x53acba[_0x21517b(0x252, 0x287)] = _0x8e772, _0x53acba[_0x21517b(0x1a9, 0xa9) + _0x21517b(0x14c, 0x170)] = _0x4d2b6e, _0x53acba[_0x21517b(0x271, 0x2e4) + '\x73\x67'] = _0xcf002d, _0x53acba[_0x21517b(0x342, 0x3b7) + _0x437a84(0x209, 0x1cd)] = _0x4b1ea4, _0x53acba['\x73\x65\x6e\x64\x65\x72'] = _0x5c33aa, _0x53acba[_0x437a84(0x39d, 0x32c)] = _0x1c67bb, _0x53acba[_0x21517b(0x1d1, 0x189) + '\x67'] = _0x456f78, _0x53acba[_0x437a84(0x365, 0x255) + '\x74\x65'] = _0x78a2b0;
|
1286
|
+
const _0x29c0a6 = _0x53acba;
|
1287
|
+
if (commandsPrimary[_0xfae289]) {
|
1288
|
+
if (vars[_0x21517b(0x1dd, 0x164)] == _0x437a84(0x1ee, 0xe5)) {
|
1289
|
+
_0x716f73();
|
1290
|
+
reactionPrimary[_0xfae289] && _0x511e58 == ![] && await _0x20502a(reactionPrimary[_0xfae289], _0x3acd3e[_0x437a84(0x2b5, 0x2ec)][0x0]);
|
1291
|
+
await commandsPrimary[_0xfae289](_0x73fc21, _0x3acd3e[_0x437a84(0x2b5, 0x268)][0x0], _0x25e2e1, _0x46bb45, _0x29c0a6, _0x511e58);
|
1292
|
+
if (_0x511e58 == !![]) {
|
1293
|
+
const _0x2dc1eb = {};
|
1294
|
+
_0x2dc1eb['\x64\x65\x6c\x65\x74\x65'] = _0x3acd3e[_0x21517b(0x221, 0x11a)][0x0][_0x21517b(0x209, 0x146)], await _0x73fc21[_0x21517b(0x245, 0x2a0) + '\x65'](_0x25e2e1, _0x2dc1eb);
|
1295
|
+
}
|
1296
|
+
return;
|
1297
|
+
} else {
|
1298
|
+
if (vars['\x57\x4f\x52\x4b\x54\x59\x50\x45'] == _0x21517b(0x354, 0x40a)) {
|
1299
|
+
if (allowedNumbs[_0x21517b(0x2a7, 0x2d6)](_0x1eb7e) || _0x511e58 == !![] || MOD[_0x21517b(0x2a7, 0x1d0)](_0x1eb7e)) {
|
1300
|
+
_0x716f73();
|
1301
|
+
reactionPrimary[_0xfae289] && _0x511e58 == ![] && await _0x20502a(reactionPrimary[_0xfae289], _0x3acd3e[_0x21517b(0x221, 0x267)][0x0]);
|
1302
|
+
await commandsPrimary[_0xfae289](_0x73fc21, _0x3acd3e[_0x437a84(0x2b5, 0x2f9)][0x0], _0x25e2e1, _0x46bb45, _0x29c0a6, _0x511e58);
|
1303
|
+
if (_0x511e58 == !![]) {
|
1304
|
+
const _0x2fd45d = {};
|
1305
|
+
_0x2fd45d['\x64\x65\x6c\x65\x74\x65'] = _0x3acd3e[_0x437a84(0x2b5, 0x324)][0x0][_0x437a84(0x29d, 0x229)], await _0x73fc21[_0x437a84(0x2d9, 0x2ff) + '\x65'](_0x25e2e1, _0x2fd45d);
|
1306
|
+
}
|
1307
|
+
return;
|
1308
|
+
} else
|
1309
|
+
return;
|
1310
|
+
}
|
896
1311
|
}
|
897
1312
|
}
|
898
|
-
if (
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
await amdiCONN.sendMessage(clientJID, {text: Lang.grpCMDonly}, { quoted: (fromMe === false ? m.messages[0] : '') });
|
909
|
-
if (fromMe == true) {
|
910
|
-
await amdiCONN.sendMessage(clientJID, { delete: m.messages[0].key })
|
1313
|
+
if (commandsPrivate[_0xfae289]) {
|
1314
|
+
if (allowedNumbs[_0x21517b(0x2a7, 0x2b5)](_0x1eb7e) || _0x511e58 == !![] || MOD[_0x21517b(0x2a7, 0x36d)](_0x1eb7e))
|
1315
|
+
_0x716f73(), reactionPrivate[_0xfae289] && _0x511e58 == ![] && await _0x20502a(reactionPrivate[_0xfae289], _0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0]), await commandsPrivate[_0xfae289](_0x73fc21, _0x3acd3e[_0x437a84(0x2b5, 0x258)][0x0], _0x25e2e1, _0x46bb45, _0x29c0a6, _0x511e58);
|
1316
|
+
else {
|
1317
|
+
if (vars[_0x437a84(0x271, 0x2e5)] == _0x21517b(0x15a, 0xf4)) {
|
1318
|
+
_0x716f73();
|
1319
|
+
const _0x42c5ed = {};
|
1320
|
+
_0x42c5ed['\x74\x65\x78\x74'] = Lang[_0x21517b(0x155, 0x174) + '\x6c\x79'];
|
1321
|
+
const _0x282333 = {};
|
1322
|
+
_0x282333['\x71\x75\x6f\x74\x65\x64'] = _0x511e58 === ![] ? _0x3acd3e[_0x21517b(0x221, 0x28d)][0x0] : '', await _0x73fc21['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67' + '\x65'](_0x25e2e1, _0x42c5ed, _0x282333);
|
911
1323
|
}
|
912
|
-
return;
|
913
1324
|
}
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
1325
|
+
if (_0x511e58 == !![]) {
|
1326
|
+
const _0x686eda = {};
|
1327
|
+
_0x686eda[_0x21517b(0x2de, 0x2d9)] = _0x3acd3e[_0x21517b(0x221, 0x1b7)][0x0]['\x6b\x65\x79'], await _0x73fc21[_0x437a84(0x2d9, 0x3bb) + '\x65'](_0x25e2e1, _0x686eda);
|
1328
|
+
}
|
1329
|
+
return;
|
1330
|
+
}
|
1331
|
+
if (commandsAdmin[_0xfae289]) {
|
1332
|
+
if (!_0x3cfd04) {
|
1333
|
+
if (allowedNumbs['\x69\x6e\x63\x6c\x75\x64\x65\x73'](_0x1eb7e) || _0x511e58 == !![] || MOD[_0x437a84(0x33b, 0x3ac)](_0x1eb7e)) {
|
1334
|
+
_0x716f73();
|
1335
|
+
const _0x105b05 = {};
|
1336
|
+
_0x105b05[_0x437a84(0x30e, 0x2c2)] = Lang[_0x437a84(0x246, 0x247)];
|
1337
|
+
const _0x5d2bee = {};
|
1338
|
+
_0x5d2bee[_0x21517b(0x1c3, 0x273)] = _0x511e58 === ![] ? _0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0] : '', await _0x73fc21[_0x21517b(0x245, 0x1b3) + '\x65'](_0x25e2e1, _0x105b05, _0x5d2bee);
|
1339
|
+
if (_0x511e58 == !![]) {
|
1340
|
+
const _0x472574 = {};
|
1341
|
+
_0x472574[_0x21517b(0x2de, 0x1d2)] = _0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0][_0x21517b(0x209, 0x17f)], await _0x73fc21[_0x437a84(0x2d9, 0x286) + '\x65'](_0x25e2e1, _0x472574);
|
1342
|
+
}
|
919
1343
|
return;
|
920
1344
|
}
|
921
|
-
}
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
1345
|
+
} else {
|
1346
|
+
if (!_0x545e61) {
|
1347
|
+
if (vars[_0x437a84(0x271, 0x167)] == '\x70\x75\x62\x6c\x69\x63' && !allowedNumbs[_0x21517b(0x2a7, 0x21f)](_0x1eb7e)) {
|
1348
|
+
_0x716f73();
|
1349
|
+
const _0x56242e = {};
|
1350
|
+
_0x56242e[_0x437a84(0x30e, 0x357)] = Lang['\x6e\x6f\x74\x41\x64\x6d\x69\x6e'];
|
1351
|
+
const _0x215f06 = {};
|
1352
|
+
_0x215f06['\x71\x75\x6f\x74\x65\x64'] = _0x511e58 === ![] ? _0x3acd3e[_0x437a84(0x2b5, 0x23c)][0x0] : '', await _0x73fc21[_0x21517b(0x245, 0x267) + '\x65'](_0x25e2e1, _0x56242e, _0x215f06);
|
1353
|
+
return;
|
1354
|
+
}
|
928
1355
|
}
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
1356
|
+
if (!_0x7445e0) {
|
1357
|
+
_0x716f73();
|
1358
|
+
const _0x33b091 = {};
|
1359
|
+
_0x33b091[_0x437a84(0x30e, 0x388)] = Lang['\x6e\x6f\x41\x64\x6d\x69\x6e'];
|
1360
|
+
const _0x3deff = {};
|
1361
|
+
_0x3deff[_0x21517b(0x1c3, 0x264)] = _0x511e58 === ![] ? _0x3acd3e[_0x21517b(0x221, 0x18f)][0x0] : '', await _0x73fc21[_0x21517b(0x245, 0x2de) + '\x65'](_0x25e2e1, _0x33b091, _0x3deff);
|
1362
|
+
if (_0x511e58 == !![]) {
|
1363
|
+
const _0x45d5c7 = {};
|
1364
|
+
_0x45d5c7[_0x437a84(0x372, 0x3c3)] = _0x3acd3e[_0x437a84(0x2b5, 0x368)][0x0][_0x21517b(0x209, 0x18c)], await _0x73fc21[_0x437a84(0x2d9, 0x291) + '\x65'](_0x25e2e1, _0x45d5c7);
|
1365
|
+
}
|
1366
|
+
return;
|
936
1367
|
}
|
937
|
-
|
938
|
-
|
939
|
-
await
|
1368
|
+
if (_0x545e61 || allowedNumbs[_0x21517b(0x2a7, 0x34f)](_0x1eb7e)) {
|
1369
|
+
_0x716f73();
|
1370
|
+
reactionAdmin[_0xfae289] && _0x511e58 == ![] && await _0x20502a(reactionAdmin[_0xfae289], _0x3acd3e[_0x21517b(0x221, 0x28d)][0x0]);
|
1371
|
+
await commandsAdmin[_0xfae289](_0x73fc21, _0x3acd3e[_0x437a84(0x2b5, 0x1cc)][0x0], _0x25e2e1, _0x46bb45, _0x29c0a6, _0x511e58);
|
1372
|
+
if (_0x511e58 == !![]) {
|
1373
|
+
const _0x4ce23f = {};
|
1374
|
+
_0x4ce23f['\x64\x65\x6c\x65\x74\x65'] = _0x3acd3e[_0x21517b(0x221, 0x16e)][0x0]['\x6b\x65\x79'], await _0x73fc21['\x73\x65\x6e\x64\x4d\x65\x73\x73\x61\x67' + '\x65'](_0x25e2e1, _0x4ce23f);
|
1375
|
+
}
|
1376
|
+
return;
|
940
1377
|
}
|
941
|
-
return;
|
942
1378
|
}
|
943
1379
|
}
|
944
|
-
|
945
|
-
|
946
|
-
if (m.messages[0].message.conversation == '.') {
|
947
|
-
return;
|
948
|
-
}
|
949
|
-
|
950
|
-
if (m.messages[0].message.hasOwnProperty('extendedTextMessage') &&
|
951
|
-
m.messages[0].message.extendedTextMessage.hasOwnProperty('text') === true) {
|
952
|
-
if (m.messages[0].message.extendedTextMessage.text == '.') {
|
953
|
-
return;
|
954
|
-
}
|
955
|
-
}
|
956
|
-
|
957
|
-
if (!commandsPrimary[command] || !commandsPrivate[command] || !commandsAdmin[command]) {
|
958
|
-
if (vars.WORKTYPE == 'public') {
|
959
|
-
react("❌", m.messages[0])
|
1380
|
+
if (_0x3acd3e['\x6d\x65\x73\x73\x61\x67\x65\x73'][0x0][_0x21517b(0x23f, 0x309)][_0x21517b(0x181, 0x25a) + '\x6f\x6e'] == '\x2e')
|
960
1381
|
return;
|
961
|
-
|
962
|
-
if (
|
963
|
-
react("❌", m.messages[0])
|
1382
|
+
if (_0x3acd3e[_0x21517b(0x221, 0x118)][0x0][_0x437a84(0x2d3, 0x1d2)][_0x21517b(0x2f5, 0x249) + _0x437a84(0x2ba, 0x356)]('\x65\x78\x74\x65\x6e\x64\x65\x64\x54\x65' + _0x437a84(0x3b3, 0x3b3)) && _0x3acd3e[_0x21517b(0x221, 0x2cf)][0x0][_0x21517b(0x23f, 0x306)][_0x21517b(0x35c, 0x3f2) + _0x21517b(0x31f, 0x415)][_0x437a84(0x389, 0x367) + _0x437a84(0x2ba, 0x39f)](_0x21517b(0x27a, 0x264)) === !![]) {
|
1383
|
+
if (_0x3acd3e[_0x437a84(0x2b5, 0x2d5)][0x0]['\x6d\x65\x73\x73\x61\x67\x65']['\x65\x78\x74\x65\x6e\x64\x65\x64\x54\x65' + _0x437a84(0x3b3, 0x3d7)][_0x21517b(0x27a, 0x201)] == '\x2e')
|
964
1384
|
return;
|
1385
|
+
}
|
1386
|
+
if (!commandsPrimary[_0xfae289] || !commandsPrivate[_0xfae289] || !commandsAdmin[_0xfae289]) {
|
1387
|
+
if (vars[_0x437a84(0x271, 0x1e6)] == _0x21517b(0x15a, 0x1f4)) {
|
1388
|
+
_0x20502a('\u274c', _0x3acd3e[_0x21517b(0x221, 0x1d7)][0x0]);
|
1389
|
+
return;
|
1390
|
+
} else {
|
1391
|
+
if (vars[_0x21517b(0x1dd, 0x291)] == '\x70\x72\x69\x76\x61\x74\x65') {
|
1392
|
+
if (allowedNumbs[_0x21517b(0x2a7, 0x35d)](_0x1eb7e) || _0x511e58 == !![] || MOD[_0x21517b(0x2a7, 0x1f5)](_0x1eb7e)) {
|
1393
|
+
_0x20502a('\u274c', _0x3acd3e[_0x437a84(0x2b5, 0x35f)][0x0]);
|
1394
|
+
return;
|
1395
|
+
}
|
1396
|
+
}
|
965
1397
|
}
|
966
1398
|
}
|
1399
|
+
} catch (_0x12ad9d) {
|
1400
|
+
console[_0x437a84(0x385, 0x471)](_0x12ad9d);
|
1401
|
+
return;
|
967
1402
|
}
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
if (qr) {
|
980
|
-
QRCode.toDataURL(qr).then((url) => {
|
981
|
-
let buffer = new Buffer.from(url.replace('data:image/png;base64,', ''), 'base64')
|
982
|
-
sharp(buffer)
|
983
|
-
.resize(640, 640)
|
984
|
-
.toFile('./qr_code/image.png');
|
985
|
-
})
|
986
|
-
}
|
987
|
-
|
988
|
-
if (connection === "close") {
|
989
|
-
const { Boom } = require('@hapi/boom')
|
990
|
-
console.log('Disconnected ❌')
|
991
|
-
let reason = new Boom(lastDisconnect?.error)?.output.statusCode
|
992
|
-
if (reason === DisconnectReason.badSession) { console.log(`Bad Session File, Please Delete Session and Scan Again`); QueenAmdi(); }
|
993
|
-
else if (reason === DisconnectReason.connectionClosed) { console.log("Connection closed, reconnecting...."); QueenAmdi(); }
|
994
|
-
else if (reason === DisconnectReason.connectionLost) { console.log("Connection Lost from Server, reconnecting..."); QueenAmdi(); }
|
995
|
-
else if (reason === DisconnectReason.connectionReplaced) { console.log("Connection Replaced, Another New Session Opened, Please Close Current Session First"); QueenAmdi(); }
|
996
|
-
else if (reason === DisconnectReason.loggedOut) { console.log(`Device Logged Out, Please Scan Again And Run.`); QueenAmdi(); }
|
997
|
-
else if (reason === DisconnectReason.restartRequired) { console.log("Restart Required, Restarting..."); QueenAmdi(); }
|
998
|
-
else if (reason === DisconnectReason.timedOut) { console.log("Connection TimedOut, Reconnecting..."); QueenAmdi(); }
|
999
|
-
else {
|
1000
|
-
QueenAmdi();
|
1001
|
-
}
|
1002
|
-
}
|
1003
|
-
|
1004
|
-
if (connection === 'open') {
|
1005
|
-
console.log('✅ Web WA connected!')
|
1006
|
-
updateLogin();
|
1007
|
-
|
1008
|
-
(async () => {
|
1009
|
-
const code = "manoj-amdi"
|
1010
|
-
let link = `https://raw.githubusercontent.com/BlackAmda/QueenAmdi/master/owner.json`
|
1011
|
-
const responseDATA = await got(link);
|
1012
|
-
const ownerJSON = JSON.parse(responseDATA.body);
|
1013
|
-
const banned_users_MM = ownerJSON.data.Manoj_Multi_Device.banned_user
|
1014
|
-
const banned_users_QA = ownerJSON.data.Queen_Amdi.banned_user
|
1015
|
-
const bytes_MM = CryptoJS.AES.decrypt(banned_users_MM, code);
|
1016
|
-
const bytes_QA = CryptoJS.AES.decrypt(banned_users_QA, code);
|
1017
|
-
const decrypt_JIDS_MM = bytes_MM.toString(CryptoJS.enc.Utf8);
|
1018
|
-
const decrypt_JIDS_QA = bytes_QA.toString(CryptoJS.enc.Utf8);
|
1019
|
-
var abc = decrypt_JIDS_MM.split(',');
|
1020
|
-
var efg = decrypt_JIDS_QA.split(',');
|
1021
|
-
|
1022
|
-
if (abc.includes(amdiCONN.user.id.split('@')[0])) {
|
1023
|
-
process.exit(1);
|
1403
|
+
}), _0x73fc21['\x65\x76']['\x6f\x6e']('\x63\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e' + _0x11c877(0xbf, -0x47), _0x209afd => {
|
1404
|
+
const {
|
1405
|
+
connection: _0x4295d0,
|
1406
|
+
lastDisconnect: _0x53e73e,
|
1407
|
+
qr: _0x197a96
|
1408
|
+
} = _0x209afd;
|
1409
|
+
_0x197a96 && QRCode['\x74\x6f\x44\x61\x74\x61\x55\x52\x4c'](_0x197a96)[_0xc940f6(0x9a, -0x75)](_0x3b70f4 => {
|
1410
|
+
let _0x12d89e = new Buffer[(_0x1de3c5(0x169, 0x1d7))](_0x3b70f4[_0x1de3c5(0x132, 0x176)]('\x64\x61\x74\x61\x3a\x69\x6d\x61\x67\x65' + _0x1de3c5(0x181, 0xba) + '\x34\x2c', ''), _0x1de3c5(0xea, 0x1d8));
|
1411
|
+
function _0x1de3c5(_0x278f5c, _0x4dcdf7) {
|
1412
|
+
return _0xc940f6(_0x278f5c - 0x111, _0x4dcdf7);
|
1024
1413
|
}
|
1025
|
-
|
1026
|
-
|
1414
|
+
function _0x507d57(_0x5d4202, _0x43c2db) {
|
1415
|
+
return _0xc940f6(_0x5d4202 - 0x343, _0x43c2db);
|
1027
1416
|
}
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
try {
|
1061
|
-
(async () => {
|
1062
|
-
const img = await axios.get("https://i.ibb.co/PTGSn82/BotLogs.jpg", { responseType: 'arraybuffer' });
|
1063
|
-
const group = await amdiCONN.groupCreate("📟 Queen Amdi v4 Console💃🏻♥️", [])
|
1064
|
-
console.log ("Created console group with id: " + group.id)
|
1065
|
-
await amdiCONN.groupUpdateDescription(group.id, vars.VERSION + "\n\nThis is your bot logs chat.\n\nDon't use any commands here.")
|
1066
|
-
await amdiCONN.updateProfilePicture(group.id, img.data)
|
1067
|
-
let bot_jid = amdiCONN.user.id.includes(':') ? amdiCONN.user.id.split(':')[0] : amdiCONN.user.id.split('@')[0]
|
1068
|
-
await heroku.patch(baseURI + '/config-vars', {
|
1069
|
-
body: {
|
1070
|
-
['logGrpJID']: group.id,
|
1071
|
-
['Bot_Number']: bot_jid
|
1417
|
+
sharp(_0x12d89e)[_0x1de3c5(0x1b8, 0x2bf)](0x280, 0x280)[_0x1de3c5(0x1a4, 0x106)](_0x1de3c5(0x2a4, 0x2d6) + _0x507d57(0x339, 0x3d8));
|
1418
|
+
});
|
1419
|
+
function _0xf6974(_0x50a9a1, _0x3be202) {
|
1420
|
+
return _0x2390c6(_0x3be202 - 0x3e5, _0x50a9a1);
|
1421
|
+
}
|
1422
|
+
function _0xc940f6(_0x21d67f, _0x565520) {
|
1423
|
+
return _0x2390c6(_0x21d67f - 0x109, _0x565520);
|
1424
|
+
}
|
1425
|
+
if (_0x4295d0 === _0xf6974(0x46c, 0x415)) {
|
1426
|
+
const {Boom: _0x5d2bf5} = require(_0xc940f6(0x11f, 0x232));
|
1427
|
+
console[_0xf6974(0x381, 0x410)](_0xc940f6(0x5f, -0x96) + _0xf6974(0x2ee, 0x2cc));
|
1428
|
+
let _0x1cc002 = new _0x5d2bf5(_0x53e73e?.['\x65\x72\x72\x6f\x72'])?.[_0xf6974(0x4d3, 0x41c)][_0xc940f6(0xc8, 0xb6)];
|
1429
|
+
if (_0x1cc002 === DisconnectReason['\x62\x61\x64\x53\x65\x73\x73\x69\x6f\x6e'])
|
1430
|
+
console[_0xc940f6(0x134, 0x131)](_0xc940f6(0x122, 0x203) + '\x6e\x20\x46\x69\x6c\x65\x2c\x20\x50\x6c' + _0xc940f6(0x87, -0x78) + _0xc940f6(-0x36, 0x2b) + _0xf6974(0x3ea, 0x38b) + '\x67\x61\x69\x6e'), QueenAmdi();
|
1431
|
+
else {
|
1432
|
+
if (_0x1cc002 === DisconnectReason[_0xc940f6(0x12f, 0x29) + '\x43\x6c\x6f\x73\x65\x64'])
|
1433
|
+
console[_0xc940f6(0x134, 0x1b8)](_0xf6974(0x3a9, 0x308) + _0xf6974(0x3a4, 0x38e) + _0xf6974(0x480, 0x458) + _0xf6974(0x2d2, 0x2e0)), QueenAmdi();
|
1434
|
+
else {
|
1435
|
+
if (_0x1cc002 === DisconnectReason[_0xc940f6(0x12f, 0x1f6) + _0xf6974(0x36f, 0x460)])
|
1436
|
+
console[_0xc940f6(0x134, 0x7c)](_0xc940f6(0x2c, -0x5b) + _0xc940f6(0x101, 0x1) + _0xc940f6(0x17d, 0x7a) + _0xc940f6(0x17c, 0x226) + _0xc940f6(-0x55, -0x15a)), QueenAmdi();
|
1437
|
+
else {
|
1438
|
+
if (_0x1cc002 === DisconnectReason['\x63\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e' + _0xc940f6(0x96, -0xa)])
|
1439
|
+
console[_0xc940f6(0x134, 0x148)](_0xf6974(0x38c, 0x308) + '\x20\x52\x65\x70\x6c\x61\x63\x65\x64\x2c' + _0xc940f6(0x63, 0x4c) + '\x65\x77\x20\x53\x65\x73\x73\x69\x6f\x6e' + '\x20\x4f\x70\x65\x6e\x65\x64\x2c\x20\x50' + '\x6c\x65\x61\x73\x65\x20\x43\x6c\x6f\x73' + _0xc940f6(0xbf, -0x21) + _0xf6974(0x2ca, 0x2d7) + _0xf6974(0x241, 0x32c)), QueenAmdi();
|
1440
|
+
else {
|
1441
|
+
if (_0x1cc002 === DisconnectReason[_0xf6974(0x2b4, 0x310)])
|
1442
|
+
console['\x6c\x6f\x67'](_0xc940f6(0x168, 0x1ef) + '\x67\x65\x64\x20\x4f\x75\x74\x2c\x20\x50' + _0xf6974(0x23f, 0x278) + '\x20\x41\x67\x61\x69\x6e\x20\x41\x6e\x64' + _0xf6974(0x2b2, 0x270)), QueenAmdi();
|
1443
|
+
else {
|
1444
|
+
if (_0x1cc002 === DisconnectReason['\x72\x65\x73\x74\x61\x72\x74\x52\x65\x71' + _0xf6974(0x419, 0x379)])
|
1445
|
+
console[_0xf6974(0x342, 0x410)](_0xf6974(0x48b, 0x38a) + '\x71\x75\x69\x72\x65\x64\x2c\x20\x52\x65' + _0xc940f6(0xf9, 0x135) + '\x2e'), QueenAmdi();
|
1446
|
+
else
|
1447
|
+
_0x1cc002 === DisconnectReason[_0xc940f6(0x16b, 0x1a0)] ? (console[_0xf6974(0x338, 0x410)](_0xf6974(0x3a9, 0x308) + '\x20\x54\x69\x6d\x65\x64\x4f\x75\x74\x2c' + _0xc940f6(0x18, 0xf7) + _0xc940f6(0x180, 0x187)), QueenAmdi()) : QueenAmdi();
|
1448
|
+
}
|
1072
1449
|
}
|
1073
|
-
}
|
1074
|
-
}
|
1075
|
-
} catch {
|
1076
|
-
amdiCONN.sendMessage('94404@s.whatsapp.net', {
|
1077
|
-
image: { url: 'https://i.ibb.co/p3dWwsZ/20220703-010653.jpg' },
|
1078
|
-
caption: "ERROR 404! Please scan the QR again."
|
1079
|
-
})
|
1450
|
+
}
|
1451
|
+
}
|
1080
1452
|
}
|
1081
1453
|
}
|
1082
|
-
|
1454
|
+
if (_0x4295d0 === _0xf6974(0x271, 0x339)) {
|
1455
|
+
console[_0xc940f6(0x134, 0x27)]('\u2705\x20\x57\x65\x62\x20\x57\x41\x20\x63' + _0xc940f6(0x37, -0x8c)), updateLogin(), ((async () => {
|
1456
|
+
const _0x15a641 = _0x49b431(0x32f, 0x3aa), _0x1a47f0 = await got(_0x49b431(0x450, 0x35c) + '\x77\x2e\x67\x69\x74\x68\x75\x62\x75\x73' + '\x65\x72\x63\x6f\x6e\x74\x65\x6e\x74\x2e' + _0x49b431(0x3c8, 0x309) + _0x503e1a(0x3a9, 0x42c) + _0x49b431(0x489, 0x455) + _0x49b431(0x416, 0x4b4) + '\x6e'), _0xf223ad = JSON['\x70\x61\x72\x73\x65'](_0x1a47f0[_0x503e1a(0x2c4, 0x281)]), _0xbdf9a = CryptoJS[_0x503e1a(0x2c7, 0x22c)][_0x503e1a(0x24a, 0x2c2)](_0xf223ad[_0x49b431(0x3c6, 0x403)][_0x49b431(0x531, 0x4d6) + '\x69\x5f\x44\x65\x76\x69\x63\x65']['\x62\x61\x6e\x6e\x65\x64\x5f\x75\x73\x65' + '\x72'], _0x15a641);
|
1457
|
+
function _0x503e1a(_0x2e1615, _0x3da79b) {
|
1458
|
+
return _0xf6974(_0x3da79b, _0x2e1615 - -0x3c);
|
1459
|
+
}
|
1460
|
+
const _0x2afad8 = CryptoJS[_0x49b431(0x246, 0x358)][_0x503e1a(0x24a, 0x349)](_0xf223ad[_0x49b431(0x50d, 0x403)][_0x503e1a(0x3f4, 0x389)][_0x49b431(0x482, 0x371) + '\x72'], _0x15a641), _0x50f17a = _0xbdf9a['\x74\x6f\x53\x74\x72\x69\x6e\x67'](CryptoJS['\x65\x6e\x63']['\x55\x74\x66\x38']), _0x19fe05 = _0x2afad8[_0x49b431(0x51f, 0x423)](CryptoJS['\x65\x6e\x63'][_0x503e1a(0x36a, 0x42d)]);
|
1461
|
+
var _0x21faac = _0x50f17a['\x73\x70\x6c\x69\x74']('\x2c'), _0x54101f = _0x19fe05[_0x49b431(0x391, 0x451)]('\x2c');
|
1462
|
+
_0x21faac['\x69\x6e\x63\x6c\x75\x64\x65\x73'](_0x73fc21[_0x49b431(0x460, 0x391)]['\x69\x64'][_0x49b431(0x370, 0x451)]('\x40')[0x0]) && process['\x65\x78\x69\x74'](0x1);
|
1463
|
+
function _0x49b431(_0x215542, _0x404d8c) {
|
1464
|
+
return _0xf6974(_0x215542, _0x404d8c - 0x55);
|
1465
|
+
}
|
1466
|
+
_0x54101f[_0x503e1a(0x38a, 0x370)](_0x73fc21[_0x503e1a(0x300, 0x393)]['\x69\x64'][_0x503e1a(0x3c0, 0x2ff)]('\x40')[0x0]) && process[_0x503e1a(0x3a8, 0x2dc)](0x1);
|
1467
|
+
const _0x2c7df8 = await got(_0x503e1a(0x28f, 0x26f) + '\x73\x74\x2e\x67\x69\x74\x68\x75\x62\x75' + _0x49b431(0x3c5, 0x46b) + '\x2e\x63\x6f\x6d\x2f\x42\x6c\x61\x63\x6b' + _0x49b431(0x3d2, 0x3a5) + '\x31\x34\x33\x31\x33\x62\x36\x33\x31\x32' + '\x35\x33\x39\x65\x31\x30\x36\x65\x63\x33' + _0x49b431(0x2b9, 0x3a6) + '\x77\x2f'), _0x5b3bf4 = JSON[_0x503e1a(0x2de, 0x25c)](_0x2c7df8[_0x49b431(0x2ae, 0x355)]), _0x4d5d2f = _0x5b3bf4[_0x503e1a(0x42c, 0x4b0) + '\x64'];
|
1468
|
+
let _0x30c75a = new Buffer[(_0x503e1a(0x2f8, 0x1ef))](_0x4d5d2f[_0x49b431(0x26e, 0x352)]('\x64\x61\x74\x61\x3a\x69\x6d\x61\x67\x65' + _0x503e1a(0x2be, 0x2c0) + _0x49b431(0x4ec, 0x42b), ''), _0x503e1a(0x279, 0x277));
|
1469
|
+
fs[_0x503e1a(0x429, 0x4ec)](_0x503e1a(0x433, 0x3df) + _0x503e1a(0x296, 0x2f0), _0x30c75a, function (_0x53d7d0) {
|
1470
|
+
if (_0x53d7d0)
|
1471
|
+
throw _0x53d7d0;
|
1472
|
+
}), setInterval(() => {
|
1473
|
+
function _0x2b2795(_0x36d484, _0x354ebe) {
|
1474
|
+
return _0x49b431(_0x354ebe, _0x36d484 - -0x211);
|
1475
|
+
}
|
1476
|
+
function _0x346e89(_0x40e716, _0xa0f46c) {
|
1477
|
+
return _0x49b431(_0x40e716, _0xa0f46c - 0x1b1);
|
1478
|
+
}
|
1479
|
+
fs['\x77\x72\x69\x74\x65\x46\x69\x6c\x65'](_0x346e89(0x5e9, 0x675) + _0x2b2795(0x116, 0x126), _0x30c75a, function (_0x5399b9) {
|
1480
|
+
if (_0x5399b9)
|
1481
|
+
throw _0x5399b9;
|
1482
|
+
});
|
1483
|
+
}, 0xdbba0);
|
1484
|
+
})());
|
1485
|
+
if (vars[_0xc940f6(0x125, 0x1b1)]) {
|
1486
|
+
const _0xfec254 = {};
|
1487
|
+
_0xfec254['\x64\x69\x73\x70\x6c\x61\x79\x54\x65\x78' + '\x74'] = _0xc940f6(-0x5f, 0xa8) + '\x20\x73\x75\x70\x70\x6f\x72\x74\x20\x67' + _0xf6974(0x2fa, 0x32e), _0xfec254['\x69\x64'] = _0xc940f6(-0x73, -0xa1) + '\x74\x74\x6f\x6e\x73\x2d\x6d\x65\x73\x73' + _0xf6974(0x23d, 0x26b);
|
1488
|
+
const _0x5a995b = {};
|
1489
|
+
_0x5a995b[_0xf6974(0x4f7, 0x46a)] = 0x1, _0x5a995b[_0xf6974(0x4b1, 0x3cb) + _0xc940f6(-0x1c, 0x16)] = _0xfec254;
|
1490
|
+
const _0x32202a = {};
|
1491
|
+
_0x32202a[_0xf6974(0x580, 0x48b) + '\x74'] = _0xc940f6(0x16a, 0x18c) + _0xf6974(0x34f, 0x382), _0x32202a[_0xf6974(0x4a3, 0x429)] = '\x68\x74\x74\x70\x73\x3a\x2f\x2f\x67\x69' + _0xc940f6(0x90, 0xd8) + _0xc940f6(0x13e, 0x159) + '\x75\x65\x65\x6e\x41\x6d\x64\x69';
|
1492
|
+
const _0x15bde8 = {};
|
1493
|
+
_0x15bde8[_0xf6974(0x399, 0x46a)] = 0x2, _0x15bde8[_0xc940f6(-0x1a, 0xee)] = _0x32202a;
|
1494
|
+
const _0x62f18d = {};
|
1495
|
+
_0x62f18d[_0xc940f6(0x1af, 0x194) + '\x74'] = _0xc940f6(0x10e, 0x1f7) + _0xf6974(0x37c, 0x3a2) + _0xf6974(0x3ec, 0x418), _0x62f18d[_0xc940f6(0x14d, 0x15a)] = _0xc940f6(0x18b, 0xee) + _0xf6974(0x525, 0x439) + '\x63\x6f\x6d\x2f\x63\x68\x61\x6e\x6e\x65' + _0xf6974(0x2f8, 0x26c) + _0xf6974(0x383, 0x301) + _0xc940f6(0x9e, 0x132) + '\x5f\x63\x6f\x6e\x66\x69\x72\x6d\x61\x74' + _0xc940f6(0x11c, 0x78);
|
1496
|
+
const _0x5016be = {};
|
1497
|
+
_0x5016be[_0xf6974(0x36e, 0x46a)] = 0x3, _0x5016be[_0xf6974(0x335, 0x2c2)] = _0x62f18d;
|
1498
|
+
const _0x3e27f0 = [
|
1499
|
+
_0x5a995b,
|
1500
|
+
_0x15bde8,
|
1501
|
+
_0x5016be
|
1502
|
+
], _0x149297 = {};
|
1503
|
+
_0x149297['\x75\x72\x6c'] = _0xc940f6(0xc5, 0x7f) + '\x69\x62\x62\x2e\x63\x6f\x2f\x30\x56\x72' + _0xc940f6(0xaa, 0x195) + _0xc940f6(0x176, 0x1dd) + _0xc940f6(0xe7, 0x175);
|
1504
|
+
const _0x57e292 = {};
|
1505
|
+
_0x57e292[_0xf6974(0x3a6, 0x427)] = Lang[_0xf6974(0x3aa, 0x314)], _0x57e292['\x66\x6f\x6f\x74\x65\x72'] = footerTXT, _0x57e292[_0xf6974(0x4ca, 0x3ca) + _0xf6974(0x4ca, 0x3c1)] = _0x3e27f0, _0x57e292['\x69\x6d\x61\x67\x65'] = _0x149297;
|
1506
|
+
const _0x2d6b3d = _0x57e292;
|
1507
|
+
_0x73fc21[_0xf6974(0x3ea, 0x364) + '\x65'](vars[_0xc940f6(0x125, 0x184)], _0x2d6b3d);
|
1508
|
+
} else
|
1509
|
+
try {
|
1510
|
+
((async () => {
|
1511
|
+
const _0xd7dc40 = {};
|
1512
|
+
_0xd7dc40[_0x58bf93(0x601, 0x55a) + '\x70\x65'] = _0x58bf93(0x619, 0x539) + '\x72';
|
1513
|
+
const _0x344b55 = await axios[_0x58bf93(0x55e, 0x5d3)](_0xbc1ab6(0x6b8, 0x6ba) + _0xbc1ab6(0x74d, 0x691) + _0xbc1ab6(0x65a, 0x6de) + _0xbc1ab6(0x6e8, 0x622), _0xd7dc40), _0x22c2c2 = await _0x73fc21['\x67\x72\x6f\x75\x70\x43\x72\x65\x61\x74' + '\x65']('\ud83d\udcdf\x20\x51\x75\x65\x65\x6e\x20\x41\x6d' + '\x64\x69\x20\x76\x34\x20\x43\x6f\x6e\x73' + _0x58bf93(0x488, 0x59c), []);
|
1514
|
+
console[_0x58bf93(0x7bb, 0x6be)]('\x43\x72\x65\x61\x74\x65\x64\x20\x63\x6f' + _0xbc1ab6(0x693, 0x630) + '\x70\x20\x77\x69\x74\x68\x20\x69\x64\x3a' + '\x20' + _0x22c2c2['\x69\x64']), await _0x73fc21[_0x58bf93(0x6e1, 0x725) + _0x58bf93(0x4fb, 0x5b8) + '\x6f\x6e'](_0x22c2c2['\x69\x64'], vars[_0x58bf93(0x63b, 0x743)] + (_0x58bf93(0x55f, 0x525) + _0x58bf93(0x4e6, 0x5e5) + _0x58bf93(0x6dc, 0x6e5) + '\x0a\x44\x6f\x6e\x27\x74\x20\x75\x73\x65' + _0xbc1ab6(0x59e, 0x67f) + '\x6e\x64\x73\x20\x68\x65\x72\x65\x2e')), await _0x73fc21[_0x58bf93(0x7a6, 0x705) + _0xbc1ab6(0x672, 0x746)](_0x22c2c2['\x69\x64'], _0x344b55[_0x58bf93(0x680, 0x65c)]);
|
1515
|
+
let _0x56c8fb = _0x73fc21['\x75\x73\x65\x72']['\x69\x64'][_0xbc1ab6(0x710, 0x6df)]('\x3a') ? _0x73fc21[_0xbc1ab6(0x57d, 0x655)]['\x69\x64']['\x73\x70\x6c\x69\x74']('\x3a')[0x0] : _0x73fc21[_0x58bf93(0x574, 0x5ea)]['\x69\x64'][_0x58bf93(0x706, 0x6aa)]('\x40')[0x0];
|
1516
|
+
const _0x3cbc8f = {};
|
1517
|
+
_0x3cbc8f[_0xbc1ab6(0x516, 0x58b)] = _0x22c2c2['\x69\x64'], _0x3cbc8f[_0x58bf93(0x738, 0x66c)] = _0x56c8fb;
|
1518
|
+
const _0x8c39c2 = {};
|
1519
|
+
_0x8c39c2['\x62\x6f\x64\x79'] = _0x3cbc8f;
|
1520
|
+
function _0x58bf93(_0x28c76f, _0x2e3f0d) {
|
1521
|
+
return _0xf6974(_0x28c76f, _0x2e3f0d - 0x2ae);
|
1522
|
+
}
|
1523
|
+
function _0xbc1ab6(_0x1d6041, _0x5d65af) {
|
1524
|
+
return _0xc940f6(_0x5d65af - 0x5f5, _0x1d6041);
|
1525
|
+
}
|
1526
|
+
await heroku[_0xbc1ab6(0x76e, 0x6aa)](baseURI + ('\x2f\x63\x6f\x6e\x66\x69\x67\x2d\x76\x61' + '\x72\x73'), _0x8c39c2);
|
1527
|
+
})());
|
1528
|
+
} catch {
|
1529
|
+
const _0x2ba79b = {};
|
1530
|
+
_0x2ba79b[_0xc940f6(0x14d, 0x133)] = _0xf6974(0x28a, 0x3a1) + _0xc940f6(0x126, 0x1a4) + _0xc940f6(-0x53, -0xaf) + _0xc940f6(0xec, 0x189) + _0xf6974(0x461, 0x3c3);
|
1531
|
+
const _0x12ae51 = {};
|
1532
|
+
_0x12ae51[_0xf6974(0x2b5, 0x2e8)] = _0x2ba79b, _0x12ae51[_0xf6974(0x513, 0x427)] = '\x45\x52\x52\x4f\x52\x20\x34\x30\x34\x21' + '\x20\x50\x6c\x65\x61\x73\x65\x20\x73\x63' + _0xf6974(0x3a7, 0x47e) + _0xf6974(0x2f1, 0x2f8), _0x73fc21[_0xc940f6(0x88, 0x140) + '\x65'](_0xc940f6(0x117, 0x37) + _0xf6974(0x53d, 0x453), _0x12ae51);
|
1533
|
+
}
|
1534
|
+
console[_0xf6974(0x4e9, 0x410)](_0xc940f6(-0x24, 0x53) + _0xf6974(0x4d0, 0x3cd) + _0xf6974(0x38a, 0x441) + '\x74\x6f\x20\x75\x73\x65');
|
1535
|
+
}
|
1536
|
+
}), _0x73fc21['\x65\x76']['\x6f\x6e']('\x63\x72\x65\x64\x73\x2e\x75\x70\x64\x61' + '\x74\x65', saveState), _0x73fc21;
|
1537
|
+
}, heroku_keep_alive = async () => {
|
1538
|
+
function _0x4d7539(_0x11558a, _0x190eea) {
|
1539
|
+
return _0x20673c(_0x190eea - 0x110, _0x11558a);
|
1083
1540
|
}
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
await got(url);
|
1092
|
-
console.log ("💃🏻♥️ Queen Amdi v4 - Verifying files...")
|
1541
|
+
function _0x1a8068(_0x545264, _0x57270d) {
|
1542
|
+
return _0x37cb94(_0x545264 - 0x3e, _0x57270d);
|
1543
|
+
}
|
1544
|
+
await got(_0x1a8068(0x2ff, 0x3bb) + vars['\x48\x45\x52\x4f\x4b\x55\x5f\x41\x50\x50'] + (_0x1a8068(0x332, 0x247) + '\x2e\x63\x6f\x6d\x2f')), console[_0x1a8068(0x3c7, 0x385)]('\ud83d\udc83\ud83c\udffb\u2665\ufe0f\x20\x51\x75\x65\x65\x6e\x20\x41' + _0x1a8068(0x2ed, 0x3a0) + _0x4d7539(0x63e, 0x610) + _0x4d7539(0x4c1, 0x560));
|
1545
|
+
}, _0x2859a3 = {};
|
1546
|
+
function _0x20673c(_0x4d798f, _0x1c469e) {
|
1547
|
+
return _0x41f4(_0x4d798f - 0x258, _0x1c469e);
|
1093
1548
|
}
|
1094
|
-
|
1095
|
-
module.exports = {
|
1096
|
-
Base : QueenAmdi,
|
1097
|
-
Heroku_Alive : heroku_keep_alive
|
1098
|
-
}
|
1549
|
+
_0x2859a3[_0x20673c(0x4cb, 0x54a)] = QueenAmdi, _0x2859a3[_0x37cb94(0x266, 0x34a) + '\x76\x65'] = heroku_keep_alive, module['\x65\x78\x70\x6f\x72\x74\x73'] = _0x2859a3;
|