dunnerski

CSGO buy script 10

Dec 9th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. alias "galil" "buy galil"
  2. alias "ak" "buy ak47"
  3. alias "scout" "buy ssg08"
  4. alias "sg" "buy sg556"
  5. alias "awp" "buy awp"
  6. alias "auto" "buy g3sg1"
  7.  
  8. alias "nova" "buy nova"
  9. alias "sawedoff" "buy sawedoff"
  10. alias "Ashot" "buy xm1014"
  11.  
  12. alias "mac10" "buy mac10"
  13. alias "mp7" "buy mp7"
  14. alias "ump" "buy ump45"
  15. alias "p90" "buy p90"
  16. alias "bizon" "buy bizon"
  17.  
  18. alias "glock" "buy glock"
  19. alias "dualies" "buy elite"
  20. alias "p250" "buy p250"
  21. alias "t9" "buy tech9"
  22. alias "deagle" "buy deagle"
  23.  
  24.  
  25. alias "Kit" "buy defuser"
  26. alias "Vest" buy vest"
  27. alias "Helm" "buy vesthelm"
  28.  
  29.  
  30. alias nades1 "smoke; he; decoy; flash"
  31. alias nades2 "smoke;he;fire;flash"
  32. alias nades3 "smoke;flash;flash;decoy
  33. alias nades4 "smoke;decoy;fire;he"
  34.  
  35. alias "flash" "buy flashbang;slot7"
  36. alias "smoke" "buy Smokegrenade;slot8"
  37. alias "nade" "buy hegrenade;slot6"
  38. alias "inc" "buy incgrenade;slot9"
  39. alias "decoy" "buy decoy;slot0"
  40. //--Pick your preference, edit either out
  41. alias "FL" "buy flashbang;slot7"
  42. alias "SM" "buy Smokegrenade;slot8"
  43. alias "HE" "buy hegrenade;slot6"
  44. alias "IN" "buy incgrenade;slot9"
  45. alias "DE" "buy decoy;slot0"
  46.  
  47. //-buymenu
  48. alias -buymenu "bind kp_home galil;bind kp_uparrow ak;bind kp_pgup sg;bind kp_leftarrow auto;bind kp_5 awp;bind kp_rightarrow scout;bind kp_end mac10;bind kp_downarrow mp7;bind kp_pgdn p90;bind kp_minus helm;bind kp_plus vest;bind kp_enter kit"
  49. //+buymenu
  50. alias +buymenu "bind kp_home he;bind kp_uparrow fl;bind kp_pgup sm;bind kp_leftarrow de;bind kp_5 fire;bind kp_rightarrow nades1;bind kp_end nades2;bind kp_downarrow nades3;bind kp_pgdn nades4;bind kp_minus helm;bind kp_plus vest;bind kp_enter kit"
  51.  
  52. //Back ups incase you need to fix or restore to default
  53. //-buymenu
  54. //bind kp_home "galil"
  55. //bind kp_uparrow "ak"
  56. //bind kp_pgup "sg"
  57. //bind kp_leftarrow "auto"
  58. //bind kp_5 "awp"
  59. //bind kp_rightarrow "scout"
  60. //bind kp_end "mac10"
  61. //bind kp_downarrow "mp7"
  62. //bind kp_pgdn "p90"
  63. //bind kp_minus "helm"
  64. //bind kp_plus "vest"
  65. //bind kp_enter "kit"
  66.  
  67. //+buymenu
  68. //bind kp_home "he"
  69. //bind kp_uparrow "fl"
  70. //bind kp_pgup "sm"
  71. //bind kp_leftarrow "de"
  72. //bind kp_5 "fire"
  73. //bind kp_rightarrow "nades1"
  74. //bind kp_end "nades2"
  75. //bind kp_downarrow "nades3"
  76. //bind kp_pgdn "nades4"
  77. //bind kp_minus "helm"`
  78. //bind kp_plus "vest"
  79. //bind kp_enter "kit"
  80.  
  81. alias -buyer "-speed;-buymenu"
  82. alias +buyer "+speed;+buymenu"
  83. bind shift +buyer
Advertisement
Add Comment
Please, Sign In to add comment