Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. // -w 1920 -h 1080 -freq 76 -refresh 76 -high -novid -tickrate 128 -console +cl_forcepreload 1 +mat_queue_mode 2 -no3d9ex1 +exec config.cfg
  2.  
  3. mat_monitorgamma "1.600000";
  4. mat_monitorgamma_tv_enabled "1";
  5.  
  6. sensitivity "1.1";
  7. m_mouseaccel1 "0";
  8. m_mouseaccel2 "0";
  9. m_rawinput "1";
  10. m_mousespeed "1";
  11. m_customaccel "0";
  12. zoom_sensitivity_ratio_mouse "1.0";
  13. m_customaccel_exponent "1.05";
  14. m_customaccel_max "0";
  15. m_customaccel_scale "0.04";
  16. m_forward "1";
  17. m_mouseaccel1 "0";
  18. m_mouseaccel2 "0";
  19. m_pitch "0.022";
  20.  
  21. //Use o valor correto de acordo com a sua resolução do CSGO!!
  22. snd_front_headphone_position "53.2";
  23.  
  24.  
  25. // Bind pra alinar smokes. Certifique-se de que o valor - é o seu crosshair size original
  26. alias -smoke_throw "cl_crosshairsize 5";
  27. alias +smoke_throw "cl_crosshairsize 9999";
  28. bind v +smoke_throw;
  29.  
  30. // 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.
  31. alias "+use_and_see" "+use; gameinstructor_enable 1";
  32. alias "-use_and_see" "-use; gameinstructor_enable 0";
  33. bind "e" "+use_and_see";
  34.  
  35. bind "q" "lastinv";
  36. bind "i" "+lookatweapon";
  37. bind "f" "use weapon_knife;use weapon_flashbang";
  38. bind "4" "use weapon_knife;use weapon_hegrenade";
  39. bind "z" "use weapon_knife;use weapon_incgrenade; use weapon_molotov";
  40. bind "x" "use weapon_knife;use weapon_decoy";
  41. bind "c" "use weapon_knife;use weapon_smokegrenade";
  42. bind "h" "radio1";
  43. bind "j" "radio2";
  44. bind "k" "radio3";
  45. bind "MWHEELDOWN" "+jump";
  46. bind "MWHEELUP" "+jump";
  47. bind "t" "toggle cl_righthand 1 0 1"
  48.  
  49. bind "KP_MINUS" "+voicerecord";
  50. unbind "CAPSLOCK";
  51. //bind "CAPSLOCK" "+voicerecord";
  52. //unbind "KP_MINUS";
  53.  
  54.  
  55. cl_radar_always_centered "0";
  56. cl_radar_scale "0.35";
  57. cl_radar_icon_scale_min "0.8";
  58. cl_hud_radar_scale "1.3";
  59. safezonex "0";
  60.  
  61. cl_autowepswitch "0";
  62. cl_disablefreezecam "1";
  63. cl_freezecameffects_showholiday "0";
  64.  
  65. +cl_show_team_equipment "1";
  66. viewmodel_recoil "0";
  67. host_writeconfig;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement