-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathconfig.json
34 lines (34 loc) · 844 Bytes
/
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
{
"triggerbot": {
"enable_triggerbot": true,
"trigger_hotkey": "0xA0",
"trigger_delay": 40,
"base_delay": 0.0168,
"color_tolerance": 70,
"always_enabled": false
},
"aimbot": {
"enable_aimbot": true,
"enable_rcs": false,
"x_only": false,
"aimbot_hotkey": "0xA0",
"experimental_filtering": false,
"anti_astra": false,
"x_fov": 41,
"y_fov": 30,
"cop": 1,
"x_speed": 0.44,
"y_speed": 0.5,
"custom_yoffset": 0
},
"instantlocker": {
"enable_instantlocker": false,
"region": "eu",
"preferred_agent": "jett"
},
"arduino_settings": {
"monitor_id": 0,
"com_port": "COM5",
"serial_id": "115200"
}
}