-
Notifications
You must be signed in to change notification settings - Fork 328
/
Copy pathconfig.js
102 lines (84 loc) Β· 3.5 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
const fs = require('fs');
//===========================//
const {
smsg, getGroupAdmins, formatp, tanggal, formatDate, getTime, isUrl, sleep, clockString, msToDate, sort, toNumber, enumGetKey, runtime, fetchJson, getBuffer, jsonformat, delay, format, logic, generateProfilePicture, parseMention, getRandom, pickRandom, reSize
} = require('./lib/myfunction');
//===========================//
global.d = new Date();
global.calender = d.toLocaleDateString('id');
//===========================//
// General Settings
global.apikey = 'ptla_6pKq2Q5hGxajeMBrRdazQLkG1NSpXwIIi1FYZNmkUkQ'; // Replace with your panel API key
global.capikey = 'ptlc_USy1wdkOexq5IIfootLXskwsgoZvDu1oQvgybJ0qlWC'; // Replace with your Capikey panel
global.domain = 'https://zetsubo-stardust.zxvision.biz.id';
global.eggsnya = '15'; // Replace with your Eggs panel
global.location = '1'; // Replace with your location panel
//===========================//
global.prefa = ['', '!', '.', ',', 'π€', 'πΏ'];
global.owner = ['2348133729715'];
global.ownMain = '2348133729715';
global.NamaOwner = 'πΈπ«π»πͺπ―π΄ π1 π©ππ'; // Do not change
global.sessionName = 'session';
global.connect = true; // Set to false if using QR Code
global.namabot = 'πΈπ«π»πͺπ―π΄ π1 π©ππ'; // Do not change
global.author = 'πΈπ«π»πͺπ―π΄ π1 π©ππ'; // Do not change
global.packname = 'PATRON πΉ'; // Change if needed
global.url = 'https://whatsapp.com/channel/0029Val0s0rIt5rsIDPCoD2q'; // Do not change
//===========================//
global.listr = ` β⬑ 1GB Cpu: 50% - 3.000/bln
β⬑ 2GB Cpu: 70% - 5.000/bln
β⬑ 3GB Cpu: 90% - 7.000/bln
β⬑ 4GB Cpu: 110% - 9.000/bln
β⬑ 5GB Cpu: 130% - 11.000/bln
β⬑ 6GB Cpu: 150% - 13.000/bln
β⬑ 7GB Cpu: 170% - 15.000/bln
β⬑ 8GB Cpu: 200% - 17.000/bln`;
//===========================//
global.country = '234';
global.system = {
gmail: 'winneraileme6@gmail.com',
};
//===========================//
global.decor = {
menut: 'βββ
ββββ©',
menub: 'ββ’',
menub2: 'β',
menuf: 'ββββββββββββ¦',
hiasan: 'κ¦ Ν κ· Ν κ¦ Ν κ· Ν κ¦ Ν κ· Ν κ¦ Ν κ· Ν κ¦ Ν κ· Ν κ¦ Ν κ· Ν κ¦ Ν κ· Ν κ¦ Ν κ· Ν κ¦ Ν κ·',
menut: 'ββββββγ',
menuh: 'γββββββ',
menub: 'ββοΈ ',
menuf: 'ββββ
ββββββββΰΉ\n',
menua: '',
menus: 'βοΈ',
htki: 'ββββββγ',
htka: 'γββββββ',
haki: 'β
βββββ
ββ',
haka: 'βββ
βββββ
',
lopr: 'β
',
lolm: 'β',
htjava: 'β'
};
//===========================//
// Response
global.mess = {
ingroup: 'This feature can only be used in groups.',
admin: 'This feature is specifically for group adminsπ.',
owner: 'You are not the ownerπ«΅π‘.',
premium: 'You are not a premium user.',
seller: 'This feature can only be used by resellers and the owner.',
usingsetpp: 'Setpp can only be used by the owner, do you think I\'m stupid? π‘π«΅',
wait: '*processingβ»οΈ chillax....β»οΈ*',
success: '*Successful* ππ―.....',
bugrespon: 'β»οΈππ *Sent target to the afterlife.....* π¦ π·οΈπΎ'
};
//===========================//
// #@whiskeysockets/baileys ^6.3.0
global.autOwn = 'req(62-8S57547ms11).287p';
let file = require.resolve(__filename);
require('fs').watchFile(file, () => {
require('fs').unwatchFile(file);
console.log('\x1b[0;32m' + __filename + ' \x1b[1;32mupdated!\x1b[0m');
delete require.cache[file];
require(file);
});