Advertisement
Guest User

binds

a guest
Feb 28th, 2020
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. // Unbind
  2.  
  3. unbindall
  4.  
  5. // FPS
  6.  
  7. fps_max 0
  8. fps_max_menu 0
  9.  
  10. // Jumpthrow
  11.  
  12. bind "MWHEELUP" "+jump"
  13. bind "MWHEELDOWN" "+jump"
  14. bind "v" "+jump; -attack; -jump"
  15. bind "SPACE" "lastinv"
  16.  
  17. // Tabulador
  18.  
  19. bind "tab" "+showscores"
  20. //bind "tab" "+ng"
  21. //alias "+ng" "+showscores; net_graph 1"
  22. //alias "-ng" "-showscores; net_graph 0"
  23.  
  24. // Binds Normales
  25.  
  26. bind "shift" "+speed"
  27. bind "q" "use weapon_molotov; use weapon_incgrenade"
  28. bind "f" "+lookatweapon; r_cleardecals 1"
  29. bind "MOUSE1" "+attack"
  30. bind "MOUSE2" "+attack2"
  31. bind "MOUSE4" "slot7"
  32. bind "MOUSE5" "slot8"
  33. bind "1" "slot1"
  34. bind "2" "slot2"
  35. bind "3" "slot3"
  36. bind "4" "slot4"
  37. bind "5" "slot5"
  38. bind "6" "slot5"
  39. bind "n" "slot12"
  40. bind "a" "+moveleft"
  41. bind "m" "buymenu"
  42. bind "b" "slot6"
  43. bind "d" "+moveright"
  44. bind "e" "+use"
  45. bind "g" "drop"
  46. bind "c" "+voicerecord"
  47. bind "/" "teammenu"
  48. bind "r" "+reload"
  49. bind "s" "+back"
  50. bind "t" "+spray_menu"
  51. bind "u" "messagemode2"
  52. bind "w" "+forward"
  53. bind "y" "messagemode"
  54. bind "," "toggleconsole"
  55. bind "." "toggleconsole"
  56. bind "\" "toggleconsole"
  57. bind "ESCAPE" "cancelselect"
  58. bind "DEL" "mute"
  59. bind "PAUSE" "pause"
  60. bind "CTRL" "+duck"
  61. bind "F5" "jpeg"
  62. bind "F6" "save quick"
  63. bind "F7" "load quick"
  64. bind "F10" "quit prompt"
  65. bind "alt" "noclip"
  66. bind "x" "cl_sim_grenade_trajectory 10"
  67. bind "z" "sv_rethrow_last_grenade"
  68.  
  69. // COMPRAS
  70.  
  71. bind "f3" "buy vest; buy vesthelm; buy defuser; buy incgrenade; buy molotov; buy smokegrenade; buy hegrenade; buy flashbang"
  72. bind "f4" "buy m4a1; buy ak47; buy vest; buy defuser; buy vesthelm; buy incgrenade; buy molotov; buy smokegrenade; buy hegrenade; buy flashbang"
  73. bind "7" "buy flashbang; buy flashbang;"
  74. bind "8" "buy smokegrenade;"
  75. bind "9" "buy molotov; buy incgrenade;"
  76. bind "0" "buy hegrenade;"
  77. bind "i" "buy ak47; buy m4a4; buy m4a1s"
  78. bind "o" "buy aug;"
  79. bind "p" "buy awp;"
  80. bind "ins" "buy p250; drop"
  81. bind "Home" "buy deagle; drop"
  82.  
  83.  
  84. // ALIAS
  85.  
  86. alias "kz" "connect 185.38.148.140:27175"
  87. alias "surf" "connect 185.42.222.131:27021"
  88. alias "nbk" "connect 5.196.58.216:27042"
  89. alias "bots" "map workshop\243702660\aim_botz"
  90. alias "aim" "map workshop\213240871\training_aim_csgo2"
  91. alias "dm" "connect 89.34.97.167:27015"
  92. alias "sv" "connect 51.38.211.205:28016; password alien"
  93.  
  94. // SAY
  95. bind "pgup" "say .pause"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement