-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtraining.cfg
337 lines (275 loc) · 11.8 KB
/
training.cfg
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
echo "-Practive Mode enabled-"
say "-Practive Mode enabled-"
//SETTINGS
rcon sv_cheats 1
rcon sv_showimpacts 1 //see impacts through walls
cl_showpos 1 //use with drawcross X Y Z to highlight spots through walls
rcon mp_freezetime 0
rcon mp_roundtime 60
rcon ammo_grenade_limit_flashbang 3
rcon ammo_grenade_limit_total 5
rcon ammo_grenade_limit_default 5
rcon ammo_338mag_max 500
rcon ammo_357sig_max 500
rcon ammo_45acp_max 500
rcon ammo_50AE_max 500
rcon ammo_556mm_box_max 500
rcon ammo_556mm_max 500
rcon ammo_57mm_max 500
rcon ammo_762mm_max 500
rcon ammo_9mm_max 500
rcon ammo_buckshot_max 500
alias "101" "impulse 101"
alias "ammo" "impulse 101"
//MISC BINDS
alias "+hax" "mat_wireframe 1; r_drawclipbrushes 1"
alias "-hax" "mat_wireframe 0; r_drawclipbrushes 0"
bind alt +hax
alias +noclip noclip
alias -noclip noclip
bind mouse3 +noclip
alias "infammoon" "rcon sv_infinite_ammo 1; bind ins infammooff; say Infinite Ammo Mode enabled"
alias "infammooff" "rcon sv_infinite_ammo 0; bind ins infammoon; say Infinite Ammo Mode disabled"
bind ins infammoon
alias "regenon" "rcon sv_regeneration_force_on 1; bind del regenoff; say Health Regeneration Mode enabled"
alias "regenoff" "rcon sv_regeneration_force_on 0; bind del regenon; say Health Regeneration Mode disabled"
bind del regenon
bind "home" "rcon mp_restartgame 1"
bind "end" "toggle weapon_debug_spread_show 0 1"
//GIVE SCRIPTS
alias "nades" "give weapon_flashbang; give weapon_hegrenade; give weapon_smokegrenade; give weapon_incgrenade; give weapon_molotov; give weapon_decoy; give weapon_flashbang; give weapon_hegrenade; give weapon_smokegrenade; give weapon_incgrenade; give weapon_molotov; give weapon_decoy"
alias "+nades" "give weapon_flashbang; give weapon_hegrenade; give weapon_smokegrenade; give weapon_incgrenade; give weapon_molotov; give weapon_decoy"
alias "-nades" "give weapon_flashbang; give weapon_hegrenade; give weapon_smokegrenade; give weapon_incgrenade; give weapon_molotov; give weapon_decoy"
//PISTOLS
alias "p2000" "give weapon_hkp2000"
alias "usp" "give weapon_hkp2000"
alias "+p2000" "slot1; slot1; drop"
alias "-p2000" "give weapon_hkp2000; 101; slot1; slot1"
alias "+usp" "slot1; slot1; drop"
alias "-usp" "give weapon_hkp2000; 101; slot1; slot1"
alias "glock" "give weapon_glock"
alias "+glock" "slot1; slot1; drop"
alias "-glock" "give weapon_glock; 101; slot1; slot1"
alias "p250" "give weapon_p250"
alias "+p250" "slot1; slot1; drop"
alias "-p250" "give weapon_p250; 101; slot1; slot1"
alias "fiveseven" "give weapon_fiveseven"
alias "57" "give weapon_giveseven"
alias "+fiveseven" "slot1; slot1; drop"
alias "-fiveseven" "give weapon_fiveseven; 101; slot1; slot1"
alias "+57" "slot1; slot1; drop"
alias "-57" "give weapon_fiveseven; 101; slot1; slot1"
alias "deagle" "give weapon_deagle"
alias "+deagle" "slot2; slot2; drop"
alias "-deagle" "give weapon_deagle; 101; slot2; slot2"
alias "elites" "give weapon_elite"
alias "elite" "give weapon_elite"
alias "+elites" "slot1; slot1; drop"
alias "-elites" "give weapon_elite; 101; slot1; slot1"
alias "+elite" "slot1; slot1; drop"
alias "-elite" "give weapon_elite; 101; slot1; slot1"
alias "tec9" "give weapon_tec9"
alias "+tec9" "slot1; slot1; drop"
alias "-tec9" "give weapon_tec9; 101; slot1; slot1"
//SUBMACHINE GUNS
alias "mac10" "give weapon_mac10"
alias "uzi" "give weapon_mac10"
alias "+mac10" "slot1; slot1; drop"
alias "-mac10" "give weapon_mac10; 101; slot1; slot1"
alias "+uzi" "slot1; slot1; drop"
alias "-uzi" "give weapon_mac10; 101; slot1; slot1"
alias "mp9" "give weapon_mp9"
alias "tmp" "give weapon_mp9"
alias "+mp9" "slot1; slot1; drop"
alias "-mp9" "give weapon_mp9; 101; slot1; slot1"
alias "+tmp" "slot1; slot1; drop"
alias "-tmp" "give weapon_mp9; 101; slot1; slot1"
alias "mp7" "give weapon_mp7"
alias "mp5" "give weapon_mp5"
alias "+mp7" "slot1; slot1; drop"
alias "-mp7" "give weapon_mp7; 101; slot1; slot1"
alias "+mp5" "slot1; slot1; drop"
alias "-mp5" "give weapon_mp7; 101; slot1; slot1"
alias "ump" "give weapon_ump45"
alias "ump45" "give weapon_ump45"
alias "+ump" "slot1; slot1; drop"
alias "-ump" "give weapon_ump45; 101; slot1; slot1"
alias "+ump45" "slot1; slot1; drop"
alias "-ump45" "give weapon_ump45; 101; slot1; slot1"
alias "p90" "give weapon_p90"
alias "+p90" "slot1; slot1; drop"
alias "-p90" "give weapon_p90; 101; slot1; slot1"
alias "bizon" "give weapon_bizon"
alias "+bizon" "slot1; slot1; drop"
alias "-bizon" "give weapon_bizon; 101; slot1; slot1"
//RIFLES
alias "famas" "give weapon_famas"
alias "+famas" "slot1; slot1; drop"
alias "-famas" "give weapon_famas; 101; slot1; slot1"
alias "galil" "give weapon_galilar"
alias "galilar" "give weapon_galilar"
alias "+galil" "slot1; slot1; drop"
alias "-galil" "give weapon_galilar; 101; slot1; slot1"
alias "+galilar" "slot1; slot1; drop"
alias "-galilar" "give weapon_galilar; 101; slot1; slot1"
alias "m4" "give weapon_m4a1"
alias "m4a1" "give weapon_m4a1"
alias "m4a4" "give weapon_m4a4"
alias "+m4" "slot1; slot1; drop"
alias "-m4" "give weapon_m4a1; 101; slot1; slot1"
alias "+m4a1" "slot1; slot1; drop"
alias "-m4a1" "give weapon_m4a1; 101; slot1; slot1"
alias "+m4a4" "slot1; slot1; drop"
alias "-m4a4" "give weapon_m4a1; 101; slot1; slot1"
alias "ak" "give weapon_ak47"
alias "ak47" "give weapon_ak47"
alias "+ak" "slot1; slot1; drop"
alias "-ak" "give weapon_ak47; 101; slot1; slot1"
alias "+ak47" "slot1; slot1; drop"
alias "-ak47" "give weapon_ak47; 101; slot1; slot1"
alias "aug" "give weapon_aug"
alias "+aug" "slot1; slot1; drop"
alias "-aug" "give weapon_aug; 101; slot1; slot1"
alias "sig" "give weapon_sg556"
alias "sg" "give weapon_sg556"
alias "556" "give weapon_sg556"
alias "+sig" "slot1; slot1; drop"
alias "-sig" "give weapon_sg556; 101; slot1; slot1"
alias "+sg" "slot1; slot1; drop"
alias "-sg" "give weapon_sg556; 101; slot1; slot1"
alias "+556" "slot1; slot1; drop"
alias "-556" "give weapon_sg556; 101; slot1; slot1"
alias "scout" "give weapon_ssg08"
alias "ssg08" "give weapon_ssg08"
alias "+scout" "slot1; slot1; drop"
alias "-scout" "give weapon_ssg08; 101; slot1; slot1"
alias "+ssg08" "slot1; slot1; drop"
alias "-ssg08" "give weapon_ssg08; 101; slot1; slot1"
alias "awp" "give weapon_awp"
alias "+awp" "slot1; slot1; drop"
alias "-awp" "give weapon_awp; 101; slot1; slot1"
alias "ctauto" "give weapon_scar20"
alias "scar" "give weapon_scar20"
alias "scar20" "give weapon_scar20"
alias "+ctauto" "slot1; slot1; drop"
alias "-ctauto" "give weapon_scar20; 101; slot1; slot1"
alias "+scar" "slot1; slot1; drop"
alias "-scar" "give weapon_scar20; 101; slot1; slot1"
alias "+scar20" "slot1; slot1; drop"
alias "-scar20" "give weapon_scar20; 101; slot1; slot1"
alias "tauto" "give weapon_g3sg1"
alias "sg1" "give weapon_g3sg1"
alias "g3" "give weapon_g3sg1"
alias "g3sg1" "give weapon_g3sg1"
alias "+tauto" "slot1; slot1; drop"
alias "-tauto" "give weapon_g3sg1; 101; slot1; slot1"
alias "+sg1" "slot1; slot1; drop"
alias "-sg1" "give weapon_g3sg1; 101; slot1; slot1"
alias "+g3" "slot1; slot1; drop"
alias "-g3" "give weapon_g3sg1; 101; slot1; slot1"
alias "+g3sg1" "slot1; slot1; drop"
alias "-g3sg1" "give weapon_g3sg1; 101; slot1; slot1"
alias "autosniper" "give weapon_g3sg1; give weapon_scar20"
alias "auto" "give weapon_g3sg1; give weapon_scar20"
alias "+autosniper" "slot1; slot1; drop"
alias "-autosniper" "give weapon_g3sg1; give weapon_scar20; 101; slot1; slot1;"
alias "+auto" "slot1; slot1; drop"
alias "-auto" "give weapon_g3sg1; give weapon_scar20; 101; slot1; slot1"
//HEAVY
alias "nova" "give weapon_nova"
alias "+nova" "slot1; slot1; drop"
alias "-nova" "give weapon_nova; 101; slot1; slot1"
alias "xm1014" "give weapon_xm1014"
alias "autoshotgun" "give weapon_xm1014"
alias "+xm1014" "slot1; slot1; drop"
alias "-xm1014" "give weapon_xm1014; 101; slot1; slot1"
alias "+autoshotgun" "slot1; slot1; drop"
alias "-autoshotgun" "give weapon_xm1014; 101; slot1; slot1"
alias "mag7" "give weapon_mag7"
alias "+mag7" "slot1; slot1; drop"
alias "-mag7" "give weapon_mag7; 101; slot1; slot1"
alias "sawnoff" "give weapon_sawedoff"
alias "sawedoff" "give weapon_sawedoff"
alias "+sawnoff" "slot1; slot1; drop"
alias "-sawnoff" "give weapon_sawedoff; 101; slot1; slot1"
alias "+sawedoff" "slot1; slot1; drop"
alias "-sawedoff" "give weapon_sawedoff; 101; slot1; slot1"
alias "para" "give weapon_m249"
alias "m249" "give weapon_m249"
alias "+para" "slot1; slot1; drop"
alias "-para" "give weapon_m249; 101; slot1; slot1"
alias "+m249" "slot1; slot1; drop"
alias "-m249" "give weapon_m249; 101; slot1; slot1"
alias "negev" "give weapon_negev"
alias "+negev" "slot1; slot1; drop"
alias "-negev" "give weapon_negev; 101; slot1; slot1"
//MISC
alias "taser" "give weapon_taser"
alias "zeus" "give weapon_zeus"
alias "+taser" "give weapon_taser"
alias "-taser" "use weapon_taser"
alias "+zeus" "give weapon_taser"
alias "-zeus" "use weapon_taser"
alias "c4" "give weapon_c4"
alias "bomb" "give weapon_c4"
alias "defusekit" "give item_defuser"
alias "defuser" "give item_defuser"
alias "kit" "give item_defuser"
alias "knife" "give weapon_knife"
alias "knifegg" "give weapon_knifegg" //golden knife
//ECHO GIVELIST
echo "GIVE COMMANDS"
echo "PREFACE WITH + --EXAMPLE:"
echo "bind mouse4 +m4 -OR- type the weapon name in console to drop one on the floor"
echo "GRENADES:"
echo "NADES"
echo "PISTOLS:"
echo "P2000, GLOCK, P250, FIVESEVEN, DEAGLE, ELITES, TEC9"
echo "SUBMACHINE GUNS:"
echo "MAC10, MP9, MP7, UMP, P90, BIZON"
echo "RIFLES:"
echo "FAMAS, GALIL, M4, AK, AUG, SIG, SCOUT, AWP, SCAR20, G3SG1"
echo "HEAVY:"
echo "NOVA, AUTOSHOTGUN, MAG7, SAWNOFF, M249, NEGEV"
echo "MISC:"
echo "TASER, C4, DEFUSEKIT, KNIFE, KNIFEGG"
echo "TYPE "GIVELIST" TO SEE THIS LIST AGAIN"
alias "practicehelp" "prac1"
alias "prachelp" "prac1"
alias "givelist" "prac1"
alias "prac1" "echo GIVE COMMANDS:; prac2"
alias "prac2" "echo PREFACE WITH + --EXAMPLE:; prac3"
alias "prac3" echo bind mouse4 +m4 -OR- type the weapon name in console to drop one on the floor!; prac4"
alias "prac4" "echo GRENADES:; prac5"
alias "prac5" "echo NADES; prac6"
alias "prac6" "echo PISTOLS:; prac7"
alias "prac7" "echo P2000, GLOCK, P250, FIVESEVEN, DEAGLE, ELITES, TEC9; prac8"
alias "prac8" "echo SUBMACHINE GUNS:; prac9"
alias "prac9" "echo MAC10, MP9, MP7, UMP, P90, BIZON; prac10"
alias "prac10" "echo RIFLES:; prac11"
alias "prac11" "echo FAMAS, GALIL, M4, AK, AUG, SIG, SCOUT, AWP, SCAR20, G3SG1; prac12"
alias "prac12" "echo HEAVY:; prac13"
alias "prac13" "echo NOVA, AUTOSHOTGUN, MAG7, SAWNOFF, M249, NEGEV; prac14"
alias "prac14" "echo MISC:; prac15"
alias "prac15" "echo TASER, C4, DEFUSEKIT, KNIFE, KNIFEGG"
//ECHO BINDS AND ALIASES
echo "BINDS AND ALIASES:"
echo "HOLD MOUSE3 TO GO INTO NOCLIP MODE. LET GO TO RETURN TO NORMAL."
echo "HOLD ALT TO ENABLE WIREFRAME. LET GO TO RETURN TO NORMAL."
echo "PRESS INSERT TO ENABLE INFINITE AMMO MODE"
echo "PRESS DELETE TO ENABLE HEALTH REGENERATION"
echo "PRESS END TO TOGGLE WEAPON SPREAD INDICATOR"
echo "PRESS HOME TO RESTART THE ROUND"
echo "TYPE PRACHELP TO SEE THIS AGAIN"
alias "prachelp" "pracbinds"
alias "pracbinds" "echo BINDS AND ALIASES:; pracbinds1"
alias "pracbinds1" "echo HOLD MOUSE3 TO GO INTO NOCLIP MODE. LET GO TO RETURN TO NORMAL.; pracbinds2"
alias "pracbinds2" "echo HOLD ALT TO ENABLE WIREFRAME. LET GO TO RETURN TO NORMAL.; pracbinds3"
alias "pracbinds3" "echo PRESS MOUSE5 TO ENTER BULLET TIME. PRESS IT AGAIN TO RETURN TO NORMAL.; pracbinds4"
alias "pracbinds4" "echo TO MAKE BULLET TIME A PRESS AND HOLD, BIND MOUSE5 TO +BULLETTIME.; pracbinds5"
alias "pracbinds5" "echo PRESS MOUSE4 TO GIVE YOURSELF AN M4A4 (BY DEFAULT); pracbinds6"
alias "pracbinds6" "echo PRESS \ TO CAST A RAY TO TEST HIT DETECTION; pracbinds7"
alias "pracbinds7" "echo PRESS INSERT TO ENABLE INFINITE AMMO MODE; pracbinds8"
alias "pracbinds8" "echo PRESS DELETE TO ENABLE HEALTH REGENERATION; pracbinds9"
alias "pracbinds9" "echo TYPE DRAWCROSS X Y Z REPLACING THE LETTERS WITH YOUR COORDINATES ON THE TOP LEFT TO PLACE A CROSS ON YOUR POSITION. USE THIS TO TEST FOR WALLBANG SPOTS.; pracbinds10"
alias "pracbinds10" "echo TYPE PRACHELP TO SEE THIS AGAIN"