Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. //This is Maximum's config! I basically took a bunch of my scripts, gamebanana scripts, and Foekroka's config and made mine.
  2.  
  3. //Randoms
  4. cl_radar_always_centered 0
  5. cl_disablehtmlmotd 1
  6. cl_showfps 1
  7. cl_showpos 1
  8. net_graph 0
  9. exec BrainMod
  10. play player\vo\sas\radiobotendsolid07
  11. voice_mixer_volume "0.650000"
  12.  
  13. //Binds
  14. unbind alt
  15. unbind q
  16. bind 1 "slot1; cl_righthand 1; exec RifleCrosshairM"
  17. bind 2 "slot2; cl_righthand 1; exec PistolCrosshairM"
  18. bind 3 "slot3; cl_righthand 0; exec KnifeCrosshairM"
  19. bind mouse3 "exec GrenadeCrosshair"
  20. bind capslock "toggle voice_enable; play player\vo\anarchist\negativeno05"
  21. bind 0 ""
  22. bind mwheeldown "+jump"
  23. bind mwheelup "+jump"
  24. bind tab "+score"
  25. bind 4 "slot7" //flash
  26. bind q "slot8" //smoke
  27. bind h "slot6" //nade
  28.  
  29.  
  30. //Buy Binds
  31. bind "kp_5" "play player\vo\sas\radiobotendsolid07"
  32.  
  33. bind "kp_plus" "buy vesthelm;"
  34.  
  35. bind "kp_minus" "buy vest;"
  36.  
  37. bind "kp_rightarrow" "buy ssg08; play player\vo\anarchist\sniperwarning03"
  38.  
  39. bind "kp_pgup" "buy ak47; buy m4a1; play play player\vo\sas\onarollbrag13"
  40.  
  41. bind "kp_end" "buy awp; play player\vo\anarchist\sniperwarning01"
  42.  
  43. bind "kp_home" "buy deagle; play player\vo\sas\onarollbrag13"
  44.  
  45. bind "kp_leftarrow" "buy p250;"
  46.  
  47. bind "leftarrow" "buy smokegrenade; play player\vo\anarchist\t_smoke01"
  48.  
  49. bind "uparrow" "buy molotov; buy incgrenade; play player\vo\anarchist\t_molotov03"
  50.  
  51. bind "rightarrow" "buy hegrenade; play player\vo\anarchist\t_grenade01"
  52.  
  53. bind "downarrow" "buy flashbang; play player\vo\anarchist\t_flashbang01"
  54.  
  55. bind "kp_multiply" "buy defuser; play player\vo\sas\defusingbomb01"
  56.  
  57. bind "pgup" "buy awp; buy vesthelm;"
  58.  
  59. bind "pgdn" "buy ak47; buy m4a1; buy vesthelm;"
  60.  
  61. //Bomb drop
  62. bind "b" "use weapon_knife;use weapon_c4;drop"
  63.  
  64. //Jumpthrow
  65. alias "+jumpthrow" "+jump;-attack"
  66. alias "-jumpthrow" "-jump"
  67. bind "m" "+jumpthrow; exec RifleCrosshairM"
  68.  
  69. //Viewmodel
  70. viewmodel_presetpos "0"
  71. viewmodel_fov "68"
  72. viewmodel_offset_x "2.5"
  73. viewmodel_offset_y "1"
  74. viewmodel_offset_z "-1.500000"
  75.  
  76. //Removes Crouch Arm Shift
  77. cl_viewmodel_shift_left_amt "0"
  78. cl_viewmodel_shift_right_amt "0"
  79.  
  80. //Removes Weapon Bobbing
  81. cl_bob_lower_amt "5"
  82. cl_bobamt_lat "0"
  83. cl_bobamt_vert "0"
  84.  
  85. //Sound optimization
  86. snd_mixahead "0.05"
  87. snd_musicvolume "0.1"
  88. snd_headphone_pan_exponent "2"
  89. snd_headphone_pan_radial_weight "2
  90. snd_legacy_surround "0"
  91. snd_pitchquality "1"
  92. dsp_enhance_stereo "0"
  93. snd_deathcamera_volume 0
  94. snd_mapobjective_volume 0 // The bomb music played prior to the ten-second warning
  95. snd_menumusic_volume 0
  96. snd_roundend_volume 0
  97. snd_roundstart_volume 0
  98. snd_tensecondwarning_volume 0.2
  99.  
  100. //Interp
  101. cl_interp "0"
  102. cl_interp_ratio "1"
  103.  
  104. //Rate
  105. cl_cmdrate "128"
  106. cl_updaterate "128"
  107. rate "128000"
  108.  
  109. //Just to Be Safe
  110. m_mousespeed 0
  111. m_mouseaccel 0
  112. m_rawinput 1
  113.  
  114. //When Moving Scoped, Scope Moves Less
  115. cl_bobcycle "2"
  116.  
  117. //Mic Toggle
  118. Alias voicetoggle "voicetoggleon"
  119. alias voicetoggleon "+voicerecord; alias voicetoggle voicetoggleoff"
  120. alias voicetoggleoff "-voicerecord; alias voicetoggle voicetoggleon"
  121. bind "\" "voicetoggle"
  122.  
  123. //Null Movement
  124. alias +mfwd "-back; +forward; alias checkfwd +forward"
  125. alias +mback "-forward; +back; alias checkback +back"
  126. alias +mleft "-moveright; +moveleft; alias checkleft +moveleft"
  127. alias +mright "-moveleft; +moveright; alias checkright +moveright"
  128. alias -mfwd "-forward; checkback; alias checkfwd none"
  129. alias -mback "-back; checkfwd; alias checkback none"
  130. alias -mleft "-moveleft; checkright; alias checkleft none"
  131. alias -mright "-moveright; checkleft; alias checkright none"
  132. alias checkfwd none
  133. alias checkback none
  134. alias checkleft none
  135. alias checkright none
  136. alias none ""
  137. bind w "+mfwd;+cl_show_team_equipment"
  138. bind s +mback
  139. bind a +mleft
  140. bind d +mright
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement