Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. bind "kp_del" "buy vest;"
  2. bind "kp_end" "buy ak47; buy m4a1; buy vesthelm; buy defuser; buy flashbang; buy flashbang;"
  3. bind "kp_multiply" "buy smokegrenade;"
  4. bind "kp_minus" "buy molotov; buy incgrenade;"
  5. bind "kp_slash" "buy flashbang;"
  6. bind "kp_enter" "buy p250; buy vest;"
  7. bind "kp_pgdn" "buy galilar; buy famas; buy vesthelm;"
  8. bind "kp_downarrow" "buy mac10; buy mp9; buy vesthelm; buy flashbang;"
  9. bind "kp_home" "buy p250;"
  10. bind "kp_uparrow" "buy mac10; buy mp9;"
  11. bind "kp_pgup" "buy galilar; buy famas;"
  12. bind "kp_ins" "buy vesthelm;"
  13. bind "kp_5" "buy awp; buy vesthelm; buy flashbang; buy flashbang;"
  14. bind "kp_plus" "buy defuser;"
  15.  
  16. bind "alt" "use weapon_knife; use weapon_p250; use weapon_hkp2000; use weapon_glock; use weapon_tec9; use weapon_fiveseven; use weapon_deagle; drop"
  17.  
  18. cl_radar_scale 0.4
  19. cl_radar_always_centered 0
  20.  
  21. voice_scale 0.7
  22.  
  23. fps_max 400
  24.  
  25. cl_viewmodel_shift_left_amt "0"
  26. cl_viewmodel_shift_right_amt "0"
  27. cl_bob_lower_amt "0"
  28. cl_bobamt_lat "0"
  29. cl_bobamt_vert "0"
  30. cl_bobcycle "2"
  31.  
  32. snd_mixahead "0.05"
  33.  
  34. snd_use_hrtf "1"
  35.  
  36. mat_monitorgamma "1.6"
  37.  
  38. mat_queue_mode "2"
  39.  
  40. r_dynamic "1"
  41.  
  42. r_drawtracers_firstperson "0"
  43.  
  44. cl_cmdrate "128"
  45. cl_updaterate "128"
  46.  
  47. cl_interp "0.0"
  48.  
  49. cl_interp_ratio "1"
  50. cl_lagcompensation "1"
  51.  
  52. rate 437500
  53.  
  54. m_rawinput "1"
  55.  
  56. m_mouseaccel1 "0"
  57.  
  58. m_mouseaccel2 "0"
  59.  
  60. cl_autowepswitch "0"
  61.  
  62. hud_showtargetid "1"
  63.  
  64. cl_hud_radar_scale "1.3"
  65.  
  66. cl_hud_bomb_under_radar "1"
  67.  
  68. cl_showloadout "1"
  69.  
  70. cl_teamid_overhead "1"
  71.  
  72. cl_teamid_overhead_always "2"
  73.  
  74. cl_teamid_overhead_name_alpha "50"
  75.  
  76. alias "+radar" "+use; cl_autowepswitch 1; cl_radar_scale 0.25"
  77. alias "-radar" "-use; cl_autowepswitch 0; cl_radar_scale 0.40"
  78. bind "e" "+radar"
  79.  
  80. alias "+dropper" "cl_autowepswitch 1; drop"
  81. alias "-dropper" "cl_autowepswitch 0"
  82. bind "g" "+dropper"
  83.  
  84. net_graph "1"
  85. net_graphheight "9999"
  86. net_graphproportionalfont "0"
  87. bind "tab" "+scorenet"
  88. alias "+scorenet" "+showscores; net_graphheight 0"
  89. alias "-scorenet" "-showscores; net_graphheight 9999"
  90.  
  91. bind "4" "slot6"
  92. bind "x" "slot7"
  93. bind "v" "slot10"
  94. bind "c" "slot8"
  95. bind "z" "slot9"
  96. bind "f" "+lookatweapon"
  97.  
  98. bind "o" "radio1"
  99. bind "p" "radio2"
  100. bind "l" "radio3"
  101.  
  102. unbind "f1"
  103. unbind "f2"
  104. unbind "f3"
  105. unbind "f4"
  106. unbind "f5"
  107. unbind "f6"
  108. unbind "f7"
  109. unbind "f8"
  110.  
  111. unbind "i"
  112.  
  113. developer "1"
  114. con_filter_enable "2"
  115. con_filter_text_out "Player:"
  116. con_filter_text "Damage "
  117.  
  118. cl_disablefreezecam "1"
  119.  
  120. cl_spec_mode "4"
  121.  
  122. alias +knife slot3
  123. alias -knife lastinv
  124. bind q +knife
  125.  
  126.  
  127.  
  128. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement