Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.35 KB | None | 0 0
  1. //ApeKlets AutoExec.cfg - youtube.com/user/apeklets
  2. //Version 0.3
  3.  
  4. //Binds - Change these to your preferences
  5. //Type '.help' in-game to get info on what these commands/binds do
  6. bind ins "showcrosshair"
  7. bind del "showviewmodel"
  8. bind "mouse4" "+crosshairsmoke"
  9. bind alt +altbinds
  10. bind "f" "+radar;+lookatweapon"
  11. bind "TAB" "+score"
  12. bind "f5" "displaydamage"
  13. bind "KP_LEFTARROW" "fullbuy"
  14. bind "KP_5" "fullnades;"
  15.  
  16. //Settings
  17. fps_max 0
  18. fps_max_menu 0
  19.  
  20. //Launch
  21. clear
  22. echo " ";
  23. echo " ";
  24. echo "*********************************************";
  25. echo "Welcome to ApeKlets' AutoExec.cfg"
  26. echo "*********************************************";
  27. echo "Made by youtube.com/user/apeklets";
  28. echo "For updates, check http://codepen.io/apeklets/full/JGXgpX/";
  29. echo "To view a list of custom commands included in this autoexec, type '.help'";
  30. echo " ";
  31. echo " "
  32. showconsole;
  33.  
  34. //Scripts
  35.  
  36. // Buybinds
  37. alias "fullbuy" "buy ak47; buy m4a1; buy vesthelm;"
  38. alias "fullnades" "buy flashbang; buy smokegrenade; buy flashbang; buy incgrenade; buy molotov; buy hegrenade; buy defuser;"
  39.  
  40. // Show crosshair Settings
  41. alias "a1" clear
  42. alias "a2" echo "*********************************************";
  43. alias "a3" echo "YOUR CURRENT CROSSHAIR SETTINGS;"
  44. alias "a4" echo "*********************************************";
  45. alias "a5" developer 2
  46. alias "a6" con_filter_enable 1
  47. alias "a7" con_filter_text cl_crosshair
  48. alias "a8" host_writeconfig //
  49. alias "a9" con_filter_text cl_fix
  50. alias "a10" host_writeconfig //
  51. alias "a11" developer 0
  52. alias "a12" con_filter_enable 0
  53. alias "a13" showconsole
  54. alias "showcrosshair" "a1;a2;a3;a4;a5;a6;a7;a8;a9;a10;a11;a12;a13"
  55.  
  56. // Show viewmodel Settings
  57. alias "b1" clear
  58. alias "b2" echo "*********************************************";
  59. alias "b3" echo "YOUR CURRENT VIEWMODEL SETTINGS;
  60. alias "b4" echo "*********************************************";
  61. alias "b5" developer 2
  62. alias "b6" con_filter_enable 1
  63. alias "b7" con_filter_text viewmodel
  64. alias "b8" host_writeconfig //
  65. alias "b9" con_filter_text view_punch
  66. alias "b10" host_writeconfig //
  67. alias "b11" developer 0
  68. alias "b12" con_filter_enable 0
  69. alias "b13" showconsole
  70. alias "showviewmodel" "b1;b2;b3;b4;b5;b6;b7;b8;b9;b10;b11;b12;b13"
  71.  
  72. // How to pick up a specific grenade (E = HE) (Q = FLASH) (1 = SMOKE) (2 = FIRE) (3 = DECOY)
  73. alias altE1 "use weapon_flashbang"
  74. alias altE "bind q altE1" //IF YOU USE FRENCH KEYBOARD, CHANGE "Q" TO "A"
  75. alias alt11 "use weapon_smokegrenade"
  76. alias alt1 bind 1 alt11
  77. alias alt22 "use weapon_molotov; use weapon_incgrenade"
  78. alias alt2 bind 2 alt22
  79. alias alt33 "use weapon_hegrenade"
  80. alias alt3 bind e alt33
  81. alias alt44 "use weapon_decoy"
  82. alias alt4 bind 3 alt44
  83. alias alt55 "buyanddrop"
  84. alias alt5 bind g alt55
  85. alias alt66 "disablevoice"
  86. alias alt6 bind mouse3 alt66 //CHANGE THE "V" TO YOUR VOICE KEY
  87. alias defE "bind e +use"
  88. alias def1 "bind 1 slot1"
  89. alias def2 "bind 2 slot2"
  90. alias def3 "bind q lastinv" //IF YOU USE FRENCH KEYBOARD, CHANGE "Q" TO "A"
  91. alias def4 "bind 3 slot3"
  92. alias def5 "bind g drop"
  93. alias def6 "bind mouse3 +voicerecord //CHANGE THE "V" TO YOUR VOICE KEY
  94. alias +altbinds "alte; alt1; alt2; alt3; alt4; alt5; alt6"
  95. alias -altbinds "defE; def1; def2; def3; def4; def5; def6"
  96.  
  97. // Disable in-game voice + no rebinds needed
  98. alias "disablevoice" "voice_chat"
  99. alias "voice_chat" "chat_1"
  100. alias "chat_1" "voice_enable 1; playvol buttons\blip1 0.5; alias voice_chat chat_0"
  101. alias "chat_0" "voice_enable 0; playvol buttons\blip2 0.5; alias voice_chat chat_1"
  102.  
  103. // Buy and drop
  104. alias "buyanddrop" "buy ak47; buy m4a1; buy m4a1_silencer; slot1; drop"
  105.  
  106. // Fakeban
  107. alias "fakeban" "say gg Player apeklets left the game (VAC Banned from secure servers)"
  108.  
  109. // Jumpthrow Script
  110. alias "+jumpthrow" "+jump;+attack"
  111. alias "-jumpthrow" "-jump;-attack"
  112.  
  113. // Jumpthrow Script v2
  114. alias "+jumpthrow2" "+jump;-attack;"
  115. alias "-jumpthrow2" "-jump;"
  116.  
  117. // 64-128tick
  118. alias ".r64" echo "Current rates are set for 64 tick servers."
  119. alias ".r128" echo "Current rates are set for 128 tick servers."
  120. alias ".rates" ".r128" //Default value
  121. alias "64tick" "cl_cmdrate 64; cl_updaterate 64; rate 786432; echo Changed rates for 64tick servers; alias .rates .r64"
  122. alias "128tick" "cl_cmdrate 128; cl_updaterate 128; rate 786432; cl_interp 0; echo Changed rates for 128tick servers; alias .rates .r128"
  123. 128tick;
  124.  
  125. // .fixui
  126. // Graphical and UI bugfix
  127. // Changes to windowed mode and back to fullscreen to reset graphics and UI.
  128. alias ".f1" echo "Changed to windowed mode 1920x1080"
  129. alias ".f2" echo "Changed to fullscreen mode 1920x1080"
  130. alias ".fixui" "mat_setvideomode 1920 1080 1;.f1;mat_setvideomode 1920 1080 0;.f2"
  131.  
  132. // Increase Decrease Radar Size
  133. alias "+radar" "+use; cl_radar_always_centered 1; cl_radar_scale 0.60"
  134. alias "-radar" "-use; cl_radar_always_centered 0; cl_radar_scale 0.30"
  135.  
  136. // Show netgraph when checking scoreboard
  137. net_graph "1"
  138. net_graphheight "64"
  139. alias "+scorenet" "+showscores; net_graphheight 0"
  140. alias "-scorenet" "-showscores; net_graphheight 9999"
  141.  
  142. // Display Damage with Switch Script
  143. alias displaydamage "displaydamage_on"
  144. 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""
  145. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
  146.  
  147. //.version
  148. alias ".v0" echo "*********************************************";
  149. alias ".v1" echo "Your current version is dev0.3 - Released on 01/nov/2016"
  150. alias ".v2" echo "Visit http://codepen.io/apeklets/full/JGXgpX/ to check for updates"
  151. alias ".version" ".v0;.v1;.v2;.v0;"
  152.  
  153. //.help
  154. alias ".h0" echo "*********************************************";
  155. alias ".h1" echo "List of custom commands included in apeklets.cfg"
  156. alias ".h2" echo "- Commands in alphabetical order -"
  157. alias ".h3" echo "64tick - Changes rates to fit for 64 tick servers"
  158. alias ".h4" echo "128tick - Changes rates to fit for 128 tick servers"
  159. alias ".h5" echo "+altbinds - Pick up a specific grenade (E = HE) (Q = FLASH) (1 = SMOKE) (2 = FIRE) (3 = DECOY), while held"
  160. alias ".h6" echo "buyanddrop - Buy an M4 or AK and instantly drop it to your teammate"
  161. alias ".h7" echo "+crosshairsmoke - Crosshair for lining up nade spots"
  162. alias ".h8" echo "disablevoice - Toggle voicechat"
  163. alias ".h9" echo "displaydamage - Displays the damage done in the past round"
  164. alias ".h10" echo "fakeban - Fakes a VAC ban, just for banter"
  165. alias ".h101" echo "fullbuy - Buys AK-47/M4A4/M4A1-S, Armor+Helmet and Defuser"
  166. alias ".h102" echo "fullnades - Buys 2x Flashbang, Smoke, Molotov/Nade"
  167. alias ".h11" echo "+jumpthrow - Jumpthrow bind for consistent jumpthrows"
  168. alias ".h12" echo "+jumpthrow2 - Alternate jumpthrow bind which flies a bit higher"
  169. alias ".h13" echo "+radar - Increases the size of the radar"
  170. alias ".h14" echo "+scorenet - Combines checking the scoreboard with showing the netgraph"
  171. alias ".h15" echo "showcrosshair - Shows current crosshair settings"
  172. alias ".h16" echo "showviewmodel - Shows current viewmodel settings"
  173. alias ".h17" echo ".version - Shows the version of the cfg"
  174. alias ".h18" echo ".fixui - Possible fix for some graphical and UI bugs"
  175. alias ".help" ".h1;.h2;.h0;.h3;.h4;.h5;.h6;.h7;.h8;.h9;.h10;.h101;.h102;.h11;.h12;.h13;.h14;.h15;.h16;.h17;.h18;.h0;.hend;"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement