Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 KB | None | 0 0
  1. //CORE HAVEN [autoexec.cfg]
  2.  
  3. //ALPHA
  4. host_writeconfig
  5. mat_queue_mode 2
  6.  
  7. //Alias
  8. alias "taser" "give weapon_taser"
  9. alias "zeus" "give weapon_taser"
  10. // Knive's
  11. alias "bayonet" "give weapon_bayonet"
  12. alias "flip" "give weapon_knife_flip"
  13. alias "gut" "give weapon_knife_gut"
  14. alias "karambit" "give weapon_knife_karambit"
  15. alias "m9_bayonet" "give weapon_knife_m9_bayonet"
  16. // Nade's
  17. alias "decoy" "give weapon_decoy"
  18. alias "flashbang" "give weapon_flashbang"
  19. alias "grenade" "give weapon_hegrenade"
  20. alias "incendiary" "give weapon_Incgrenade"
  21. alias "molotov" "give weapon_molotov"
  22. alias "smoke" "give weapon_smokegrenade"
  23. // Pistol's
  24. alias "deagle" "give weapon_deagle"
  25. alias "fiveseven" "give weapon_fiveseven"
  26. alias "glock" "give weapon_glock"
  27. alias "p2000" "give weapon_hkp2000"
  28. alias "P250" "give weapon_P250"
  29. alias "usp" "give weapon_usp_silencer"
  30. // Smgs
  31. alias "bizon" "give weapon_bizon"
  32. alias "mac10" "give weapon_mac10"
  33. alias "mp7" "give weapon_mp7"
  34. alias "mp9" "give weapon_mp9"
  35. alias "P90" "give weapon_P90"
  36. alias "ump" "give weapon_ump45
  37. // Heavy's
  38. alias "mag7" "give weapon_mag7"
  39. alias "Negev" "give weapon_negev"
  40. alias "Nova" "give weapon_nova"
  41. alias "Sawedoff" "give weapon_SAWEDOFF"
  42. alias "Xm" "give weapon_XM1014"
  43. // Rifles
  44. alias "ak" "give weapon_ak47"
  45. alias "aug" "give weapon_aug"
  46. alias "awp" "give weapon_awp"
  47. alias "colt" "give weapon_m4a1_silencer"
  48. alias "famas" "give weapon_famas"
  49. alias "galil" "give weapon_galilar"
  50. alias "m4" "give weapon_m4a1"
  51. alias "scar" "give weapon_SCAR20"
  52. alias "scout" "give weapon_ssg08"
  53.  
  54. // Map's
  55. alias "aztec" "map de_aztec "
  56. alias "cache" "map de_cache"
  57. alias "cobblestone" "map de_cbble"
  58. alias "dust" "map de_dust"
  59. alias "dust2" "map de_dust2"
  60. alias "inferno" "map de_inferno"
  61. alias "mill" "map de_mill"
  62. alias "mirage" "map de_mirage"
  63. alias "nuke" "map de_nuke"
  64. alias "overpass" "map de_overpass"
  65. alias "seaside" "map de_seaside"
  66. alias "season" "map de_season"
  67. alias "train" "map de_tain"
  68. alias "vertigo" "map de_vertigo"
  69.  
  70.  
  71. //Buy Binds (Make your binds whatever you would like)
  72. bind "End" "buy molotov; buy incgrenade;"
  73. bind "kp_home" "buy smokegrenade;"
  74. bind "kp_uparrow" " buy flashbang;"
  75. bind "kp_pgup" " buy hegrenade;"
  76. bind "kp_slash" "buy nova;"
  77. bind "kp_multiply" "buy mag7; buy sawedoff;"
  78. bind "kp_minus" "buy scout;"
  79. bind "kp_plus" "buy awp;"
  80. bind "kp_enter" "buy m4; buy ak47;"
  81. bind "kp_del" " buy defuser;"
  82. bind "kp_ins" " buy vesthelm; buy vest;"
  83. bind "kp_end" "buy p90;"
  84. bind "kp_downarrow" "buy ump45;"
  85. bind "kp_pgdn" "buy bizon;"
  86. bind "kp_leftarrow" "buy deagle; buy revolver;"
  87. bind "kp_5" "buy tec9; buy fiveseven;"
  88. bind "kp_rightarrow" "buy p250;"
  89.  
  90.  
  91.  
  92. //Crosshair
  93. crosshair "1"
  94. cl_crosshair_drawoutline "1";
  95. cl_crosshair_dynamic_maxdist_splitratio "0.35";
  96. cl_crosshair_dynamic_splitalpha_innermod "1";
  97. cl_crosshair_dynamic_splitalpha_outermod "0.5";
  98. cl_crosshair_dynamic_splitdist "7";
  99. cl_crosshair_outlinethickness "1";
  100. cl_crosshair_sniper_width "1";
  101. cl_crosshairalpha "150";
  102. cl_crosshaircolor "5";
  103. cl_crosshaircolor_b "255";
  104. cl_crosshaircolor_g "255";
  105. cl_crosshaircolor_r "255";
  106. cl_crosshairdot "0";
  107. cl_crosshairgap "-2";
  108. cl_crosshairgap_useweaponvalue "0";
  109. cl_crosshairscale "1000";
  110. cl_crosshairsize "2";
  111. cl_crosshairstyle "4";
  112. cl_crosshairthickness "1";
  113. cl_crosshairusealpha "1";
  114. cl_fixedcrosshairgap "9"
  115.  
  116.  
  117. //Miscellaneous
  118. mm_dedicated_search_maxping "150"
  119. con_enable "1"
  120. con_filter_text "Damage Given"
  121. con_filter_text_out "Player:"
  122. con_filter_enable "2"
  123. cl_loadout_colorweaponnames "0"
  124. cl_showloadout "0"
  125. cl_autohelp "0"
  126. cl_showhelp "0"
  127. cl_showpos "0"
  128. cl_autowepswitch "0"
  129. cl_disablefreezecam "1"
  130. cl_disablehtmlmotd "1"
  131. cl_downloadfilter "all"
  132. cl_forcepreload "1"
  133. cl_freezecameffects_showholiday "0"
  134. cl_righthand "1"
  135. cl_showpluginmessages "1"
  136. cl_spec_mode "4"
  137. cl_teammate_colors_show "1"
  138. cl_color "1"
  139. cl_use_opens_buy_menu "0"
  140. cl_allowdownload "1"
  141. cl_allowupload "0"
  142. cl_lagcompensation "1"
  143. cl_show_clan_in_death_notice "1"
  144. cl_showfps "0"
  145. cl_join_advertise "2"
  146. ds_get_newest_subscribed_files "1"
  147. mp_playerid_delay "0"
  148. gameinstructor_enable "1"
  149. closeonbuy "0"
  150. func_break_max_pieces "0"
  151. setinfo zb_wantautocashcalling "1"
  152. voice_enable "1"
  153. lobby_voice_chat_enabled "0"
  154. developer "1"
  155. option_duck_method "0"
  156. option_speed_method "0"
  157. player_nevershow_communityservermessage "1"
  158. ui_steam_overlay_notification_position "topright"
  159. echo "autoexec successfully loaded"
  160. safezonex "1"
  161. safezoney "1"
  162. cl_timeout "1337"
  163. r_dynamic "1"
  164. r_eyegloss "0"
  165. r_eyemove "0"
  166. r_eyeshift_x "0"
  167. r_eyeshift_y "0"
  168. r_eyeshift_z "0"
  169. r_eyesize "0"
  170. r_drawtracers_firstperson "1"
  171. muzzleflash_light "0"
  172. sys_antialiasing "0"
  173. sys_aspectratio "-1"
  174. sys_refldetail "0"
  175.  
  176. //Mouse
  177. m_rawinput "1"
  178. m_mouseaccel1 "0"
  179. m_mouseaccel2 "0"
  180. m_mousespeed "0"
  181. sensitivity "1.3" //Put your sensitivity PUT YOUR OWN SENS HERE! :)
  182. zoom_sensitivity_ratio_mouse "1.0"
  183.  
  184. //Radar [Greatly increases radar visibility]
  185. cl_radar_always_centered "0"
  186. cl_radar_icon_scale_min "0.4"
  187. cl_radar_rotate "1"
  188. cl_radar_scale "0.5"
  189. hud_scaling .88
  190.  
  191. //Rates and Interpolation
  192. net_graphpos "1"
  193. net_graphheight "64"
  194. net_graphmsecs "400"
  195. net_graphproportionalfont "1"
  196. net_graphshowinterp "1"
  197. net_graphshowlatency "1"
  198. net_graphsolid "1"
  199. net_graphtext "1"
  200. rate "196608"
  201. cl_cmdrate "128"
  202. cl_updaterate "128"
  203. cl_interp "0"
  204. cl_interp_ratio "1"
  205. net_maxroutable "1200"
  206. net_maxfragments "1200"
  207. net_client_steamdatagram_enable_override "1"
  208. steamdatagram_client_status
  209.  
  210. //DISPLAY
  211. dsp_enhance_stereo "1"
  212. fps_max "999"
  213. fps_max_menu "300"
  214. mat_force_bloom "0"
  215. mat_monitorgamma "1.6"
  216. mat_monitorgamma_tv_enabled "0"
  217.  
  218. //SOUND
  219. snd_headphone_pan_exponent "2"
  220. snd_pitchquality "1"
  221. snd_legacy_surround "0"
  222. snd_mixahead "0.05"
  223. snd_musicvolume "0"
  224. snd_mute_losefocus "0"
  225. snd_music_selection "0"
  226. soundscape_fadetime "9999"
  227. volume "0.5"
  228. windows_speaker_config "1"
  229. snd_front_headphone_position "45.0"
  230. snd_rear_headphone_position "135.0"
  231. voice_scale "0.7"
  232. dsp_slow_cpu "0"
  233.  
  234. //FPS Boost
  235. joystick 0
  236. joystick_force_disabled 1
  237. joystick_force_disabled_set 1
  238.  
  239. ///Omega
  240. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement