-
-
Notifications
You must be signed in to change notification settings - Fork 109
/
config.json
46 lines (46 loc) · 1.04 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
38
39
40
41
42
43
44
45
46
{
"webhook": {
"enabled": false,
"url": "https://eee"
},
"items": {
"item_on_release_snipe": [
{
"id": "13621949268",
"max_price": null,
"max_buys": null
}
],
"cheap_price_snipe": [
]
},
"accounts": [
"_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|"
],
"rooms": {
"enabled": true,
"item_setup": {
"max_price": null,
"max_buys": null
}
},
"proxy": {
"enabled": false,
"timeout_ms": 10000,
"proxy_list": "proxies.txt",
"authentication": {
"enabled": true,
"username": "",
"password": ""
}
},
"theme": {
"name": "main_theme",
"wait_time": 1
},
"discord": {
"enabled": false,
"prefix": "$",
"token": ""
}
}