Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //no Mouseaccel
- m_rawinput "1"
- m_mouseaccel1 "0"
- m_mouseaccel2 "0"
- cl_autowepswitch "0"
- cl_disablefreezecam "1"
- gameinstructor_enable "0"
- cl_autohelp "0"
- cl_showhelp "0"
- cl_updaterate "128"
- cl_cmdrate "128"
- //tab Netgraph
- bind "TAB" "+ng";
- alias "+ng" "+showscores; net_graph 1"
- alias "-ng" "-showscores; net_graph 0"
- bind o "toggle volume 0.3 0"
- bind v noclip
- //Buybinds
- bind "KP_UPARROW" "buy hegrenade"
- bind "KP_PGUP" "buy smokegrenade"
- bind "KP_HOME" "buy flashbang"
- bind "KP_5" "buy ak47"
- bind "KP_LEFTARROW" "buy tec9"
- bind "KP_RIGHTARROW" "buy deagle"
- bind "KP_END" "buy awp"
- bind "KP_DOWNARROW" "buy galil"
- bind "KP_PGDN" "buy sg556"
- bind "KP_PLUS" "buy vesthelm"
- bind "KP_MINUS" "buy vest"
- bind "KP_ENTER" "buy defuser"
- //Displaydamage - Switch Script
- con_filter_text "hit"
- con_filter_text_out "shot"
- alias displaydamage "displaydamage_on"
- alias displaydamage_on "con_filter_enable 2; developer 1; alias displaydamage "displaydamage_off""
- alias displaydamage_off "con_filter_enable 0; developer 0; alias displaydamage "displaydamage_on""
- displaydamage_on
- //Radar
- cl_radar_scale "0.3"
- cl_radar_rotate "1"
- cl_radar_always_centered "0"
- cl_radar_scale "0.42"
- cl_radar_icon_scale_min ".5"
- bind "KP_MULTIPLY" "incrementvar cl_radar_scale 0.32 0.52 0.1" //Radar size on Numpad-x (*)
- bind "KP_INS" "incrementvar cl_radar_scale 0.32 0.52 0.1" //Radar size on Numpad-x (*)
- bind "END" "displaydamage"
- alias +altwalk "slot3; +speed"
- alias -altwalk "-speed; lastinv"
- bind alt +altwalk
- alias back sloot1
- alias sloot1 "slot1; alias back sloot2"
- alias sloot2 "slot2; alias back sloot1"
- alias +knife slot3
- alias -knife lastinv
- bind q back
- bind 1 sloot1
- bind 2 sloot2
- bind 3 +knife
- echo "Autoexec Config loaded"
- host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement