Advertisement
Guest User

Tayhay's autoexec

a guest
Mar 30th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. //ALIASES
  2.  
  3. alias +shownet "+showscores; net_graphheight 64"
  4. alias -shownet "-showscores; net_graphheight 9999"
  5.  
  6. alias dc "disconnect"
  7.  
  8. alias +skeet "playvol buttons/arena_switch_press_02 .3;+attack"
  9. alias -skeet "-attack"
  10. alias +flip "playvol buttons/button9 .1"
  11. alias +switch "playvol buttons/button18 .4"
  12. alias +lever "playvol buttons/button17 .2"
  13. alias +slow "playvol buttons/lever7 .1"
  14. alias +low "playvol buttons/combine_button2 .1"
  15. alias +swipe "playvol buttons/button9 .1"
  16.  
  17. //BINDS
  18.  
  19. unbindall
  20.  
  21. //MOUSE
  22.  
  23. bind mouse1 "+attack;+skeet"
  24. bind mouse2 "+attack2"
  25. bind mouse3 "toggle m_yaw 0.022 300"
  26. bind mwheelup "invprev"
  27. bind mwheeldown "+jump"
  28.  
  29. //KEYBOARD
  30.  
  31. //DIRECTIONAL
  32.  
  33. bind "w" "+forward; toggle cl_hud_color 5 6 4 3 2 1 9 8 7 10; r_cleardecals"
  34. bind "s" "+back; toggle cl_hud_color 5 6 4 3 2 1 9 8 7 10"
  35. bind "a" "+moveleft; toggle cl_hud_color 5 6 4 3 2 1 9 8 7 10"
  36. bind "d" "+moveright; toggle cl_hud_color 5 6 4 3 2 1 9 8 7 10"
  37. bind "ctrl" "+duck;+low"
  38. bind "shift" "+speed;+slow"
  39.  
  40. //INTERACT/SELECT
  41.  
  42. bind "r" "+reload"
  43. bind "e" "+use;+lever"
  44. bind "f" "+lookatweapon;+flip;"
  45. bind "g" "drop;+switch"
  46. bind "q" "lastinv;+swipe"
  47. bind "u" "+voicerecord"
  48. bind "1" "slot1;+low"
  49. bind "2" "slot2;+switch"
  50. bind "3" "slot3;+switch"
  51. bind "4" "slot4;+lever"
  52. bind "5" "slot5"
  53. bind "j" messagemode
  54. bind "k" messagemode2
  55. bind "b" "buy defuser;buymenu"
  56. bind "o" "disconnect"
  57. bind "x" "toggle voice_scale 1 0.1"
  58. bind "TAB" +shownet
  59. bind "u" "+voicerecord"
  60. bind "\" "toggleconsole"
  61. bind "SPACE" "+jump"
  62. bindtoggle "c" "cl_righthand"
  63.  
  64. //BUY
  65. bind p "buy deagle;buy flashbang;buy flashbang"
  66.  
  67. //CROSSHAIR
  68.  
  69. cl_crosshairalpha "255"
  70. cl_crosshaircolor "5"
  71. cl_crosshaircolor_b "255"
  72. cl_crosshaircolor_r "0"
  73. cl_crosshaircolor_g "255"
  74. cl_crosshairdot "0"
  75. cl_crosshairgap "-0.5"
  76. cl_crosshairsize "4"
  77. cl_crosshairstyle "4"
  78. cl_crosshairusealpha "1"
  79. cl_crosshairthickness "1"
  80. cl_fixedcrosshairgap "-0.5"
  81. cl_crosshair_outlinethickness "0"
  82. cl_crosshair_drawoutline "0"
  83.  
  84. //VIEWMODEL
  85.  
  86. cl_viewmodel_shift_left_amt "0.500000"
  87. cl_viewmodel_shift_right_amt "0.250000"
  88. viewmodel_fov "68"
  89. viewmodel_offset_x "2.5"
  90. viewmodel_offset_y "-2.0"
  91. viewmodel_offset_z "-2.0"
  92. viewmodel_presetpos "0"
  93. viewmodel_recoil "1.0"
  94. cl_bob_lower_amt "5.000000"
  95. cl_bobamt_lat "0.100000"
  96. cl_bobamt_vert "0.100000"
  97. cl_bobcycle "0.98"
  98.  
  99. //HUD
  100.  
  101. cl_hud_color 4
  102. cl_hud_playercount_pos 1
  103. cl_hud_healthammo_style 1
  104. cl_hud_playercount_showcount 1
  105. cl_drawhud_force_radar -1
  106.  
  107. //OTHERS
  108.  
  109. cl_use_opens_buy_menu 0
  110. cl_drawhud_force_radar -1
  111. cl_use_opens_buy_menu 0
  112. mat_setvideomode 1920 1080 0
  113. snd_mvp_volume 0
  114. cl_color 255 255 255
  115. cl_cmdrate "128"
  116. cl_updaterate "128"
  117. cl_interp "0"
  118. rate "128000"
  119. cl_disablefreezecam 1
  120. cl_timeout 1337
  121. net_graph 1
  122. mat_monitorgamma 2.2
  123. mm_dedicated_search_maxping 30
  124. cl_autowepswitch "0"
  125. host_writeconfig
  126. snd_mvp_volume 0
  127. snd_menumusic_volume "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement