Advertisement
Guest User

Alts^ config

a guest
Nov 20th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. //UNBINDS ALL
  2. unbind all;
  3.  
  4.  
  5.  
  6. //SLOTS
  7. bind 1 "slot1";
  8. bind 2 "slot2";
  9. bind 3 "slot3";
  10. bind 4 "slot4";
  11. bind capslock "slot5";
  12. bind "x" "slot8";
  13. bind "z" "slot10";
  14. bind "c" "slot7";
  15.  
  16.  
  17.  
  18. //BUYING
  19. bind b "buymenu";
  20. bind "pgdn" "buy flashbang;";
  21. bind "end" "buy smokegrenade;";
  22. bind "del" "buy molotov; buy incgrenade;";
  23. bind "home" "buy vesthelm;";
  24. bind "pgup" "buy vest;";
  25. bind "ins" "buy defuser;";
  26. cl_use_opens_buy_menu "1";
  27. closeonbuy "0";
  28.  
  29.  
  30. //MOUSE FUNCTIONS
  31. bind "MOUSE1" "+attack";
  32. bind "MOUSE2" "+attack2";
  33. bind "MWHEELDOWN" "+jump";
  34. bind "MWHEELUP" "+jump";
  35. bind mouse4 "cl_righthand 1";
  36. bind mouse5 "cl_righthand 0";
  37.  
  38.  
  39.  
  40. //KEY MOVEMENTS
  41. bind w "+forward";
  42. bind a "+moveleft";
  43. bind d "+moveright";
  44. bind s "+back";
  45. bind "CTRL" "+duck";
  46. bind "SHIFT" "+speed"
  47. bind "space" "+jump";
  48.  
  49.  
  50.  
  51. //FUNCTIONS
  52. bind e "+use";
  53. bind g "drop";
  54. bind m "teammenu";
  55. bind r "+reload";
  56. bind "l" "toggleconsole";
  57. bind "q" "lastinv";
  58. bind "f" "+lookatweapon";
  59. bind "v" "+voicerecord";
  60. bind "TAB" "+showscores";
  61. bind "`" "noclip";
  62. bind "ESCAPE" "cancelselect";
  63. bind alt "r_cleardecals";
  64. bind "h" "use weapon_glock;use weapon_hkp2000;use weapon_usp_silencer;use weapon_p250;use weapon_tec9;use weapon_fiveseven;use weapon_elite;use weapon_deagle;use weapon_revolver; drop;"
  65. bind "j" "use weapon_knife; use weapon_c4; drop; slot1"
  66.  
  67.  
  68. //VOLUME SETTINGS
  69. voice_enable "1";
  70. voice_scale "0.35";
  71.  
  72.  
  73.  
  74.  
  75. //NETGRAPH
  76. net_allow_multicast "1";
  77. net_graph "1";
  78. net_graphheight "64";
  79. net_graphholdsvframerate "0";
  80. net_graphmsecs "400";
  81. net_graphpos "2";
  82. net_graphproportionalfont "0";
  83. net_graphshowinterp "1";
  84. net_graphshowlatency "1";
  85. net_graphshowsvframerate "0";
  86. net_graphsolid "1";
  87. net_graphtext "1";
  88. net_maxroutable "1200";
  89. net_scale "5";
  90.  
  91.  
  92.  
  93. //RADAR
  94. cl_radar_icon_scale_min 0.6;
  95. cl_radar_always_centered 0;
  96. cl_radar_rotate 1;
  97. cl_radar_square_with_scoreboard 0;
  98. cl_teammate_colors_show "1";
  99. cl_teamid_overhead_name_fadetime "1.0";
  100. cl_teamid_overhead_name_alpha "245";
  101. cl_radar_scale "0.4";
  102.  
  103.  
  104. //VIEWMODEL
  105. viewmodel_fov 68;
  106. viewmodel_offset_x 2.5;
  107. viewmodel_offset_y 0;
  108. viewmodel_offset_z -1.5;
  109. viewmodel_presetpos 3;
  110. cl_viewmodel_shift_left_amt 1.5;
  111. cl_viewmodel_shift_right_amt 0.75;
  112. viewmodel_recoil 1; cl_righthand 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement