Advertisement
cheesper

CS:GO CFG

Jun 24th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. fps_max "0"
  2. fps_max_menu "0"
  3. cl_autowepswitch "0"
  4. cl_showhelp "0"
  5. cl_autohelp "0"
  6. gameinstructor_enable "0"
  7. cl_disablefreezecam "1"
  8. cl_freezecameffects_showholiday "0"
  9. cl_forcepreload "1"
  10. net_graphproportionalfont 0
  11. safezonex 0.85
  12. fps_max 0
  13.  
  14. alias -smoke_throw "cl_crosshairsize 1;"
  15. alias +smoke_throw "cl_crosshairsize 9999;"
  16. bind "t" +smoke_throw
  17.  
  18. sensitivity "1.69"
  19. zoom_sensitivity_ratio_mouse "1.5"
  20.  
  21.  
  22. +cl_show_team_equipment
  23.  
  24.  
  25. cl_radar_always_centered 1
  26. cl_radar_scale 0.35
  27. cl_radar_icon_scale_min 0.8
  28. cl_hud_radar_scale 1.3
  29.  
  30. bind "1" "slot1"
  31. bind "2" "slot2"
  32. bind "3" "slot3"; cl_righthand 0
  33. bind "4" "slot4"
  34. bind "5" "slot5"
  35. bind "q" "lastinv"
  36. cl_righthand 1
  37. BindToggle mouse3 cl_righthand
  38. bind mwheeldown +jump
  39. bind mwheelup +jump
  40. bind v +voicerecord
  41. bind p noclip
  42. bind "f" "+lookatweapon"
  43. +cl_show_team_equipment
  44. bind "h" "show";alias show show1;alias show1 "+cl_show_team_equipment; alias show show2";alias show2 "-cl_show_team_equipment; alias show show1"
  45. bind mouse1 ''+attack; r_cleardecals''
  46.  
  47. mat_monitorgamma "1.640000"
  48.  
  49. alias "+jumpthrow" "+jump;-attack"
  50. alias "-jumpthrow" "-jump"
  51. bind "J" "+jumpthrow"
  52. rate "786432"
  53. cl_cmdrate "128"
  54. cl_updaterate "128"
  55. cl_interp "0"
  56. cl_interp_ratio "1"
  57. cl_interpolate "1"
  58.  
  59. //Desabilitar a aceleração
  60. //Desabilitar o rawinput caso você for usar as configurações de mouse do windows.
  61. m_mouseaccel1 "0"
  62. m_mouseaccel2 "0"
  63. m_rawinput "1"
  64. m_mousespeed "0"
  65. m_customaccel "0"
  66.  
  67. //Quando você desconectar e reconectar, não irá matar o bot
  68. cl_timeout "9999"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement