Advertisement
RicardoFerramenta

AutoExec CS:GO

Apr 4th, 2017 (edited)
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. //radar
  2. cl_radar_always_centered 1
  3. cl_radar_icon_scale_min 0.6
  4. cl_radar_rotate 1
  5. cl_radar_scale 0.265000
  6. cl_radar_square_with_scoreboard 1
  7.  
  8. zoom_sensitivity_ratio_mouse 1.1
  9.  
  10. //Crosshair
  11. cl_crosshair_outlinethickness "1"
  12. cl_crosshair_sniper_width "2"
  13. cl_crosshaircolor "2"
  14. cl_crosshaircolor_b "50"
  15. cl_crosshaircolor_g "250"
  16. cl_crosshaircolor_r "250"
  17. cl_crosshairdot "0"
  18. cl_crosshairgap "-1"
  19. cl_crosshairsize "3"
  20. cl_crosshairstyle "4"
  21. cl_crosshairthickness "1"
  22. cl_crosshair_drawoutline "0"
  23.  
  24. cl_interp 0
  25. cl_interp_ratio 2
  26. cl_interpolate 1
  27. rate 128000
  28. cl_updaterate 128
  29. cl_cmdrate 128
  30. cl_forcepreload 1
  31.  
  32. fps_max "0"
  33.  
  34. fps_max_menu "0"
  35.  
  36. +mat_queue_mode 2
  37.  
  38. r_dynamic "1"
  39. r_drawtracers_firstperson "1"
  40. r_eyegloss "0"
  41. r_eyemove "0"
  42. r_eyeshift_x "0"
  43. r_eyeshift_y "0"
  44. r_eyeshift_z "0"
  45. r_eyesize "0"
  46.  
  47. host_writeconfig
  48.  
  49. //viewmodel
  50. viewmodel_fov "68"
  51. viewmodel_offset_x "2.5"
  52. viewmodel_offset_y "0"
  53. viewmodel_offset_z "-1.5"
  54. viewmodel_presetpos "3"
  55.  
  56. cl_bob_lower_amt "5.000000"
  57. cl_bobamt_lat "0.100000"
  58. cl_bobamt_vert "0.100000"
  59. cl_bobcycle "0.98"
  60.  
  61. alias "+jumpthrow" ";+jump;-attack"
  62. alias "-jumpthrow" "-jump;"
  63. bind "v" "+jumpthrow"
  64.  
  65. bind "Ctrl" "+duck;r_cleardecals;+cl_show_team_equipment"
  66.  
  67. //buy binds
  68. bind "f1" "buy defuser;"
  69. bind "uparrow" "buy flashbang;"
  70. bind "downarrow" "buy smokegrenade;"
  71. bind "leftarrow" "buy hegrenade;"
  72. bind "rightarrow" "buy molotov; buy incgrenade;"
  73.  
  74. //bind smokes crosshair
  75. bind "F5" "incrementvar cl_crosshairsize 4 4000 3996"
  76.  
  77. //bind use weapon
  78. //bind "4" "use weapon_smokegrenade"
  79. //bind "mouse4" "use weapon_flashbang"
  80. //bind "X" "use weapon_hegrenade"
  81. //bind "C" "use weapon_molotov; use weapon_incgrenade"
  82.  
  83. bind "F8" "demoui"
  84.  
  85. bind "F4" "bot_place"
  86.  
  87. bind "ALT" "noclip"
  88.  
  89. bind "0" "toggle host_framerate 0.05 0"
  90.  
  91. bind F12 "devshots_screenshot"
  92.  
  93. bind K "toggle spec_show_xray"
  94.  
  95.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement