Advertisement
Guest User

Chiken's autoexec v2

a guest
Nov 20th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1.  
  2. // An autoexec by the almighty
  3.  
  4. //Buybinds - buttons to press to buy different things
  5. bind "kp_ins" " buy defuser;"
  6. bind "kp_pgdn" "buy p250;"
  7. bind "kp_home" "buy ak47; buy m4a1;"
  8. bind "kp_uparrow" "buy awp;"
  9. bind "kp_pgup" "buy ssg08;"
  10. bind "kp_leftarrow" "buy p90;"
  11. bind "kp_5" "buy ump45;"
  12. bind "kp_rightarrow" "buy mac10; buy mp9;"
  13. bind "kp_end" "buy deagle; buy revolver;"
  14. bind "kp_downarrow" "buy tec9; buy fiveseven;"
  15. bind "kp_multiply" " buy flashbang;"
  16. bind "kp_minus" " buy smokegrenade;"
  17. bind "kp_plus" " buy incgrenade; buy molotov;"
  18. bind "kp_enter" " buy vest;"
  19. bind "kp_del" " buy vesthelm; buy vest;"
  20. bind "rightarrow" "buy hegrenade"
  21.  
  22. //Binds 1-3 normally including duck
  23. bind "1" "slot1; cl_righthand 1"
  24. bind "2" "slot2; cl_righthand 1"
  25. bind "3" "slot3; cl_righthand 1"
  26. bind "alt" "+duck"
  27.  
  28.  
  29. //Nade binds - Binds a key to use a specific nade
  30. bind "4" "use weapon_molotov; use weapon_incgrenade"
  31. bind "c" "use weapon_flashbang"
  32. bind "x" "use weapon_smokegrenade"
  33. bind "z" "use weapon_hegrenade"
  34. bind "0" "use weapon_decoy"
  35.  
  36. // Cycles through all the different crosshairs
  37. alias "cycle" "ch2"
  38. alias "ch2" "exec ch2.cfg; alias cycle ch3"
  39. alias "ch3" "exec ch3.cfg; alias cycle ch4"
  40. alias "ch4" "exec ch4.cfg; alias cycle ch5"
  41. alias "ch5" "exec ch5.cfg; alias cycle ch6"
  42. alias "ch6" "exec ch6.cfg; alias cycle ch7"
  43. alias "ch7" "exec ch7.cfg; alias cycle ch2"
  44. bind "8" "cycle"
  45. bind "9" "toggle cl_crosshair_t 0 1" // Toggles between the "t" crosshair and the regular
  46.  
  47. // Toggles between surf and mm binds
  48. alias "surf/mm" "surf-on"
  49. alias "surf-on" "bind space +jump; bind c sm_r; alias surf/mm surf-off; echo surf on; bind mouse4 +left; play buttons\button3"
  50. alias "surf-off" "bind space +jump; bind c blindboy; alias surf/mm surf-on; echo surf off; bind mouse4 teamequipment"
  51. bind "7" "surf/mm"
  52. alias "blindboy" "use weapon_flashbang" // A work around for bind c use weapon_flashbang
  53.  
  54.  
  55. // Jumpthrowbind
  56. alias "+jumpthrow" "+jump;-attack"
  57. alias "-jumpthrow" "-jump"
  58. bind "6" "+jumpthrow"
  59.  
  60.  
  61. // Executing settings for matchmaking
  62. alias "mmtime" "ch7; volume 0.5; surf-off; play hostage\huse\letsdoit"
  63. bind "rightarrow" "mmtime"
  64.  
  65. // A volume cycle that cycles through the volumes from 0 to 0.6
  66. alias "volumecycleup" "volumeup.0"
  67. alias "volumeup.0" "volume 0 ; alias volumecycleup volumeup.1; play weapons\awp\zoom"
  68. alias "volumeup.1" "volume 0.1; alias volumecycleup volumeup.2; play weapons\awp\zoom"
  69. alias "volumeup.2" "volume 0.2; alias volumecycleup volumeup.3; play weapons\awp\zoom"
  70. alias "volumeup.3" "volume 0.3; alias volumecycleup volumeup.4; play weapons\awp\zoom"
  71. alias "volumeup.4" "volume 0.4; alias volumecycleup volumeup.5; play weapons\awp\zoom"
  72. alias "volumeup.5" "volume 0.5; alias volumecycleup volumeup.6; play weapons\awp\zoom"
  73. alias "volumeup.6" "volume 0.6; alias volumecycleup volumeup.0; play weapons\awp\zoom"
  74. bind "uparrow" "volumecycleup"
  75.  
  76. // TESTING VOLUME
  77. // alias "volumecycledown" "volumedown.6"
  78. // alias "volumedown.6" "volume 0.5; alias volumecycledown volumedown.5; alias volumecycleup volumeup.6"
  79. // alias "volumedown.5" "volume 0.4; alias volumecycledown volumedown.4; alias volumecycleup volumeup.5"
  80. // alias "volumedown.4" "volume 0.3; alias volumecycledown volumedown.3; alias volumecycleup volumeup.4"
  81. // alias "volumedown.3" "volume 0.2; alias volumecycledown volumedown.2; alias volumecycleup volumeup.3"
  82. // alias "volumedown.2" "volume 0.1; alias volumecycledown volumedown.1; alias volumecycleup volumeup.2"
  83. // alias "volumedown.1" "volume 0 ; alias volumecycledown volumedown.0; alias volumecycleup volumeup.1"
  84. // bind "downarrow "volumecycledown"
  85.  
  86. // Displays damage
  87. alias displaydamage "displaydamage_on"
  88. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
  89. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
  90. bind "F5" "displaydamage"
  91.  
  92.  
  93. // Toggles between the command cl_show_team_equipment
  94. alias "teamequipment" "teamequip-on"
  95. alias "teamequip-on" "+cl_show_team_equipment; alias teamequipment teamequip-off"
  96. alias "teamequip-off" "-cl_show_team_equipment; alias teamequipment teamequip-on"
  97.  
  98.  
  99. // Shortcut for disconnect
  100. alias "dc" "disconnect; voice_enable 1"
  101. bind "p" "dc"
  102.  
  103.  
  104. // Shortcut for quit
  105. alias "qq" "voice_enable 1; quit"
  106. alias "/q" "quit"
  107.  
  108.  
  109. // No Tutorial or Info Messages - Can give FPS BOOST and is also very annoying
  110. gameinstructor_enable "0" //Removes in game lessons
  111. cl_showhelp "0" //Removes on-screen help
  112. cl_autohelp "0" //Removes automatic help
  113. cl_disablefreezecam "1" //Disables Freezecam, very important to have off
  114.  
  115.  
  116. // Other
  117. lobby_voice_chat_enabled "0" // Disables the mic while in a lobby
  118. cl_use_opens_buy_menu "0"
  119. voice_enable 1 // Enables the sound from other people
  120. cl_teamid_overhead_always 1 // Always shows a dot over your teammates
  121. cl_autowepswitch 0
  122. con_enable "1" // Enables the console
  123.  
  124.  
  125. // Simply says these messages in console
  126. echo "Autoexec successfully loaded"
  127. echo "Autoexec successfully loaded"
  128. echo "Autoexec successfully loaded"
  129. echo "Autoexec successfully loaded"
  130. echo "Autoexec successfully loaded"
  131. echo "Autoexec successfully loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement