Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.75 KB | None | 0 0
  1. //ÜbergangsCrosshair
  2. cl_crosshairalpha "200"
  3. cl_crosshaircolor "5"
  4. cl_crosshaircolor_b "0"
  5. cl_crosshaircolor_r "255"
  6. cl_crosshaircolor_g "0"
  7. cl_crosshairdot "0"
  8. cl_crosshairgap "-2"
  9. cl_crosshairsize "2"
  10. cl_crosshairstyle "4"
  11. cl_crosshairusealpha "1"
  12. cl_crosshairthickness "0.5"
  13. cl_fixedcrosshairgap "-2"
  14. cl_crosshair_outlinethickness "0"
  15. cl_crosshair_drawoutline "0"
  16.  
  17. //Viewmodel
  18. viewmodel_offset_x "2"
  19. viewmodel_offset_y "4"
  20. viewmodel_offset_z "-2"
  21. cl_viewmodel_shift_left_amt "0"
  22. cl_viewmodel_shift_right_amt "0"
  23. cl_bob_lower_amt "0"
  24.  
  25. //Binds
  26.  
  27. bind "MWHEELDOWN" +Jump
  28. bind "ESCAPE" "cancelselect"
  29. bind "+" "toggleconsole"
  30. bind "TAB" "+showscores"
  31. bind "SPACE" "+jump"
  32. bind "," "buyammo1"
  33. bind "." "buyammo2"
  34. bind "0" "slot10"
  35. bind "1" "slot1"
  36. bind "2" "slot2"
  37. bind "3" "slot3"
  38. bind "4" "slot4"
  39. bind "5" "slot5"
  40. bind "6" "slot6"
  41. bind "7" "slot7"
  42. bind "8" "slot8"
  43. bind "9" "slot9"
  44. bind "a" "+moveleft"
  45. bind "e" "buymenu"
  46. bind "c" "radio3"
  47. bind "d" "+moveright"
  48. bind "e" "+use"
  49. bind "f" "+lookatweapon"
  50. bind "g" "drop"
  51. bind "i" "show_loadout_toggle"
  52. bind "v" "+voicerecord"
  53. bind "q" "lastinv"
  54. bind "r" "+reload"
  55. bind "s" "+back"
  56. bind "u" "messagemode2"
  57. bind "w" "+forward"
  58. bind "y" "radio2"
  59. bind "x" "messagemode"
  60. bind "z" "radio1"
  61. bind "MOUSE4" "+duck"
  62. bind "MOUSE5" "+speed"
  63. bind "F3" "autobuy"
  64. bind "F4" "rebuy"
  65. bind "F5" "jpeg"
  66. bind "F6" "save quick"
  67. bind "F7" "load quick"
  68. bind "F10" "quit prompt"
  69. bind "MOUSE1" "+attack"
  70. bind "MOUSE2" "+attack2"
  71.  
  72. //Buy-Script
  73. bind "kp_home" "buy m4a1; buy ak47; echo Ak47/M4a1/M4A1-S"
  74. bind "kp_uparrow" "buy awp; echo AWP"
  75. bind "kp_pgup" "buy ump45; echo UMP-45"
  76. bind "kp_leftarrow" " buy flashbang; echo FLASHBANG"
  77. bind "kp_5" " buy smokegrenade; echo SMOKE"
  78. bind "kp_rightarrow" " buy hegrenade; echo HE"
  79. bind "kp_end" "buy tec9; buy fiveseven; echo TEC-9/FIVESEVEN"
  80. bind "kp_downarrow" "buy p250; echo P250"
  81. bind "kp_pgdn" "buy deagle; buy revolver; echo DEAGLE"
  82. bind "kp_minus" " buy vesthelm; buy vest; echo KEVLER"
  83. bind "kp_plus" " buy defuser; echo DON'T BE A LOSER BUY A DEFUSER"
  84.  
  85.  
  86.  
  87. //Voice Chat
  88.  
  89. unbind F5
  90. bind F5 VoiceChatOff
  91. alias "VoiceChatOff" "voice_enable 0; bind F5 VoiceChatOn; echo VoiceChat deaktiviert; clear; echo Zum Aktivieren einmal F5 druecken; echo ; echo Binded Voice Chat on/off to F5; echo Binded ShowPos on/off to F3; echo Binded Display Damage on/off to F10; echo Binded NetGraph on/off to F6; echo Binded Left/Right-Hand Switch to F2"
  92. alias "VoiceChatOn" "voice_enable 1; bind F5 VoiceChatOff; echo VoiceChat aktiviert; clear; echo Zum Deaktivieren einmal F5 druecken; echo ; echo Binded Voice Chat on/off to F5; echo Binded ShowPos on/off to F3; echo Binded Display Damage on/off to F10; echo Binded NetGraph on/off to F6; echo Binded Left/Right-Hand Switch to F2"
  93.  
  94. //CPU Frequenz Display
  95. bind
  96. //Display Damage
  97.  
  98. unbind F10
  99. bind F10 displaydamageOff
  100. alias "displaydamageOff" "con_filter_text "Damage"; con_filter_text_out "Player"; con_filter_enable 2; developer 1; clear; bind F10 displaydamageOn; echo Displaydamage - deaktiviert; echo Zum Deaktivieren einmal F10 druecken; echo ; echo Binded Voice Chat on/off to F5; echo Binded ShowPos on/off to F3; echo Binded Display Damage on/off to F10; echo Binded NetGraph on/off to F6; echo Binded Left/Right-Hand Switch to F2"
  101. alias "displaydamageOn" "; con_filter_text_out ""; con_filter_enable 0; developer 0; clear; bind F10 displaydamageOff; echo Displaydamage - aktiviert; echo Zum Aktivieren einmal F10 druecken; echo ; echo Binded Voice Chat on/off to F5; echo Binded ShowPos on/off to F3; echo Binded Display Damage on/off to F10; echo Binded Left/Right-Hand Switch to F2"
  102.  
  103.  
  104. //ShowPos
  105.  
  106. unbind F3
  107. bind F3 ShowPosOff
  108. alias "ShowPosOff" "cl_showpos 0; bind F3 ShowPosOn; echo Position deaktiviert; clear; echo Zum Aktivieren einmal F3 druecken; echo ; echo Binded Voice Chat on/off to F5; echo Binded ShowPos on/off to F3; echo Binded Display Damage on/off to F10; echo Binded NetGraph on/off to F6; echo Binded Left/Right-Hand Switch to F2"
  109. alias "ShowPosOn" "cl_showpos 1; bind F3 ShowPosOff; echo Position aktiviert; clear; echo Zum Deaktivieren einmal F3 druecken; echo ; echo Binded Voice Chat on/off to F5; echo Binded ShowPos on/off to F3; echo Binded Display Damage on/off to F10; echo Binded NetGraph on/off to F6; echo Binded Left/Right-Hand Switch to F2"
  110.  
  111. //NetGraph
  112.  
  113. unbind F6
  114. bind F6 NetGraphOff
  115. alias "NetGraphOff" "net_graph 1; net_graphpos "1";net_graphproportionalfont 1;net_graphheight 1; bind F6 NetGraphOn; clear; echo NetGraph aktiviert; echo Zum Deaktivieren einmal F6 druecken; echo ; echo Binded Voice Chat on/off to F5; echo Binded ShowPos on/off to F3; echo Binded Display Damage on/off to F10; echo Binded NetGraph on/off to F6; echo Binded Left/Right-Hand Switch to F2"
  116. alias "NetGraphOn" "net_graph 0; bind F6 NetGraphOff; clear; echo NetGraphO deaktiviert; echo Zum Aktivieren einmal F6 druecken; echo ; echo Binded Voice Chat on/off to F5; echo Binded ShowPos on/off to F3; echo Binded Display Damage on/off to F10; echo Binded Left/Right-Hand Switch to F2"
  117.  
  118. //Links Rechts Switch
  119.  
  120. alias "switch" "left"
  121. alias "left" "cl_righthand 0; alias switch right; clear; echo Die Haupthand wurde erfolgreich in LINKS geaendert!; echo Um sie wieder in RECHTS zu aendern, einmal F2 druecken; echo ; echo Binded Voice Chat on/off to F5; echo Binded ShowPos on/off to F3; echo Binded Display Damage on/off to F10; echo Binded NetGraph on/off to F6; echo Binded Left/Right-Hand Switch to F2"
  122. alias "right" "cl_righthand 1; alias switch left; clear; echo Die Haupthand wurde erfolgreich in RECHTS geaendert!; echo Um sie wieder in LINKS zu aendern, einmal F2 druecken; echo ; echo Binded Voice Chat on/off to F5; echo Binded ShowPos on/off to F3; echo Binded Display Damage on/off to F10; echo Binded NetGraph on/off to F6; echo Binded Left/Right-Hand Switch to F2"
  123. bind "F2" "switch"
  124.  
  125. //Wichtig?
  126. net_graph 1
  127. voice_enable 1
  128. gameinstructor_enable 0
  129. con_enable "1"
  130.  
  131. //Startoptions -exec autoexec.cfg -threads 8 -high -novid -nojoy -tickrate 128 -console -heapsize 3145728 -windowed
  132. //Paste Command: cl_crosshairalpha "200";cl_crosshaircolor "4";cl_crosshaircolor_b "50";cl_crosshaircolor_r "50";cl_crosshaircolor_g "250";cl_crosshairdot "0";cl_crosshairgap "-1";cl_crosshairsize "2";cl_crosshairstyle "4";cl_crosshairusealpha "1";cl_crosshairthickness "0.5";cl_fixedcrosshairgap "-1";cl_crosshair_outlinethickness "0";cl_crosshair_drawoutline "0";
  133. clear
  134. echo "Best Startoptions!"
  135. echo "---------------------"
  136. echo "eZ Win and GL!"
  137. echo "---------------------"
  138. echo "Made by Strajuck"
  139. echo
  140. echo "Binded Voice Chat on/off to F5"
  141. echo "Binded NetGraph on/off to F6"
  142. echo "Binded ShowPos on/off to F3"
  143. echo "Binded Display Damage on/off to F10"
  144. echo "Binded Left/Right-Hand Switch to F2"
  145. echo "Buy-Script has been activated"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement