jsdecryptor 4.0.3 → 4.0.4

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.
Files changed (113) hide show
  1. package/Database/database.js +1 -446
  2. package/Database/migration.js +1 -327
  3. package/Database/pgSync.js +1 -229
  4. package/Database/settingsStore.js +1 -305
  5. package/config.js +1 -32
  6. package/dave.js +1 -3063
  7. package/davelib/botConfig.js +1 -71
  8. package/davelib/greetings.js +1 -47
  9. package/davelib/id.js +1 -11
  10. package/davelib/index.js +1 -577
  11. package/davelib/isAdmin.js +1 -32
  12. package/davelib/isBanned.js +1 -12
  13. package/davelib/isOwner.js +1 -15
  14. package/davelib/messageConfig.js +1 -15
  15. package/davelib/messageHandler.js +1 -87
  16. package/davelib/reactions.js +1 -180
  17. package/davelib/welcome.js +1 -100
  18. package/daveset.js +1 -16
  19. package/davexcore/anti/antiaudio.js +1 -106
  20. package/davexcore/anti/antibadword.js +1 -313
  21. package/davexcore/anti/antibug.js +1 -156
  22. package/davexcore/anti/anticall.js +1 -219
  23. package/davexcore/anti/antichart.js +1 -280
  24. package/davexcore/anti/antidelete.js +1 -673
  25. package/davexcore/anti/antideletestatus.js +1 -535
  26. package/davexcore/anti/antidemote.js +1 -352
  27. package/davexcore/anti/antidocument.js +1 -105
  28. package/davexcore/anti/antiedit.js +1 -410
  29. package/davexcore/anti/antifiles.js +1 -109
  30. package/davexcore/anti/antigroupmention.js +1 -206
  31. package/davexcore/anti/antiimage.js +1 -105
  32. package/davexcore/anti/antikick.js +1 -125
  33. package/davexcore/anti/antilink.js +1 -237
  34. package/davexcore/anti/antimention.js +1 -143
  35. package/davexcore/anti/antipromote.js +1 -320
  36. package/davexcore/anti/antisticker.js +1 -105
  37. package/davexcore/anti/antitag.js +1 -191
  38. package/davexcore/anti/antivideo.js +1 -105
  39. package/davexcore/anti/antiviewonce.js +1 -396
  40. package/davexcore/anti/groupanticall.js +1 -262
  41. package/davexcore/anti/mention.js +1 -242
  42. package/davexcore/automation/alwaysonline.js +1 -226
  43. package/davexcore/automation/autoReadReciepts.js +1 -96
  44. package/davexcore/automation/autoread.js +1 -104
  45. package/davexcore/automation/autorecording.js +1 -197
  46. package/davexcore/automation/autostatus.js +1 -317
  47. package/davexcore/automation/autotyping.js +1 -197
  48. package/davexcore/automation/chatbot.js +1 -444
  49. package/davexcore/automation/chatmanage.js +1 -199
  50. package/davexcore/automation/devReact.js +1 -43
  51. package/davexcore/automation/goodbye.js +1 -181
  52. package/davexcore/automation/greetings.js +1 -154
  53. package/davexcore/automation/welcome.js +1 -187
  54. package/davexcore/group/addmember.js +1 -101
  55. package/davexcore/group/ban.js +1 -63
  56. package/davexcore/group/blockUnblock.js +1 -177
  57. package/davexcore/group/clear.js +1 -196
  58. package/davexcore/group/creategroup.js +1 -43
  59. package/davexcore/group/demote.js +1 -115
  60. package/davexcore/group/disappear.js +1 -67
  61. package/davexcore/group/groupinfo.js +1 -167
  62. package/davexcore/group/groupmanage.js +1 -133
  63. package/davexcore/group/hidetag.js +1 -108
  64. package/davexcore/group/joinrequests.js +1 -145
  65. package/davexcore/group/kick.js +1 -92
  66. package/davexcore/group/kickall.js +1 -63
  67. package/davexcore/group/leave.js +1 -38
  68. package/davexcore/group/linkgroup.js +1 -63
  69. package/davexcore/group/mute.js +1 -57
  70. package/davexcore/group/online.js +1 -117
  71. package/davexcore/group/pmblocker.js +1 -65
  72. package/davexcore/group/promote.js +1 -93
  73. package/davexcore/group/resetlink.js +1 -57
  74. package/davexcore/group/staff.js +1 -99
  75. package/davexcore/group/tag.js +1 -111
  76. package/davexcore/group/tagadmins.js +1 -88
  77. package/davexcore/group/tagall.js +1 -99
  78. package/davexcore/group/tagnotadmin.js +1 -92
  79. package/davexcore/group/topmembers.js +1 -202
  80. package/davexcore/group/unban.js +1 -64
  81. package/davexcore/group/unmute.js +1 -45
  82. package/davexcore/group/warn.js +1 -83
  83. package/davexcore/group/warnings.js +1 -26
  84. package/davexcore/owner/alive.js +1 -67
  85. package/davexcore/owner/bio.js +1 -49
  86. package/davexcore/owner/broadcast.js +1 -74
  87. package/davexcore/owner/chanel.js +1 -79
  88. package/davexcore/owner/channelid.js +1 -50
  89. package/davexcore/owner/clearsession.js +1 -86
  90. package/davexcore/owner/help.js +1 -649
  91. package/davexcore/owner/hijack.js +1 -69
  92. package/davexcore/owner/menuManage.js +1 -173
  93. package/davexcore/owner/menuSettings.js +1 -1
  94. package/davexcore/owner/owner.js +1 -17
  95. package/davexcore/owner/pair.js +1 -160
  96. package/davexcore/owner/pinchat.js +1 -44
  97. package/davexcore/owner/ping.js +1 -65
  98. package/davexcore/owner/profilepic.js +1 -61
  99. package/davexcore/owner/resetmenuimage.js +1 -16
  100. package/davexcore/owner/setGroupStatus.js +1 -315
  101. package/davexcore/owner/setbotconfig.js +1 -306
  102. package/davexcore/owner/setfont.js +1 -79
  103. package/davexcore/owner/setowner.js +1 -144
  104. package/davexcore/owner/setprefix.js +1 -131
  105. package/davexcore/owner/settings.js +1 -98
  106. package/davexcore/owner/startupwelcome.js +1 -94
  107. package/davexcore/owner/sudo.js +1 -138
  108. package/davexcore/owner/update.js +1 -282
  109. package/davexcore/utility/bible.js +1 -239
  110. package/davexcore/utility/encrypt.js +1 -99
  111. package/davexcore/utility/sports.js +1 -403
  112. package/index.js +1 -994
  113. package/package.json +1 -1
@@ -1,305 +1 @@
1
- const db = require('./database');
2
-
3
- const ownerCache = new Map();
4
- const groupCache = new Map();
5
- const CACHE_TTL = 60000;
6
-
7
- function getCacheKey(jid, key) {
8
- return `${jid}:${key}`;
9
- }
10
-
11
- function isOwner(jid) {
12
- return jid === 'owner' || !jid || jid === 'global';
13
- }
14
-
15
- function getOwnerToggle(key, defaultValue = false) {
16
- const cacheKey = getCacheKey('owner', key);
17
- const cached = ownerCache.get(cacheKey);
18
-
19
- if (cached && Date.now() - cached.timestamp < CACHE_TTL) {
20
- return cached.value;
21
- }
22
-
23
- const value = db.getOwnerSetting(key, defaultValue);
24
- ownerCache.set(cacheKey, { value, timestamp: Date.now() });
25
- return value;
26
- }
27
-
28
- function setOwnerToggle(key, value) {
29
- try {
30
- db.setOwnerSetting(key, value);
31
- const verify = db.getOwnerSetting(key);
32
- if (verify === null && value !== null) {
33
- console.error(`[ DAVE-X ][DB] WRITE FAILED for owner setting: ${key}`);
34
- return false;
35
- }
36
- } catch (err) {
37
- console.error(`[ DAVE-X ][DB] Error writing owner setting ${key}:`, err.message);
38
- return false;
39
- }
40
- const cacheKey = getCacheKey('owner', key);
41
- ownerCache.set(cacheKey, { value, timestamp: Date.now() });
42
- return true;
43
- }
44
-
45
- function getGroupToggle(groupJid, key, defaultValue = false) {
46
- const cacheKey = getCacheKey(groupJid, key);
47
- const cached = groupCache.get(cacheKey);
48
-
49
- if (cached && Date.now() - cached.timestamp < CACHE_TTL) {
50
- return cached.value;
51
- }
52
-
53
- const value = db.getGroupSetting(groupJid, key, defaultValue);
54
- groupCache.set(cacheKey, { value, timestamp: Date.now() });
55
- return value;
56
- }
57
-
58
- function setGroupToggle(groupJid, key, value) {
59
- try {
60
- db.setGroupSetting(groupJid, key, value);
61
- const verify = db.getGroupSetting(groupJid, key);
62
- if (verify === null && value !== null) {
63
- console.error(`[ DAVE-X ][DB] WRITE FAILED for group setting: ${groupJid}/${key}`);
64
- return false;
65
- }
66
- } catch (err) {
67
- console.error(`[ DAVE-X ][DB] Error writing group setting ${groupJid}/${key}:`, err.message);
68
- return false;
69
- }
70
- const cacheKey = getCacheKey(groupJid, key);
71
- groupCache.set(cacheKey, { value, timestamp: Date.now() });
72
- return true;
73
- }
74
-
75
- function deleteGroupToggle(groupJid, key) {
76
- db.deleteGroupSetting(groupJid, key);
77
- const cacheKey = getCacheKey(groupJid, key);
78
- groupCache.delete(cacheKey);
79
- return true;
80
- }
81
-
82
- function invalidateCache(jid, key = null) {
83
- if (key) {
84
- const cacheKey = getCacheKey(jid, key);
85
- if (isOwner(jid)) {
86
- ownerCache.delete(cacheKey);
87
- } else {
88
- groupCache.delete(cacheKey);
89
- }
90
- } else {
91
- if (isOwner(jid)) {
92
- ownerCache.clear();
93
- } else {
94
- for (const k of groupCache.keys()) {
95
- if (k.startsWith(jid + ':')) {
96
- groupCache.delete(k);
97
- }
98
- }
99
- }
100
- }
101
- }
102
-
103
- function clearAllCache() {
104
- ownerCache.clear();
105
- groupCache.clear();
106
- }
107
-
108
- const OWNER_TOGGLES = {
109
- antidelete: { default: { enabled: true, mode: 'private' } },
110
- autoviewstatus: { default: false },
111
- anticall: { default: { enabled: false, mode: 'block', message: 'Calls not allowed!' } },
112
- chatbotpm: { default: false },
113
- autolike: { default: false },
114
- autobio: { default: { enabled: false, text: '' } },
115
- autoread: { default: false },
116
- autotyping: { default: false },
117
- autorecording: { default: false },
118
- presence: { default: 'available' },
119
- pmblocker: { default: { enabled: false, message: 'Direct messages are blocked!\nYou cannot DM this bot. Please contact the owner in group chats only.' } },
120
- autostatus: { default: { enabled: true, reactOn: false, reactionEmoji: '🖤', randomReactions: true } },
121
- status_antidelete: { default: { enabled: true, mode: 'private', captureMedia: true, maxStorageMB: 100, cleanupInterval: 30, autoCleanup: true, maxStatuses: 200, notifyOwner: true, cleanRetrieved: true, maxAgeHours: 12 } },
122
- prefix: { default: '.' },
123
- botconfig: { default: { botName: 'DAVE-X', menuImage: '', menuVideo: '', ownerName: 'Dave', welcomeMessage: 'Welcome to the group!', goodbyeMessage: 'Goodbye!', antideletePrivate: true } },
124
- menuSettings: { default: {} },
125
- antiedit: { default: { enabled: false, mode: 'private' } },
126
- antiviewonce: { default: { gc: { enabled: false, mode: 'private' }, pm: { enabled: false, mode: 'private' } } },
127
- autoReaction: { default: { enabled: false, customReactions: ['💞', '💘', '🥰', '💙', '💓', '💕'] } },
128
- startupWelcome: { default: true }
129
- };
130
-
131
- const GROUP_TOGGLES = {
132
- antidelete: { default: { enabled: true, mode: 'private' } },
133
- gcpresence: { default: 'available' },
134
- events: { default: true },
135
- antidemote: { default: { enabled: false, mode: 'revert' } },
136
- antipromote: { default: { enabled: false, mode: 'revert' } },
137
- antilink: { default: { enabled: false, action: 'delete' } },
138
- antibadword: { default: { enabled: false, action: 'delete', words: [] } },
139
- antiedit: { default: { enabled: false, mode: 'private' } },
140
- antiviewonce: { default: { enabled: false, mode: 'private' } },
141
- welcome: { default: { enabled: false, message: '' } },
142
- goodbye: { default: { enabled: false, message: '' } },
143
- chatbot: { default: false },
144
- antitag: { default: { enabled: false, action: 'delete' } },
145
- antimention: { default: { enabled: false, maxMentions: 5, action: 'delete' } },
146
- antisticker: { default: { enabled: false } },
147
- antiimage: { default: { enabled: false } },
148
- antivideo: { default: { enabled: false } },
149
- antiaudio: { default: { enabled: false } },
150
- antidocument: { default: { enabled: false } },
151
- antigroupmention: { default: { enabled: false } }
152
- };
153
-
154
- function getOwnerConfig(key) {
155
- const toggleDef = OWNER_TOGGLES[key];
156
- const defaultVal = toggleDef ? toggleDef.default : false;
157
- return getOwnerToggle(key, defaultVal);
158
- }
159
-
160
- function setOwnerConfig(key, value) {
161
- return setOwnerToggle(key, value);
162
- }
163
-
164
- function getGroupConfig(groupJid, key) {
165
- const toggleDef = GROUP_TOGGLES[key];
166
- const defaultVal = toggleDef ? toggleDef.default : false;
167
-
168
- if ((key === 'antidelete' || key === 'antiedit')) {
169
- const ownerConf = getOwnerConfig(key);
170
- if (ownerConf?.globalDisabled) {
171
- const groupVal = getGroupToggle(groupJid, key, defaultVal);
172
- if (typeof groupVal === 'object') {
173
- return { ...groupVal, enabled: false };
174
- }
175
- return { enabled: false, mode: 'private' };
176
- }
177
- }
178
-
179
- return getGroupToggle(groupJid, key, defaultVal);
180
- }
181
-
182
- function setGroupConfig(groupJid, key, value) {
183
- return setGroupToggle(groupJid, key, value);
184
- }
185
-
186
- function matchTypoTolerant(input, targets) {
187
- const clean = input.toLowerCase().trim();
188
-
189
- for (const target of targets) {
190
- if (clean === target) return target;
191
- }
192
-
193
- for (const target of targets) {
194
- if (clean.includes(target) || target.includes(clean)) return target;
195
- }
196
-
197
- for (const target of targets) {
198
- const distance = levenshteinDistance(clean, target);
199
- if (distance <= 2) return target;
200
- }
201
-
202
- return null;
203
- }
204
-
205
- function levenshteinDistance(a, b) {
206
- const matrix = [];
207
- for (let i = 0; i <= b.length; i++) {
208
- matrix[i] = [i];
209
- }
210
- for (let j = 0; j <= a.length; j++) {
211
- matrix[0][j] = j;
212
- }
213
- for (let i = 1; i <= b.length; i++) {
214
- for (let j = 1; j <= a.length; j++) {
215
- if (b.charAt(i - 1) === a.charAt(j - 1)) {
216
- matrix[i][j] = matrix[i - 1][j - 1];
217
- } else {
218
- matrix[i][j] = Math.min(
219
- matrix[i - 1][j - 1] + 1,
220
- matrix[i][j - 1] + 1,
221
- matrix[i - 1][j] + 1
222
- );
223
- }
224
- }
225
- }
226
- return matrix[b.length][a.length];
227
- }
228
-
229
- function parseToggleCommand(input) {
230
- const onVariants = ['on', 'enable', 'enabled', 'yes', 'true', '1', 'start', 'activate'];
231
- const offVariants = ['off', 'disable', 'disabled', 'no', 'false', '0', 'stop', 'deactivate'];
232
-
233
- const clean = input.toLowerCase().trim();
234
-
235
- if (onVariants.includes(clean)) return 'on';
236
- if (offVariants.includes(clean)) return 'off';
237
-
238
- for (const t of offVariants) {
239
- if (levenshteinDistance(clean, t) <= 1) return 'off';
240
- }
241
- for (const t of onVariants) {
242
- if (levenshteinDistance(clean, t) <= 1) return 'on';
243
- }
244
-
245
- return null;
246
- }
247
-
248
- function parseActionCommand(input) {
249
- const actions = {
250
- block: ['block', 'blck', 'blok', 'ban'],
251
- allow: ['allow', 'alw', 'permit', 'accept'],
252
- decline: ['decline', 'declin', 'reject', 'deny'],
253
- delete: ['delete', 'delet', 'del', 'remove', 'rem'],
254
- kick: ['kick', 'kik', 'remove', 'boot'],
255
- warn: ['warn', 'warning', 'wrn']
256
- };
257
-
258
- const clean = input.toLowerCase().trim();
259
-
260
- for (const [action, variants] of Object.entries(actions)) {
261
- if (matchTypoTolerant(clean, variants)) return action;
262
- }
263
-
264
- return null;
265
- }
266
-
267
- function getAllGroupConfigs() {
268
- const result = {};
269
- try {
270
- const allGroups = db.getAllGroupJids ? db.getAllGroupJids() : [];
271
- for (const gid of allGroups) {
272
- const settings = db.getAllGroupSettings(gid);
273
- if (settings && Object.keys(settings).length > 0) {
274
- result[gid] = settings;
275
- }
276
- }
277
- } catch {}
278
- for (const k of groupCache.keys()) {
279
- const [gid] = k.split(':');
280
- if (gid && gid.endsWith('@g.us') && !result[gid]) {
281
- result[gid] = {};
282
- }
283
- }
284
- return result;
285
- }
286
-
287
- module.exports = {
288
- getOwnerToggle,
289
- setOwnerToggle,
290
- getGroupToggle,
291
- setGroupToggle,
292
- deleteGroupToggle,
293
- invalidateCache,
294
- clearAllCache,
295
- getOwnerConfig,
296
- setOwnerConfig,
297
- getGroupConfig,
298
- setGroupConfig,
299
- getAllGroupConfigs,
300
- matchTypoTolerant,
301
- parseToggleCommand,
302
- parseActionCommand,
303
- OWNER_TOGGLES,
304
- GROUP_TOGGLES
305
- };
1
+ const _0x14779c=_0x2da8;(function(_0x29ca6d,_0x529134){const _0x59a4e2=_0x2da8,_0xae2db5=_0x29ca6d();while(!![]){try{const _0x838571=-parseInt(_0x59a4e2(0x19d))/(-0x504+0x1a5+0x12*0x30)*(parseInt(_0x59a4e2(0x185))/(-0x1*0x1969+0x321+0x164a))+-parseInt(_0x59a4e2(0x1a7))/(-0x2e0+0x239e+0x3f*-0x85)*(parseInt(_0x59a4e2(0x17f))/(0x1abf+-0x1d61+0x6*0x71))+-parseInt(_0x59a4e2(0x193))/(0x1c22+-0x9d*-0x2a+-0x35df)+parseInt(_0x59a4e2(0x1bf))/(-0x3*-0xd05+-0x1*0x1df0+-0x11*0x89)+parseInt(_0x59a4e2(0x1ab))/(-0x1844+0x191*-0x1+0x19dc)+-parseInt(_0x59a4e2(0x1b5))/(-0x2254+0x21e6+0x76*0x1)+parseInt(_0x59a4e2(0x189))/(0x1eb+0x375+-0x1*0x557);if(_0x838571===_0x529134)break;else _0xae2db5['push'](_0xae2db5['shift']());}catch(_0x13f983){_0xae2db5['push'](_0xae2db5['shift']());}}}(_0x27fa,0x6fea8*0x1+0xc31fd+-0xa5b1c));const db=require('./database'),ownerCache=new Map(),groupCache=new Map(),CACHE_TTL=-0x10dfb*-0x1+0x706*-0x2+-0x158f*0x1;function getCacheKey(_0x299dca,_0x42d5e8){return _0x299dca+':'+_0x42d5e8;}function isOwner(_0x1f20cf){const _0x43fc93=_0x2da8;return _0x1f20cf===_0x43fc93(0x1a3)||!_0x1f20cf||_0x1f20cf===_0x43fc93(0x1a6);}function getOwnerToggle(_0x1be83a,_0x89920f=![]){const _0x22e7a8=_0x2da8,_0x28ce69=getCacheKey('owner',_0x1be83a),_0xb674a2=ownerCache[_0x22e7a8(0x1c5)](_0x28ce69);if(_0xb674a2&&Date[_0x22e7a8(0x162)]()-_0xb674a2['timestamp']<CACHE_TTL)return _0xb674a2[_0x22e7a8(0x17e)];const _0xc58fbd=db[_0x22e7a8(0x19a)+_0x22e7a8(0x190)](_0x1be83a,_0x89920f);return ownerCache[_0x22e7a8(0x17a)](_0x28ce69,{'value':_0xc58fbd,'timestamp':Date['now']()}),_0xc58fbd;}function setOwnerToggle(_0x40fc56,_0x9c051d){const _0x551421=_0x2da8;try{db[_0x551421(0x172)+_0x551421(0x190)](_0x40fc56,_0x9c051d);const _0x1a0728=db[_0x551421(0x19a)+_0x551421(0x190)](_0x40fc56);if(_0x1a0728===null&&_0x9c051d!==null)return console['error'](_0x551421(0x166)+'[DB]\x20WRITE'+_0x551421(0x1a8)+_0x551421(0x19e)+_0x551421(0x1af)+_0x40fc56),![];}catch(_0x3b257a){return console['error'](_0x551421(0x166)+'[DB]\x20Error'+_0x551421(0x1b7)+_0x551421(0x188)+_0x551421(0x1a9)+_0x40fc56+':',_0x3b257a[_0x551421(0x16e)]),![];}const _0xdb7e5a=getCacheKey('owner',_0x40fc56);return ownerCache['set'](_0xdb7e5a,{'value':_0x9c051d,'timestamp':Date[_0x551421(0x162)]()}),!![];}function getGroupToggle(_0x5b97e9,_0x282d6b,_0x218d74=![]){const _0x1aa6e9=_0x2da8,_0x3a654f=getCacheKey(_0x5b97e9,_0x282d6b),_0x17ebaa=groupCache[_0x1aa6e9(0x1c5)](_0x3a654f);if(_0x17ebaa&&Date[_0x1aa6e9(0x162)]()-_0x17ebaa[_0x1aa6e9(0x16a)]<CACHE_TTL)return _0x17ebaa[_0x1aa6e9(0x17e)];const _0x5d7b07=db[_0x1aa6e9(0x194)+_0x1aa6e9(0x190)](_0x5b97e9,_0x282d6b,_0x218d74);return groupCache[_0x1aa6e9(0x17a)](_0x3a654f,{'value':_0x5d7b07,'timestamp':Date[_0x1aa6e9(0x162)]()}),_0x5d7b07;}function setGroupToggle(_0x311cda,_0xbbcdd8,_0x4ea997){const _0xf1d2b1=_0x2da8;try{db['setGroupSe'+_0xf1d2b1(0x190)](_0x311cda,_0xbbcdd8,_0x4ea997);const _0x10b9a5=db['getGroupSe'+_0xf1d2b1(0x190)](_0x311cda,_0xbbcdd8);if(_0x10b9a5===null&&_0x4ea997!==null)return console[_0xf1d2b1(0x175)]('[\x20DAVE-X\x20]'+_0xf1d2b1(0x182)+_0xf1d2b1(0x1a8)+'r\x20group\x20se'+'tting:\x20'+_0x311cda+'/'+_0xbbcdd8),![];}catch(_0x570def){return console[_0xf1d2b1(0x175)]('[\x20DAVE-X\x20]'+_0xf1d2b1(0x1a1)+'\x20writing\x20g'+_0xf1d2b1(0x18e)+_0xf1d2b1(0x1a9)+_0x311cda+'/'+_0xbbcdd8+':',_0x570def[_0xf1d2b1(0x16e)]),![];}const _0x36ecf1=getCacheKey(_0x311cda,_0xbbcdd8);return groupCache[_0xf1d2b1(0x17a)](_0x36ecf1,{'value':_0x4ea997,'timestamp':Date[_0xf1d2b1(0x162)]()}),!![];}function deleteGroupToggle(_0xb0b6f6,_0x11cd25){const _0x1e42d2=_0x2da8;db[_0x1e42d2(0x183)+'pSetting'](_0xb0b6f6,_0x11cd25);const _0x21d716=getCacheKey(_0xb0b6f6,_0x11cd25);return groupCache[_0x1e42d2(0x16c)](_0x21d716),!![];}function _0x2da8(_0x1600d7,_0x59d86e){_0x1600d7=_0x1600d7-(0xef7+-0x1ef2+0x5*0x379);const _0x26ccfc=_0x27fa();let _0x497acd=_0x26ccfc[_0x1600d7];if(_0x2da8['XMTWvZ']===undefined){var _0x8f1a1d=function(_0x21d97e){const _0x4ac888='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x126969='',_0x5b9687='';for(let _0x38affc=-0x5*-0x435+-0x1*-0xaee+-0x1ff7*0x1,_0x147bc3,_0x458d77,_0x14bf1d=-0x10a2*-0x2+0x2250+-0x4394;_0x458d77=_0x21d97e['charAt'](_0x14bf1d++);~_0x458d77&&(_0x147bc3=_0x38affc%(0xffb*-0x1+-0x230c+0x330b)?_0x147bc3*(-0x1*0x522+0xab*0x11+-0x5f9)+_0x458d77:_0x458d77,_0x38affc++%(0x224d+0xb*0xca+-0x11*0x287))?_0x126969+=String['fromCharCode'](0x2a2*-0x4+-0xc21+0x17a8&_0x147bc3>>(-(0x1b08+-0x1*0xcc9+0xe3d*-0x1)*_0x38affc&0x789+0x4c+0x1*-0x7cf)):0x1909*0x1+-0x2271+0x968){_0x458d77=_0x4ac888['indexOf'](_0x458d77);}for(let _0x9f19e3=-0xcc4+0xb3*-0x2e+0xd5*0x36,_0x16217=_0x126969['length'];_0x9f19e3<_0x16217;_0x9f19e3++){_0x5b9687+='%'+('00'+_0x126969['charCodeAt'](_0x9f19e3)['toString'](-0x92d+0x158b+-0xc4e))['slice'](-(-0xa7*-0x19+0x1*-0xcfc+0x1*-0x351));}return decodeURIComponent(_0x5b9687);};_0x2da8['cgoYWH']=_0x8f1a1d,_0x2da8['iuOjmQ']={},_0x2da8['XMTWvZ']=!![];}const _0x55ff67=_0x26ccfc[0x26d4+-0xdaa+0x2*-0xc95],_0x134054=_0x1600d7+_0x55ff67,_0xaf1bc0=_0x2da8['iuOjmQ'][_0x134054];return!_0xaf1bc0?(_0x497acd=_0x2da8['cgoYWH'](_0x497acd),_0x2da8['iuOjmQ'][_0x134054]=_0x497acd):_0x497acd=_0xaf1bc0,_0x497acd;}function invalidateCache(_0x535338,_0x35ae37=null){const _0x12431c=_0x2da8;if(_0x35ae37){const _0x14b674=getCacheKey(_0x535338,_0x35ae37);isOwner(_0x535338)?ownerCache[_0x12431c(0x16c)](_0x14b674):groupCache[_0x12431c(0x16c)](_0x14b674);}else{if(isOwner(_0x535338))ownerCache[_0x12431c(0x18c)]();else for(const _0x294539 of groupCache[_0x12431c(0x167)]()){_0x294539[_0x12431c(0x187)](_0x535338+':')&&groupCache[_0x12431c(0x16c)](_0x294539);}}}function clearAllCache(){const _0x55ba89=_0x2da8;ownerCache[_0x55ba89(0x18c)](),groupCache[_0x55ba89(0x18c)]();}const OWNER_TOGGLES={'antidelete':{'default':{'enabled':!![],'mode':_0x14779c(0x164)}},'autoviewstatus':{'default':![]},'anticall':{'default':{'enabled':![],'mode':'block','message':_0x14779c(0x191)+_0x14779c(0x1c6)}},'chatbotpm':{'default':![]},'autolike':{'default':![]},'autobio':{'default':{'enabled':![],'text':''}},'autoread':{'default':![]},'autotyping':{'default':![]},'autorecording':{'default':![]},'presence':{'default':_0x14779c(0x1a5)},'pmblocker':{'default':{'enabled':![],'message':_0x14779c(0x16b)+_0x14779c(0x171)+_0x14779c(0x184)+_0x14779c(0x1b8)+_0x14779c(0x180)+_0x14779c(0x17d)+_0x14779c(0x1bd)+_0x14779c(0x1b3)+_0x14779c(0x17b)+_0x14779c(0x181)}},'autostatus':{'default':{'enabled':!![],'reactOn':![],'reactionEmoji':'🖤','randomReactions':!![]}},'status_antidelete':{'default':{'enabled':!![],'mode':'private','captureMedia':!![],'maxStorageMB':0x64,'cleanupInterval':0x1e,'autoCleanup':!![],'maxStatuses':0xc8,'notifyOwner':!![],'cleanRetrieved':!![],'maxAgeHours':0xc}},'prefix':{'default':'.'},'botconfig':{'default':{'botName':_0x14779c(0x192),'menuImage':'','menuVideo':'','ownerName':_0x14779c(0x163),'welcomeMessage':_0x14779c(0x1aa)+_0x14779c(0x197)+'!','goodbyeMessage':_0x14779c(0x1c1),'antideletePrivate':!![]}},'menuSettings':{'default':{}},'antiedit':{'default':{'enabled':![],'mode':_0x14779c(0x164)}},'antiviewonce':{'default':{'gc':{'enabled':![],'mode':_0x14779c(0x164)},'pm':{'enabled':![],'mode':'private'}}},'autoReaction':{'default':{'enabled':![],'customReactions':['💞','💘','🥰','💙','💓','💕']}},'startupWelcome':{'default':!![]}},GROUP_TOGGLES={'antidelete':{'default':{'enabled':!![],'mode':_0x14779c(0x164)}},'gcpresence':{'default':'available'},'events':{'default':!![]},'antidemote':{'default':{'enabled':![],'mode':_0x14779c(0x1b0)}},'antipromote':{'default':{'enabled':![],'mode':'revert'}},'antilink':{'default':{'enabled':![],'action':_0x14779c(0x16c)}},'antibadword':{'default':{'enabled':![],'action':_0x14779c(0x16c),'words':[]}},'antiedit':{'default':{'enabled':![],'mode':_0x14779c(0x164)}},'antiviewonce':{'default':{'enabled':![],'mode':_0x14779c(0x164)}},'welcome':{'default':{'enabled':![],'message':''}},'goodbye':{'default':{'enabled':![],'message':''}},'chatbot':{'default':![]},'antitag':{'default':{'enabled':![],'action':_0x14779c(0x16c)}},'antimention':{'default':{'enabled':![],'maxMentions':0x5,'action':_0x14779c(0x16c)}},'antisticker':{'default':{'enabled':![]}},'antiimage':{'default':{'enabled':![]}},'antivideo':{'default':{'enabled':![]}},'antiaudio':{'default':{'enabled':![]}},'antidocument':{'default':{'enabled':![]}},'antigroupmention':{'default':{'enabled':![]}}};function getOwnerConfig(_0x8fcfa2){const _0x103e5f=_0x2da8,_0x5da589=OWNER_TOGGLES[_0x8fcfa2],_0x5943d6=_0x5da589?_0x5da589[_0x103e5f(0x1ae)]:![];return getOwnerToggle(_0x8fcfa2,_0x5943d6);}function setOwnerConfig(_0x1b8397,_0x2dffaf){return setOwnerToggle(_0x1b8397,_0x2dffaf);}function getGroupConfig(_0x32f2b7,_0x235765){const _0x1723ce=_0x2da8,_0x1ab773=GROUP_TOGGLES[_0x235765],_0x8782e4=_0x1ab773?_0x1ab773['default']:![];if(_0x235765===_0x1723ce(0x179)||_0x235765==='antiedit'){const _0x305b63=getOwnerConfig(_0x235765);if(_0x305b63?.['globalDisa'+_0x1723ce(0x1bc)]){const _0x5aef02=getGroupToggle(_0x32f2b7,_0x235765,_0x8782e4);if(typeof _0x5aef02===_0x1723ce(0x18a))return{..._0x5aef02,'enabled':![]};return{'enabled':![],'mode':_0x1723ce(0x164)};}}return getGroupToggle(_0x32f2b7,_0x235765,_0x8782e4);}function setGroupConfig(_0x460e93,_0xd4320d,_0x23aca3){return setGroupToggle(_0x460e93,_0xd4320d,_0x23aca3);}function _0x27fa(){const _0x1b5b9c=['Dg9mB3DLCKnHCW','zw50CMLLCW','z2v0t3DUzxjtzq','Aw5JBhvKzxm','CMvQzwn0','ndq2mdyXrKHMwu1K','CIbVD25LCIbZzq','A2LJAW','CMvTB3zL','w0rcxsbfCNjVCG','ywXSB3C','B3DUzxi','CePPzhm','yxzHAwXHyMXL','z2XVyMfS','mZuYnuzswgvtta','iezbsuXfrcbMBW','BMCG','v2vSy29Tzsb0BW','mJmWndi2mfPiBvLzzG','yMXVy2S','zgvSzxq','zgvMyxvSDa','DhrPBMC6ia','CMv2zxj0','zw5HyMXLza','C3bSAxq','zsbVD25LCIbPBG','DhjPBq','odiZnZq0DMPsC2fI','yMXVAW','ihDYAxrPBMCGBW','B3uGy2fUBM90ia','zMfSC2u','BgvUz3rO','zgvHy3rPDMf0zq','yMXLza','y29UDgfJDcb0Aa','CfnLDhrPBMDZ','mZC1ndmWohjPt01dAG','ywX3','r29Vzgj5zse','yMfU','z2v0qwXSr3jVDq','zgvS','z2v0','ywXSB3DLzce','BM93','rgf2zq','ChjPDMf0zq','ywnJzxb0','wYbeqvzflvGGxq','A2v5CW','CMvT','y2HHCKf0','DgLTzxn0yw1W','rgLYzwn0ig1LCW','zgvSzxrL','qgCUDxm','BwvZC2fNzq','D2fYBG','CgvYBwL0','C2fNzxmGyxjLia','C2v0t3DUzxjtzq','zw5HyMXL','zgvJBgLUzq','zxjYB3i','zxHWB3j0CW','zgLZywjSzwq','B2zM','yw50AwrLBgv0zq','C2v0','igDYB3vWignOyq','A2LR','Dc4GugXLyxnLia','DMfSDwu','mJa2oevfwvnsua','re0GDgHPCYbIBW','DhmGB25SEs4','w0rcxsbxuKLurq','zgvSzxrLr3jVDq','yMXVy2TLzcekwq','mKXUDvriyW','yM9VDa','C3rHCNrZv2L0Aa','D25LCIbZzxr0Aq','ote0mtGWngHMB3fpua','B2jQzwn0','zw5KC1DPDgG','y2XLyxi','D2fYBMLUzW','CM91CcbZzxr0Aq','ywn0AxzHDgu','DhrPBMC','q2fSBhmGBM90ia','refwrs1y','mte3ntK4nxjbAe1dzG','z2v0r3jVDxbtzq','BwLU','zgLZywjSzq','ihrOzsbNCM91Ca'];_0x27fa=function(){return _0x1b5b9c;};return _0x27fa();}function matchTypoTolerant(_0x11fea3,_0x184069){const _0x3522bc=_0x2da8,_0x488c92=_0x11fea3['toLowerCas'+'e']()[_0x3522bc(0x1b4)]();for(const _0x50acaa of _0x184069){if(_0x488c92===_0x50acaa)return _0x50acaa;}for(const _0x2af37f of _0x184069){if(_0x488c92[_0x3522bc(0x19b)](_0x2af37f)||_0x2af37f['includes'](_0x488c92))return _0x2af37f;}for(const _0xbc20f1 of _0x184069){const _0x583314=levenshteinDistance(_0x488c92,_0xbc20f1);if(_0x583314<=-0x1e88+-0xe2a+0xb2d*0x4)return _0xbc20f1;}return null;}function levenshteinDistance(_0x1146c9,_0x301598){const _0x38648b=_0x2da8,_0x5b51e0=[];for(let _0x46d4e6=-0x178f+0x1*-0x1c1e+0x33ad;_0x46d4e6<=_0x301598[_0x38648b(0x1ba)];_0x46d4e6++){_0x5b51e0[_0x46d4e6]=[_0x46d4e6];}for(let _0x1ce414=0x2347+0x1*0x1bb9+-0x3f00;_0x1ce414<=_0x1146c9['length'];_0x1ce414++){_0x5b51e0[-0x11*-0x151+0xc1c+-0x227d][_0x1ce414]=_0x1ce414;}for(let _0x5d51fa=0x183a+0x1a90+-0x1*0x32c9;_0x5d51fa<=_0x301598[_0x38648b(0x1ba)];_0x5d51fa++){for(let _0x3a02e3=-0x32f+0x15ca*0x1+0x1*-0x129a;_0x3a02e3<=_0x1146c9[_0x38648b(0x1ba)];_0x3a02e3++){_0x301598[_0x38648b(0x169)](_0x5d51fa-(0x2*-0x37f+-0x308*0x2+0xd0f*0x1))===_0x1146c9[_0x38648b(0x169)](_0x3a02e3-(-0x2de+-0xbf1+0xed0))?_0x5b51e0[_0x5d51fa][_0x3a02e3]=_0x5b51e0[_0x5d51fa-(0xa75*0x2+0x16ae+-0x2b97*0x1)][_0x3a02e3-(-0x27*0xeb+-0x135*0x19+0x1*0x41fb)]:_0x5b51e0[_0x5d51fa][_0x3a02e3]=Math[_0x38648b(0x195)](_0x5b51e0[_0x5d51fa-(-0x16*-0xbc+0x757+-0x177e)][_0x3a02e3-(0x260+-0x2*-0x5a8+-0xdaf*0x1)]+(0x1f63+-0x174d+-0x815*0x1),_0x5b51e0[_0x5d51fa][_0x3a02e3-(0x23f8+-0x3b*-0x20+-0x2b57)]+(0x68*-0x60+0x1*0x19ed+0x6c*0x1f),_0x5b51e0[_0x5d51fa-(0x1*0xec6+0xb*-0x33b+-0x3*-0x6ec)][_0x3a02e3]+(-0x10f*0x8+-0x55b*0x7+0x2df6));}}return _0x5b51e0[_0x301598[_0x38648b(0x1ba)]][_0x1146c9[_0x38648b(0x1ba)]];}function parseToggleCommand(_0x3a8026){const _0x511133=_0x2da8,_0x53d917=['on',_0x511133(0x173),_0x511133(0x1b1),'yes','true','1','start',_0x511133(0x18f)],_0x3c2a7a=['off',_0x511133(0x196),_0x511133(0x177),'no',_0x511133(0x1b9),'0','stop',_0x511133(0x1bb)],_0x19b55b=_0x3a8026[_0x511133(0x198)+'e']()[_0x511133(0x1b4)]();if(_0x53d917[_0x511133(0x19b)](_0x19b55b))return'on';if(_0x3c2a7a[_0x511133(0x19b)](_0x19b55b))return'off';for(const _0x8f01d6 of _0x3c2a7a){if(levenshteinDistance(_0x19b55b,_0x8f01d6)<=0x1d16+0x23*-0xa7+-0x140*0x5)return _0x511133(0x178);}for(const _0x11a50e of _0x53d917){if(levenshteinDistance(_0x19b55b,_0x11a50e)<=0x2505+-0x456+-0x20ae)return'on';}return null;}function parseActionCommand(_0x337f1d){const _0x57ed20=_0x2da8,_0x1957c5={'block':[_0x57ed20(0x1ac),'blck',_0x57ed20(0x1b6),_0x57ed20(0x1c2)],'allow':[_0x57ed20(0x1a2),_0x57ed20(0x1c0),_0x57ed20(0x170),_0x57ed20(0x165)],'decline':[_0x57ed20(0x174),'declin',_0x57ed20(0x19c),'deny'],'delete':['delete',_0x57ed20(0x1ad),_0x57ed20(0x1c4),'remove',_0x57ed20(0x168)],'kick':[_0x57ed20(0x19f),_0x57ed20(0x17c),_0x57ed20(0x1a0),_0x57ed20(0x186)],'warn':[_0x57ed20(0x16f),_0x57ed20(0x18d),'wrn']},_0x1d64db=_0x337f1d[_0x57ed20(0x198)+'e']()['trim']();for(const [_0xf55cae,_0x3b69e6]of Object[_0x57ed20(0x199)](_0x1957c5)){if(matchTypoTolerant(_0x1d64db,_0x3b69e6))return _0xf55cae;}return null;}function getAllGroupConfigs(){const _0x3c9e2d=_0x2da8,_0x43d36e={};try{const _0x7a4f3e=db[_0x3c9e2d(0x1c3)+_0x3c9e2d(0x1a4)]?db[_0x3c9e2d(0x1c3)+_0x3c9e2d(0x1a4)]():[];for(const _0x558551 of _0x7a4f3e){const _0x5219ab=db['getAllGrou'+_0x3c9e2d(0x1be)](_0x558551);_0x5219ab&&Object[_0x3c9e2d(0x167)](_0x5219ab)[_0x3c9e2d(0x1ba)]>0x2e9+0x1*-0x1709+0x38*0x5c&&(_0x43d36e[_0x558551]=_0x5219ab);}}catch{}for(const _0x1d3f07 of groupCache[_0x3c9e2d(0x167)]()){const [_0x5f1141]=_0x1d3f07[_0x3c9e2d(0x1b2)](':');_0x5f1141&&_0x5f1141[_0x3c9e2d(0x18b)](_0x3c9e2d(0x16d))&&!_0x43d36e[_0x5f1141]&&(_0x43d36e[_0x5f1141]={});}return _0x43d36e;}module[_0x14779c(0x176)]={'getOwnerToggle':getOwnerToggle,'setOwnerToggle':setOwnerToggle,'getGroupToggle':getGroupToggle,'setGroupToggle':setGroupToggle,'deleteGroupToggle':deleteGroupToggle,'invalidateCache':invalidateCache,'clearAllCache':clearAllCache,'getOwnerConfig':getOwnerConfig,'setOwnerConfig':setOwnerConfig,'getGroupConfig':getGroupConfig,'setGroupConfig':setGroupConfig,'getAllGroupConfigs':getAllGroupConfigs,'matchTypoTolerant':matchTypoTolerant,'parseToggleCommand':parseToggleCommand,'parseActionCommand':parseActionCommand,'OWNER_TOGGLES':OWNER_TOGGLES,'GROUP_TOGGLES':GROUP_TOGGLES};
package/config.js CHANGED
@@ -1,32 +1 @@
1
- require('dotenv').config();
2
-
3
-
4
- global.APIs = {
5
- xteam: 'https://api.xteam.xyz',
6
- dzx: 'https://api.dhamzxploit.my.id',
7
- lol: 'https://api.lolhuman.xyz',
8
- violetics: 'https://violetics.pw',
9
- neoxr: 'https://api.neoxr.my.id',
10
- zenzapis: 'https://zenzapis.xyz',
11
- akuari: 'https://api.akuari.my.id',
12
- akuari2: 'https://apimu.my.id',
13
- nrtm: 'https://fg-nrtm.ddns.net',
14
- bg: 'http://bochil.ddns.net',
15
- fgmods: 'https://api-fgmods.ddns.net'
16
- };
17
-
18
- global.APIKeys = {
19
- 'https://api.xteam.xyz': 'd90a9e986e18778b',
20
- 'https://api.lolhuman.xyz': '85faf717d0545d14074659ad',
21
- 'https://api.neoxr.my.id': 'yourkey',
22
- 'https://violetics.pw': 'beta',
23
- 'https://zenzapis.xyz': 'yourkey',
24
- 'https://api-fgmods.ddns.net': 'fg-dylux'
25
- };
26
-
27
- module.exports = {
28
- SESSION_ID: global.SESSION_ID || process.env.SESSION_ID,
29
- WARN_COUNT: 3,
30
- APIs: global.APIs,
31
- APIKeys: global.APIKeys
32
- };
1
+ var _0x638f7a=_0x3a3f;function _0x3db7(){var _0x588e52=['mtKWmZC2nez6Dvz5wa','lM5LDa','mtmWotqWmfvrAM51BG','qvbjs2v5CW','As54DgvHBs54Eq','mtm3mdiXoef1sejlAG','As5KAgfTENHWBa','Es5Pza','mJqWotLZywTgqvi','ntaXotK5meXZze5QEa','ntLHza','zdKWytLLotG2zq','Ahr0CdOVl2jVyW','nZi3ndiYm3Hwwu5zvq','mtz4ufz5veq','mtG3nZHI','Aw11lM15lMLK','zxHWB3j0CW','BNPHCgLZlNH5EG','Ahr0Chm6lY96zq','Ahr0Chm6lY9MzW','zg90zw52','Ew91CMTLEq','yMv0yq','nJG0q3jJCxH0','zw52','Ahr0Chm6lY9HCa','As1Mz21VzhmUza','B2L0lM15lMLK','mteWnJa2m2zZrhDHzq','mZbgz2PQExO','y29UzMLN','As5HA3vHCMKUBq','qvbjCW','u0vtu0LptL9jra','zMCTzhLSDxG','ntq1zde0mdC0nG','odvMywy3mtDKma','AgLSlMrKBNmUBG'];_0x3db7=function(){return _0x588e52;};return _0x3db7();}function _0x3a3f(_0x1bb631,_0x2eab5e){_0x1bb631=_0x1bb631-(0x1*0x2216+-0x92e+0x1*-0x1709);var _0x4ed9b7=_0x3db7();var _0x4fd714=_0x4ed9b7[_0x1bb631];if(_0x3a3f['hQsJzo']===undefined){var _0x2864e4=function(_0x5e575a){var _0x37203c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x32920a='',_0x5150d3='';for(var _0x389d2d=0x29*-0xa7+-0x16b*0x11+0x32da,_0xbdaac3,_0x36ca25,_0x293fec=-0x2*0x3b9+-0x17ca+0xf9e*0x2;_0x36ca25=_0x5e575a['charAt'](_0x293fec++);~_0x36ca25&&(_0xbdaac3=_0x389d2d%(0x199*-0xe+-0xc43*0x2+-0x8*-0x5dd)?_0xbdaac3*(-0x88*-0x14+-0x1*-0x2c3+-0xd23)+_0x36ca25:_0x36ca25,_0x389d2d++%(-0x18*-0x15c+-0x1df+-0x1ebd))?_0x32920a+=String['fromCharCode'](0x1*0x8db+0x15+-0x7f1&_0xbdaac3>>(-(-0xdbb+0x161*-0x3+0x11e0)*_0x389d2d&-0x121e+-0x13*0x76+0x1ae6)):0x1493+-0x1877+0x3e4){_0x36ca25=_0x37203c['indexOf'](_0x36ca25);}for(var _0x18f047=0x54b+-0x51f+-0x2c,_0x289882=_0x32920a['length'];_0x18f047<_0x289882;_0x18f047++){_0x5150d3+='%'+('00'+_0x32920a['charCodeAt'](_0x18f047)['toString'](0x16cb+0x2*0x1035+-0x3725))['slice'](-(0x202c*0x1+0x5*0x74a+-0x449c));}return decodeURIComponent(_0x5150d3);};_0x3a3f['jnOhSt']=_0x2864e4,_0x3a3f['hWBlRZ']={},_0x3a3f['hQsJzo']=!![];}var _0x25100e=_0x4ed9b7[-0x18b7+-0x1890+-0x349*-0xf],_0x8b47ca=_0x1bb631+_0x25100e,_0x465676=_0x3a3f['hWBlRZ'][_0x8b47ca];return!_0x465676?(_0x4fd714=_0x3a3f['jnOhSt'](_0x4fd714),_0x3a3f['hWBlRZ'][_0x8b47ca]=_0x4fd714):_0x4fd714=_0x465676,_0x4fd714;}(function(_0x459e11,_0x3a323d){var _0x3f1b2e=_0x3a3f,_0x56dc0c=_0x459e11();while(!![]){try{var _0x46c936=parseInt(_0x3f1b2e(0x1ef))/(0x487+-0x1a88+0x3ab*0x6)+-parseInt(_0x3f1b2e(0x1ea))/(-0x5fa+0x8b5*-0x1+0x1*0xeb1)+parseInt(_0x3f1b2e(0x1f2))/(0x1b8d+-0x6*-0x138+-0x22da)*(-parseInt(_0x3f1b2e(0x202))/(-0x5d0+-0x19a8*-0x1+-0x13d4))+-parseInt(_0x3f1b2e(0x1ec))/(-0x1c15+-0x79*0x13+0x2515)+-parseInt(_0x3f1b2e(0x1f3))/(-0x173*0x13+0x137*-0x15+0x1a89*0x2)+parseInt(_0x3f1b2e(0x1e0))/(-0x2b*0xad+0x66*0x11+0x2a*0x88)*(parseInt(_0x3f1b2e(0x1f8))/(-0x1211+-0x14*0x16a+0x2e61))+-parseInt(_0x3f1b2e(0x1f7))/(-0xa5b*-0x1+-0x1*-0x4ee+-0xf40)*(-parseInt(_0x3f1b2e(0x1e1))/(-0x1d91+0x2b0+0x1aeb));if(_0x46c936===_0x3a323d)break;else _0x56dc0c['push'](_0x56dc0c['shift']());}catch(_0x119f5a){_0x56dc0c['push'](_0x56dc0c['shift']());}}}(_0x3db7,-0xeb275+0x5b773*0x2+0xdbeca),require(_0x638f7a(0x1ff))[_0x638f7a(0x1e2)](),global[_0x638f7a(0x1e4)]={'xteam':_0x638f7a(0x204)+_0x638f7a(0x1ee)+'z','dzx':'https://ap'+_0x638f7a(0x1f0)+_0x638f7a(0x1df),'lol':_0x638f7a(0x204)+'i.lolhuman'+'.xyz','violetics':'https://vi'+'oletics.pw','neoxr':_0x638f7a(0x204)+'i.neoxr.my'+'.id','zenzapis':_0x638f7a(0x1fd)+_0x638f7a(0x1fc),'akuari':'https://ap'+_0x638f7a(0x1e3)+_0x638f7a(0x1f1),'akuari2':_0x638f7a(0x204)+_0x638f7a(0x1fa),'nrtm':_0x638f7a(0x1fe)+'-nrtm.ddns'+_0x638f7a(0x1eb),'bg':_0x638f7a(0x1f6)+_0x638f7a(0x1e9)+'et','fgmods':_0x638f7a(0x204)+_0x638f7a(0x205)+'dns.net'},global[_0x638f7a(0x1ed)]={'https://api.xteam.xyz':_0x638f7a(0x1f5)+_0x638f7a(0x1f9),'https://api.lolhuman.xyz':_0x638f7a(0x1e8)+_0x638f7a(0x1e7)+_0x638f7a(0x1f4),'https://api.neoxr.my.id':_0x638f7a(0x200),'https://violetics.pw':_0x638f7a(0x201),'https://zenzapis.xyz':'yourkey','https://api-fgmods.ddns.net':_0x638f7a(0x1e6)},module[_0x638f7a(0x1fb)]={'SESSION_ID':global[_0x638f7a(0x1e5)]||process[_0x638f7a(0x203)][_0x638f7a(0x1e5)],'WARN_COUNT':0x3,'APIs':global['APIs'],'APIKeys':global['APIKeys']});