Advertisement
Guest User

varoxite's CSGO autoexec

a guest
Nov 22nd, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. //Counter-Strike: Global Offensive Configurations : varoxite
  2. //Last updated: 13th of November 2014
  3.  
  4.  
  5. //SERVER SETTINGS
  6. cl_downloadfilter "nosounds"
  7.  
  8.  
  9. //NETWORK SETTINGS
  10. rate "128000"
  11. cl_interp "0"
  12. cl_interp_ratio "1"
  13. cl_cmdrate "128"
  14. cl_updaterate "128"
  15.  
  16.  
  17. //HUD
  18. net_graphproportionalfont "0"
  19. net_graphheight "0"
  20. hud_scaling "0.9"
  21. hud_showtargetid "1"
  22. cl_autowepswitch "0"
  23.  
  24.  
  25. //CROSSHAIR
  26. cl_crosshair_drawoutline "1"
  27. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  28. cl_crosshair_dynamic_splitalpha_innermod "1"
  29. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  30. cl_crosshair_dynamic_splitdist "7"
  31. cl_crosshair_outlinethickness "1"
  32. cl_crosshairalpha "200"
  33. cl_crosshaircolor "4"
  34. cl_crosshaircolor_b "50"
  35. cl_crosshaircolor_g "250"
  36. cl_crosshaircolor_r "50"
  37. cl_crosshairdot "0"
  38. cl_crosshairgap "-1"
  39. cl_crosshairscale "0"
  40. cl_crosshairsize "3"
  41. cl_crosshairstyle "4"
  42. cl_crosshairthickness "1"
  43. cl_crosshairusealpha "1"
  44.  
  45. //BUY SCRIPT
  46. bind KP_DEL "buy Taser"
  47. bind KP_MINUS "buy decoy"
  48. bind KP_PLUS "buy incgrenade; buy molotov"
  49. bind KP_ENTER "buy fiveseven; buy tec9"
  50. bind KP_LEFTARROW "buy deagle"
  51. bind KP_UPARROW "buy flashbang"
  52. bind KP_PGUP "buy smokegrenade"
  53. bind KP_HOME "buy hegrenade"
  54. bind KP_5 "buy ak47; buy m4a1"
  55. bind KP_RIGHTARROW "buy UMP45"
  56. bind KP_END "buy vesthelm; buy kevlar"
  57. bind KP_DOWNARROW "buy awp"
  58. bind KP_PGDN "buy p250"
  59. bind KP_INS "buy defuser"
  60.  
  61.  
  62. echo "Press Keypad Button '+' for Firebomb"
  63. echo "Press Keypad Button '-' for Decoy"
  64. echo "Press Keypad Button '9' for Smoke"
  65. echo "Press Keypad Button '8' for Flash"
  66. echo "Press Keypad Button '7' for He-Grenade"
  67. echo "Press Keypad Button 'Enter' for Fiveseven/Tec9"
  68. echo "Press Keypad Button '6' for UMP45"
  69. echo "Press Keypad Button '5' for AK47/M4A1"
  70. echo "Press Keypad Button '4' for Deagle"
  71. echo "Press Keypad Button '3' for P250"
  72. echo "Press Keypad Button '2' for AWP"
  73. echo "Press Keypad Button '1' for Helmet+Kevlar"
  74. echo "Press Keypad Button '0' for DefuseKit"
  75. echo "Press Keypad Button ',' for Taser"
  76.  
  77. //MISC
  78. bind F6 "togglenetgraph"
  79. alias togglenetgraph "net_graph 1; bind F6 togglenetgraph2; echo Net_graph: ON"
  80. alias togglenetgraph2 "net_graph 0; bind F6 togglenetgraph;echo net_graph: OFF"
  81. fps_max "999"
  82. ds_get_newest_subscribed_files
  83. bind "F9" "toggleconsole; showconsole"
  84. snd_mixahead "0.05"
  85. cl_showfps 1
  86.  
  87. //SAY
  88. bind L "say [G]ood [L]uck & [H]ave [F]un!"
  89. bind p "say I AWPologize"
  90.  
  91. //MODEL
  92. viewmodel_fov "68"
  93. viewmodel_offset_x "2"
  94. viewmodel_offset_y "2"
  95. viewmodel_offset_z "-2"
  96.  
  97. echo --
  98. echo varoxite's config executed successfully.
  99. echo --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement