Advertisement
Tekniik

Autoexec

Jul 21st, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. bind "leftarrow" " buy flashbang;"
  2. bind "downarrow" " buy smokegrenade;"
  3. bind "uparrow" " buy molotov; buy incgrenade;"
  4. bind "rightarrow" " buy hegrenade;"
  5. bind "pgdn" " buy defuser;"
  6. bind "del" " buy vest;"
  7. bind "f12" " buy vesthelm;"
  8. bind "ins" "buy ak47; buy m4a1;"
  9. bind "Home" "buy awp;"
  10. bind "pgup" "buy tec9; buy fiveseven;"
  11. bind "F11" "buy p250;"
  12. bind "F10" "buy ssg08;"
  13. bind "F9" "buy deagle;"
  14.  
  15. fps_max 0
  16. fps_max_menu 0
  17.  
  18. cl_showhelp "0"
  19. cl_autohelp "0"
  20. cl_disablefreezecam "1"
  21. cl_disablehtmlmotd "1"
  22.  
  23. rate "786432"
  24. cl_cmdrate "128"
  25. cl_updaterate "128"
  26. cl_interp "0"
  27. cl_interp_ratio "1"
  28. cl_lagcompensation "1"
  29. cl_predict "1"
  30. cl_predictweapons "1"
  31.  
  32. snd_mixahead "0.05"
  33.  
  34. hud_showtargetid "0"
  35.  
  36. alias "+jumpthrow" "+jump;-attack"
  37. alias "-jumpthrow" "-jump"
  38. bind "m" "+jumpthrow"
  39.  
  40. m_mousespeed 0
  41.  
  42. cl_bob_lower_amt "0"
  43. cl_bobamt_lat "0"
  44. cl_bobamt_vert "0"
  45.  
  46. hud_scaling "1"
  47.  
  48. snd_mixahead "0.1"
  49. snd_musicvolume "1"
  50. snd_headphone_pan_exponent "2"
  51. snd_headphone_pan_radial_weight "2
  52. snd_legacy_surround "0"
  53. snd_pitchquality "1"
  54. dsp_enhance_stereo "0"
  55.  
  56. cl_bobcycle "2"
  57.  
  58. bind "mouse3" "use weapon_knife; use weapon_flashbang"
  59. bind "6" "use weapon_c4; drop;"
  60.  
  61. //Show netgraph when checking scoreboard
  62. //net_graph "1"
  63. //net_graphheight "9999"
  64. //alias "+scorenet" "+showscores; net_graphheight 0"
  65. //alias "-scorenet" "-showscores; net_graphheight 1"
  66. //bind "TAB" "+scorenet"
  67. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  68.  
  69. +cl_show_team_equipment 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement