viewing paste Unknown #27394 | Text

Posted on the
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
// Netgraph checker \\
net_graph "1"
net_graphheight "9999"
bind "TAB" "+scorenet"
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
 
// Jumpthrow \\
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "c" "+jumpthrow"
 
// Display Damage \\
developer "0"
con_enable "1"
con_filter_enable "2"
con_filter_text "Damage"
con_filter_text_out Player:
con_filter_text_out "game:mapgroupname"
con_filter_text "game:map"
bind = "displaydamage"
alias displaydamage "displaydamage_on"
alias displaydamage_on "con_filter_text Damage; con_filter_text_out Player:; con_filter_enable 2; developer 1; alias displaydamage "displaydamage_off"
alias displaydamage_off "con_filter_enable 0; developer 0; alias displaydamage "displaydamage_on"
 
// Radar Settings \\
cl_radar_always_centered "0"
cl_radar_icon_scale_min "0.5"
cl_radar_rotate "1"
cl_radar_scale "0.3"
cl_hud_radar_scale "1.3"
cl_radar_square_with_scoreboard "0"
cl_teammate_colors_show "1"
 
// Misc \\
fps_max 70
engine_no_focus_sleep "0"
cl_autowepswitch "0"
 
// Buys \\
bind "kp_end" "buy flashbang; "
bind "kp_downarrow" "buy smokegrenade; "
bind "kp_pgdn" "buy hegrenade; "
bind "kp_leftarrow" "buy p250; "
bind "kp_5" "buy fiveseven; tec9; "
bind "kp_rightarrow" "buy deagle; revolver; "
bind "kp_home" "buy ak47; m4a1; "
bind "kp_uparrow" "buy awp; "
bind "kp_pgup" "buy ssg08; "
bind "kp_ins" " buy vest;"
bind "kp_del" " buy vesthelm; buy vest;"
bind "kp_ins" " buy vest;"
bind "kp_enter" " buy molotov; buy incgrenade;"
bind "kp_plus" " buy defuser;"
bind "kp_minus" " buy taser;"
bind "kp_slash" "buy mag7; buy sawedoff;"
bind "kp_multiply" "buy ump45;"
 
 
// Sound Config - Steam \\
dsp_enhance_stereo "0"
snd_legacy_surround "0"
snd_mixahead "0.05"
snd_pitchquality "1"
snd_deathcamera_volume "0.0"
snd_mapobjective_volume "0.12"
snd_menumusic_volume "0.0"
snd_musicvolume "0.11"
snd_roundend_volume "0.2"
snd_roundstart_volume "0.06"
snd_tensecondwarning_volume "0.35"
voice_scale "0.62"
snd_mute_losefocus "0"
windows_speaker_config "1"
 
// Keyboard Binds \\
bind "1" "use weapon_knife;use weapon_flashbang"
bind "2" "use weapon_knife;use weapon_smokegrenade"
bind "3" "use weapon_knife;use weapon_hegrenade"
bind "4" "use weapon_knife;use weapon_incgrenade; use weapon_molotov"
bind "5" "use weapon_knife;use weapon_decoy"
bind "q" "slot1"
bind "v" "slot2"
bind "e" "slot3"
bind "t" "noclip"
bind "y" "radio1"
bind "h" "radio2"
bind "n" "radio3"
bind "x" "+voicerecord"
 
// Echos \\
echo "autoexec successfully loaded"
Viewed 918 times, submitted by Guest.