onemillioncheckboxes/settings.json

72 lines
1.3 KiB
JSON
Raw Normal View History

2024-07-03 22:01:42 +03:00
{
"url": "https://onemillioncheckboxes.com",
"font": "./ic8x8u.ttf",
2024-07-07 19:27:41 +03:00
"proxies": [
"",
"socks5://127.0.0.1:9999"
],
"n_bots": 4,
"delay": 0.5,
2024-07-04 16:33:05 +03:00
"avoid": [
{
"type": "rect",
"x": 0,
"y": 0,
"w": 1000,
"h": 10,
"description": "Not ruining fun for normal users"
},
2024-07-07 12:47:06 +03:00
{
"type": "rect",
"x": 0,
"y": 20,
"w": 1000,
"h": 80,
"description": "The VOID"
},
2024-07-04 16:53:34 +03:00
{
"type": "rect",
"x": 0,
"y": 750,
"w": 123,
"h": 123,
"description": "catgirls.win QR code"
},
{
"type": "range",
"start": 900000,
"stop": 1000000,
"description": "catgirls.win text (both b64 and plain)"
},
{
"type": "image",
"path": "./avoid_masks/noita.png",
2024-07-04 16:53:34 +03:00
"description": "Noita logo by Cr4xy"
2024-07-04 16:33:05 +03:00
}
],
2024-07-03 22:01:42 +03:00
"elements": [
{
"type": "time",
"x": 75,
"y": 100,
"format": "And time is: %Y-%m-%d %H:%M:%S UTC",
"spf": 20,
"font": "/usr/share/fonts/TTF/TerminusTTF.ttf",
"size": 12
},
{
"type": "image",
"path": "./pictures/casey.png",
"x": 0,
"y": 128
2024-07-04 20:37:47 +03:00
},
{
"type": "animation",
"path": "./pictures/neko.gif",
"spf": 30,
"x": 625,
"y": 496
2024-07-03 22:01:42 +03:00
}
]
}