Guest User

Untitled

a guest
Jun 21st, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. exec clear.cfg
  2.  
  3. //Unbinds
  4. unbind 1
  5. unbind 2
  6. unbind 3
  7. unbind 4
  8. unbind "MOUSE1"
  9. unbind "MWHEELDOWN"
  10. unbind "MWHEELUP"
  11.  
  12. //3 Weapon Scroll
  13. alias weapon1 "slot1; bind MWHEELDOWN weapon2; bind MWHEELUP weapon3"
  14. alias weapon2 "slot2; bind MWHEELDOWN weapon3; bind MWHEELUP weapon1"
  15. alias weapon3 "slot3; bind MWHEELDOWN weapon1; bind MWHEELUP weapon2"
  16. bind "MWHEELUP" weapon3
  17. bind "MWHEELDOWN" weapon2
  18.  
  19. //Destroy using PDA
  20. alias "PDAon" "use tf_weapon_pda_engineer_destroy; bind "MOUSE3" "PDAoff" "
  21. alias "PDAoff" "lastinv; bind "MOUSE3" "PDAon" "
  22. bind "MOUSE3" "PDAon"
  23.  
  24. //Build Binds
  25. bind "1" "build 3"
  26. bind "2" "build 0"
  27. bind "3" "build 1"
  28. bind "4" "build 2"
  29.  
  30. //AutoPistol
  31. alias +apistol "alias repeat_function +repeat; +repeat"
  32. alias -apistol "alias repeat_function stoprepeating"
  33. alias repeat_function "+repeat"
  34. alias +repeat "+attack; wait 2; -repeat"
  35. alias -repeat "-attack; wait 2; repeat_function"
  36. alias stoprepeating ""
  37. bind mouse1 +apistol
Add Comment
Please, Sign In to add comment