Advertisement
Vind55

Autoexec

Aug 21st, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. //ALPHA
  2. host_writeconfig
  3.  
  4. //Alias
  5. alias "taser" "give weapon_taser"
  6. alias "zeus" "give weapon_taser"
  7. // Knive's
  8. alias "bayonet" "give weapon_bayonet"
  9. alias "flip" "give weapon_knife_flip"
  10. alias "gut" "give weapon_knife_gut"
  11. alias "karambit" "give weapon_knife_karambit"
  12. alias "m9_bayonet" "give weapon_knife_m9_bayonet"
  13. // Nade's
  14. alias "decoy" "give weapon_decoy"
  15. alias "flashbang" "give weapon_flashbang"
  16. alias "grenade" "give weapon_hegrenade"
  17. alias "incendiary" "give weapon_Incgrenade"
  18. alias "molotov" "give weapon_molotov"
  19. alias "smoke" "give weapon_smokegrenade"
  20. // Pistol's
  21. alias "deagle" "give weapon_deagle"
  22. alias "fiveseven" "give weapon_fiveseven"
  23. alias "glock" "give weapon_glock"
  24. alias "p2000" "give weapon_hkp2000"
  25. alias "P250" "give weapon_P250"
  26. alias "usp" "give weapon_usp_silencer"
  27. // Smgs
  28. alias "bizon" "give weapon_bizon"
  29. alias "mac10" "give weapon_mac10"
  30. alias "mp7" "give weapon_mp7"
  31. alias "mp9" "give weapon_mp9"
  32. alias "P90" "give weapon_P90"
  33. alias "ump" "give weapon_ump45
  34. // Heavy's
  35. alias "mag7" "give weapon_mag7"
  36. alias "Negev" "give weapon_negev"
  37. alias "Nova" "give weapon_nova"
  38. alias "Sawedoff" "give weapon_SAWEDOFF"
  39. alias "Xm" "give weapon_XM1014"
  40. // Rifles
  41. alias "ak" "give weapon_ak47"
  42. alias "aug" "give weapon_aug"
  43. alias "awp" "give weapon_awp"
  44. alias "colt" "give weapon_m4a1_silencer"
  45. alias "famas" "give weapon_famas"
  46. alias "galil" "give weapon_galilar"
  47. alias "m4" "give weapon_m4a1"
  48. alias "scar" "give weapon_SCAR20"
  49. alias "scout" "give weapon_ssg08"
  50.  
  51. // Map's
  52. alias "aztec" "map de_aztec "
  53. alias "cache" "map de_cache"
  54. alias "cobblestone" "map de_cbble"
  55. alias "dust" "map de_dust"
  56. alias "dust2" "map de_dust2"
  57. alias "inferno" "map de_inferno"
  58. alias "mill" "map de_mill"
  59. alias "mirage" "map de_mirage"
  60. alias "nuke" "map de_nuke"
  61. alias "overpass" "map de_overpass"
  62. alias "seaside" "map de_seaside"
  63. alias "season" "map de_season"
  64. alias "train" "map de_tain"
  65. alias "vertigo" "map de_vertigo"
  66.  
  67. //Bindings For Practice
  68. bind "alt" "noclip"
  69. bind "=" "give weapon_hegrenade; give weapon_flashbang; give weapon_smokegrenade; give weapon_decoy"
  70. bind "end" "quit" //quits the game from within a map.
  71. bind "home" "disconnect" //disconnects from server and returns to home screen.
  72. bind "9" "r_cleardecals" //clears bullet holes and blood spatter.
  73. bind "pgdn" "volume 0.01" //Lowers in game volume easily while DM'ing
  74. bind "pgup" "volume .20" //Change to your default volume
  75. sv_noclipspeed 2
  76.  
  77. //Buy Binds (Make your binds whatever you would like)
  78. bind "MOUSE5" "buy vesthelm; Buy vest; Buy deagle; buy nova"
  79. bind "c" "buy vesthelm; Buy vest"
  80. bind "f2" "Buy famas; Buy galilar"
  81. bind "" "Buy ump45"
  82. bind "f4" "Buy p250"
  83. bind "f5" "Buy smokegrenade"
  84. bind "f6" "Buy hegrenade"
  85. bind "f7" "Buy flashbang"
  86. bind "f8" "buy molotov; buy incgrenade"
  87. bind "f9" "Buy vesthelm; Buy vest"
  88. bind "f10" "Buy defuser; Buy rescue"
  89. bind "i" "Buy Decoy"
  90. bind "O" "Buy fiveseven; Buy tec9"
  91. bind "P" "Buy deagle"
  92. bind "]" "Buy awp"
  93. bind "\" "Buy scar20; buy g3sg1"
  94. bind "k" "Buy nova"
  95. bind "l" "Buy mag7; Buy sawedoff"
  96. bind "'" "Buy aug; Buy Sg553"
  97. bind "MOUSE3" "buy vesthelm; Buy vest; Buy deagle; buy ak; Buy deagle; buy colt"
  98.  
  99. //Crosshair
  100. cl_crosshair_drawoutline "0"
  101. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  102. cl_crosshair_dynamic_splitalpha_innermod "1"
  103. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  104. cl_crosshair_dynamic_splitdist "7"
  105. cl_crosshair_outlinethickness "1"
  106. cl_crosshair_sniper_show_normal_inaccuracy "0"
  107. cl_crosshair_sniper_width "1"
  108. cl_crosshair_t "0"
  109. cl_crosshairalpha "255"
  110. cl_crosshaircolor "1"
  111. cl_crosshaircolor_b "0"
  112. cl_crosshaircolor_g "0"
  113. cl_crosshaircolor_r "250"
  114. cl_crosshairdot "0"
  115. cl_crosshairgap "-2.500000"
  116. cl_crosshairgap_useweaponvalue "0"
  117. cl_crosshairscale "0"
  118. cl_crosshairsize "1.500000"
  119. cl_crosshairstyle "4"
  120. cl_crosshairthickness "0"
  121. cl_crosshairusealpha "1"
  122. cl_fixedcrosshairgap "-4.5"
  123.  
  124.  
  125.  
  126.  
  127.  
  128. //Miscellaneous
  129. cl_crosshair_sniper_width 1
  130. cl_allowdownload "1
  131. cl_autowepswitch "0"
  132. cl_autohelp "0"
  133. cl_disablehtmlmotd 1 //This has to be "0" for Altpug
  134. cl_downloadfilter "0"
  135. cl_showhelp "0"
  136. cl_forcepreload "1"
  137. cl_lagcompensation "1"
  138. cl_show_clan_in_death_notice "1" //0 if you want only names of players in kill feed.
  139. cl_showfps "1"
  140. cl_showloadout "1"
  141. cl_teammate_colors_show "1" //1 if you want teamates to have color coded :)
  142. cl_use_opens_buy_menu "0" /doesn't allow E to open buy menu! YAY!
  143. con_filter_text "damage" // Filters damage in the console nicely!
  144. con_filter_enable "2" // Filters damage in the console nicely!
  145. ds_get_newest_subscribed_files "1"
  146. fps_max "1223" //Put your refresh rate +1, you cannot see frames past your Hz
  147. fps_max_menu "1200" //Put your refresh rate +1
  148. gameinstructor_enable "0"
  149. hud_showtargetid "1" //Makes it easier to spot enemies
  150. mm_dedicated_search_maxping "85" //No more than 100
  151. r_drawtracers_firstperson "1" //I have gone back to it because I feel it helps me control recoil better.
  152.  
  153. //Mouse
  154. m_rawinput "1"
  155. m_mouseaccel1 "0"
  156. m_mouseaccel2 "0"
  157. m_mousespeed "0"
  158. sensitivity "4.01" //Put your sensitivity PUT YOUR OWN SENS HERE! :)
  159. zoom_sensitivity_ratio_mouse "1.0"
  160.  
  161. /////// Net Graph (Makes netgraph appear while pressing Tab)
  162. alias "+ng" "+showscores; net_graph 1; net_graphpos 2"
  163. alias "-ng" "-showscores; net_graph 0"
  164. bind "TAB" "+ng"
  165. net_graphheight "0"
  166. net_graphpos "2"
  167. net_graphproportionalfont "0"
  168.  
  169. //Radar [Greatly increases radar visibility]
  170. cl_radar_always_centered "1"
  171. cl_radar_icon_scale_min "0.4"
  172. cl_radar_rotate "1"
  173. cl_radar_scale "0.5"
  174. hud_scaling .88
  175.  
  176. //Rates and Interpolation
  177. net_graph "1"
  178. net_graphpos "1"
  179. net_graphheight "0"
  180. cl_cmdrate "128"
  181. cl_interp "0"
  182. cl_interp_ratio "1"
  183. cl_updaterate "128"
  184. rate "128000"
  185.  
  186. //Viewmodel Postion [Set values to your preference] This is what I use!
  187. cl_viewmodel_shift_left_amt "0.500000"
  188. cl_viewmodel_shift_right_amt "0.250000"
  189. viewmodel_fov "68"
  190. viewmodel_offset_x "1.200000"
  191. viewmodel_offset_y "2"
  192. viewmodel_offset_z "-1.600000"
  193. viewmodel_presetpos "0"
  194. cl_bob_lower_amt "5.000000"
  195. cl_bobamt_lat "0.100000"
  196. cl_bobamt_vert "0.100000"
  197. cl_bobcycle "0.98"
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204. //Other Binds
  205. cl_show_team_equipment
  206. bind ยง "toggleconsole"
  207. bind MOUSE4 "+voicerecord"
  208. bind LSHIFT "toggle cl_righthand 0 1"
  209. ///Zomega
  210. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement