onemillioncheckboxes/settings.json

73 lines
1.3 KiB
JSON

{
"url": "https://onemillioncheckboxes.com",
"font": "./ic8x8u.ttf",
"proxies": [],
"n_bots": 5,
"delay": 0.125,
"avoid": [
{
"type": "rect",
"x": 0,
"y": 0,
"w": 1000,
"h": 10,
"description": "Not ruining fun for normal users"
},
{
"type": "rect",
"x": 0,
"y": 20,
"w": 1000,
"h": 80,
"description": "The VOID"
},
{
"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": "rect",
"x": 400,
"y": 750,
"w": 400,
"h": 128,
"description": "'be gay do crime' sign"
},
{
"type": "image",
"path": "./avoid_masks/noita.png",
"description": "Noita logo by Cr4xy"
}
],
"elements": [
{
"type": "image",
"path": "./pictures/casey.png",
"x": 32,
"y": 420
},
{
"type": "rgb565",
"path": "./pictures/niko_standing.png",
"x": 106,
"y": 132
},
{
"type": "rgb565",
"path": "./pictures/hello.png",
"x": 112,
"y": 203
}
]
}