Advertisement
Guest User

My autoexec

a guest
Jul 24th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.52 KB | None | 0 0
  1. //lava's CFG
  2.  
  3. con_enable "1" //Enables Console
  4.  
  5. bind mouse1 "+attack; cl_crosshairsize 2.4;// cl_crosshairstyle 4"
  6.  
  7. //Default Crosshair
  8. cl_crosshair_drawoutline "1"
  9. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  10. cl_crosshair_dynamic_splitalpha_innermod "1"
  11. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  12. cl_crosshair_dynamic_splitdist "7"
  13. cl_crosshair_outlinethickness "1"
  14. cl_crosshair_sniper_show_normal_inaccuracy "0"
  15. cl_crosshair_sniper_width "1"
  16. cl_crosshairalpha "255"
  17. cl_crosshaircolor "5"
  18. cl_crosshaircolor_b "0"
  19. cl_crosshaircolor_g "255"
  20. cl_crosshaircolor_r "0"
  21. cl_crosshairdot "0"
  22. cl_crosshairgap "0.500000"
  23. cl_crosshairgap_useweaponvalue "0"
  24. cl_crosshairscale "0"
  25. cl_crosshairsize "2.4 107"
  26. cl_crosshairstyle "1"
  27. cl_crosshairthickness "0.650000"
  28. cl_crosshairusealpha "1"
  29. cl_fixedcrosshairgap "3"
  30. weapon_reticle_knife_show 1
  31. hud_showtargetid 1
  32.  
  33. //crouch
  34. bind ctrl +duck
  35. bind alt +duck
  36.  
  37. //jump
  38. bind mouse5 +jump
  39.  
  40. // Long jump command: I don't use it currently/idk if it even works but i dont like the feeling
  41. //alias +LJ "-forward;+duck;+jump; +klook"; alias -LJ "-duck; -jump; -klook"; bind mouse5 +LJ
  42.  
  43.  
  44. //Viewmodel
  45. cl_viewmodel_shift_left_amt "0.500000"
  46. cl_viewmodel_shift_right_amt "0.250000"
  47. viewmodel_fov "68"
  48. viewmodel_offset_x "1"
  49. viewmodel_offset_y "1"
  50. viewmodel_offset_z "-1"
  51. viewmodel_presetpos "0"
  52. cl_bob_lower_amt "5.000000"
  53. cl_bobamt_lat "0.100000"
  54. cl_bobamt_vert "0.100000"
  55. cl_bobcycle "0.98"
  56.  
  57. // Rates - These network settings are optimized for high speed internet
  58. rate "786432" //Max rates. Only use if you can get 8 Megabits per second (Mbps) download speed or more.
  59. //rate "250000" //Only use this if you can get 3.5 Megabits per second (Mbps) download speed or more.
  60. //rate "500000" //Only use this if you can get 5.5 Megabits per second (Mbps) download speed or more.
  61.  
  62. cl_cmdrate "128" //Max number of command packets sent to server per second
  63. cl_updaterate "128" //Number of packets per second you are requesting from the server
  64. cl_interp_ratio "1" //Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)
  65. cl_interp "0" //Sets the interpolation amount, always set this to 0
  66. cl_lagcompensation "1" //Lag compensation helps by eliminating combat latency from client side view
  67. cl_predict "1" //Skip waiting for server feedback and simulate client side movement in real-time
  68. cl_predictweapons "1" //Skip waiting for server feedback and perform client side prediction of weapon
  69.  
  70. fps_max 600
  71. lobby_voice_chat_enabled "0" //Turns microphone off in lobby, really useful
  72. mm_dedicated_search_maxping "50" //Maxping Search in Matchmaking
  73. cl_autowepswitch 0 //Don't auto-pick weapons
  74.  
  75. // Make sure mouse is using "Raw Input" & "No Acceleration"
  76. m_rawinput "1" //Enable Raw Input for perfect precision (Raw input is unavailable on OSX)
  77. m_mouseaccel2 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  78. m_mouseaccel1 "0" //Disables windows mouse acceleration initial threshold, safety precaution
  79. m_customaccel "0" //Custom mouse acceleration disabled
  80. m_mousespeed "0" //Windows mouse acceleration disabled, just for precaution
  81.  
  82. //hud
  83. cl_teammate_colors_show 2 //Show teammates as separate colors in the radar, 2 is for letters
  84. cl_hud_bomb_under_radar "1" //Draws bomb under radar, convenient
  85. cl_radar_scale "0.4" //Radar Map Scale Size, 0.4 is perfect on all maps
  86. cl_radar_always_centered "0" //Centers map instead of player in radar, important
  87. cl_hud_playercount_showcount "0" //Shows player avatars instead of numbers left
  88. cl_loadout_colorweaponnames "1" //Weapon names are colored in loadout to match their rarity, cool feature
  89. cl_radar_icon_scale_min "1" //Sets the minimum player icon scale, this value feels good
  90. cl_showloadout "1" //So it doesnt fade out the weapon slots, very annoying otherwise
  91. hud_scaling "0.95" //Scales hud elements to maximum value
  92.  
  93. echo Config Loaded! (2/2) //This just confirms that the config has ended successfully
  94.  
  95. // Netgraph + Scoreboard
  96. alias "+scorenet" "+showscores; net_graphheight 0"
  97. alias "-scorenet" "-showscores; net_graphheight 9999"
  98. bind "TAB" "+scorenet" //Bind to whatever you prefer (Default TAB)
  99.  
  100. // Jump Throw (For Smokes)
  101. alias "+jumpthrow" "+jump;-attack"
  102. alias "-jumpthrow" "-jump"
  103. bind "INS" "+jumpthrow" //
  104.  
  105. bind "q" "+voicerecord" //You can communicate with the q key instead of K
  106.  
  107. /////////////////////////////////////////////////////////////////////
  108.  
  109. //Buy binds
  110.  
  111. bind "uparrow" " buy flashbang;"
  112. bind "rightarrow" " buy smokegrenade;"
  113. bind "leftarrow" " buy hegrenade;"
  114. bind "downarrow" " buy molotov; buy incgrenade;"
  115. bind "kp_plus" " buy defuser;"
  116. bind "kp_del" " buy vest;"
  117. bind "kp_enter" " buy vesthelm; buy vest;"
  118. bind "kp_home" "buy p250;"
  119. bind "kp_minus" "buy ak47; buy m4a1;"
  120. bind "kp_pgup" "buy sg556; buy aug;"
  121. bind "kp_multiply" "buy awp;"
  122. bind "kp_slash" "buy tec9; buy fiveseven;"
  123. bind "kp_ins" "buy deagle; buy revolver;"
  124. bind "kp_pgdn" "buy ump45;"
  125. bind "kp_downarrow" "buy mac10; buy mp9;"
  126. bind "kp_end" "buy ssg08;"
  127. bind "kp_rightarrow" "buy p90;"
  128. bind "kp_5" "buy scar20; buy g3sg1;"
  129. bind "kp_leftarrow" "buy famas; buy galilar;"
  130. bind "kp_uparrow" "buy mag7; buy sawedoff;"
  131.  
  132.  
  133. bind mwheelup "slot1; cl_crosshairsize 2.4; cl_crosshairstyle 1"
  134. bind mwheeldown "slot3; cl_crosshairsize 2.4; cl_crosshairstyle 4;// cl_crosshairstyle 1"
  135. bind mouse3 "slot2; cl_crosshairsize 2.4; cl_crosshairstyle 1"
  136.  
  137. //here
  138. //bind mwheeldown "use weapon_knife"
  139.  
  140.  
  141. bind home r_cleardecals // leave this pls
  142.  
  143. bind h +lookatweapon
  144. bind "f" "use weapon_flashbang; cl_crosshairsize 2.4; cl_crosshairstyle 1"
  145. bind "4" "use weapon_hegrenade; -smoke throw; cl_crosshairstyle 1"
  146.  
  147.  
  148.  
  149. bind 1 "slot1; cl_crosshairsize 2.4; cl_crosshairstyle 1"
  150. bind 2 "slot2; cl_crosshairsize 2.4; cl_crosshairstyle 1"
  151. bind 3 "slot3; cl_crosshairsize 2.4; cl_crosshairstyle 4;// cl_crosshairstyle 1"
  152. bind 4 "slot4; cl_crosshairsize 2.4; cl_crosshairstyle 1"
  153.  
  154. bind "z" "use weapon_decoy; cl_crosshairsize 2.4; cl_crosshairstyle 1"
  155. bind "x" "use weapon_incgrenade; use weapon_molotov; cl_crosshairsize 2.4; cl_crosshairstyle 1"
  156.  
  157.  
  158. bind p radio1
  159. bind [ radio2
  160. bind ] radio3
  161.  
  162.  
  163. // This isn't really useful on competitive matches, but it does work on MM if you play it. It will help you to l
  164. //ocate the C4 when you hold E.
  165. // Essa não é muito útil em servidores competitivos de verdade, mas funciona no MM se você joga. Essa bind vai ajudar você encontrar a C4 quando segurar o E.
  166. alias "+use_and_see_bomb_by_pink" "+use; gameinstructor_enable 1"
  167. alias "-use_and_see_bomb_by_pink" "-use; gameinstructor_enable 0"
  168. bind "e" "+use_and_see_bomb_by_pink"
  169. //thanks pink freud
  170.  
  171.  
  172. /////////////////////////////////////////////////////////////////////
  173. // Advanced Bind Script - Create your own version by Maxim aka BananaGaming
  174.  
  175. //Part 1
  176. //Make sure that what is inside the quotes is what you're currently using.
  177. //Note: This version lets you create your own values from scratch, KEY is your button, currentvalue is the command.
  178. alias defA "bind c "cl_crosshairsize 2.4; cl_crosshairstyle 1; use weapon_smokegrenade"
  179. alias defB "bind g drop"
  180. //alias defC "bind mwheeldown "use weapon_knife""
  181. alias defD "bind KEY currentvalue"
  182. alias defE "bind KEY currentvalue"
  183. alias defF "bind KEY currentvalue"
  184. alias defG "bind KEY currentvalue"
  185. alias defH "bind KEY currentvalue"
  186.  
  187. //Part 2
  188. //If you changed any letters/numbers in part 1 make sure you make the same changes here.
  189. //Don't change the keyXX part.
  190. alias keyA "bind c keyAA"
  191. alias keyB "bind g keyBB"
  192. //alias keyC "bind mwheeldown keyCC"
  193. alias keyD "bind KEY keyDD"
  194. alias keyE "bind KEY keyEE"
  195. alias keyF "bind KEY keyFF"
  196. alias keyG "bind KEY keyGG"
  197. alias keyH "bind KEY keyHH"
  198.  
  199. //Part 3
  200. //Here you can change what the bindings do when you hold down your key.
  201. //This is the fun part. :)
  202. alias keyAA "use weapon_smokegrenade; cl_crosshairstyle 4; cl_crosshairsize 9999; bind c "use weapon_smokegrenade"
  203. alias keyBB "use weapon_c4; drop"
  204. //alias keyCC "slot3"
  205. alias keyDD "customvalue"
  206. alias keyEE "customvalue"
  207. alias keyFF "customvalue"
  208. alias keyGG "customvalue"
  209. alias keyHH "customvalue"
  210.  
  211. //Part 4 - Don't touch!
  212. alias +keybinds "keyA; keyB; keyC; keyD; keyE; keyF; keyG; keyH"
  213. alias -keybinds "defA; defB; defC; defD; defE; defF; defG; defH"
  214.  
  215. //Part 5 - Bind whatever key you want, this will be your main key
  216. bind mouse4 +keybinds
  217.  
  218. /////////////////////////////////////////////////////////////////////
  219.  
  220. echo Scripts Loaded (2/2)
  221.  
  222. sv_alltalk 0
  223.  
  224. //here is wher eyou try to make your surf binds
  225. cl_downloadfilter "nosounds"
  226.  
  227.  
  228.  
  229. // :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement