Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. echo Config Loaded! (1/2)
  2.  
  3.  
  4. // Crosshair Settings
  5. cl_crosshairsize "1";
  6. cl_crosshairthickness "1";
  7. cl_crosshairusealpha "1";
  8. cl_crosshairalpha "200";
  9. cl_crosshairgap "-5";
  10. cl_crosshair_drawoutline "0";
  11. cl_crosshair_outlinethickness "0";
  12.  
  13. cl_crosshairdot "0";
  14. cl_crosshairstyle "4";
  15. cl_crosshaircolor "5";
  16. cl_crosshaircolor_r "50";
  17. cl_crosshaircolor_g "250";
  18. cl_crosshaircolor_b "50";
  19.  
  20.  
  21. // Viewmodels
  22. viewmodel_presetpos 0
  23. viewmodel_offset_x "1"
  24. viewmodel_offset_y "2"
  25. viewmodel_offset_z "-2"
  26. viewmodel_fov "68"
  27.  
  28. // Bob
  29. cl_bob_lower_amt "5"
  30. cl_bobamt_lat "0.1"
  31. cl_bobamt_vert "0.1"
  32. cl_bobcycle "0.98"
  33. cl_viewmodel_shift_left_amt "0"
  34. cl_viewmodel_shift_right_amt "0"
  35.  
  36. // Bindings
  37. bind "KP_INS" " buy vesthelm; buy vest; buy defuser;"
  38. bind "KP_END" "buy mac10; buy mp9;"
  39. bind "KP_DOWNARROW" "buy ump45;"
  40. bind "KP_PGDN" "buy p90;"
  41. bind "KP_LEFTARROW" "buy galilar; buy famas;"
  42. bind "KP_5" "buy ssg08;"
  43. bind "KP_RIGHTARROW" "buy ak47; buy m4a1;"
  44. bind "KP_HOME" "buy awp;"
  45. bind "KP_PGUP" "buy deagle;"
  46. bind "KP_MULTIPLY" " buy hegrenade;"
  47. bind "KP_MINUS" " buy flashbang; buy flashbang;"
  48. bind "KP_PLUS" " buy smokegrenade;"
  49. bind "KP_ENTER" " buy incgrenade; buy molotov;"
  50.  
  51. // No Tutorial or Info Messages (FPS BOOST)
  52. gameinstructor_enable "0" //Removes in game lessons
  53. cl_showhelp "0" //Removes on-screen help
  54. cl_autohelp "0" //Removes automatic help
  55. cl_disablefreezecam "1" //Disables Freezecam, very important to have off
  56. cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server
  57.  
  58. // Rates (Settings are optimized for best networking experience)
  59. rate "128000"
  60. cl_cmdrate "128"
  61. cl_updaterate "128"
  62. cl_interp_ratio "1"
  63. cl_interp "0"
  64. cl_lagcompensation "1"
  65. cl_predict "1"
  66. cl_predictweapons "1"
  67.  
  68. // Video
  69. mat_monitorgamma "1.6"
  70. mat_monitorgamma_tv_enabled "0"
  71.  
  72. // Sound
  73. voice_scale "0.4"
  74. snd_mixahead "0.05"
  75. snd_musicvolume "0"
  76.  
  77. // Other
  78. r_drawtracers_firstperson "0"
  79. cl_use_opens_buy_menu "0"
  80. mm_dedicated_search_maxping "50"
  81.  
  82. // Hud Modification (From Patch 1 May)
  83. hud_showtargetid "1"
  84. cl_hud_bomb_under_radar "1"
  85. cl_hud_color "7"
  86. cl_hud_radar_scale "0.9"
  87. cl_radar_scale "0.3"
  88. cl_radar_always_centered "0"
  89. cl_hud_playercount_showcount "0"
  90. cl_hud_playercount_pos "0"
  91. cl_hud_healthammo_style "1"
  92. cl_hud_background_alpha "0.2"
  93. cl_loadout_colorweaponnames "1"
  94. cl_radar_icon_scale_min "0.8"
  95. cl_showloadout "1"
  96. safezonex "1"
  97. safezoney "1"
  98.  
  99. // Fps
  100. cl_showfps 0
  101. fps_max 0
  102.  
  103. echo Config Loaded! (2/2)
  104.  
  105. // SCRIPTS BELOW, Not needed if you don't want them
  106.  
  107. // Show netgraph when checking scoreboard script
  108. alias "+scorenet" "+showscores; net_graphheight 0"
  109. alias "-scorenet" "-showscores; net_graphheight 9999"
  110. bind "TAB" "+scorenet"
  111.  
  112. // Display Damage with Switch Script
  113. alias displaydamage "displaydamage_on"
  114. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
  115. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
  116. bind "p" "displaydamage"
  117.  
  118. // Jump Throw Script 100% consistent
  119. alias "+jumpthrow" "+jump;-attack"
  120. alias "-jumpthrow" "-jump"
  121. bind "x" "+jumpthrow"
  122.  
  123. // How to pick up a specific grenade (E = HE) (Q = FLASH) (1 = SMOKE) (2 = FIRE) (3 = DECOY)
  124.  
  125. alias alt11 "use weapon_hegrenade"
  126. alias alt1 bind 1 alt11
  127. alias alt22 "use weapon_smokegrenade"
  128. alias alt2 bind 2 alt22
  129. alias alt33 "use weapon_flashbang"
  130. alias alt3 bind e alt33
  131. alias alt44 "use weapon_decoy"
  132. alias alt4 bind 3 alt44
  133. alias alt55 "buyanddrop"
  134. alias alt5 bind g alt55
  135. alias alt66 "disablevoice"
  136. alias alt6 bind v alt66
  137. alias defE "bind e +use"
  138. alias def1 "bind 1 slot1"
  139. alias def2 "bind 2 slot2"
  140. alias def4 "bind 3 slot3"
  141. alias def5 "bind g drop"
  142. alias def6 "bind v +voicerecord //CHANGE THE "V" TO VOICE KEY
  143. alias +altbinds "alte; alt1; alt2; alt3; alt4; alt5; alt6"
  144. alias -altbinds "defE; def1; def2; def3; def4; def5; def6"
  145. bind alt +altbinds
  146.  
  147. // Damage feed
  148. developer 1
  149. con_enable "1"
  150. con_filter_text "Damage Given"
  151. con_filter_text_out "Player:"
  152. con_filter_enable "2"
  153.  
  154. //double q one press
  155. alias "+knife" "slot3"
  156. alias "-knife" "lastinv"
  157. bind "q" "+knife"
  158.  
  159. //Net
  160. net_graph "1"
  161. net_graphheight "9999"
  162. alias "+scorenet" "+showscores; net_graphheight 0"
  163. alias "-scorenet" "-showscores; net_graphheight 9999"
  164. bind "TAB" "+scorenet"
  165.  
  166. //Drop bomb
  167. bind "z" "use weapon_c4;drop"
  168.  
  169. //Find the bomb
  170. BindToggle "c" "toggle gameinstructor_enable"
  171.  
  172. //Fake flash
  173. bind "8" "use weapon_knife; use weapon_p250; use weapon_hkp2000; use weapon_glock; use weapon_tec9; use weapon_fiveseven; use weapon_deagle; drop"
  174.  
  175. //clear blood
  176. bind "o" "r_cleardecals"
  177.  
  178. //disablefreezcam
  179. cl_disablefreezecam 1
  180.  
  181. //Radio
  182. bind "c" "radio3
  183. bind "z" "radio1
  184.  
  185. //Fast Flash
  186. unbind "9"
  187. bind "9" "use weapon_knife;use weapon_flashbang"
  188.  
  189. //Hud Anzahl der Spieler
  190. cl_hud_playercount_showcount 1
  191.  
  192. bind "uparrow" "buy usp_silencer; buy glock"
  193.  
  194. bind "leftarrow" "buy p250"
  195.  
  196. bind mwheelup +jump
  197.  
  198. bind mwheeldown +jump
  199.  
  200. fps_max 120
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement