Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. //binds
  2.  
  3.  
  4. bind "f1" "buy elite"
  5. bind "f2" "buy p250"
  6. bind "f3" "buy fn57; buy tec9"
  7. bind "f4" "buy deagle"
  8.  
  9. bind "f5" "buy famas; buy galilar"
  10. bind "f6" "buy ak47; buy m4a1"
  11. bind "f7" "buy awp"
  12. bind "f8" "buy ssg08"
  13.  
  14. bind "f9" "buy mag7"
  15. bind "f10" "buy p90"
  16. bind "f11" "buy bizon"
  17. bind "f12" "buy g3sg1; buy scar20"
  18.  
  19. bind "kp_end" "buy vesthelm"
  20. bind "kp_downarrow" "buy vest"
  21. bind "kp_pgdn" "buy defuser"
  22. bind "kp_leftarrow" "buy hegrenade"
  23. bind "kp_5" "buy flashbang"
  24. bind "kp_rightarrow" "buy smokegrenade"
  25. bind "kp_home" "buy molotov; buy incgrenade"
  26. bind "kp_uparrow" "buy decoy"
  27.  
  28.  
  29.  
  30. bind "1" "slot6"
  31. bind "2" "slot7"
  32. bind "3" "slot8"
  33. bind "4" "slot10"
  34. bind "6" "slot9"
  35. bind "MWHEELDOWN" "slot3"
  36. bind "MWHEELUP" "slot2"
  37. bind "MOUSE3" "slot1"
  38.  
  39.  
  40.  
  41. bind "b" "timeleft"
  42. bind "h" "+commandmenu"
  43. bind "t" "buymenu"
  44. bind "CAPSLOCK" "+speed"
  45. bind "q" "drop"
  46. bind "\" "toggleconsole"
  47. bind "SHIFT" "+duck"
  48. bind "v" "+lookatweapon"
  49. bind "f" "r_cleardecals"
  50.  
  51.  
  52. //settings
  53.  
  54. sensitivity "2.0000"
  55.  
  56. //sound
  57. snd_musicvolume 0.3
  58. snd_menumusic_volume 0
  59. snd_roundstart_volume 0
  60. snd_roundend_volume 0
  61. snd_mapobjective_volume 0
  62. snd_tensecondwarning_volume 1
  63. snd_deathcamera_volume 0
  64. snd_mute_losefocus 0
  65. lobby_voice_chat_enabled 0
  66.  
  67.  
  68.  
  69.  
  70. //CFG ALIAS
  71. alias exe "exec userconfig.cfg"
  72. alias grenade "exec grenade_training.cfg"
  73. alias movie "exec movie.cfg"
  74. alias aim "exec esl1on1aml.cfg"
  75. alias awp "exec esl1on1awp.cfg"
  76. alias 5on5 "exec esl5on5.cfg"
  77. alias gotv "exec eslgotv.cfg"
  78. alias lo3 "exec restart.cfg"
  79.  
  80. //CLUTCH ALIAS
  81. alias clutch "clutchon"
  82. alias clutchon "toggle voice_enable;alias clutch clutchoff"
  83. alias clutchoff "toggle voice_enable; alias clutch clutchon"
  84.  
  85.  
  86. //Displaydamage ALIAS
  87. bind "P" "displaydamage"
  88. alias displaydamage "displaydamage_on"
  89. alias displaydamage_on "con_filter_text Damage; con_filter_text_out Player:; con_filter_enable 2; developer 1; alias displaydamage "displaydamage_off""
  90. alias displaydamage_off "con_filter_enable 0; developer 0; alias displaydamage "displaydamage_on""
  91.  
  92.  
  93.  
  94. //Crosshair
  95.  
  96. cl_crosshairalpha "250"
  97. cl_crosshaircolor "5"
  98. cl_crosshaircolor_b "147" //"250"
  99. cl_crosshaircolor_g "020" //"0"
  100. cl_crosshaircolor_r "255" //"250"
  101. cl_crosshairdot "0"
  102. cl_crosshairscale "0"
  103. cl_crosshairsize "3"
  104. cl_crosshairthickness "0.5"
  105. cl_crosshairusealpha "1"
  106. cl_fixedcrosshairgap "3"
  107. cl_scalecrosshair "1"
  108. cl_crosshairstyle "4"
  109.  
  110. //Viewmodel
  111.  
  112. viewmodel_fov "68" //"68"
  113. viewmodel_offset_x "2" //"2.5"
  114. viewmodel_offset_y "2" //"0.0"
  115. viewmodel_offset_z "-2" //"-1.5"
  116. cl_hud_playercount_showcount "1"
  117. viewmodel_presetpos "0"
  118.  
  119.  
  120.  
  121.  
  122. //Disable Newbie Hints
  123. cl_autohelp "0"
  124. gameinstructor_enable "0"
  125. cl_showhelp "0"
  126.  
  127.  
  128. //Misc Settings
  129. r_drawtracers_firstperson 0 //removes firstperson tracers, not enemy tracers
  130. cl_disablefreezecam 1 //shows the cam after death so you can get info
  131. cl_disablehtmlmotd "1" //disables motd
  132. cl_forcepreload "1" //forces to preload the map while loadingscreen
  133. cl_timeout "150000" //you auto reconnect to server if you loose connection without leaving
  134. cl_righthand "1" // Weapon right-sided (if you want left-sided just use 0)
  135. cl_show_clan_in_death_notice "1" //shows team tag in death messages
  136. cl_use_opens_buy_menu "0" //buy menu doesn't open on pressing e
  137. con_enable "1" //activates console
  138. mm_dedicated_search_maxping "50" //maximum acceptable matchmaking ping of opponents
  139.  
  140.  
  141. //HUD
  142. cl_radar_scale 0.3
  143. cl_radar_always_centered 0
  144. cl_radar_square_with_scoreboard "0"
  145. cl_hud_radar_scale 1.300000
  146. cl_hud_healthammo_style 1
  147. cl_hud_color 3
  148. cl_hud_bomb_under_radar 1
  149. cl_showloadout 1
  150. cl_autowepswitch "0"
  151. //fps_max "128"
  152.  
  153.  
  154. //NetGraph
  155.  
  156. net_graph "1"
  157. net_graphpos "2"
  158. net_scale "5"
  159. cl_showfps "1"
  160.  
  161.  
  162. //netsettings
  163.  
  164. rate "80000"
  165. cl_cmdrate "128"
  166. cl_updaterate "128"
  167. cl_interp "0"
  168. cl_interp_ratio "1"
  169.  
  170. //rCon
  171.  
  172.  
  173. //////Launch Options
  174. //-noforcemaccel -noforcemspd -noforcemparms -novid -console -windowed -noborder -high -fps_max 128 -threads 6 +mat_vignette_enable 0
  175. //-w 1280 -h 720 -noforcemaccel -noforcemspd -noforcemparms -novid -console -high -threads 6 +mat_vignette_enable 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement