Advertisement
Guest User

GoldenDragon_ CSGO CFG

a guest
Jun 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. //CFG by GoldenDragon_ Use it, abuse it.
  2.  
  3.  
  4. //Netcode
  5.  
  6. rate "821288" //max rate
  7. cl_cmdrate "128" //max cmd rate
  8. cl_updaterate "128" //max update rate
  9. cl_interpolate "1"
  10. cl_interp_ratio "1"
  11. cl_interp "0.01364"
  12. cl_updatevisibility "1"
  13. cl_lagcompensation "1" //client lag compensation, you see what the server see's
  14. cl_predict "1" //removes spread on bot matches
  15. cl_predictweapons "1" //Removes recoil on bot matches
  16. cl_timeout "999999" //Huge timeout time so you don't get booted off the server when it time outs
  17.  
  18. //Buy binds, modify at will
  19.  
  20. bind "kp_end" "buy vest"
  21. bind "kp_downarrow" "buy vesthelm"
  22. bind "kp_pgdn" "buy defuser"
  23. bind "kp_leftarrow" "buy m4a1; buy ak47"
  24. bind "kp_5" "buy famas; buy galilar"
  25. bind "kp_rightarrow" "buy ump45"
  26. bind "kp_home" "buy flashbang"
  27. bind "kp_uparrow" "buy hegrenade"
  28. bind "kp_pgup" "buy smokegrenade"
  29. bind "kp_enter" "buy awp"
  30.  
  31. //walk Jumpthrow, press N
  32.  
  33. alias "+jumpthrow" "+forward;+jump;-attack"
  34. alias "-jumpthrow" "-jump;-forward"
  35. bind "n" "+jumpthrow"
  36.  
  37. //Regular Jumpthrow, press K
  38.  
  39. alias "+jumpthrow2" "+jump;-attack"
  40. alias "-jumpthrow2" "-jump"
  41. bind "k" "+jumpthrow2"
  42.  
  43. //Grenade binds, modify at will
  44.  
  45. bind "mouse5" "use weapon_smokegrenade"
  46. bind "mouse3" "use weapon_hegrenade"
  47. bind "mouse4" "use weapon_flashbang"
  48. bind "pgup" "use weapon_molotov;use weapon_incgrenade;"
  49. bind "pgdn" "use weapon_decoy"
  50.  
  51. //Bhop binds
  52.  
  53. bind mwheeldown +jump
  54. bind mwheelup +jump
  55.  
  56. //Press J to clear blood,bullet holes
  57.  
  58. bind j "r_cleardecals"
  59.  
  60. //crosshair settings
  61.  
  62. cl_crosshairalpha "200"
  63. cl_crosshaircolor "5"
  64. cl_crosshaircolor_b "250"
  65. cl_crosshaircolor_r "177"
  66. cl_crosshaircolor_g "50"
  67. cl_crosshairdot "0"
  68. cl_crosshairgap "-2"
  69. cl_crosshairsize "2"
  70. cl_crosshairstyle "2"
  71. cl_crosshairusealpha "1"
  72. cl_crosshairthickness "1"
  73. cl_fixedcrosshairgap "-2"
  74. cl_crosshair_outlinethickness "1"
  75. cl_crosshair_drawoutline "1"
  76. cl_crosshairstyle "4"
  77.  
  78. //Weapon spin, spam H to spin your weapon like a pro
  79.  
  80. alias +spin_karambit "-lookatweapon;+reload"
  81. alias -spin_karambit "+lookatweapon;-reload"
  82. bind h "+spin_karambit"
  83.  
  84. //Press L to buy a glock and drop it
  85.  
  86. bind l "buy glock;drop"
  87.  
  88. //Hold Z to zoom-out your minimap
  89.  
  90. alias +radarzoom "cl_radar_always_centered 0;cl_radar_scale 0.3"
  91. alias -radarzoom "cl_radar_always_centered 1;cl_radar_scale 0.7
  92. bind z "+radarzoom"
  93.  
  94. //Stuff that should be off because you have a brain
  95.  
  96. ui_steam_overlay_notification_position upperright
  97. cl_use_opens_buy_menu 0
  98. cl_autowepswitch 0
  99. cl_autohelp "0"
  100. gameinstructor_enable "0"
  101. cl_showhelp "0"
  102.  
  103. //Press X to make the bots not FUCKING RUSH FUCKING BS WHY YOU QUIT THE GAME DAVE?
  104.  
  105. bind "x" "holdpos"
  106.  
  107.  
  108. //Type exe in the console to execute this cfg, I'm that lazy
  109.  
  110. alias "exe" "exec autoexec"
  111.  
  112. //Press C to drop the c4 and switch back to your primary
  113.  
  114. alias dropc4 "use weapon_c4;drop"
  115. bind c "dropc4"
  116.  
  117. alias "on" "exec tec9on"
  118. alias "off" "exec tec9off"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement