Advertisement
scrambled

scrambled's Heavy Config with Toggle Firing

Oct 10th, 2015
739
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // scrambled's Heavy Config
  2. // Toggle firing for the minigun
  3. // Quick switching from GRU / FOS to minigun using slot2
  4. // Not compatible with mousewheel weapon switching
  5.  
  6. // Add -attack and -attack2 to your game overrides config, alongside your binds to reset mouse1, mouse2, 1, 2 & 3
  7.  
  8. // Toggles
  9. // mouse1 on - spin up + start firing
  10. // mouse1 off - stop firing
  11. // mouse2 on - spin up
  12. // mouse2 off - spin down + stop firing
  13.  
  14.  
  15. // Non-Stock Binds
  16. bind "1" "+gun"
  17. bind "2" "swich"
  18. bind "3" "fist"
  19.  
  20. // Class Specific Settings
  21. alias +gun gunon
  22. alias -gun gunoff
  23. alias gunon "slot1;bind mouse1 attacktoggle;bind mouse2 attack2toggle"
  24. alias gunfiston "slot2;bind mouse1 attacktoggle;bind mouse2 attack2toggle"
  25. alias gunoff "slot1;alias +gun gunon"
  26. alias swich "slot2;bind mouse1 +attack;bind mouse2 +attack2;toggle2off;alias +gun gunon"
  27. alias fist "slot3;bind mouse1 +attack;bind mouse2 +attack2;toggle2off;alias +gun gunfiston"
  28.  
  29. alias "attacktoggle" "toggleon"
  30. alias "toggleon" "+attack;+attack2;alias attacktoggle toggleoff;toggle2on"
  31. alias "toggleoff" "-attack;alias attacktoggle toggleon"
  32.  
  33. alias "attack2toggle" "toggle2on"
  34. alias "toggle2on" "+attack2;alias attack2toggle toggle2off"
  35. alias "toggle2off" "-attack2;alias attack2toggle toggle2on;toggleoff"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement