Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1.  
  2. echo "Starting autoexec"
  3.  
  4. bind "kp_end" "buy ak47; buy m4a1"
  5. bind "kp_leftarrow" "buy awp"
  6. bind "kp_rightarrow" "buy mp7"
  7. bind "kp_pgup" "buy p250"
  8. bind "kp_downarrow" "buy sg556; buy aug"
  9. bind "kp_uparrow" "buy g3sg1; buy scar20"
  10. bind "kp_home" "buy bizon"
  11. bind "kp_5" "buy p90"
  12. bind "kp_pgdn" "buy galil; buy famas"
  13. bind "downarrow" "buy flashbang"
  14. bind "leftarrow" "buy hegrenade"
  15. bind "rightarrow" "buy smokegrenade"
  16. bind "uparrow" "buy molotov"
  17. bind "kp_enter" "buy defuser"
  18. bind "kp_plus" "buy vesthelm"
  19. bind "kp_minus" "buy vest"
  20. bind "kp_ins" "buy decoy"
  21. bind "kp_multiply" "buy tec9; buy fn57"
  22.  
  23. sensitivity "1"
  24. fps_max "999"
  25. cl_showfps 1
  26. cl_autowepswitch 0
  27. fps_max 999
  28.  
  29. cl_cmdrate 128
  30. cl_updaterate 128
  31.  
  32.  
  33. host_writeconfig
  34.  
  35. echo "--- succesfully executed autoexec.cfg ---"
  36.  
  37. // #################################
  38. // # #
  39. // # Buy script #
  40. // # #
  41. // #################################
  42. //
  43. // _____________________________________________________
  44. // | Num | / | * | - |
  45. // | | | CZ | VEST |
  46. // |-------------|-------------|-------------|-----------|
  47. // | 7 | 8 | 9 | + |
  48. // | BIZON | AUTO-SNIPER | P250 | VESTHELM |
  49. // |-------------|-------------|-------------| |
  50. // _________ | 4 | 5 | 6 | |
  51. // | | | AWP | P90 | MP7 | |
  52. // | ↑ | |-------------|-------------|-------------|-----------|
  53. // | Molotov | | 1 | 2 | 3 | Enter |
  54. // _________|_________|_________ | M4A1/AK47 | AUG/SG553 | GALIL/FAMAS | DEFUSE |
  55. // | | | | |-------------|-------------|-------------| |
  56. // | ← | ↓ | → | | 0 | . | |
  57. // | HE | FLASH | Smoke | | DECOY | | |
  58. // |_________|_________|_________| |_____________________________________________________|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement