Advertisement
Guest User

Untitled

a guest
Oct 9th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1.  
  2.  
  3.  
  4. bind "h" "-attack"
  5. bind "n" "+jump"
  6.  
  7. bindtoggle "g" "gameinstructor_enable"
  8. bind "l" "toggle cl_crosshairsize 2.5 1000000"
  9. bind "mouse4" "r_cleardecals"
  10.  
  11.  
  12.  
  13.  
  14.  
  15. bind w toggleVoice;
  16. alias toggleVoice "disableVoice";
  17. alias disableVoice "alias toggleVoice enableVoice; voice_enable 0; say_team Son désactivé";
  18. alias enableVoice "alias toggleVoice disableVoice; voice_enable 1; say_team Son activé";
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. // commandes
  27.  
  28. cl_autowepswitch "0"
  29.  
  30. +cl_show_team_equipment
  31.  
  32.  
  33. // touches
  34. bind "MOUSE1" "+attack"
  35. bind "MOUSE2" "+attack2"
  36. bind "TAB" "+showscores"
  37. bind "MWHEELDOWN" "+jump"
  38. bind "," "buyammo1"
  39. bind "." "buyammo2"
  40. bind "0" "slot10"
  41. bind "1" "slot1"
  42. bind "2" "slot2"
  43. bind "3" "slot3"
  44. bind "4" "slot4"
  45. bind "5" "slot5"
  46. bind "6" "slot6"
  47. bind "7" "slot7"
  48. bind "8" "slot8"
  49. bind "9" "slot9"
  50. bind "q" "+moveleft"
  51. bind "b" "buymenu"
  52. bind "d" "+moveright"
  53. bind "e" "+use"
  54. bind "f" "+lookatweapon"
  55. bind "t" "drop"
  56. bind "i" "exec autoexec"
  57. bind "m" "teammenu"
  58. bind "a" "lastinv"
  59. bind "r" "+reload"
  60. bind "s" "+back"
  61. bind "u" "messagemode2"
  62. bind "z" "+forward"
  63. bind "x" "+voicerecord"
  64. bind "y" "messagemode"
  65. bind "CTRL" "+duck"
  66. bind "SHIFT" "+speed"
  67.  
  68.  
  69.  
  70.  
  71. bind "F5" "+fw"
  72.  
  73. alias "+fw" "demo_timescale 3"
  74.  
  75. alias "-fw" "demo_timescale 1"
  76.  
  77. bind "F6" "+fw2"
  78.  
  79. alias "+fw2" "demo_timescale 10"
  80.  
  81. alias "-fw2" "demo_timescale 1"
  82.  
  83. bind "F7" "demo_togglepause"
  84.  
  85. bind "F8" "demoui"
  86.  
  87.  
  88. bind "f1" "buy awp; buy p250; buy vesthelm; buy defuser; buy molotov; buy flashbang; buy flashbang; buy smokegrenade; buy incgrenade;"
  89.  
  90.  
  91.  
  92.  
  93.  
  94. clear
  95. echo "#######################################################"
  96. echo "#### ####"
  97. echo "#### EXECUTION DE l'AUTOEXEC FAITE AVEC SUCCES ! ####"
  98. echo "#### ####"
  99. echo "#######################################################"
  100. echo " by Rustam "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement