Advertisement
Guest User

Valla's Autoexec boii

a guest
Nov 9th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.11 KB | None | 0 0
  1. //Binds
  2. bind "x" "radio2"
  3. bind "1" "slot1"
  4. bind "3" "slot3"
  5. bind "capslock" "+duck"
  6. bind "f" "+use"
  7. bind "mouse4" "+voicerecord"
  8. bind "mouse5" "lastinv"
  9. //bind "MWHEELUP" "use weapon_knife; use weapon_flashbang;"
  10. bind "MWHEELUP" "use weapon_flashbang"
  11. bind "MWHEELDOWN" "+jump"
  12. bind "SPACE" "+jump"
  13. alias "dropc4" "use weapon_c4;drop"
  14. bind "t" "dropc4"
  15. bind "2" "slot2"
  16. bind "l" "radio3"
  17. bind "F1" "toggleconsole"
  18. bind "F3" "autobuy"
  19. bindtoggle "f4" "snd_mute_losefocus"
  20. unbind "F2"
  21. unbind "F5"
  22. unbind "F6"
  23. unbind "F7"
  24. unbind "F10"
  25. unbind "o"
  26. //unbind "`"
  27. alias "voicechat" "voice1"
  28. alias "voice1" "+voicerecord;alias voicechat voice2"
  29. alias "voice2" "-voicerecord;alias voicechat voice1"
  30. bind "o" "voicechat"
  31.  
  32. bind "\" "say !guns"
  33.  
  34. bind "P" "r_cleardecals" //Press L to clear decals
  35.  
  36.  
  37.  
  38. //'e' bind for finding bomb
  39. alias +bombfind "+use;gameinstructor_enable 1;cl_clearhinthistory"
  40. alias -bombfind "-use;gameinstructor_enable 0;cl_clearhinthistory"
  41. bind e "+bombfind"
  42.  
  43. //Knife on hold then back
  44. //alias +knife slot3
  45. //alias -knife lastinv
  46. //bind "mouse5" "+knife"
  47.  
  48. //Scroll through smoke-molotov
  49. alias switchsmoke "switch1"
  50. alias switch1 "use weapon_molotov; use weapon_incgrenade; use weapon_smokegrenade; alias switchsmoke switch2"
  51. alias switch2 "use weapon_smokegrenade; use weapon_molotov; use weapon_incgrenade; alias switchsmoke switch1"
  52. bind "4" "switchsmoke"
  53.  
  54. //Scroll through nade-decoy
  55. alias switchflash "switchF1"
  56. alias switchF1 "use weapon_decoy; use weapon_hegrenade; alias switchflash switchF2"
  57. alias switchF2 "use weapon_hegrenade; use weapon_decoy; alias switchflash switchF1"
  58. bind "mouse3" "switchflash"
  59.  
  60. // Jump Throw Script
  61. alias "+jumpthrow" "+jump;-attack"
  62. alias "-jumpthrow" "-jump"
  63. bind "c" "+jumpthrow"
  64.  
  65. //Increase Decrease Radar Size
  66. alias "+radar" "+use; cl_radar_always_centered 1; cl_radar_scale 0.50"
  67. alias "-radar" "-use; cl_radar_always_centered 0; cl_radar_scale 0.30"
  68. bind "v" "+radar;+lookatweapon"
  69.  
  70. //Show netgraph when checking scoreboard
  71. net_graph "1"
  72. alias "+scorenet" "+showscores; net_graphheight 0"
  73. alias "-scorenet" "-showscores; net_graphheight 9999"
  74. bind "TAB" "+scorenet"
  75.  
  76. // Disable in-game voice + no rebinds needed
  77. BindToggle "F5" "voice_enable"
  78.  
  79.  
  80. alias "ToggleInfo" "info_on"
  81. alias "info_on" "+cl_show_team_equipment; alias ToggleInfo info_off"
  82. alias "info_off" "-cl_show_team_equipment; alias ToggleInfo info_on"
  83. bind "`" "ToggleInfo"
  84.  
  85.  
  86.  
  87.  
  88. //Buy Binds
  89. //bind "KP_DOWNARROW" "buy galilar;buy famas" // Slash key, buys Galil or Famas
  90. //bind "KP_END" "buy p250" // Multiply key, buys P250
  91. //bind "KP_HOME" "buy ak47;buy m4a1" // 7 key, buys AK, M4 or silenced M4
  92. //bind "KP_UPARROW" "buy p90" // 8 key, buys P90
  93. //bind "KP_PGUP" "buy bizon" // 9 key, buys PP-Bizon
  94. //bind "KP_LEFTARROW" "buy defuser" // 4 key, buys defuse kit and rescue kit
  95. //bind "KP_5" "buy vesthelm;buy vest" // 5 key, tries to buy kevlar and helmet, if not enough money only buys kevlar
  96. //bind "KP_RIGHTARROW" "buy molotov;buy incgrenade" // 6 key, buys molotov or incendiary grenade
  97. //bind "KP_MULTIPLY" "buy hegrenade" // 1 key, buys HE grenade
  98. //bind "-" "buy flashbang" // 2 key, buys ONE flashbang, press twice to buy 2 flashbangs
  99. //bind "/" "buy smokegrenade" // 3 key, buys Smokegrenade
  100. bind "KP_PLUS" "buy ak47;buy m4a1" // Enter key, buys Decoygrenade
  101. //bind "KP_INS" "buy negev" // 0 key, buys Negev
  102. //bind "KP_DEL" "buy decoy" // Dot or comma key, currently not used
  103. bind "KP_ENTER" "buy vest;buy defuser" //Plus key, buys important equipment
  104. //UNUSED: PGDN
  105.  
  106.  
  107.  
  108.  
  109.  
  110. //BINDS OVER
  111.  
  112.  
  113.  
  114.  
  115.  
  116. //Rates
  117. cl_interp "0"
  118. cl_interp_ratio "1"
  119. rate "786432"
  120. cl_cmdrate "128"
  121. cl_updaterate "128"
  122. cl_interp_ratio "1"
  123. cl_interp "0"
  124. cl_lagcompensation "1"
  125. cl_predict "1"
  126. cl_predictweapons "1"
  127.  
  128.  
  129.  
  130. //Audio
  131. volume "0.38"
  132. voice_enable "1"
  133. voice_scale "0.4"
  134. snd_menumusic_volume "0"
  135.  
  136.  
  137. //Video
  138. fps_max "0" //OR 300
  139. fps_max_menu "140"
  140. r_drawtracers_firstperson "1"
  141. //mat_postprocess_enable "0" // ESEA only
  142.  
  143.  
  144.  
  145.  
  146.  
  147. //Mouse
  148. sensitivity "2.2"
  149. //zoom_sensitivity_ratio_mouse "0.818933027098955175"
  150. zoom_sensitivity_ratio_mouse "1"
  151. m_rawinput "1"
  152. m_mouseaccel2 "0"
  153. m_mouseaccel1 "0"
  154. m_customaccel "0"
  155. m_customaccel_exponent "0"
  156. m_customaccel_max "0"
  157. m_customaccel_scale "0"
  158. m_mousespeed "0"
  159.  
  160. //Crosshair
  161. cl_crosshair_drawoutline "1"
  162. cl_crosshair_outlinethickness "1"
  163. cl_crosshair_sniper_width "1"
  164. cl_crosshair_t "0.000000"
  165. cl_crosshairalpha "400.000000"
  166. cl_crosshaircolor "1.000000"
  167. cl_crosshaircolor_b "80.000000"
  168. cl_crosshaircolor_g "50.000000"
  169. cl_crosshaircolor_r "200.000000"
  170. cl_crosshairdot "0.000000"
  171. cl_crosshairgap "-1"
  172. cl_crosshairgap_useweaponvalue "0"
  173. cl_crosshairscale "0"
  174. cl_crosshairsize "3.000000"
  175. cl_crosshairstyle "4.000000"
  176. cl_crosshairthickness "1.500000"
  177. cl_crosshairusealpha "1"
  178. cl_fixedcrosshairgap "-11"
  179.  
  180.  
  181.  
  182. //HUD & Viewmodel
  183. hud_scaling "0.85"
  184. hud_showtargetid "1"
  185. cl_show_clan_in_death_notice "1"
  186. cl_righthand "1"
  187. cl_showloadout "1"
  188. cl_showpos "0"
  189. cl_showfps "0"
  190. viewmodel_fov "68"
  191. viewmodel_offset_x "2"
  192. viewmodel_offset_y "2"
  193. viewmodel_offset_z "-2"
  194. cl_hud_playercount_showcount "1"
  195. //cl_crosshair_recoil "0"
  196.  
  197. //Bobbing and movement shifting
  198. cl_viewmodel_shift_left_amt "0"
  199. cl_viewmodel_shift_right_amt "0"
  200. cl_bob_lower_amt "0"
  201. cl_bobamt_lat "0.1"
  202. cl_bobamt_vert "0.1"
  203. cl_bobcycle "0.1"
  204.  
  205. //Performance etc.
  206. r_dynamic "0"
  207. //r_drawtracers "0"
  208. r_drawtracers_firstperson "0"
  209. r_eyegloss "0" // No Makeup.
  210. r_eyemove "0" // No Eye Movement.
  211. r_eyeshift_x "0" // No Eye Movement X-Angel.
  212. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  213. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  214. r_eyesize "0" // Smaller Eyes.
  215.  
  216. //Radar
  217. cl_hud_radar_scale "1.23"
  218. cl_radar_always_centered "0"
  219. cl_radar_rotate "1"
  220. cl_radar_scale "0.3"
  221. cl_radar_icon_scale_min ".8"
  222. safezonex "1" // Lower values will move HUD towards the middle of the screen. safezonex is horizontal, safezoney
  223. safezoney "1" // is vertical. 0.85 = lowest, moved towards center of screen; 1 = highest, at the edges of screen
  224.  
  225. //Audio
  226. snd_mixahead "0.05"
  227. snd_mix_async "1"
  228.  
  229. //Misc
  230. cl_autohelp "0"
  231. cl_disablehtmlmotd "1"
  232. cl_showhelp "0"
  233. cl_downloadfilter "nosounds"
  234.  
  235. con_enable "1"
  236. con_filter_enable "2" //Print console
  237. con_filter_text "Damage " // highlight damage in console
  238. con_filter_text_out "Player:"
  239. ui_steam_overlay_notification_position "bottomright"
  240. player_nevershow_communityservermessage "1"
  241. mm_dedicated_search_maxping "80"
  242. gameinstructor_enable "0"
  243. option_duck_method "0"
  244. option_speed_method "0"
  245. cl_disablefreezecam "1"
  246. cl_freezecameffects_showholiday "0"
  247. cl_teammate_colors_show "2"
  248. cl_autowepswitch "0"
  249. cl_use_opens_buy_menu "0" // E opening buy menu
  250. closeonbuy "0"
  251. cl_freezecampanel_position_dynamic "0"
  252. //hud_takesshots "1" // scoreboard screenshot at end of match
  253. spec_replay_autostart "0" //Disable killcam
  254. cl_timeout "1337"
  255. cl_spec_mode "4" //First person default
  256. developer "0"
  257. cl_debugrumble "0"
  258. cl_rumblescale "0"
  259. cl_forcepreload "1"'
  260.  
  261.  
  262. //Net graph
  263. net_graph "1" //Shows my network usage data
  264. net_graphheight "990" //Changes height, used together with script
  265. net_graphmsecs "400" //The latency graph represents this many milliseconds
  266. net_graphpos "2" //Positioning of Net Graph
  267. net_graphproportionalfont "0" //Makes font smaller
  268. net_graphshowinterp "1" //Shows interpolation value
  269. net_graphshowlatency "1" //Shows latency value
  270. net_graphsolid "1" //Solid Net Graph
  271. net_graphtext "1" //Shows text fields
  272. net_maxroutable "1200" //Requested max packet size before packets are 'split'
  273. net_scale "5" //Makes font smaller
  274.  
  275.  
  276.  
  277.  
  278. echo "DONT FORGET TO PUT IN CONSOLE: -novid -nojoy -language bananagaming -nod3d3d9ex -freq 144 -tickrate 128 +exec autoexec.cfg"
  279. echo ""
  280. echo "Autoexec Loaded, be sharp ma boi"
  281. echo ""
  282. echo "Writing autoexec to Config file"
  283.  
  284.  
  285.  
  286.  
  287. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement