You are on page 1of 3

// Crosshair

cl_crosshair_drawoutline "1" ;
cl_crosshair_dynamic_maxdist_splitratio "0.35" ;
cl_crosshair_dynamic_splitalpha_innermod "1" ;
cl_crosshair_dynamic_splitalpha_outermod "0.5" ;
cl_crosshair_dynamic_splitdist "7" ;
cl_crosshair_outlinethickness "1" ;
cl_crosshairalpha "999" ;
cl_crosshaircolor "1" ;
cl_crosshaircolor_b "50" ;
cl_crosshaircolor_g "250" ;
cl_crosshaircolor_r "50" ;
cl_crosshairdot "0" ;
cl_crosshairgap "1" ;
cl_crosshairgap_useweaponvalue "0" ;
cl_crosshairscale "1700" ;
cl_crosshairsize "3" ;
cl_crosshairstyle "4" ;
cl_crosshairthickness "0.5" ;
cl_crosshairusealpha "1" ;

// Viewmodel
viewmodel_offset_z "-1.5" ;
viewmodel_offset_x "1.5" ;
viewmodel_offset_y "2" ;
viewmodel_fov "68" ;
cl_bob_lower_amt "0" ;
cl_bobamt_lat "0" ;
cl_bobamt_vert "0" ;
cl_bobcycle "0.98" ;
cl_viewmodel_shift_left_amt "0" ;
cl_viewmodel_shift_right_amt "0" ;

// Buyscript
bind "UPARROW" "buy vesthelm" ;

bind "LEFTARROW" "buy defuser" ;


bind "DOWNARROW" "buy taser" ;
bind "RIGHTARROW" "buy vest" ;
bind "KP_INS" "buy molotov; buy incgrenade" ;
bind "KP_END" "buy hegrenade" ;
bind "KP_DOWNARROW" "buy flashbang" ;
bind "KP_PGDN" "buy smokegrenade" ;
bind "KP_LEFTARROW" "buy ak47; buy m4a1" ;
bind "KP_5" "buy awp" ;
bind "KP_RIGHTARROW" "buy famas; buy galilar" ;
bind "KP_HOME" "buy deagle" ;
bind "KP_UPARROW" "buy tec9" ;
bind "KP_PGUP" "buy p250" ;
bind "KP_MINUS" "toggleconsole" ;
bind "KP_PLUS" "buy p90" ;
bind "KP_ENTER" "buy mp7" ;
bind "KP_DEL" "buy decoy" ;

// Binds

alias "+jumpthrow" "+jump;-attack"


alias "-jumpthrow" "-jump"
bind "mouse4" "+jumpthrow"
bind "INS" "give weapon_flashbang"
bind "HOME" "give weapon_smokegrenade"
bind "PGUP" "noclip"
bind "END "give weapon_molotov"
bind "DEL" "give weapon_hegrenade"
bind "KP_MINUS" "toggleconsole"
bind "N" "say_team Need Weapon"
bind "M" "say_team I can drop"

// Netsettings
rate 128000 ;
cl_updaterate 128 ;

cl_cmdrate 128 ;
cl_interp_ratio 1 ;
cl_interp 0 ;

// Global
cl_showfps "0" ;
fps_max "121" ;
fps_max_menu "121" ;
cl_autowepswitch "0" ;
cl_showloadout "1" ;
cl_downloadfilter "nosounds" ;
cl_autohelp "1" ;
cl_forcepreload 1 ;
cl_show_clan_in_death_notice "0" ;
cl_showhelp "0" ;
cl_disablefreezecam "1" ;
option_speed_method "0" ;
snd_mixahead "0.05" ;
snd_musicvolume "0" ;
windows_speaker_config "1"
hud_scaling "0.707000" ;
hud_showtargetid "1" ;
con_enable "1" ;

clear
echo "Successfully loaded autoexec.cfg by TrilluXe"

You might also like