You are on page 1of 5

unbind all

host_writeconfig
//Alias
alias "taser" "give weapon_taser"
alias "zeus" "give weapon_taser"
// Knive's
alias "bayonet" "give weapon_bayonet"
alias "flip" "give weapon_knife_flip"
alias "gut" "give weapon_knife_gut"
alias "karambit" "give weapon_knife_karambit"
alias "m9_bayonet" "give weapon_knife_m9_bayonet"
// Nade's
alias "decoy" "give weapon_decoy"
alias "flashbang" "give weapon_flashbang"
alias "grenade" "give weapon_hegrenade"
alias "incendiary" "give weapon_Incgrenade"
alias "molotov" "give weapon_molotov"
alias "smoke" "give weapon_smokegrenade"
// Pistol's
alias "deagle" "give weapon_deagle"
alias "fiveseven" "give weapon_fiveseven"
alias "glock" "give weapon_glock"
alias "p2000" "give weapon_hkp2000"
alias "P250" "give weapon_P250"
alias "usp" "give weapon_usp_silencer"
alias "tec9" "give weapon_tec9"
// Smgs
alias "bizon" "give weapon_bizon"
alias "mac10" "give weapon_mac10"
alias "mp7" "give weapon_mp7"
alias "mp9" "give weapon_mp9"
alias "P90" "give weapon_P90"
alias "ump" "give weapon_ump45
// Heavy's
alias "mag7" "give weapon_mag7"
alias "Negev" "give weapon_negev"
alias "Nova" "give weapon_nova"
alias "Sawedoff" "give weapon_SAWEDOFF"
alias "Xm" "give weapon_XM1014"
// Rifles
alias "ak" "give weapon_ak47"
alias "aug" "give weapon_aug"
alias "awp" "give weapon_awp"
alias "colt" "give weapon_m4a1_silencer"
alias "famas" "give weapon_famas"
alias "galil" "give weapon_galilar"
alias "m4" "give weapon_m4a1"
alias "scar" "give weapon_SCAR20"
alias "scout" "give weapon_ssg08"
// Map's
alias "aztec" "map de_aztec "
alias "cache" "map de_cache"
alias "cobblestone" "map de_cbble"
alias "dust" "map de_dust"
alias "dust2" "map de_dust2"
alias "inferno" "map de_inferno"
alias "mill" "map de_mill"
alias "mirage" "map de_mirage"

alias
alias
alias
alias
alias
alias

"nuke" "map de_nuke"


"overpass" "map de_overpass"
"seaside" "map de_seaside"
"season" "map de_season"
"train" "map de_tain"
"vertigo" "map de_vertigo"

//Bindings For Practice


bind "alt" "noclip"
bind "end" "quit" //quits the game from within a map.
bind "home" "disconnect" //disconnects from server and returns to home screen.
bind "ctrl" "r_cleardecals" //clears bullet holes and blood spatter.
bind "pgdn" "volume 0.2" //Lowers in game volume easily while DM'ing
bind "pgup" "volume 0.8" //Change to your default volume
sv_noclipspeed 6
//Buy Binds (Make your binds whatever you would like)
bind "f1" "Buy m4; Buy ak47"
bind "f2" "Buy famas; Buy galilar"
bind "f3" "Buy mag7; tec9"
bind "f4" "Buy p250"
bind "f5" "Buy smokegrenade"
bind "f6" "Buy hegrenade"
bind "f7" "Buy flashbang"
bind "f8" "buy molotov; buy incgrenade"
bind "f9" "Buy vesthelm; Buy vest"
bind "f10" "Buy defuser; Buy rescue"
bind "f11" "Buy vest"
bind "O" "Buy fiveseven; Buy tec9"
bind "P" "Buy deagle"
bind "]" "Buy awp"
//Crosshair
cl_crosshair_drawoutline "1"
cl_crosshair_dynamic_maxdist_splitratio "1.000000"
cl_crosshair_dynamic_splitalpha_innermod "1.000000"
cl_crosshair_dynamic_splitalpha_outermod "1"
cl_crosshair_dynamic_splitdist "0"
cl_crosshair_outlinethickness "1"
cl_crosshairalpha "215.000000"
cl_crosshairdot "1"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "4"
cl_crosshairsize "0"
cl_crosshairstyle "2"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "0.000000"
alias +spray "+attack; cl_crosshairgap 44; cl_crosshairstyle 2"
alias -spray "-attack; cl_crosshairgap -3; cl_crosshairstyle 4"
bind "mouse1" "+spray"
//Miscellaneous
cl_allowdownload "1
cl_autowepswitch "0"
cl_autohelp "0"
cl_disablehtmlmotd 0 //This has to be "0" for Altpug
cl_downloadfilter "0"
cl_showhelp "0"
cl_forcepreload "1"

cl_lagcompensation "1"
cl_show_clan_in_death_notice "0"
cl_showfps "0"
cl_showloadout "1"
cl_teammate_colors_show "1"
cl_use_opens_buy_menu "0"
cl_timeout "150000"
alias +jumpthrow "+jump;-attack"
alias -jumpthrow "-jump"
bind x +jumpthrow
//Display the damage given/taken above your radar & map in lobby
developer "1"
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"
ds_get_newest_subscribed_files "1"
fps_max "145"
fps_max_menu "145"
gameinstructor_enable "0"
hud_showtargetid "1" //Makes it easier to spot enemies
mm_dedicated_search_maxping "85"
r_drawtracers_firstperson "1"
//Mouse
m_rawinput "1"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
sensitivity "1.3" //Put your sensitivity PUT YOUR OWN SENS HERE! :)
zoom_sensitivity_ratio_mouse "0.818933027098955175"
// Net Graph
alias "+ng" "+showscores; net_graph 1; net_graphpos 2"
alias "-ng" "-showscores; net_graph 0"
bind "TAB" "+ng"
net_graphheight "0"
net_graphpos "2"
net_graphproportionalfont "0"
//Radar
cl_radar_always_centered "0"
cl_radar_icon_scale_min "0.4"
cl_radar_rotate "1"
cl_radar_scale "0.5"
hud_scaling .88

//Rates and Interpolation


net_graph "0"
net_graphpos "1"
net_graphheight "0"
cl_cmdrate "128"
cl_interp "0"
cl_interp_ratio "1"
cl_updaterate "128"
rate "128000"
//Viewmodel Postion
cl_bob_lower_amt "10"
cl_bobamt_vert ".1"
cl_bobamt_lat ".1"
cl_bobcycle .10
cl_viewmodel_shift_right_amt ".25"
cl_viewmodel_shift_left_amt ".5"
viewmodel_fov "68"
viewmodel_presetpos "3"
viewmodel_offset_x "2.5"
viewmodel_offset_y "0"
viewmodel_offset_z "-1.5"
//General controls
bind "w" "+forward"
bind "a" "+moveleft"
bind "d" "+moveright"
bind "s" "+back"
bind "space" "+duck"
bind "mouse1" "+attack"
bind "mouse2" "+attack2"
bind "r" "+reload"
bind "q" "lastinv
bind "SHIFT" "+speed
bind
bind
bind
bind

"e"
"y"
"u"
"v"

"+use"
"messagemode"
"messagemode2"
"use weapon_incgrenade; use weapon_molotov"

bind "f" "use weapon_flashbang"


bind "c" "use weapon_smokegrenade"
bind "TAB" "+showscores"
bind "\" "toggleconsole"
bind "m" "teammenu"
bind "4" "slot4"
bind
bind
bind
bind

"MOUSE4" "+voicerecord"
"mwheelup" "slot3"
"1" "slot1"
"3" "slot2"

bind "b" "buymenu"

bind "g" "drop"


bind "mwheeldown" "+jump"
alias "x" "exec autoexec"
alias "xx" "exec prac"
alias "xxx" "exec overwatch"
host_writeconfig

You might also like