bigganigga1991

Untitled

Jan 3rd, 2015
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.91 KB | None | 0 0
  1. cl_allowdownload "1
  2. cl_autowepswitch "0"
  3. cl_autohelp "0"
  4. cl_downloadfilter "0"
  5. cl_showhelp "0"
  6. cl_forcepreload "1"
  7. cl_lagcompensation "1"
  8. cl_showfps "0"
  9. cl_showloadout "1"
  10. fps_max "0" //Put your refresh rate +1, you cannot see frames past your Hz blah blah mouse lag blah blah negative mouse acceleration
  11. fps_max_menu "30" //now no-one can say I don't do my part to save energy
  12. gameinstructor_enable "0"
  13.  
  14. //viewmodel
  15. alias "quakeview" "viewmodel_fov 68; viewmodel_offset_x -2; viewmodel_offset_y 2; viewmodel_offset_z -2; viewmodel_presetpos 0; alias viewmodeldefault quakeview"
  16. alias "pr0" "viewmodel_fov 68; viewmodel_offset_x 2.5; viewmodel_offset_y 2; viewmodel_offset_z -2; viewmodel_presetpos 0; alias viewmodeldefault pr0"
  17. alias viewmodeldefault
  18. quakeview
  19. //mouse stuff
  20. sensitivity "1.35" //800dpi
  21. zoom_sensitivity_ratio_mouse "0.6"
  22. m_rawinput "0"
  23. m_customaccel "0"
  24. m_mouseaccel1 "0"
  25. m_mouseaccel2 "0"
  26. m_mousespeed "0"
  27.  
  28. //rates
  29. rate 128000
  30. cl_updaterate 128
  31. cl_cmdrate 128
  32. cl_interp_ratio 1
  33. cl_interp 0
  34.  
  35. //cool shit i stole from mattye that displays damage given out and who to at the top of the page
  36. developer 1
  37. con_filter_enable 2
  38. con_filter_text_out "Player:"
  39. con_filter_text "damage given"
  40.  
  41. //Radar Expanding + classic view model change for lining up nades
  42. bind "E" "+radar"
  43. alias "+radar" "+use; cl_radar_always_centered 0; cl_righthand 1; cl_radar_scale 0.3; viewmodel_presetpos 3; cl_crosshairsize 800"
  44. alias "-radar" "-use; cl_radar_always_centered 1; cl_righthand 0; cl_radar_scale 0.65; viewmodeldefault; cl_crosshairsize 4"
  45.  
  46. //binds
  47. alias "rotateguns1" "slot1; bind mwheeldown rotateguns2"
  48. alias "rotateguns2" "slot2; resetrotateguns"
  49. alias "resetrotateguns" "bind mwheeldown rotateguns1"
  50.  
  51. bind "MOUSE1" "+attack"
  52. bind "MOUSE2" ""
  53. bind "MOUSE3" "use weapon_knife;use weapon_c4"
  54. bind "MOUSE4" "+voicerecord"
  55. bind "MOUSE5" "+attack2"
  56. bind "mwheelup" "+jump"
  57. bind "mwheeldown" "rotateguns1" // no more fucking cycling around for weapons
  58. bind "f" "+lookatweapon; use weapon_flashbang"
  59. bind "alt" "+lookatweapon; use weapon_hegrenade"
  60. bind "space" "+bounce" //Because crouch jumping is for jerks
  61. alias "+bounce" "+jump; +duck"
  62. alias "-bounce" "-jump; -duck;"
  63.  
  64. bind "q" "+mlgswap"
  65. alias "+mlgswap" "slot3"
  66. alias "-mlgswap" "slot2; slot1"
  67.  
  68. bind g "+pickdrop" //hold G and you'll pick up any weapon on the floor automatically
  69. alias "+pickdrop" "drop; cl_autowepswitch 1"
  70. alias "-pickdrop" "cl_autowepswitch 0"
  71.  
  72. //Chat Binds
  73. bind "p" "say cry about it"
  74. bind "o" "say report my fucking dick faggot"
  75. bind "[" "say BYPASS OVERWATCH BANS WITH GAMERFOOD OFFICIAL STEAM ID SPOOFER 59.99/MO WWW.TEAMGAMERFOOD.COM"
  76. bind "]" "say GET GOOD QUICK WITH TEAM GAMERFOODS OFFICIAL BOOSTING SERVICE 19.99/RANK"
  77. bind "k" "kill; say help I've had a heart attack"
  78. bind "F10" "say bg, fuck this shit; disconnect"
  79.  
  80. //Buy Binds
  81. bind "f3" "buy vest; buy vesthelm; use weapon_knife" //ez eco
  82. bind "f4" "buy vest; buy vesthelm; buy m4a1; buy ak47; buy defuser; use weapon_knife" //ez fullbuy
  83. bind "f5" "buy awp; use weapon_knife"
  84.  
  85. //keep looking at weapon like idiot
  86. alias "+fagattack" "+attack; -lookatweapon; gmrfd2"
  87. alias "-fagattack" "-attack; +lookatweapon; gmrfd"
  88. alias "gmrfd" "say I AM DERANKING LOL LOOK AT MY GUN"
  89. alias "gmrfd2" "say FREE WINS FOR YOU, SEND THANKS TO [email protected]"
  90.  
  91. // Null-cancelling movement script
  92. // (prevents you from pressing two opposing directions, which causes you to stop moving)
  93. // Makes stutterstepping easier
  94. bind w +mfwd
  95. bind s +mback
  96. bind a +mleft
  97. bind d +mright
  98.  
  99. alias +mfwd "-back;+forward;alias checkfwd +forward"
  100. alias +mback "-forward;+back;alias checkback +back"
  101. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  102. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  103. alias -mfwd "-forward;checkback;alias checkfwd none"
  104. alias -mback "-back;checkfwd;alias checkback none"
  105. alias -mleft "-moveleft;checkright;alias checkleft none"
  106. alias -mright "-moveright;checkleft;alias checkright none"
  107. alias checkfwd none
  108. alias checkback none
  109. alias checkleft none
  110. alias checkright none
  111. alias none ""
  112.  
  113. //perfect jumpthrow nade bind
  114. alias "+jumpthrow" "+jump;-attack"
  115. alias "-jumpthrow" "-jump"
  116. bind "z" "+jumpthrow"
  117.  
  118. //netgraph on tab, but not on screen without it and not 1 second behind because it's just being loaded
  119. net_graph "1"
  120. net_graphheight "9999"
  121. bind "TAB" "+scorenet"
  122. alias "+scorenet" "+showscores; net_graphheight 0"
  123. alias "-scorenet" "-showscores; net_graphheight 9999"
  124.  
  125. //crosshair shit
  126. cl_crosshair_drawoutline "1"
  127. cl_crosshair_outlinethickness "1"
  128. cl_crosshairalpha "255"
  129. cl_crosshaircolor "0"
  130. cl_crosshairdot "0"
  131. cl_crosshairgap "-1"
  132. cl_crosshairscale "2"
  133. cl_crosshairsize "4"
  134. cl_crosshairstyle "4"
  135. cl_crosshairthickness "1"
  136. cl_crosshairusealpha "1"
  137.  
  138. //HUD shit
  139. cl_hud_background_alpha "0.750000"
  140. cl_hud_bomb_under_radar "0"
  141. cl_hud_color "8"
  142. cl_hud_healthammo_style 1
  143. cl_hud_radar_scale 0.9
  144. cl_hud_playercount_pos 0
  145. cl_hud_playercount_showcount 1
  146. hud_scaling "0.850000"
  147. hud_showtargetid "1"
  148. safezonex
  149.  
  150. //sound placebo shit that supposed to fix the directions
  151. windows_speaker_config "1"
  152. snd_legacy_surround "0"
  153. snd_mixahead "0.05"
  154. snd_music_selection "1"
  155. snd_musicvolume "0"
  156. snd_musicvolume_multiplier_inoverlay "0"
  157. snd_headphone_pan_exponent "2"
  158. snd_headphone_pan_radial_weight "2"
  159. lobby_voice_chat_enabled 0
  160.  
  161. //graphics placebo
  162. r_dynamic "0"
  163. r_eyegloss "0"
  164. sys_antialiasing "0"
  165. sys_refldetail "0"
  166. mat_monitorgamma "1.6"
  167. mat_monitorgamma_tv_enabled "1"
  168. func_break_max_pieces "0"
  169. cl_forcepreload 1
  170. cl_predict "1"
  171. cl_predictweapons "1"
  172. muzzleflash_light "0"
  173. cl_detail_avoid_force "0"
  174. cl_detail_avoid_radius "0"
  175. cl_detail_avoid_recover_speed "0"
  176. cl_detail_max_sway "0"
  177. muzzleflash_light 0
  178.  
  179. bind "shift" "+speed;r_cleardecals"
  180. bind "CTRL" "+duck;r_cleardecals"
  181.  
  182. voice_enable 1
  183. cl_disablehtmlmotd 0 //will need to set this to 0 for cevo
  184. player_nevershow_communityservermessage 1
  185. host_writeconfig
Add Comment
Please, Sign In to add comment