Advertisement
Guest User

autoexec

a guest
Dec 14th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1.  
  2. JUMPTROW
  3.  
  4. alias +jumpthrow "+jump;-attack"
  5.  
  6. alias -jumpthrow "-jump"
  7.  
  8. bind n +jumpthrow
  9.  
  10. JUMP
  11.  
  12. bind mwheeldown +jump
  13. bind mwheelup +jump
  14.  
  15.  
  16.  
  17. CROSSHAIRSIZE 999
  18.  
  19.  
  20.  
  21.  
  22. CLEARDECALS
  23.  
  24. bind "F" "+lookatweapon"
  25. bind leftarrow +left
  26. bind rightarrow +right
  27.  
  28.  
  29. CROUCH JUMP
  30.  
  31. bind "MOUSE5" "+djump"
  32. alias "+djump" "+jump ; +duck"
  33. alias "-djump" "-jump ; -duck"
  34.  
  35.  
  36.  
  37. bind "4" "use weapon_hegrenade
  38.  
  39.  
  40. bind "f" "+lookatweapon;+cl_show_team_equipment"
  41.  
  42.  
  43.  
  44. viewmodel_fov "68"
  45. viewmodel_offset_x "2"
  46. viewmodel_offset_y "2"
  47. viewmodel_offset_z "-2"
  48. viewmodel_presetpos "0"
  49.  
  50.  
  51.  
  52. cl_color "0"
  53. cl_crosshair_drawoutline "0"
  54. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  55. cl_crosshair_dynamic_splitalpha_innermod "1"
  56. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  57. cl_crosshair_dynamic_splitdist "7"
  58. cl_crosshair_outlinethickness "0"
  59. cl_crosshairalpha "255"
  60. cl_crosshaircolor "4"
  61. cl_crosshaircolor_b "0"
  62. cl_crosshaircolor_g "0"
  63. cl_crosshaircolor_r "250"
  64. cl_crosshairdot "0"
  65. cl_crosshairgap "-3"
  66. cl_crosshairscale "0"
  67. cl_crosshairsize "3"
  68. cl_crosshairstyle "4"
  69. cl_crosshairthickness "1"
  70. cl_crosshairusealpha "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement