Advertisement
HanysMSI

AlibabaCFG

Mar 16th, 2019
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1.  
  2. //Czyszczenie z krwi;
  3. Echo Blood Disappear Loaded;
  4. bind "Q" "lastinv; r_cleardecals";
  5. bind "R" "+reload; r_cleardecals";
  6. bind "shift" "+speed;r_cleardecals";
  7. bind "CTRL" "+duck;r_cleardecals";
  8. Echo Blood Disappear Loaded;
  9.  
  10. //Noz w lewej;
  11. Echo Knife Modify Loaded;
  12. bind "0" "slot10; cl_righthand 1";
  13. bind "1" "slot1; cl_righthand 1";
  14. bind "2" "slot2; cl_righthand 1";
  15. bind "3" "slot3; cl_righthand 0";
  16. bind "4" "slot4; cl_righthand 1";
  17. bind "5" "slot5; cl_righthand 1";
  18. Echo Knife Modify Loaded;
  19.  
  20. //Wyswietlanie caly czas eq;
  21. Echo Loadout;
  22. cl_showloadout 1;
  23. Echo Loadout;
  24.  
  25. //NETGRAPH TAB;
  26. Echo NetGraph Loaded;
  27. net_graph "1";
  28. net_graphheight "9999";
  29. alias "+scorenet" "+showscores; net_graphheight 0";
  30. alias "-scorenet" "-showscores; net_graphheight 9999";
  31. bind "TAB" "+scorenet";
  32. Echo NetGraph Loaded;
  33.  
  34. // HELP LINES FOR SMOKE;
  35. Echo Smoke lines Loaded;
  36. unbind "z";
  37. alias "-smoke" "cl_crosshairsize "4";cl_crosshairdot "0";cl_crosshairgap "-2";";
  38. alias "+smoke" "cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap 10";";
  39. bind "z" "+smoke";
  40. Echo Smoke lines Loaded;
  41.  
  42. // WYŁĄCZANIE CZATU W GRZE;
  43. Echo Disabling Voice in Game Loaded;
  44. alias "disablevoice" "voice_chat";
  45. alias "voice_chat" "chat_1";
  46. alias "chat_1" "voice_enable 1; playvol buttons\blip1 0.5; alias voice_chat chat_0";
  47. alias "chat_0" "voice_enable 0; playvol buttons\blip2 0.5; alias voice_chat chat_1";
  48. bind , "chat_1";
  49. bind . "chat_0";
  50. Echo Disabling Voice in Game Loaded;
  51.  
  52. // ALIASES;
  53. Echo Aliases Loaded;
  54. alias "q" "quit";
  55. alias "d" "disconnect";
  56. Echo Aliases Loaded;
  57.  
  58. // OTHER BINDS;
  59. Echo Other Binds Loaded;
  60. unbind "k" // Mówienie k;
  61. bind l +jump // Bind pod skakanie;
  62. bind h +spray_menu // Menu Spray;
  63. bind t +lookatweapon // Patrzenie na bron;
  64. bind x radio1 // Radio z cmd;
  65. bind space +duck // Kucanie na spacji;
  66. bind v +voicerecord // Mówienie v;
  67. bind mwheelup +jump // Skakanie na myszce;
  68. bind mwheeldown +jump // Skakanie na myszce;
  69. Echo Other Binds Loaded;
  70.  
  71. Echo Other Toggle Bind Loaded;
  72. bindtoggle 6 cl_righthand;
  73. bindtoggle 7 cl_showpos;
  74. Echo Other Toggle Bind Loaded;
  75.  
  76. // MAPPRELOAD;
  77. Echo Map preload loaded!;
  78. cl_forcepreload 1;
  79. Echo Map preload loaded!;
  80.  
  81. // JUMPRHORW;
  82. Echo JumpThrow Loaded;
  83. bind "n" "+jumpThrow";
  84. alias "+jumpThrow" "+jump; -attack";
  85. alias "-jumpThrow" "-jump";
  86. Echo JumpThrow Loaded;
  87.  
  88. // CELOWNIK;
  89. Echo Celownik Loaded;
  90. cl_crosshair_drawoutline 0;
  91. cl_crosshairalpha "9999";
  92. cl_crosshaircolor "4";
  93. cl_crosshairdot "0";
  94. cl_crosshairgap "-2";
  95. cl_crosshairscale "1000";
  96. cl_crosshairsize "4";
  97. cl_crosshairstyle "4";
  98. cl_crosshairthickness "1";
  99. cl_crosshairusealpha "1";
  100. Echo Celownik Loaded;
  101.  
  102. // VOLUME;
  103. Echo Volume;
  104. Echo Volume mixed up;
  105. volume 0.6;
  106. Echo Volume;
  107.  
  108. // SENS AND GAMMA;
  109. Echo Sensitivity Loaded;
  110. mat_monitorgamma_tv_enabled 0;
  111. mat_monitorgamma "2.200000";
  112. mat_monitorgamma_tv_enabled "0";
  113. cl_teammate_colors_show 1;
  114. Echo Sensitivity Loaded;
  115.  
  116. //NICKS ON WALLS;
  117. Echo SHOWING NICKS ALL TIME;
  118. bind "o" id;
  119. alias id id1;
  120. alias id1 "+cl_show_team_equipment; alias id id2";
  121. alias id2 "-cl_show_team_equipment; alias id id1";
  122. Echo SHOWING NICKS ALL TIME;
  123.  
  124. //FAST Q;
  125. Echo Fast Q;
  126. alias "+knife" "slot3";
  127. alias "-knife" "lastinv";
  128. bind "Q" "+knife";
  129. Echo Fast Q;
  130.  
  131. //SHOWING BOMB;
  132. Echo Bomb E;
  133. bind "e" "+paka";
  134. alias "+paka" "+use; gameinstructor_enable 1";
  135. alias "-paka" "-use; gameinstructor_enable 0";
  136. Echo Bomb E;
  137.  
  138. //VOLUME ON WALKING;
  139. echo Walking;
  140. alias +shh "incrementvar volume 0 1 0.1;+speed";
  141. alias -shh "incrementvar volume 0 1 -0.1;-speed";
  142. bind "shift" "+shh";
  143. echo Walking;
  144. //VOLUME ON DUCK;
  145. echo Duck;
  146. alias +shhd "incrementvar volume 0 1 0.1;+duck";
  147. alias -shhd "incrementvar volume 0 1 -0.1;-duck";
  148. bind "space" "+shhd";
  149. echo Duck;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement