Advertisement
yota_ninja

cs:go buy binds

May 27th, 2014
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. rate 128000
  2. fps_max 65
  3. cl_updaterate 64
  4. cl_cmdrate 64
  5. cl_resend 20
  6. cl_interp 0
  7. cl_interp_ratio 1
  8. cl_forcepreload 1
  9. mat_queue_mode 2
  10.  
  11. // Aliases (Abbreviations for weapon combinations)
  12. alias "m4a1/ak47" "buy m4a1; buy ak47"
  13. alias "aug/sg556" "buy aug; buy sg556"
  14. alias "galilar/famas" "buy galilar; buy famas"
  15. alias "g3sg1/scar20" "buy g3sg1; buy scar20"
  16. alias "vesthelm/vest" "buy vesthelm; buy vest"
  17. alias "incgrenade/molotov" "buy incgrenade; buy molotov"
  18.  
  19. // Key bindings (Aliases are used here)
  20. bind "KP_SLASH" "buy flashbang"
  21. bind "KP_MULTIPLY" "buy smokegrenade"
  22. bind "KP_MINUS" "incgrenade/molotov"
  23. bind "KP_HOME" "buy ssg08"
  24. bind "KP_UPARROW" "buy awp"
  25. bind "KP_PGUP" "g3sg1/scar20"
  26. bind "KP_LEFTARROW" "galilar/famas"
  27. bind "KP_5" "m4a1/ak47"
  28. bind "KP_RIGHTARROW" "aug/sg556"
  29. bind "KP_END" "buy fn57"
  30. bind "KP_DOWNARROW" "buy p250"
  31. bind "KP_PGDN" "buy p90"
  32. bind "KP_INS" ""
  33. bind "KP_DEL" "buy decoy"
  34. bind "KP_PLUS" "buy hegrenade"
  35. bind "KP_ENTER" "vesthelm/vest; buy defuser"
  36.  
  37. bind "F1" "vesthelm/vest; galilar/famas; buy fn57; buy hegrenade"
  38. bind "F2" "vesthelm/vest; m4a1/ak47; buy fn57; buy hegrenade"
  39. bind "F3" "vesthelm/vest; buy awp; buy fn57; buy hegrenade"
  40.  
  41. host_writeconfig
  42.  
  43. echo
  44. echo [autoexec.cfg executed successfully]
  45. echo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement