blob: be84976c8b1510673aa5976777e4ba2e952f5d9d (
plain)
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
|
// https://www.prosettings.com/sv-cheats1-commands/
// https://indiefaq.com/guides/counter-strike-global-offensive-all-console-commands.html
sv_cheats 1
bot_kick
bot_add_t
bot_add_t
bot_add_t
bot_stop 1
mp_limitteams 0
mp_autoteambalance 0
mp_roundtime 60
mp_roundtime_defuse 60
mp_freezetime 0
mp_warmup_end
mp_ignore_round_win_conditions 1
ammo_grenade_limit_total 5
sv_infinite_ammo 1
mp_maxmoney 60000
mp_startmoney 60000
mp_buytime 9999
mp_buy_anywhere 1
// sv_grenade_trajectory 1
// sv_grenade_trajectory_time 10
sv_showimpacts 1
sv_showimpacts_time 10
sv_showimpacts_penetration 1
// give weapon_incgrenade
// give weapon_flashbang
// give weapon_smokegrenade
// give weapon_molotov
// give weapon_decoy
// give weapon_hegrenade
// snd_show 1
// snd_visualize 1
// r_drawlights 1
// r_drawothermodels 2
// r_drawclipbrushes 2
enable_skeleton_draw 1
// mat_wireframe 2
// sv_infinite_ammo 1 // 1/2 = reload / no reload
// thirdperson / firstperson
sv_force_transmit_players 1
// bot_crouch 1
bind f noclip
bind q bot_place
bind g "toggle bot_mimic"
bind h sv_rethrow_last_grenade
bind j cast_ray
bind p "toggle enable_skeleton_draw"
bind [ "exec agl-training"
mp_respawn_on_death_ct 1
mp_respawn_on_death_t 1
// https://totalcsgo.com/commands/bot
// mp_restartgame 1
bind "ALT" "r_cleardecals;"
bind "F1" "give weapon_Taser 34"
bind "F2" "give weapon_tec9" // fiveseven bzw cz75-auto
bind "F3" "give weapon_deagle"
bind "F4" "give weapon_p250"
bind "F5" "give weapon_m4a1; give weapon_ak47"
bind "F6" "give weapon_aug; give weapon_sg556"
bind "F7" "give weapon_famas; give weapon_galil"
bind F8 "say reported!" // bind F8 "mat_setvideomode 1024 768 0"
bind F9 "say Hi :3" // bind F9 "mat_setvideomode 1920 1080 0"
bind "F10" "give weapon_g3sg1; give weapon_scar20"
bind "F11" "give weapon_ssg08"
bind "F12" "give weapon_awp"
bind "UPARROW" "give weapon_incgrenade; give weapon_molotov"
bind "LEFTARROW" "give weapon_smokegrenade"
bind "DOWNARROW" "give weapon_flashbang"
bind "RIGHTARROW" "give weapon_hegrenade"
// Numblock
bind "KP_HOME" "give weapon_ump45"
bind "KP_UPARROW" "give weapon_negev"
bind "KP_PGUP" "give weapon_mac10; give weapon_mp9"
bind "KP_LEFTARROW" "give weapon_mag7; give weapon_sawedoff"
bind "KP_5" "give weapon_p90"
bind "KP_RIGHTARROW" "give weapon_bizon"
bind "KP_END" "give weapon_nova"
bind "KP_DOWNARROW" "give weapon_xm1014"
bind "KP_PGDN" "give weapon_mp7"
bind "KP_INS" "give weapon_vest"
bind "KP_DEL" "give weapon_vesthelm"
bind "KP_ENTER" "give weapon_defuser"
bind "ENTER" "give weapon_defuser" // linux bug
bind "KP_PLUS" "give weapon_decoy"
|