Advertisement
cringezaward

Untitled

Jan 23rd, 2021
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. //ALIASES
  2.  
  3. //HELPFUL
  4.  
  5. //SILENCE IN DM
  6. alias dm "ignorerad; ignoremsg; voice_enable 0"
  7.  
  8. //EASY DISCONNECT
  9. alias dc "disconnect"
  10.  
  11. //SCOREGRAPH
  12. bind "tab" "+_scoregraph;+graphSound"
  13.  
  14. alias "+_scoregraph" "+showscores; net_graphheight 0;"
  15. alias "-_scoregraph" "-showscores; net_graphheight 0;"
  16. alias "+graphSound" "playvol buttons/combine_button7 .7"
  17.  
  18. alias "+jumpthrow" "+jump;drop;-attack"
  19. alias "-jumpthrow" "-jump"
  20. bind "c" "+duck"
  21.  
  22. alias "avp" "buy awp"
  23. alias "0" "use weapon_incendiarygrenade"
  24. alias "t" "god"
  25.  
  26. bind "enter" "toggle cl_draw_only_deathnotices"
  27. bind "w" "playvol buttons/combine_button7 .7"
  28.  
  29. alias +skeet "playvol buttons/blip1 .2;+attack2"
  30. alias -skeet "-attack2"
  31. bind "mouse2" "+skeet"
  32.  
  33. alias +switch "playvol buttons/button18 .8;+attack"
  34. alias -switch "-attack"
  35. bind "mouse1" "+switch"
  36.  
  37. alias +swipe "playvol buttons/button9 .4;+speed"
  38. alias -swipe "-speed"
  39. bind "shift" "+swipe"
  40.  
  41. alias -slow "playvol buttons/blip2 .4;lastinv"
  42. bind "q" "-slow"
  43.  
  44. alias +rel "playvol buttons/button22 .9;+reload"
  45. alias -rel "-reload"
  46. bind "r" "+rel"
  47.  
  48. alias +flip "playvol buttons/combine_button1 .2"
  49. //BOUND TO Q^^^
  50.  
  51. bind "n" "buy mp9"
  52. bind "x" "buy deagle"
  53. bind "semicolon" "buy awp"
  54.  
  55. bind "4" "buy ak47"
  56. bind "k" "kill"
  57. bind "command" "buy defuser"
  58.  
  59. bind "v" "buy tec9"
  60.  
  61. bind "j" "fallback"
  62. bind "g" "drop"
  63.  
  64. bind "capslock" "autobuy"
  65. bind "5" "use weapon_c4"
  66. bind "i" "buy scar20"
  67. bind "b" "buymenu"
  68.  
  69. alias "q" "quit"
  70.  
  71. bind "m" "buy vesthelm"
  72.  
  73. mat_queue_mode 2
  74. cl_interp_ratio 1
  75. cl_interp 0
  76.  
  77. r_dynamic 0
  78. r_drawtracers_firstperson 0
  79. gameinstructor_enable 0
  80.  
  81. mat_queue_mode -1
  82. cl_showhelp 0
  83. cl_disablehtmlmotd 1
  84.  
  85. cl_disablefreezecam 1
  86. cl_autohelp 0
  87.  
  88. fps_max_menu 63
  89. fps_max 240
  90.  
  91. viewmodel_offset_y -1
  92. viewmodel_offset_z 0.5
  93.  
  94. cl_dm_buyrandomweapons 0
  95. cl_forwardspeed 500
  96. cl_backspeed 500
  97.  
  98. alias "1" "buy flashbang"
  99. alias "2" "buy molotov"
  100. alias "3" "buy smokegrenade"
  101.  
  102. bind "alt" "use weapon_healthshot"
  103. bind "ctrl" "buy g3sg1"
  104.  
  105. cl_crosshairalpha "255"
  106. cl_crosshaircolor "5"
  107. cl_crosshaircolor_b "0"
  108.  
  109. cl_crosshaircolor_r "255"
  110. cl_crosshaircolor_g "0"
  111. cl_crosshairdot "0"
  112.  
  113. cl_crosshairgap "-2.7"
  114. cl_crosshairsize "2"
  115. cl_crosshairstyle "4"
  116.  
  117. cl_crosshairusealpha "1"
  118. cl_crosshairthickness "0"
  119. cl_fixedcrosshairgap "0"
  120.  
  121. cl_crosshair_outlinethickness "0"
  122. cl_crosshair_drawoutline "0"
  123.  
  124. bind "b" "buymenu"
  125.  
  126. developer 1
  127.  
  128. alias "spin" "+right"; alias "spinoff" "-right"; bind "pgup" "spin"; bind "pgdn" "spinoff"
  129. bind mouse3 "toggle spin spinoff"
  130.  
  131. bind "a" "+moveleft"
  132. bind d "+moveright"
  133. bind s "+back"
  134. bind w +forward
  135.  
  136. cl_drawhud_force_deathnotices -1
  137. cl_autobuy vesthelm vest ak47 m4a4 defuser deagle
  138.  
  139. bind "z" "toggle cl_righthand 0 1"
  140.  
  141. viewmodel_offset_x 2.5
  142. viewmodel_offset_y -0.75
  143. viewmodel_offset_z 0.65
  144. viewmodel_fov 68
  145.  
  146. cl_bob_lower_amt 5
  147. cl_bobamt_lat 0.275
  148. cl_bobamt_vert 0.15
  149.  
  150. bind "l" "toggle cl_drawhud"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement