Advertisement
Guest User

autoexec

a guest
Jun 27th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. unbindall
  2. bind DOWNARROW "exec autoexec"
  3. +cl_show_team_equipment
  4.  
  5.  
  6. //////Music volume
  7. snd_musicvolume "0.080000"
  8. snd_menumusic_volume "1.000000"
  9. snd_roundstart_volume "0.700000"
  10. snd_roundend_volume "0.500000"
  11. snd_mapobjective_volume "0.400000"
  12. snd_tensecondwarning_volume "0.500000"
  13. snd_deathcamera_volume "0.700000"
  14.  
  15. /////// Map in lobby
  16. developer "1"
  17. con_enable "1"
  18. con_filter_enable "2"
  19. con_filter_text_out "game:mapgroupname"
  20. con_filter_text "game:map"
  21.  
  22. ///////Fix user interface
  23. alias fixui "mat_setvideomode 1920 1080 1; mat_setvideomode 1920 1080 0"
  24.  
  25. ///////CrouchJump
  26. alias +cjump "+jump; +duck"
  27. alias -cjump "-jump; -duck"
  28.  
  29. ///////Crosshair
  30. cl_crosshair_drawoutline "0";
  31. cl_crosshair_dynamic_maxdist_splitratio "0.35";
  32. cl_crosshair_dynamic_splitalpha_innermod "1";
  33. cl_crosshair_dynamic_splitalpha_outermod "0.5";
  34. cl_crosshair_dynamic_splitdist "7";
  35. cl_crosshair_outlinethickness "1";
  36. cl_crosshairalpha "200";
  37. cl_crosshaircolor "1";
  38. cl_crosshaircolor_b "50";
  39. cl_crosshaircolor_g "250";
  40. cl_crosshaircolor_r "50";
  41. cl_crosshairdot "0";
  42. cl_crosshairgap "-2";
  43. cl_crosshairgap_useweaponvalue "0";
  44. cl_crosshairscale "0";
  45. cl_crosshairsize "4";
  46. cl_crosshairstyle "4";
  47. cl_crosshairthickness "0.7";
  48. cl_crosshairusealpha "1"
  49.  
  50. ///////Viewmodel
  51.  
  52. cl_bobamt_lat 0.1
  53. cl_bobamt_vert 0.14
  54. cl_bobcycle 0.98
  55. cl_viewmodel_shift_left_amt 0.5
  56. cl_viewmodel_shift_right_amt 0.25
  57. viewmodel_offset_x 1
  58. viewmodel_offset_y 2
  59. viewmodel_offset_z -1
  60. cl_bob_lower_amt 0
  61. viewmodel_fov 68
  62.  
  63. ///////Binds
  64.  
  65. cl_autowepswitch "0"
  66. sensitivity 2
  67.  
  68. bind "f3" "buy hegrenade; buy smokegrenade; buy molotov; buy flashbang"
  69.  
  70. bind "'" "toggleconsole"
  71. bind "1" "slot1"
  72. bind "2" "slot2"
  73. bind "3" "slot3"
  74. bind "4" "slot4"
  75. bind "5" "slot5"
  76.  
  77. bind "tab" "+showscores"
  78. bind "a" "use weapon_knife;use weapon_awp;use weapon_ssg08;use weapon_scar20;use weapon_G3SG1"
  79. bind "z" "+forward; r_cleardecals"
  80. bind "e" "+use"
  81. bind "r" "+reload"
  82. bind "t" "noclip"
  83. bind "y" "messagemode"
  84. bind "u" "messagemode2"
  85.  
  86. bind "q" "+moveleft"
  87. bind "s" "+back"
  88. bind "d" "+moveright"
  89. bind "f" "+lookatweapon"
  90. bind "g" "drop"
  91. bind "h" "+spray_menu"
  92.  
  93. bind "shift" "+speed"
  94. bind "w" "radio1"
  95. bind "x" "radio2"
  96. bind "c" "+cjump"
  97. bind "v" "+voicerecord"
  98. bind "b" "buymenu"
  99. bind "n" "callvote"
  100.  
  101. bind "ctrl" "+duck"
  102. bind "space" "+jump"
  103.  
  104. bind "MOUSE1" "+attack"
  105. bind "MOUSE2" "+attack2"
  106. bind "MOUSE3" "slot2"
  107. bind "MOUSE4" "slot3"
  108. bind "MOUSE5" "slot1"
  109.  
  110. cl_join_advertise 2
  111. tv_nochat 1
  112. net_graph 1
  113. net_graphproportionalfont 0
  114.  
  115. bind "INS" "sv_cheats 1"
  116. bind "DEL" "mp_limitteams 0;mp_autoteambalance 0;mp_roundtime 60;mp_roundtime_defuse 60;mp_maxmoney 60000;mp_startmoney 60000;mp_freezetime 0;mp_buytime 9999;mp_buy_anywhere 1;sv_infinite_ammo 1;ammo_grenade_limit_total 5;bot_kick;mp_warmup_end;mp_restartgame 1;sv_enablebunnyhopping 1; sv_autobunnyhopping 1"
  117. host_writeconfig
  118.  
  119. bind "F10" "quit prompt"
  120.  
  121. clear
  122. echo "Autoexec Loaded!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement