Last active
February 28, 2019 11:28
-
-
Save smlb/0e87da1be69b6a1eaf65198760fbb669 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Smlb Autoexec | |
// Buy Binds | |
bind "del" "buy ak47; buy m4a1;" | |
bind "pgdn" "buy awp;" | |
bind "kp_pgup" "buy deagle;" | |
bind "End" " buy vesthelm; buy vest;" | |
bind "ins" "buy p250;" | |
bind "rightarrow" "buy hegrenade" | |
bind "leftarrow" "buy molotov;buy incgrenade" | |
bind "uparrow" "buy flashbang" | |
bind "downarrow" "buy smokegrenade" | |
bind "Home" " buy vest;" | |
bind "\" "buy aug; buy sg556;" | |
// Nade Binds | |
bind "mouse4" "use weapon_flashbang" | |
bind "mouse3" "use weapon_smokegrenade" | |
bind "alt" "use weapon_molotov; use weapon_incgrenade" | |
// General binds | |
bind "`" "console" | |
bind "r" "+reload" | |
bind space +jump | |
bind "f1" "toggle cl_mute_enemy_team" | |
BindToggle "f3" "voice_enable" | |
bind "3" "slot3" | |
BindToggle x cl_righthand | |
// Console Aliases | |
alias "dc" "disconnect" | |
alias "q" "quit" | |
alias "c" "clear" | |
// Toggle for KZ | |
alias switch "bhop" | |
alias "bhop" "bind mwheeldown +jump; alias switch jumpn" | |
alias "jumpn" "bind mwheeldown invnext; alias switch bhop" | |
bind l switch | |
// Mouse Options | |
m_rawinput "1" | |
m_customaccel 0 | |
sensitivity 1.5 | |
m_mousespeed "0" | |
m_customaccel "0" | |
m_mouseaccel1 "0" | |
m_mouseaccel2 "0" | |
// Remove useless stuff | |
r_drawtracers_firstperson "1" | |
r_eyegloss "0" // No Makeup | |
r_eyemove "0" // No Eye Movement | |
r_eyeshift_x "0" // No Eye Movement X-Angel | |
r_eyeshift_y "0" // No Eye Movement Y-Angel | |
r_eyeshift_z "0" // No Eye Movement Z-Angel | |
r_eyesize "0" // Smaller Eyes | |
r_dynamic "1" | |
// FPS Max | |
fps_max 998 | |
fps_max_menu 998 | |
cl_righthand 1 | |
// Net Stuff | |
cl_cmdrate "128" | |
cl_interp "0" | |
cl_interp_ratio "2" | |
cl_interpolate "1" | |
cl_updaterate "128" | |
rate "786432" | |
net_graph "1" | |
net_graphproportionalfont 0 | |
net_graphshowinterp "1" | |
cl_join_advertise "2" | |
mm_dedicated_search_maxping "60" | |
// Audio | |
voice_mixer_volume 0.6 | |
snd_deathcamera_volume "0" | |
snd_mapobjective_volume "0" | |
snd_menumusic_volume "0" | |
snd_roundend_volume "0" | |
snd_roundstart_volume "0" | |
snd_tensecondwarning_volume "0.2" | |
// Viewmodel | |
cl_viewmodel_shift_left_amt "0.500000" | |
cl_viewmodel_shift_right_amt "0.250000" | |
viewmodel_fov "68.000000" | |
viewmodel_offset_x "2.500000" | |
viewmodel_offset_y "1.300000" | |
viewmodel_offset_z "-2.000000" | |
viewmodel_presetpos "0" | |
cl_bob_lower_amt "5.000000" | |
cl_bobamt_lat "0.100000" | |
cl_bobamt_vert "0.100000" | |
cl_bobcycle "2" | |
// Crosshair | |
cl_crosshair_drawoutline "0" | |
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.000000" | |
cl_crosshair_sniper_width "1" | |
cl_crosshairalpha "255.000000" | |
cl_crosshaircolor "5" | |
cl_crosshaircolor_b "0" | |
cl_crosshaircolor_g "0" | |
cl_crosshaircolor_r "127" | |
cl_crosshairdot "0" | |
cl_crosshairgap "-2.500000" | |
cl_crosshairgap_useweaponvalue "0" | |
cl_crosshairscale "0" | |
cl_crosshairsize "1.5" | |
cl_crosshairstyle "4" | |
cl_crosshairthickness "1.000000" | |
cl_crosshairusealpha "1" | |
cl_fixedcrosshairgap "0" | |
cl_crosshairalpha 255 | |
cl_crosshair_sniper_width 2 | |
// Others | |
cl_autowepswitch 0 | |
cl_use_opens_buy_menu "0" | |
cl_hud_bomb_under_radar "0" | |
cl_disablefreezecam "1" | |
host_writeconfig | |
echo " " | |
echo " " | |
echo "smlb -> autoexec.cfg executed" | |
echo " " | |
echo " " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment