forked from SunOner/sunone_aimbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
85 lines (76 loc) · 1.73 KB
/
config.ini
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[Detection window]
detection_window_width = 384
detection_window_height = 216
[Capture Methods]
Bettercam_capture = True
bettercam_capture_fps = 60
bettercam_monitor_id = 0
bettercam_gpu_id = 0
Obs_capture = False
Obs_camera_id = auto
Obs_capture_fps = 30
[Aim]
body_y_offset = 0.35
hideout_targets = False
disable_headshot = False
disable_prediction = False
prediction_interval = 1.2
third_person = False
[Hotkeys]
hotkey_targeting = RightMouseButton
hotkey_exit = F2
hotkey_pause = F3
hotkey_reload_config = F4
[Mouse]
mouse_dpi = 1000
mouse_sensitivity = 1
mouse_fov_width = 60
mouse_fov_height = 45
mouse_min_speed_multiplier = 0.5
mouse_max_speed_multiplier = 1.5
mouse_lock_target = False
mouse_auto_aim = False
mouse_ghub = False
mouse_rzr = False
[Shooting]
auto_shoot = False
triggerbot = False
force_click = False
bScope_multiplier = 1.0
[Arduino]
arduino_move = False
arduino_shoot = False
arduino_port = auto
arduino_baudrate = 9600
arduino_16_bit_mouse = False
[AI]
# You can find new improved models here https://boosty.to/sunone
AI_model_name = sunxds_0.4.1.pt
AI_model_image_size = 480
AI_conf = 0.30
AI_device = 0
AI_enable_AMD = False
AI_mouse_net = False
[overlay]
show_overlay = False
overlay_show_borders = True
overlay_show_boxes = True
overlay_show_target_line = False
overlay_show_target_prediction_line = False
overlay_show_labels = False
overlay_show_conf = True
[Debug window]
show_window = False
show_detection_speed = False
show_window_fps = False
show_boxes = True
show_labels = True
show_conf = True
show_target_line = True
show_target_prediction_line = True
show_bScope_box = False
show_history_points = False
debug_window_always_on_top = True
spawn_window_pos_x = 100
spawn_window_pos_y = 100
debug_window_scale_percent = 100