Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. unbind "F7"
  2. unbind "F6"
  3. unbind "SHIFT"
  4. unbind "CAPSLOCK"
  5. unbind "tab"
  6.  
  7. bind "i" "demo_togglepause "
  8. bind "l" "demo_timescale 0.3"
  9. bind "k" "demo_timescale 1"
  10. bind "j" "demo_timescale 3.5"
  11. bind "o" "demoui"
  12. bind "F6" "buymenu 1; buy vesthelm; buy smokegrenade; buy defuser; buy flashbang; buy hegrenade; buy incgrenade; buy flashbang; buymenu 0"
  13. bind "/" "toggleconsole"
  14. bind "SHIFT" "+duck"
  15. bind "CAPSLOCK" "+speed"
  16. bind "c" "drop"
  17. bind "h" "radio3"
  18. bind "f" "+lookatweapon"
  19. bind "mouse4" "use weapon_flashbang"
  20. bind "mouse5" "+voicerecord"
  21. bind "MWHEELUP" "+jump"
  22. bind "tab" "+scoregraph"
  23. bind "v" "rebuy"
  24.  
  25. alias "+scoregraph" "+score; net_graphtext 1"
  26. alias "-scoregraph" "-score; net_graphtext 0"
  27. alias "rel" "exec config; exec autoexec;"
  28. alias "team_t" "exec server/t.cfg; echo > switched!";
  29. alias "team_ct" "exec server/ct.cfg; echo > switched!";
  30. alias "remote" "rcon_password timiboy; rcon mp_td_dmgtokick 0; echo [Server Rcon] Connected to the Server!;";
  31. alias "fullscreen" "mat_setvideomode 1920 1080 0 //1080p Fullscreen";
  32. alias "window" "mat_setvideomode 1768 992 1 //1440p Window Mode";
  33.  
  34. net_graph "1"
  35. net_graphpos "2"
  36. net_graphproportionalfont "0"
  37.  
  38. snd_musicvolume "0.000000"
  39. windows_speaker_config "1"
  40.  
  41. sensitivity "1.0"
  42. m_customaccel_exponent "0"
  43. m_customaccel_scale "0"
  44.  
  45. hud_scaling "0.820000"
  46. cl_hud_color "1"
  47. cl_hud_background_alpha 0.1
  48. cl_hud_radar_scale "1.1"
  49. cl_loadout_colorweaponnames "1"
  50. cl_hud_healthammo_style "1"
  51.  
  52. cl_radar_rotate "1"
  53. cl_radar_always_centered "1"
  54. cl_radar_scale "0.5"
  55. cl_hud_bomb_under_radar "1"
  56.  
  57. cl_crosshairthickness "0"
  58. cl_crosshairsize "2"
  59. cl_crosshairgap "0"
  60. cl_crosshairdot "0"
  61. cl_crosshair_drawoutline "1"
  62. cl_crosshair_outlinethickness "0"
  63. cl_crosshaircolor "4"
  64. cl_crosshairscale "0"
  65. cl_crosshairstyle "4"
  66.  
  67. cl_bob_lower_amt "10"
  68. cl_bobamt_lat "0.400000"
  69. cl_bobamt_vert "0.250000"
  70. cl_bobcycle "0.98"
  71. cl_viewmodel_shift_left_amt "1.5"
  72. cl_viewmodel_shift_right_amt "0.75"
  73. cl_bob_lower_amt "21"
  74. viewmodel_fov "90"
  75. viewmodel_offset_x "2"
  76. viewmodel_offset_y "3"
  77. viewmodel_offset_z "-3"
  78.  
  79.  
  80.  
  81. cl_righthand "1"
  82. cl_hud_playercount_showcount "1"
  83. cl_autowepswitch "0"
  84. gameinstructor_enable "0"
  85.  
  86. cl_interp "0"
  87. cl_interp_ratio "1"
  88. cl_cmdrate "128"
  89. cl_updaterate "128"
  90. rate "128000"
  91. fps_max "144"
  92.  
  93. mm_dedicated_search_maxping "20"
  94.  
  95. cl_disablehtmlmotd "1"
  96. cl_forcepreload "1"
  97.  
  98. host_writeconfig
  99.  
  100. clear
  101. echo "------------------------------------"
  102. echo "| LuCkY's Config Loaded |"
  103. echo "------------------------------------"
  104. status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement