Advertisement
loudeman

Autoexec.cfg

Dec 31st, 2017
752
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. Carefull I'm using ZQSD (french keyboard)
  2.  
  3. ///Config///
  4. Sound
  5. snd_headphone_pan_exponent 2
  6. snd_mix_async 1
  7. snd_mixahead "0.05"
  8.  
  9. Utility
  10. sensitivity 2.2
  11. fps_max 200
  12. cl_disablefreezecam 1
  13. cl_radar_scale 0.5
  14. cl_radar_always_centered 1
  15. cl_hud_playercount_showcount 1
  16. cl_radar_rotate 1
  17. cl_autowepswitch 0
  18. net_graphproportionalfont 0
  19. net_graph 1
  20. r_drawtracers_firstperson "0"
  21. -cl_show_team_equipment
  22.  
  23. Connection
  24. rate "786432"
  25. cl_updaterate "128"
  26. cl_cmdrate "128"
  27. cl_interp "0"
  28. cl_interp_ratio "1"
  29. cl_predict "1"
  30. cl_predictweapons "1"
  31. cl_lagcompensation "1"
  32.  
  33. No arm movement
  34. cl_viewmodel_shift_left_amt "0.500000"
  35. cl_viewmodel_shift_right_amt "0.250000"
  36. cl_bob_lower_amt "5.000000"
  37. cl_bobamt_lat "0.100000"
  38. cl_bobamt_vert "0.100000"
  39. cl_bobcycle "0.98"
  40.  
  41.  
  42.  
  43.  
  44. ///Binds///
  45. Place Bot
  46. bind f1 "bot_place"
  47.  
  48. Volumebind
  49. bind f2 "volume 0.1"
  50. bind f3 "volume 1"
  51.  
  52. Bhop
  53. bind mwheeldown +jump
  54.  
  55. Aim maps binds
  56. bind f8 "toggleconsole"
  57. bind f9 "map workshop\243702660\aim_botz"
  58. bind f10 "map workshop\419404847\recoil_master"
  59.  
  60. Run/Walk cleardecals
  61. bind z "+forward;r_cleardecals"
  62. bind q "+moveleft;r_cleardecals"
  63. bind s "+back;r_cleardecals"
  64. bind d "+moveright;r_cleardecals"
  65. bind shift "+speed ;r_cleardecals"
  66.  
  67. Double A
  68. alias +lastinvv "lastinv"
  69. alias -lastinvv "lastinv"
  70. bind a +lastinvv
  71.  
  72. Crosshair color
  73. alias "crosscolor" "incrementvar cl_crosshaircolor 0 5 1"
  74. bind u crosscolor
  75.  
  76. Use + Search bomb
  77. alias -help "gameinstructor_enable 0; -use"
  78. alias +help "gameinstructor_enable 1; +use"
  79. bind e +help
  80.  
  81. Jump duck
  82. alias "+jumpduck" "+jump;+duck"
  83. alias "-jumpduck" "-jump;-duck"
  84. bind space "+jumpduck"
  85.  
  86. Knife preview
  87. alias +beo "-lookatweapon; +reload"
  88. alias -beo "+lookatweapon; -reload"
  89. bind "t" "+beo
  90.  
  91. Disable in-game voice + no rebinds needed
  92. alias "disablevoice" "voice_chat"
  93. alias "voice_chat" "chat_1"
  94. alias "chat_1" "voice_enable 1; playvol buttons\blip1 0.5; alias voice_chat chat_0"
  95. alias "chat_0" "voice_enable 0; playvol buttons\blip2 0.5; alias voice_chat chat_1"
  96. bind f4 "disablevoice"
  97.  
  98. Guide lines
  99. alias "-crosshairsmoke" "cl_crosshairsize 2;cl_crosshairdot 0;cl_crosshairgap -6"
  100. alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 0;cl_crosshairgap -5"
  101. bind "" "+crosshairsmoke"
  102.  
  103. Buy binds
  104. bind "kp_end" "buy ak47; buy m4a1;"
  105. bind "kp_downarrow" "buy galilar; buy famas;"
  106. bind "kp_pgdn" "buy awp;"
  107. bind "kp_ins" "buy vest; buy vesthelm;"
  108. bind "kp_home" "buy vest;"
  109. bind "kp_pgup" "buy elite;"
  110. bind "kp_leftarrow" "buy p250;"
  111. bind "kp_5" "buy tec9; buy fiveseven;"
  112. bind "kp_rightarrow" "buy deagle;"
  113. bind "kp_del" "buy defuser;"
  114. bind "kp_enter" "buy mac10; buy mp9;"
  115. bind "kp_plus" "buy ump45;"
  116. bind "kp_minus" "buy sawedoff; buy mag7;"
  117. bind "leftarrow" "buy flashbang;"
  118. bind "downarrow" "buy smokegrenade;"
  119. bind "rightarrow" "buy molotov; buy incgrenade;"
  120. bind "uparrow" "buy hegrenade;"
  121. bind "pgdn" "buy molotov; buy incgrenade;"
  122. bind "del" "buy flashbang;"
  123. bind "end" "buy smokegrenade;"
  124. bind "ins" "buy hegrenade;"
  125. bind "kp_uparrow" "buy ssg08;"
  126.  
  127.  
  128. Serversetup
  129. alias +serv "exec serversetup"
  130. alias -serv "buy ak47; buy m4a1; buy deagle; buy vest; buy vesthelm; buy defuser; buy molotov; buy incgrenade; buy decoy; buy flashbang; buy hegrenade; buy smokegrenade"
  131. Bind f12 "+serv"
  132.  
  133.  
  134. /////General Binds//////
  135. bind mouse4 "+voicerecord"
  136. bind mouse5 "lastinv"
  137. bind 1 "slot1"
  138. bind 2 "slot2"
  139. bind 3 "slot3"
  140. bind 4 "slot7"
  141. bind 5 "slot5"
  142. bind w "slot9"
  143. bind c "slot10"
  144. bind f "slot8"
  145. bind g "slot6"
  146. bind r "+reload"
  147. bind tab "+showscores"
  148. bind ctrl "+duck"
  149.  
  150.  
  151. crosshair 1
  152. host_writeconfig
  153. crosshair 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement