Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. clear
  2.  
  3. mat_queue_mode 2
  4.  
  5. viewmodel_presetpos "0"
  6. viewmodel_fov 60
  7. viewmodel_offset_x 1
  8. viewmodel_offset_y 1
  9. viewmodel_offset_z -1
  10. cl_bob_lower_amt "0"
  11. cl_bobamt_lat "0"
  12. cl_bobamt_vert "0"
  13.  
  14.  
  15.  
  16. ////High Quality Sound///
  17. snd_mixahead "0.05"
  18. snd_headphone_pan_exponent "2"
  19. snd_musicvolume "0"
  20. snd_front_headphone_position "45.0"
  21. snd_rear_headphone_position "135.0"
  22.  
  23.  
  24. ///Mouse Input///
  25. m_rawinput "1"
  26. m_mouseaccel1 "0"
  27. m_mouseaccel2 "0"
  28.  
  29. Disables annoying Server Ads:
  30. cl_disablehtmlmotd "0"
  31.  
  32.  
  33.  
  34. ///CHAIR///
  35. cl_crosshairalpha "255";cl_crosshaircolor "5";cl_crosshaircolor_b "255";cl_crosshaircolor_r "255";cl_crosshaircolor_g "255";cl_crosshairdot "0";cl_crosshairgap "-2";cl_crosshairsize "2";cl_crosshairstyle "4";cl_crosshairusealpha "1";cl_crosshairthickness "0.5";cl_fixedcrosshairgap "-2";cl_crosshair_outlinethickness "1";cl_crosshair_drawoutline "1";
  36.  
  37.  
  38. //////RATES///////
  39.  
  40. cl_interp "0"
  41. cl_interp_ratio "1"
  42. cl_cmdrate "128"
  43. cl_updaterate "128"
  44. rate "786432""
  45. fps_max "999"
  46.  
  47. ///MISC///
  48. cl_radar_always_centered "0"
  49. cl_bobamt_lat "0.1"
  50. cl_bobamt_vert "0.1"
  51. cl_forcepreload "1"
  52. cl_teammate_colors_show "2"
  53. cl_use_opens_buy_menu "0"
  54. cl_autowepswitch "0"
  55.  
  56.  
  57. //NET//
  58. net_graph "1"
  59. net_graphheight "9999"
  60. bind "TAB" "+scorenet"
  61. alias "+scorenet" "+showscores; net_graphheight 0"
  62. alias "-scorenet" "-showscores; net_graphheight 9999"
  63.  
  64.  
  65. //////Buyscript
  66.  
  67. //// Binds
  68.  
  69. bind "kp_end" "buy ak47; buy m4a1;"
  70. bind "kp_downarrow" "buy galilar; buy famas;"
  71. bind "kp_pgdn" "buy mac10; buy mp9;"
  72. bind "kp_ins" "buy vesthelm;"
  73. bind "kp_del" "buy vest;"
  74. bind "kp_enter" "buy defuser;"
  75. bind "kp_home" "buy flashbang; buy flashbang;"
  76. bind "kp_uparrow" "buy smokegrenade;"
  77. bind "kp_pgup" "buy hegrenade;"
  78. bind "kp_slash" "buy molotov; buy incgrenade;"
  79. bind "kp_leftarrow" "buy p250;"
  80. bind "kp_5" "buy tec9; buy fiveseven;"
  81. bind "kp_rightarrow" "buy awp;"
  82.  
  83.  
  84. ////Weapon pack alias
  85.  
  86. //alias "Mark1" "defuser; vesthelm"
  87. //alias "Mark2" "rifle2; deagle; defuser; grenades; vesthelm; taser"
  88. //alias "Mark3" "p90; deagle; defuser; grenades; vesthelm; taser"
  89. //alias "Mark4" "scout; deagle; defuser; grenades; vesthelm; taser"
  90. //alias "grenades" "firebomb; flashbang; hegrenade"
  91.  
  92. ////Gun Alias
  93.  
  94. //Pistols
  95. alias glock "buy glock"
  96. alias elite "buy elite" //recommended
  97. alias fiveseven "buy fiveseven"
  98. alias deagle "buy deagle" //recommended
  99. alias pistol1 "buy fiveseven; buy tec9"
  100. alias p250 "buy p250"
  101.  
  102. //Rifles
  103. alias rifle1 "buy ak47; buy m4a1" //recommended
  104. alias rifle2 "buy galilar; buy famas" //recommended
  105.  
  106. //SMG
  107. alias p90 "buy p90"
  108. alias mp7 "buy mp7"
  109. alias smg1 "buy mp9; buy mac10"
  110. alias bizon "buy bizon"
  111. alias ump "buy ump45"
  112.  
  113. //Snipers
  114. alias awp "buy awp"
  115. alias autosniper "buy g3sg1; buy scar20"
  116. alias scout "buy ssg08" //recommended
  117. alias rifle-zoom "buy sg556; buy aug" //recommended
  118.  
  119. //Shotguns
  120. alias autoshotty "buy xm1014"
  121. alias shotgun1 "buy sawedoff; buy mag7"
  122. alias nova "buy nova"
  123.  
  124. //Machine guns
  125. alias negev "buy negev"
  126. alias m249 "buy m249"
  127.  
  128. //Grenades
  129. alias flashbang "buy flashbang" //recommended
  130. alias smokegrenade "buy smokegrenade"
  131. alias hegrenade "buy hegrenade" //recommended
  132. alias firebomb "buy molotov; buy incgrenade" //recommended
  133. alias decoy "buy decoy"
  134.  
  135. //Gear
  136. alias vesthelm "buy vesthelm;buy vest" //recommended
  137. alias defuser "buy defuser" //recommended
  138. alias taser "buy taser"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement