-Ramen_

My CS2 Binds

Jan 9th, 2024 (edited)
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | Gaming | 0 0
  1. //See my other pastebin called "My CS2 Config" for my autoexec I pair with this.
  2. unbindall
  3.  
  4. //Aliases:
  5. alias "+jumpaction" "+jump"
  6. alias "-jumpaction" "-jump"
  7.  
  8. alias "+throwaction" "-attack; -attack2"
  9. alias "-throwaction" "lastinv"
  10.  
  11. alias +qsw "slot3"
  12. alias -qsw "lastinv"
  13.  
  14. alias "+runthrow" "+forward;+jump"
  15. alias "-runthrow" "-forward;-jump"
  16.  
  17. alias "+scoreboard" "cl_showfps 2; cl_showmem 1; cq_netgraph 1; clear; +showscores"
  18. alias "-scoreboard" "cl_showfps 0; cl_showmem 0; cq_netgraph 0; clear; -showscores"
  19.  
  20. alias "tilt_prevention" "toggle cl_mute_enemy_team 0 1"
  21.  
  22. alias "+walkvol" "incrementvar volume 0.20 0.25 0.005; +sprint"
  23. alias "-walkvol" "incrementvar volume 0.20 0.25 -0.01; -sprint"
  24.  
  25. alias "clear_decals_all" "r_csgo_render_decals 0; r_csgo_render_decals 1; r_csgo_render_decals_on_translucent 0; r_csgo_render_decals_on_translucent 1; r_csgo_render_inferno_decals 0; r_csgo_render_inferno_decals 1; r_drawdecals 0; r_drawdecals 1; cl_removedecals"
  26.  
  27. //Binds:
  28. bind "1" "slot1"
  29. bind "2" "slot2"
  30. bind "3" "slot3"
  31. bind "5" "slot9"
  32. bind "4" "slot5"
  33.  
  34. bind "g" "slot6"
  35. bind "f" "slot7"
  36. bind "c" "slot8"
  37. bind "x" "slot10"
  38.  
  39. bind "b" "buymenu"
  40.  
  41. bind "e" "+use"
  42. bind "q" "+qsw"
  43.  
  44. bind "kp_7" "drop"
  45.  
  46. bind "n" "noclip"
  47.  
  48. bind "l" "radio1"
  49. bind "k" "radio2"
  50. bind "j" "radio3"
  51.  
  52. bind "m" "teammenu"
  53.  
  54. bind "r" "+reload"
  55.  
  56. bind "t" "+lookatweapon"
  57. bind "u" "messagemode2"
  58.  
  59. bind "w" "+forward"
  60. bind "a" "+left"
  61. bind "s" "+back"
  62. bind "d" "+right"
  63.  
  64. bind "CTRL" "+duck"
  65. bind "SHIFT" "+walkvol"
  66.  
  67. bind "y" "messagemode"
  68.  
  69. bind "`" "say quack; say quack; disconnect; quit"
  70.  
  71. bind "TAB" "+scoreboard"
  72.  
  73. bind "ESCAPE" "cancelselect"
  74.  
  75. bind "PAUSE" "pause"
  76.  
  77. bind "F10" "quit"
  78. bind "F11" "disconnect"
  79.  
  80. bind "MOUSE1" "+attack"
  81. bind "MOUSE2" "+attack2"
  82. bind "MOUSE3" "player_ping"
  83. bind "MOUSE4" "+voicerecord"
  84. bind "MOUSE5" "toggle cl_radar_scale .35 .465"
  85.  
  86. bind z "toggle volume 0.010 0.105 0.200"
  87.  
  88. bind "v" "+jumpaction; +throwaction;"
  89.  
  90. bind "mwheelup" "-jump"
  91. bind "mwheeldown" "+jump"
  92.  
  93. bind "kp_1" "callvote StartTimeOut"
  94. bind "kp_2" "showconsole"
  95. bind "kp_3" "clearall; sysinfo; sv_pure; status; net_connection_stats"
  96. bind "kp_4" "exec crosshairs.cfg"
  97. bind "kp_5" "toggle spec_autodirector 0 1"
  98. bind "kp_6" "tilt_prevention"
  99.  
  100. bind "space" "+jump"
  101.  
  102. bind "MOUSE_X" "yaw"
  103. bind "MOUSE_Y" "pitch"
  104. bind "X_AXIS" "<unbound>"
  105. bind "Y_AXIS" "<unbound>"
  106. bind "R_AXIS" "<unbound>"
  107. bind "U_AXIS" "<unbound>"
  108.  
  109. writekeybindings
Advertisement
Add Comment
Please, Sign In to add comment