-
Notifications
You must be signed in to change notification settings - Fork 23
/
config.json
37 lines (37 loc) · 1.07 KB
/
config.json
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
{
"Modes": {
"Config": {
"Interval": 0,
"CCManager": false,
"MaxRoutines": 300,
"SolveCaptcha": false,
"CaptchaRetry": 2,
"RateLimit": true
},
"Net": {
"JA3": "772,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,13-16-17513-65281-35-23-43-27-5-65037-0-18-45-51-10-11,29-23-30-25-24,0-1-2",
"Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36",
"Proxy": "",
"WebKit": "537.36",
"Redirect": false,
"TimeOut": 60
},
"Discord": {
"Ver": 2.2,
"CapApi": ["", ""],
"Presence": ["online", "dnd", "idle", "offline", "unkown"],
"Message": [
{
"Title": "# Hello!",
"Body": "> mind joining my server!",
"Link": "> discord.gg/"
},
{
"Title": "# Hey!",
"Body": "> This Message Was sent using",
"Link": "> https://github.com/yaboipy/godm"
}
]
}
}
}