Advertisement
modellking

CS:GO mkresetbinds.cfg

Aug 17th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. bind "MWHEELDOWN" "invnext"
  2. bind "MWHEELUP" "invprev"
  3. bind "MOUSE1" "+attack"
  4. bind "MOUSE2" "+attack2"
  5. bind "MOUSE4" "+voicerecord"
  6.  
  7. bind "SPACE" "+jump"
  8. bind "w" "+forward"
  9. bind "a" "+moveleft"
  10. bind "s" "+back"
  11. bind "d" "+moveright"
  12. bind "CTRL" "+duck"
  13. bind "SHIFT" "+speed"
  14.  
  15. bind "TAB" "+scorenet"; // costum
  16. bind "b" "buymenu"
  17. bind "q" "minimaptoggle" // costum
  18. bind "e" "+instructuse" // costum
  19. bind "r" "+reload"
  20. bind "f" "togglevoice" // costum
  21. bind "g" "drop"
  22. bind "v" "use weapon_smokegrenade"
  23. bind "c" "use weapon_flashbang"
  24. bind "y" "messagemode" // teamchat
  25. bind "x" "messagemode2" // public chat
  26. bind "h" "radio1"
  27. bind "j" "radio2"
  28. bind "j" "radio3"
  29. bind "t" "+lookatweapon"
  30.  
  31. bind "u" "bot_place"
  32. bind "z" "noclip"
  33. bind "i" "+hostffw" // costum
  34.  
  35. bind "0" "slot10"
  36. bind "1" "slot1"
  37. bind "2" "slot2"
  38. bind "3" "slot3"
  39. bind "4" "slot4"
  40. bind "5" "slot5"
  41. bind "6" "slot6"
  42. bind "7" "slot7"
  43. bind "8" "slot8"
  44. bind "9" "slot9"
  45.  
  46. bind "F3" "autobuy"
  47. bind "F4" "rebuy"
  48. bind "F5" "jpeg"
  49.  
  50.  
  51. bind "F8" "demoui"
  52. bind "F9" "+demorev" // costum
  53. bind "F10" "demo_togglepause"
  54. bind "F11" "+demoslow" // costum
  55. bind "F12" "+demoffw" // costum
  56.  
  57.  
  58. // costum commandsets
  59. alias "+scorenet" "+showscores; net_graphheight 0; cl_showpos 1; cl_hud_radar_scale 1.3";
  60. alias "-scorenet" "-showscores; net_graphheight 9999; cl_showpos 0; scoremapscale";
  61.  
  62. alias "+instructuse" "+use; gameinstructor_enable 1"
  63. alias "-instructuse" "-use; gameinstructor_enable 0"
  64.  
  65. alias togglevoice voicesignal1
  66. alias "voicesignal1" "voice_enable 1; playvol ambient\animal\hawk_01 0.5; alias togglevoice voicesignal2"
  67. alias "voicesignal2" "voice_enable 0; play ambient\animal\hawk_04; alias togglevoice voicesignal1"
  68.  
  69. alias minimaptoggle minimaptoggle1
  70. alias "minimaptoggle1" "cl_radar_always_centered 0; cl_radar_scale 0.4; cl_hud_radar_scale 1; alias minimaptoggle minimaptoggle2; alias scoremapscale cl_hud_radar_scale 1"
  71. alias "minimaptoggle2" "cl_radar_always_centered 1; cl_radar_scale 0.6; cl_hud_radar_scale 1.3; alias minimaptoggle minimaptoggle1; alias scoremapscale cl_hud_radar_scale 1.3"
  72. alias "scoremapscale" ""
  73.  
  74. alias "+demorev" "demo_timescale -1"
  75. alias "-demorev" "demo_timescale 1"
  76.  
  77. alias "+demoslow" "demo_timescale 0.1"
  78. alias "-demoslow" "demo_timescale 1"
  79.  
  80. alias "+demoffw" "demo_timescale 5"
  81. alias "-demoffw" "demo_timescale 1"
  82.  
  83. alias "+hostffw" "host_timescale 5"
  84. alias "-hostffw" "host_timescale 1"
  85.  
  86. echo "BINDS RESET <><";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement