Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. unbindall
  2. bind "1" "slot1"
  3. bind "2" "slot2"
  4. bind "3" "slot3"
  5. bind "4" "slot4"
  6. bind "5" "slot5"
  7. bind "6" "slot6"
  8. bind "7" "slot7"
  9. bind "8" "slot8"
  10. bind "9" "slot9"
  11. #bind "q" "lastinv"
  12. alias +swap "lastinv"
  13. alias -swap "lastinv"
  14. bind "q" "+swap"
  15.  
  16. bind "b" "buymenu"
  17. bind "c" "drop"
  18. bind "d" "+moveright"
  19. bind "e" "+use"
  20. bind "i" "showbriefing"
  21. bind "j" "noclip"
  22. bind "m" "teammenu"
  23. bind "n" "zb_teamcash"
  24. bind "o" "buyequip"
  25. bind "a" "+moveleft"
  26. bind "r" "+reload"
  27. bind "s" "+back"
  28. bind "v" "+spray_menu"
  29. bind "u" "messagemode2"
  30. bind "t" "+voicerecord"
  31. bind "x" "use weapon_c4;drop"
  32. bind "y" "messagemode"
  33. bind "w" "+forward"
  34. bind "'" "toggleconsole"
  35. bind "`" "toggleconsole"
  36. bind "," "buy primammo"
  37. bind "." "buy secammo"
  38. bind "/" "+movedown"
  39. bind "-" "sizedown"
  40. bind "^" "toggleconsole"
  41. bind "SPACE" "+jump"
  42. bind "TAB" "+showscores"
  43. bind "ESCAPE" "cancelselect"
  44. bind "INS" "+klook"
  45. bind "END" "centerview"
  46. bind "PGUP" "+lookup"
  47. bind "PGDN" "+lookdown"
  48. bind "PAUSE" "pause"
  49. bind "SHIFT" "+speed"
  50. bind "ALT" "+strafe"
  51. bind "CTRL" "+duck"
  52. bind "UPARROW" "+forward"
  53. bind "LEFTARROW" "+left"
  54. bind "DOWNARROW" "+back"
  55. # bind "F2" "rebuy"
  56. bind "F3" "askconnect_accept"
  57. bind "F4" "bug"
  58. bind "F5" "jpeg"
  59. bind "F10" "quit prompt"
  60. bind "MOUSE1" "+attack"
  61. bind "MOUSE2" "+attack2"
  62. bind "MOUSE3" "use weapon_smokegrenade"
  63. bind "MOUSE4" "use weapon_hegrenade; use weapon_incgrenade; use weapon_molotov"
  64. bind "MOUSE5" "use weapon_flashbang"
  65. bind "MWHEELUP" "use weapon_knife;"
  66. bind "MWHEELDOWN" "use weapon_knife;"
  67.  
  68. bind "kp_ins" "buy vesthelm;"
  69. bind "kp_del" "buy vest;"
  70. bind "kp_end" "buy p250;"
  71. bind "kp_downarrow" "buy deagle;"
  72. bind "kp_pgdn" "buy nova;"
  73. bind "kp_leftarrow" "buy famas; buy galilar;"
  74. bind "kp_5" "buy m4a1; buy ak47;"
  75. bind "kp_rightarrow" "buy awp;"
  76. bind "kp_home" "buy hegrenade;"
  77. bind "kp_uparrow" "buy flashbang;"
  78. bind "kp_pgup" "buy smokegrenade;"
  79. bind "kp_minus" "buy decoy;"
  80. bind "kp_plus" "buy molotov; buy incgrenade;"
  81. bind "kp_enter" "buy defuser;"
  82.  
  83. //mouse settings
  84. m_rawinput "1"
  85. sensitivity "1.25"
  86. zoom_sensitivity_ratio_mouse "1.0"
  87.  
  88. //Bypass OS Interface & Acceleration
  89. m_mouseaccel1 "0" //Windows mouse acceleration initial threshold (2x movement)
  90. m_mouseaccel2 "0" //Windows mouse acceleration secondary threshold (4x movement)
  91. m_customaccel “0” //Mouse Acceleration off
  92. m_customaccel_exponent “0” //Acceleration Amount
  93.  
  94. // sets interpolation values. (unter 50er Ping, sonst cl_interp_ratio "2")
  95.  
  96. cl_interp "0"
  97. cl_interp_ratio "1"
  98.  
  99. // usual rate commands (wichtig für casual server)
  100.  
  101. cl_cmdrate "128"
  102. cl_updaterate "128"
  103. rate "128000"
  104.  
  105. r_drawtracers_firstperson 1
  106.  
  107. //crosshair
  108. cl_crosshairalpha "200"
  109. cl_crosshaircolor "2"
  110. cl_crosshaircolor_b "50"
  111. cl_crosshaircolor_r "50"
  112. cl_crosshaircolor_g "250"
  113. cl_crosshairdot "0"
  114. cl_crosshairgap "-1"
  115. cl_crosshairsize "2"
  116. cl_crosshairstyle "4"
  117. cl_crosshairusealpha "1"
  118. cl_crosshairthickness "0"
  119. cl_fixedcrosshairgap "-1"
  120. cl_crosshair_outlinethickness "1"
  121. cl_crosshair_drawoutline "1"
  122.  
  123. //tab
  124. bind "TAB" "+ng";
  125. alias "+ng" "+showscores; net_graph 1; r_cleardecals";
  126. alias "-ng" "-showscores; net_graph 0";
  127.  
  128. cl_showfps 0
  129.  
  130. cl_radar_scale "0.5"
  131. cl_radar_rotate "1"
  132. closeonbuy "1"
  133. cl_forcepreload "1"
  134. cl_showhelp 0
  135. cl_lagcompensation "1"
  136. cl_predictweapons "1"
  137. cl_resend "6"
  138. cl_timeout "9999999"
  139. host_writeconfig
  140.  
  141. //////////////
  142. ECHO ========================================================
  143. ECHO ===[ POLLO GRANDE AYAYAYAYAY! ]=====
  144. ECHO ===[ FEGIT. ]=====
  145. ECHO ========================================================
  146. //////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement