Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. // ~~NAME TAG & TEAMMATES "WH"~~
  2.  
  3. +cl_show_team_equipment
  4. cl_clanid "31151868"
  5. fps_max "301"
  6.  
  7. // ~~BUY BINDS~~
  8.  
  9. bind "kp_end" "buy ak47; buy m4a1;"
  10. bind "kp_downarrow" "buy awp;"
  11. bind "kp_pgdn" "buy vest;"
  12. bind "kp_home" "buy glock; buy hkp2000;"
  13. bind "kp_plus" "buy vesthelm;"
  14. bind "kp_leftarrow" "buy p250;"
  15. bind "kp_5" "buy tec9; buy fiveseven;"
  16. bind "kp_rightarrow" "buy deagle;"
  17. bind "kp_uparrow" "buy elite;"
  18. bind "kp_pgup" "buy p90;"
  19. bind "kp_ins" "buy galilar; buy famas;"
  20. bind "kp_del" "buy defuser;"
  21. bind "kp_multiply" "buy ssg08;"
  22. bind "kp_slash" "buy ump45;"
  23. bind "kp_enter" "buy mac10; buy mp9;"
  24. bind "kp_minus" "buy mp7;"
  25.  
  26. // ~~Aliases~~
  27.  
  28. alias "fixres" "mat_setvideomode 1280 800 1; mat_setvideomode 1280 800 0"
  29.  
  30. alias "+jumpthrow2" "+jump;-attack;-attack2"
  31. alias "-jumpthrow2" "-jump"
  32.  
  33. alias "neton" "net_graph 1; bind "F10" netoff"
  34. alias "netoff" "net_graph 0; bind "F10" neton"
  35.  
  36. alias "+knife" "slot3"
  37. alias "-knife" "lastinv"
  38.  
  39. alias "mute1" "voice_enable 0;alias mute0 mute2"
  40. alias "mute2" "voice_enable 1;alias mute0 mute1; say hfhf"
  41. alias "mute0" "mute1"
  42.  
  43. alias "-crosshairsmoke" "cl_crosshairsize 3;cl_crosshairdot 0;cl_crosshairgap -2"
  44. alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 0;cl_crosshairgap -5"
  45.  
  46. alias "+fp" "slot5; +attack"
  47. alias "-fp" "-attack"
  48.  
  49. alias "dc" "disconnect"
  50. alias "q" "quit"
  51.  
  52. alias +nadebuy "nb1e;nb2e;nb3e;nb4e;nb5e"
  53. alias -nadebuy "nb1d;nb2d;nb3d;nb4d;nb5d"
  54. alias nb1e "bind 1 nb1"
  55. alias nb2e "bind 2 nb2"
  56. alias nb3e "bind 3 nb3"
  57. alias nb4e "bind 4 nb4"
  58. alias nb5e "bind 5 nb5"
  59. alias nb1d "bind 1 slot1"
  60. alias nb2d "bind 2 slot2"
  61. alias nb3d "bind 3 slot3"
  62. alias nb4d "bind 4 slot4"
  63. alias nb5d "bind 5 slot5"
  64. alias nb1 "buy flashbang"
  65. alias nb2 "buy smokegrenade"
  66. alias nb3 "buy molotov;buy incgrenade"
  67. alias nb4 "buy hegrenade"
  68. alias nb5 "buy decoy"
  69.  
  70. // ~~Binds~~
  71.  
  72. bind "MWHEELUP" "+jump"
  73. bind "MWHEELDOWN" "+jump"
  74. bind "MOUSE4" "+voicerecord"
  75. bind "leftarrow" "incrementvar cl_crosshaircolor 0 4 1 "
  76. bind "l" "mute0"
  77. bind "o" "volume .25"
  78. bind "p" "volume .02"
  79. bind "[" "volume .1"
  80. bind "]" "volume 0"
  81. bind "t" "+spray_menu"
  82. bind "mouse3" "+jumpthrow2"
  83. bind "F10" "neton"
  84. bind "5" "+fp"
  85. bind "Space" "+nadebuy"
  86. bind "k" "+crosshairsmoke"
  87.  
  88.  
  89. clear
  90. echo "********************************************************"
  91. echo ""
  92. echo "~> Specu.cfg is loaded. <~"
  93. echo ""
  94. echo "********************************************************"
  95. echo ""
  96. echo "Last update: 03.09.2017"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement