-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautoexec.cfg
More file actions
222 lines (190 loc) · 6.85 KB
/
Copy pathautoexec.cfg
File metadata and controls
222 lines (190 loc) · 6.85 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
//---------------------------------
// INDEX CS2 AUTOEXEC / CONFIG
//---------------------------------
// RESOLUTION: 2560x1440
// Sensitivity 0.45 @ 1600DPI
sensitivity 0.45
//---------------------------------
// Viewmodel (classic)
//---------------------------------
viewmodel_presetpos 2
//viewmodel_fov 60
//viewmodel_offset_x -0.5
//viewmodel_offset_y 1
//viewmodel_offset_z -1.5
//viewmodel_presetpos 0
//---------------------------------
// Crosshair
//---------------------------------
cl_crosshairstyle 4
cl_crosshairsize 3.5
cl_crosshairgap -1
cl_crosshairthickness 0.5
cl_crosshair_drawoutline 1
cl_crosshaircolor 1
cl_crosshaircolor_r 255
cl_crosshaircolor_g 255
cl_crosshaircolor_b 255
cl_crosshairalpha 200
cl_crosshair_friendly_warning 0
cl_crosshair_recoil false
cl_crosshairgap_useweaponvalue false
cl_crosshairdot false
//---------------------------------
// Scroll to Jump
//---------------------------------
bind "MWHEELDOWN" "+jump"
bind "MWHEELUP" "+jump"
//---------------------------------
// Nade Binds
//---------------------------------
bind c "slot6" // c for hegrenade
bind f "slot7" // f for flashbang
bind v "slot8" // v for smoke
bind z "slot9" // z for decoy (deprecated, fucking useless)
bind x "slot10"//x for molotov
bind mouse3 "+lookatweapon"
bind n "-attack"
//---------------------------------
// Practice
//---------------------------------
bind "alt" "noclip" // noclip
//---------------------------------
// Aliases
//---------------------------------
alias "dc" "disconnect"
alias "volhi" "volume 0.3;echo Regular Volume Enabled"
alias "volmed" "volume 0.1;echo Low Volume Enabled"
alias "vollo" "volume 0.01; echo Lowest Volume Enabled"
alias "ve0" "voice_modenable 0;echo Voice Disabled"
alias "ve1" "voice_modenable 1;echo Voice Enabled"
//---------------------------------
// HUD
//---------------------------------
safezonex "0.85"
safezoney "0.85"
hud_scaling 0.9
cl_hud_color 5
cl_radar_always_centered 0
cl_radar_scale 0.40
cl_teamid_overhead_fade_near_crosshair 0.4
cl_showloadout true
cl_teamid_overhead_mode 1 // pips only.
bind mouse4 +cl_show_team_equipment
bind mouse5 player_ping
//---------------------------------
// Audio
//---------------------------------
snd_spatialize_lerp "0.660951"
snd_steamaudio_enable_perspective_correction true
snd_speaker_config "-1"
snd_headphone_eq 1
snd_menumusic_volume 0
snd_roundstart_volume 0
snd_roundaction_volume 0
snd_roundend_volume 0
snd_mvp_volume 0
snd_mapobjective_volume 0
snd_deathcamera_volume 0
snd_tensecondwarning_volume 0.02
snd_mute_mvp_music_live_players true
snd_mute_losefocus true
//---------------------------------
// Buy Binds (Aliases)
//---------------------------------
alias buyPrimary "buy ak47; buy m4a1"
alias buyKevlarHelmet "buy vesthelm; buy vest"
alias buyKevlar "buy vest"
alias buyFlash "buy flashbang"
alias buySmoke "buy smokeGrenade"
alias buyMolotovIncendiary "buy molotov; buy incgrenade"
alias buyHe "buy hegrenade"
alias buyPtwo "buy p250"
alias buyKit "buy defuser"
alias buyDeag "buy deagle"
alias buyFivesevenTec "buy fiveseven; buy tec9"
//---------------------------------
// Buy Binds (Numpad)
//---------------------------------
bind "kp_7" buyPrimary
bind "kp_8" buyKevlarHelmet
bind "kp_9" buyVest
bind "kp_4" buyFlash
bind "kp_5" buySmoke
bind "kp_6" buyMolotovIncendiary
bind "kp_1" buyHe
bind "kp_2" buyPtwo
bind "kp_3" buyKit
bind "kp_del" buyDeag
bind "kp_plus" buyFivesevenTec
//---------------------------------
// Buy Binds (60% keyboard)
// When holding tab, the buy binds will activate as a
// virtual numpad on iopkl;m,. keys
// same layout as the original buy binds above
//---------------------------------
alias bindi "bind i buyPrimary"
alias bindo "bind o buyKevlarHelmet"
alias bindp "bind p buyVest"
alias bindk "bind k buyFlash"
alias bindl "bind l buySmoke"
alias bindsemicolon "bind semicolon buyMolotovIncendiary"
alias bindcomma "bind , buyHe"
alias binddot "bind . buyPtwo"
alias bindslash "bind / buyKit"
alias reseti "unbind i"
alias reseto "unbind o"
alias resetp "unbind p"
alias resetk "unbind k"
alias resetl "unbind l"
alias resetsemicolon "unbind semicolon"
alias resetcomma "unbind ,"
alias resetdot "unbind .; bind . radio"
alias questionmark "say ?"
alias resetslash "unbind /; bind / questionmark"
alias +buybinds "bindi;bindo;bindp;bindk;bindl;bindsemicolon;bindcomma;binddot;bindslash; echo ---buybindson---";
alias -buybinds "reseti;reseto;resetp;resetk;resetl;resetsemicolon;resetcomma;resetdot;resetslash; echo ---buybindsoff--"
alias +plustab "+buybinds; +showscores";
alias -plustab "-buybinds; -showscores";
bind tab "+plustab";
//---------------------------------
// Chat Binds
//---------------------------------
alias "potofflower" "echoln 1: yao -iwl- : plz take same pot of flower and hit in your fat head";
alias "st1" "say yao -iwl- : plz take same pot of flower and hit in your fat head";
alias "isthisgod" "echoln 2: ● *DEAD* REDNCK : Is this god? r u ?+";
alias "st2" "say ● *DEAD* REDNCK : Is this god? r u ?+";
alias "krustyburgeur" "echoln 3: Abelitroxs: I LIKE KRUSTY BURGEUR IDIOT";
alias "st3" "say Abelitroxs: I LIKE KRUSTY BURGEUR IDIOT";
alias "yoghurt" "echoln 4:● *DEAD* Pivnoi : ill make yogurt in your mom pussy";
alias "st4" "say ● *DEAD* Pivnoi : ill make yogurt in your mom pussy";
alias "rat" "echoln 5: RAT ELIMINATED";
alias "st5" "say RAT ELIMINATED";
alias "handcape" "echoln 6: ● † Tadokiari : Iam handcape";
alias "st6" "say ● † Tadokiari : Iam handcape";
alias "dickinwind" "echoln 7: ● *DEAD* Impulse21 : you are a dick in the wind";
alias "st7" "say ● *DEAD* Impulse21 : you are a dick in the wind";
alias "fkagoat" "echoln 8: MiniBless : fk a goat pls";
alias "st8" "say MiniBless : fk a goat pls"
alias "kebab" "echoln 9: ● Virusinho [DEAD]: make kebab your next match on major is today"
alias "st9" "say ● Virusinho [DEAD]: make kebab your next match on major is today"
alias "shittalkhowto" "echoln To use, type in console st<number>";
alias "st" "potofflower;isthisgod;krustyburgeur;yoghurt;rat;handcape;dickinwind;fkagoat;kebab;shittalkhowto;"
host_writeconfig
echoln "";
echoln " _ _ __ ";
echoln " (_) | | / _| ";
echoln " _ _ __ __| | _____ __ ___| |_ __ _ ";
echoln " | | '_ \ / _` |/ _ \ \/ / / __| _/ _` |";
echoln " | | | | | (_| | __/> < _ | (__| || (_| |";
echoln " |_|_| |_|\__,_|\___/_/\_\ (_) _\___|_| \__, |";
echoln " | | | | | | __/ |";
echoln " | | ___ __ _ __| | ___ __| | |___/ ";
echoln " | |/ _ \ / _` |/ _` |/ _ \/ _` | ";
echoln " | | (_) | (_| | (_| | __/ (_| | ";
echoln " |_|\___/ \__,_|\__,_|\___|\__,_| ";
echoln "";
echoln "";
echoln "index autoexec loaded";
echoln "";
echoln "";