Skip to content

BenJ1337/Counter-Strike-Global-Offensive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Counter-Strike-Global-Offensive Binds/Commands

  1. Command Detail
  2. Buy Script
  3. Crosshair
  4. Viewmodel
  5. Radar
  6. Display Text out of the console
  7. Limit FPS (144Hz Monitor)
  8. Anti Autokick
  9. Network Statistics
  10. Display Equipment of your Teammates
  11. Hide Player-Profil Pictures
  12. Dump The Text Currently In The Console To condumpXXX.log
  13. List All Maps
  14. List All Known Sounds
  15. Dump List With All Commands To Console

1. Command Detail

2. Buy Script

bind "kp_end" "buy p250;"
bind "kp_ins" "buy vesthelm;"
bind "kp_del" "buy defuser;"
bind "kp_enter" "buy ak47; buy m4a1;"

bind "kp_home" "buy hegrenade;"
bind "kp_uparrow" "buy flashbang;"
bind "kp_pgup" "buy smokegrenade;"

bind "kp_plus" "buy molotov; buy incgrenade;"
bind "kp_minus" "buy decoy;"
bind "kp_leftarrow" "buy p90;"
bind "kp_5" "buy awp;"
bind "kp_rightarrow" "buy galilar; buy famas;"
bind "kp_downarrow" "buy tec9; buy fiveseven;"
bind "kp_pgdn" "buy deagle;"
bind "kp_multiply" "buy Taser;"
bind "kp_slash" "buy ump45;"

3. Crosshair

cl_crosshairalpha "200"
cl_crosshaircolor "5"
cl_crosshaircolor_b "0"
cl_crosshaircolor_r "0"
cl_crosshaircolor_g "250"
cl_crosshairdot "0"
cl_crosshairgap "-14"
cl_crosshairsize "2"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "0.5"
cl_fixedcrosshairgap "-9"
cl_crosshair_outlinethickness "1"
cl_crosshair_drawoutline "1"

4. Viewmodel

viewmodel_presetpos "3"
viewmodel_fov "68"
viewmodel_offset_x "2"
viewmodel_offset_y "2"
viewmodel_offset_z "-2"
cl_viewmodel_shift_left_amt "0"
cl_viewmodel_shift_right_amt "0"
cl_bob_lower_amt "0"
cl_bobamt_lat "0"
cl_bobamt_vert "0"
cl_bobcycle "0.98"

5. Radar

cl_radar_always_centered 0
cl_radar_scale 0.4
cl_hud_radar_scale 1.3

6. Display Text Out Of The console

developer "1"
con_filter_enable "2"
con_filter_text_out "Player:"
con_filter_text "Damage "

7.Limit FPS (144Hz Monitor)

fps_max "150"

8. Anti Autokick

alias prevAutoKick prevAutoKick_on;
alias "prevAutoKick_on" "+forward; +moveleft; +left; alias prevAutoKick prevAutoKick_off";
alias "prevAutoKick_off" "-forward; -moveleft; -left; alias prevAutoKick prevAutoKick_on";
bind "l" "prevAutoKick"

9. Network Statistics

net_graph 1;
net_graphpos 1;
net_graphproportionalfont 0;

10. Display Equipment Of Your Teammates

alias ToggleInfo info_0;
alias "info_0" "cl_teamid_overhead_mode 0; echo "hide everything"; alias ToggleInfo info_1";
alias "info_1" "cl_teamid_overhead_mode 1; echo "show pips"; alias ToggleInfo info_2";
alias "info_2" "cl_teamid_overhead_mode 2; echo "show pips, name, and equipment"; alias ToggleInfo info_0";
bind "u" "ToggleInfo"
ToggleInfo;

11. Hide Player-Profil Pictures

cl_hide_avatar_images "2";
0 - Show all Pictures
1 - Show only your own profil picture
2 - Show your and your friends profil picture

12. Dump The Text Currently In The Console To condumpXXX.log

Path: \Steam\steamapps\common\Counter-Strike Global Offensive\csgo

condump

13. List All Maps

map *

14. List All Known Sounds

soundlist

15. Dump List With All Commands To Console

cvarlist