NanashiSC

danger_zone.cfg

Jan 6th, 2019
1,161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.42 KB | None | 0 0
  1. echo > Lese Danger Zone Config ...
  2. echo ""
  3. echo " _____ ______"
  4. echo " | __ \ |___ /"
  5. echo " | | | | __ _ _ __ __ _ ___ _ __ / / ___ _ __ ___"
  6. echo " | | | |/ _` | '_ \ / _` |/ _ \ '__| / / / _ \| '_ \ / _ \"
  7. echo " | |__| | (_| | | | | (_| | __/ | / /_| (_) | | | | __/"
  8. echo " |_____/ \__,_|_| |_|\__, |\___|_| /_____\___/|_| |_|\___|"
  9. echo " __/ |"
  10. echo " |___/ Author: /u/NanashiSC"
  11. echo " Version: 2019-02-08"
  12. echo " for updates, go visit pastebin.com/gSAKJQwa"
  13. echo ""
  14. echo " Note: This config extends "Nanashi's CS:GO Config" which can be found here:"
  15. echo " pastebin.com/CDHBNPbK"
  16. echo ""
  17. echo > Lese Skripte ...
  18. //--------------------------------------------------------------------------------------------------
  19. // Nanashis CS:GO Config
  20. //--------------------------------------------------------------------------------------------------
  21. echo > Lese Befehle ...
  22. //--------------------------------------------------------------------------------------------------
  23. // Befehle (A-Z)
  24. //--------------------------------------------------------------------------------------------------
  25. cl_autowepswitch 1 //Wechselt automatisch zur aufgehobenen Waffe (1 = an, 0 = aus)
  26. //--------------------------------------------------------------------------------------------------
  27. // <--- Befehle (A-Z)
  28. //--------------------------------------------------------------------------------------------------
  29. echo > Lese Skripte ...
  30. //--------------------------------------------------------------------------------------------------
  31. // Skripte (A-Z) --->
  32. //--------------------------------------------------------------------------------------------------
  33. // Toggle Explosives (work in progress)
  34. //--------------------------------------------------------------------------------------------------
  35. alias toggle_explosives hegrenade
  36. alias hegrenade "use weapon_breachcharge; slot10; slot6; alias toggle_explosives moloinc"
  37. alias moloinc "slot6; use weapon_breachcharge; slot10; alias toggle_explosives breachcharge"
  38. alias breachcharge "slot10; slot6; use weapon_breachcharge; alias toggle_explosives hegrenade"
  39. alias reset_explosives "alias toggle_explosives hegrenade"
  40. //--------------------------------------------------------------------------------------------------
  41. // Toggle Composition (work in progress)
  42. //--------------------------------------------------------------------------------------------------
  43. alias toggle_composition breach_c4
  44. alias breach_c4 "slot5; use weapon_breachcharge; alias toggle_composition c4_breach"
  45. alias c4_breach "use weapon_breachcharge; slot5; alias toggle_composition breach_c4"
  46. alias reset_composition "alias toggle_composition breach_c4"
  47. //--------------------------------------------------------------------------------------------------
  48. // Toggle Decoy Smoke by Nanashi
  49. //--------------------------------------------------------------------------------------------------
  50. alias toggle_decoy_smoke decoy_smoke
  51. alias decoy_smoke "slot8; slot9; alias toggle_decoy_smoke smoke_decoy"
  52. alias smoke_decoy "slot9; slot8; alias toggle_decoy_smoke decoy_smoke"
  53. alias reset_decoy_smoke "alias toggle_decoy_smoke decoy_smoke"
  54. //--------------------------------------------------------------------------------------------------
  55. // Toggle Melee (work in progress) //looks like valve fixed slot3 priority, so I do not see any use for this one atm
  56. //--------------------------------------------------------------------------------------------------
  57. // (i) Melee Weapons: Wrench (? Pts), Hammer (16 Pts), Axe (20 Pts), Knife (21 - 65 Pts)
  58. //--------------------------------------------------------------------------------------------------
  59. //alias toggle_melee steel_fist
  60. //alias steel_fist "use weapon_fists; use_weapon_wrench; use_weapon_hammer; use weapon_axe; use weapon_knife; alias toggle_melee fist_steel"
  61. //alias fist_steel "use_weapon_wrench; use_weapon_hammer; use weapon_axe; use weapon_knife; use weapon_fists; alias toggle_melee steel_fist"
  62. //alias reset_melee "alias toggle_melee steel_fist"
  63. //--------------------------------------------------------------------------------------------------
  64. // <--- Skripte (A-Z)
  65. //--------------------------------------------------------------------------------------------------
  66. echo > Sammle Reset Befehle ...
  67. //--------------------------------------------------------------------------------------------------
  68. // Reset Collection --->
  69. //--------------------------------------------------------------------------------------------------
  70. alias reset_all "reset_explosives; reset_composition; reset_decoy_smoke" //reset_togreload, reset_melee - make sure to check for adjustments
  71. //--------------------------------------------------------------------------------------------------
  72. // <--- Reset Collection
  73. //--------------------------------------------------------------------------------------------------
  74. echo > Lese Binds ...
  75. //--------------------------------------------------------------------------------------------------
  76. // Binds (A-Z) --->
  77. //--------------------------------------------------------------------------------------------------
  78. //bind 3 "toggle_melee; reset_explosives; reset_composition; reset_decoy_smoke"
  79. bind 3 slot3
  80. bind 4 "toggle_composition; reset_explosives; reset_decoy_smoke"
  81. bind c "toggle_explosives; reset_composition; reset_decoy_smoke"
  82. bind f "slot7; reset_explosives; reset_composition; reset_decoy_smoke"
  83. bind x "toggle_decoy_smoke; reset_explosives; reset_composition"
  84. //--------------------------------------------------------------------------------------------------
  85. // <--- Binds (A-Z)
  86. //--------------------------------------------------------------------------------------------------
  87. // Altbinds --->
  88. //--------------------------------------------------------------------------------------------------
  89. // Taste-C
  90. //--------------------------------------------------------------------------------------------------
  91. alias priC "bind c toggle_explosives"
  92. alias modC "bind c secC"
  93. alias secC "slot6; reset_explosives"
  94. //--------------------------------------------------------------------------------------------------
  95. // Taste-X
  96. //--------------------------------------------------------------------------------------------------
  97. alias priX "toggle_decoy_smoke; reset_explosives"
  98. alias -modX "bind x priX"
  99. alias +modX "bind x secX"
  100. alias secX "slot9; reset_decoy_smoke"
  101. //--------------------------------------------------------------------------------------------------
  102. // <--- Altbinds
  103. //--------------------------------------------------------------------------------------------------
  104. // Drucke Binds --->
  105. //--------------------------------------------------------------------------------------------------
  106. echo >
  107. echo > Drucke Binds ...
  108. echo >
  109. echo "+-------------+----------------------------------------+----------------------+"
  110. echo "| Key | Default | Altbinds |"
  111. echo "+-------------+----------------------------------------+----------------------+"
  112. echo "| MOUSE1 | +attack1 | |"
  113. echo "+-------------+----------------------------------------+----------------------+"
  114. echo "| MOUSE2 | +attack2 | +jumpthrow |"
  115. echo "+-------------+----------------------------------------+----------------------+"
  116. echo "| MWHEELDOWN | +jump | |"
  117. echo "+-------------+----------------------------------------+----------------------+"
  118. echo "| MWHEELUP | +jump | |"
  119. echo "+-------------+----------------------------------------+----------------------+"
  120. echo "| 1 | slot1 | |"
  121. echo "+-------------+----------------------------------------+----------------------+"
  122. echo "| 2 | slot2 | |"
  123. echo "+-------------+----------------------------------------+----------------------+"
  124. echo "| 3 | slot3 | |"
  125. echo "+-------------+----------------------------------------+----------------------+"
  126. echo "| 4 | toggle_composition (breach, c4) | drop c4 |"
  127. echo "+-------------+----------------------------------------+----------------------+"
  128. echo "| TAB | +score_netgraph (tablet) | |"
  129. echo "+-------------+----------------------------------------+----------------------+"
  130. echo "| q | lastinv | |"
  131. echo "+-------------+----------------------------------------+----------------------+"
  132. echo "| w | +forward | |"
  133. echo "+-------------+----------------------------------------+----------------------+"
  134. echo "| e | +UsePickInstruct | |"
  135. echo "+-------------+----------------------------------------+----------------------+"
  136. echo "| r | +reload | +toggle_radarScale |"
  137. echo "+-------------+----------------------------------------+----------------------+"
  138. echo "| t | +lookatweapon | |"
  139. echo "+-------------+----------------------------------------+----------------------+"
  140. echo "| i | messagemode | |"
  141. echo "+-------------+----------------------------------------+----------------------+"
  142. echo "| p | messagemode2 | toggle_enemy_chat |"
  143. echo "+-------------+----------------------------------------+----------------------+"
  144. echo "| a | +moveleft | |"
  145. echo "+-------------+----------------------------------------+----------------------+"
  146. echo "| s | +back | |"
  147. echo "+-------------+----------------------------------------+----------------------+"
  148. echo "| d | +moveright | |"
  149. echo "+-------------+----------------------------------------+----------------------+"
  150. echo "| f | flashbang | |"
  151. echo "+-------------+----------------------------------------+----------------------+"
  152. echo "| g | +dropandpick | buyanddrop M4A1/AK47 |"
  153. echo "+-------------+----------------------------------------+----------------------+"
  154. echo "| h | holdpos | |"
  155. echo "+-------------+----------------------------------------+----------------------+"
  156. echo "| SHIFT | +speed; r_cleardecals | |"
  157. echo "+-------------+----------------------------------------+----------------------+"
  158. echo "| x | decoy | smoke |"
  159. echo "+-------------+----------------------------------------+----------------------+"
  160. echo "| c | toggle_explosives (he, moloinc, breach)| |"
  161. echo "+-------------+----------------------------------------+----------------------+"
  162. echo "| v | +voicerecord | toggle_voice_chat |"
  163. echo "+-------------+----------------------------------------+----------------------+"
  164. echo "| m | toggle_mood | |"
  165. echo "+-------------+----------------------------------------+----------------------+"
  166. echo "| CTRL | +duck; r_cleardecals | |"
  167. echo "+-------------+----------------------------------------+----------------------+"
  168. echo "| ALT | +altbinds; +crosshairsmoke | |"
  169. echo "+-------------+----------------------------------------+----------------------+"
  170. echo "| SPACE | +jump | |"
  171. echo "+-------------+----------------------------------------+----------------------+"
  172. echo >
  173. //--------------------------------------------------------------------------------------------------
  174. // <--- Drucke Binds
  175. //--------------------------------------------------------------------------------------------------
  176. echo > Config Ende.
  177. echo > GL HF!
  178. //--------------------------------------------------------------------------------------------------
  179. // Danger Zone Knowledge Bombs
  180. //--------------------------------------------------------------------------------------------------
  181. // - Melee Weapon Damage Points: Wrench (? Pts), Hammer (16 Pts), Axe (20 Pts), Knife (21 - 65 Pts)
  182. // - Medi-Shot heals 50HP over 5 seconds
  183. // - Drones will always deliver items to your Tablet. Dropping it in certain situations might actually
  184. // help you dristracting your enemies. Examnple: Buy Ammo, Drop Tablet, Get the Drop, Return to Tablet
  185. // Surprise hopefully confused Enemies
  186. //
  187. // To unluck all the pro tips, send all your money ro [email protected] #nopunintended : P
  188. // or simply browse through some youtube tutorials by TheWarOwl, BananaGaming, AdreN etc.
Advertisement
Add Comment
Please, Sign In to add comment