Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. alias "+jumpthrow" "+jump;-attack"
  2. alias "-jumpthrow" "-jump"
  3. bind "h" "+jumpthrow"
  4.  
  5. alias "nade_pack" "give weapon_smokegrenade; give weapon_molotov; give weapon_flashbang; give weapon_hegrenade"
  6. bind l "nade_pack"
  7.  
  8. alias "practice_mode" "sv_cheats 1; bot_kick; mp_autoteambalance 0; mp_limitteams 0; mp_timelimit 0; sv_infinite_ammo 2; mp_roundtime_defuse 0; mp_roundtime_hostage 0; mp_roundtime 5; sv_grenade_trajectory 1; ammo_grenade_limit_total 4"
  9. bind j "practice_mode"
  10.  
  11. // Quick buy bindings
  12. alias "galil/famas" "buy galilar;buy famas"
  13. alias "m4a1/ak47" "buy m4a1;buy ak47"
  14. alias "flamenade/molotov" "buy incgrenade;buy molotov"
  15.  
  16. bind "KP_HOME" "buy smokegrenade"
  17. bind "KP_END" "buy flashbang"
  18. bind "KP_PGDN" "buy hegrenade"
  19. bind "KP_PGUP" "flamenade/molotov"
  20. bind "KP_5" "buy decoy"
  21.  
  22. bind "KP_INS" "buy vest"
  23. bind "KP_DEL" "buy vesthelm"
  24.  
  25. bind "KP_UPARROW" "buy awp"
  26. bind "KP_LEFTARROW" "m4a1/ak47"
  27. bind "KP_RIGHTARROW" "galil/famas"
  28. bind "KP_DOWNARROW" "buy defuser"
  29.  
  30. bind "KP_SLASH" "net_graph 0"
  31. bind "KP_MULTIPLY" "net_graph 1"
  32.  
  33.  
  34.  
  35. r_drawtracers_firstperson "0" // enable tracers in your point of view. Enemy tracers are still visible
  36.  
  37. // This second portion is not optional.
  38. cl_autohelp "0" //disable ingame popups
  39. cl_showhelp "0"
  40. cl_forcepreload "1" // preloads the map before joining
  41. hud_showtargetid "1" // shows the id of the player at which you are aiming
  42. fps_max "300"
  43. cl_cmdrate "128" // When you join on 64 tick server this value will be automatically changed
  44. cl_updaterate "128" // When you join on 64 tick server this value will be automatically changed
  45. cl_interp_ratio "1"
  46. cl_interp "0"
  47. rate "128000"
  48.  
  49. net_graph "0"
  50.  
  51. developer "1"
  52. con_filter_text "Damage given"
  53. con_filter_text_out "Player:"
  54. con_filter_enable "2"
  55.  
  56. cl_righthand 0 //Left hand mode
  57.  
  58. //Bind volume controls
  59. bind "uparrow" "incrementvar volume 0 1 .01"
  60. bind "downarrow" "incrementvar volume 0 1 -.01"
  61. bind "leftarrow" "voice_enable 0"
  62. bind "rightarrow" "voice_enable 1"
  63.  
  64.  
  65. host_writeconfig // effectively runs your autoexec for you when you open the game
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement