Advertisement
Guest User

Triggers CSGO Autoexec

a guest
Nov 8th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. // Video Settings
  2. mat_monitorgamma "1.6"
  3. fps_max "999"
  4. r_dynamic "1"
  5. r_drawtracers_firstperson "1"
  6.  
  7. // HUD Settings
  8. hud_scaling "0.76"
  9. safezonex "1"
  10. safezoney "1"
  11. cl_hud_background_alpha "0.5"
  12. cl_hud_color "5"
  13. cl_hud_playercount_showcount "1"
  14. cl_hud_playercount_pos "0"
  15. cl_show_clan_in_death_notice "1"
  16. cl_hud_bomb_under_radar "1"
  17. cl_hud_healthammo_style "1"
  18. cl_showloadout "1"
  19. cl_loadout_colorweaponnames "1"
  20. hud_showtargetid "1"
  21.  
  22. cl_hud_radar_scale "1"
  23. cl_radar_scale "0.7"
  24. cl_radar_icon_scale_min "0.6"
  25. cl_radar_always_centered "1"
  26. cl_radar_rotate "1"
  27.  
  28. // Viewmodel Settings
  29. viewmodel_fov "68"
  30. viewmodel_offset_x "2"
  31. viewmodel_offset_y "2"
  32. viewmodel_offset_z "-1"
  33. viewmodel_presetpos "0"
  34. cl_bob_lower_amt "5.000000"
  35. cl_bobamt_lat "0.100000"
  36. cl_bobamt_vert "0.100000"
  37. cl_bobcycle "0.98"
  38. cl_viewmodel_shift_left_amt "0.500000"
  39. cl_viewmodel_shift_right_amt "0.250000"
  40.  
  41. // Crosshair Settings
  42. cl_crosshair_drawoutline "0"
  43. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  44. cl_crosshair_dynamic_splitalpha_innermod "1"
  45. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  46. cl_crosshair_dynamic_splitdist "7"
  47. cl_crosshair_outlinethickness "0.100000"
  48. cl_crosshair_sniper_show_normal_inaccuracy "0"
  49. cl_crosshair_sniper_width "1"
  50. cl_crosshairalpha "255"
  51. cl_crosshaircolor "5"
  52. cl_crosshaircolor_b "0"
  53. cl_crosshaircolor_g "0"
  54. cl_crosshaircolor_r "255"
  55. cl_crosshairdot "0"
  56. cl_crosshairgap "-1"
  57. cl_crosshairgap_useweaponvalue "0"
  58. cl_crosshairscale "120"
  59. cl_crosshairsize "3"
  60. cl_crosshairstyle "5"
  61. cl_crosshairthickness "0.075"
  62. cl_crosshairusealpha "1"
  63. cl_fixedcrosshairgap "1"
  64.  
  65. // Misc Settings
  66. cl_disablehtmlmotd "1"
  67. cl_forcepreload "1"
  68. mat_queue_mode "2"
  69. r_eyegloss "0"
  70. r_eyemove "0"
  71. r_eyeshift_x "0"
  72. r_eyeshift_y "0"
  73. r_eyeshift_z "0"
  74. r_eyesize "0"
  75. snd_mixahead "0.05"
  76.  
  77. //Binds
  78. bind "kp_pgdn" "buy smokegrenade;"
  79. bind "kp_rightarrow" "buy flashbang;"
  80. bind "kp_pgup" "buy hegrenade;"
  81. bind "kp_multiply" "buy molotov; buy incgrenade;"
  82. bind "kp_downarrow" "buy ak47; buy m4a1; buy vesthelm; buy vest; buy defuser;"
  83. bind "kp_5" "buy awp; buy vesthelm; buy vest; buy defuser;"
  84. bind "kp_uparrow" "buy deagle; buy vesthelm; buy vest; buy defuser;"
  85.  
  86.  
  87. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement