Advertisement
Guest User

Untitled

a guest
Feb 15th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. echo - UNBINDS -
  2. unbind "p"
  3. unbind "l"
  4. unbind "mouse4"
  5. unbind "mouse5"
  6. unbind "mouse1"
  7. unbind "t"
  8. unbind "v"
  9. unbind "c"
  10. unbind "x"
  11. unbind "t"
  12. unbind "capslock"
  13. unbind "alt"
  14. unbind "f2"
  15. unbind "f1"
  16. unbind "MWHEELUP"
  17. unbind "MWHEELDOWN"
  18. unbind "f5"
  19. unbind "f5"
  20. unbind "f4"
  21. unbind "f3"
  22. unbind "f"
  23. unbind "alt"
  24. unbind "6"
  25.  
  26.  
  27. echo - BINDS -
  28. bind "MWHEELUP" "+jump"
  29. bind "alt" "noclip"
  30. bind "p" "volume 0.35"
  31. bind "l" "volume 0.03"
  32. bind "mouse5" "toggle cl_crosshairsize 2 999"
  33. alias "+jumpthrow" ";+jump;-attack"
  34. alias "-jumpthrow" "-jump;"
  35. bind "t" "+jumpthrow"
  36.  
  37. bind "v" "use weapon_knife; use weapon_flashbang"
  38. bind "x" "use weapon_knife; use weapon_smokegrenade"
  39. bind "c" "use weapon_knife; use weapon_incgrenade; use weapon_molotov"
  40. bind "capslock" "+voicerecord"
  41. bind "F6" "+fw2"
  42. alias "+fw2" "demo_timescale 20"
  43. alias "-fw2" "demo_timescale 1"
  44. bind "F5" "demo_togglepause"
  45. bind "F4" "demoui"
  46. bind "alt" "toggle cl_radar_scale 0.4 3"
  47. bind "mouse1" "+attack;r_cleardecals"
  48. bind "f1" "autobuy"
  49. bind "f" "+lookatweapon"
  50. bind "6" "+spray_menu"
  51.  
  52.  
  53.  
  54. echo - CONFIGS -
  55. zoom_sensitivity_ratio_mouse 1.0
  56. cl_crosshair_sniper_width 1.5
  57. cl_cmdrate 128
  58. cl_updaterate 128
  59. sensitivity 1.1
  60. viewmodel_fov 60
  61. viewmodel_offset_x 2.5
  62. viewmodel_offset_y 2
  63. viewmodel_offset_z -2
  64. viewmodel_presetpos 0
  65. viewmodel_recoil 0
  66. net_graph 1
  67. fps_max 0
  68. rate "786432"
  69. cl_interp "0.031000"
  70. cl_interp_ratio "2"
  71. cl_interpolate "1"
  72. cl_cmdrate "128"
  73. cl_updaterate "128"
  74. cl_bob_lower_amt "0"
  75. cl_viewmodel_shift_right_amt "0.75"
  76. cl_viewmodel_shift_left_amt "1.5"
  77. net_graphproportionalfont "0"
  78. r_drawtracers_firstperson "1"
  79. mp_spectators_max "9"
  80. cl_disablehtmlmotd "0"
  81. cl_forcepreload "1"
  82. r_dynamic "0"
  83. mat_queue_mode "2"
  84. mat_monitorgamma 1.6
  85.  
  86. // -noforcemaccel -noforcemparms -novid -freq 144 -refresh 144 -w 1152 -tickrate 128 +exec autoexec -nod3d9ex +cl_forcepreload 1 -nojoy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement