Advertisement
scrambled

scrambled's Heavy Config

Nov 2nd, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. // scrambled's Heavy Config
  2. // Quick switching from GRU / FOS to minigun using slot2
  3. // Not compatible with mousewheel weapon switching
  4.  
  5. // Add binds to reset 1, 2 & 3 to your game overrides config
  6.  
  7. // Non-Stock Binds
  8. bind "1" "+gun"
  9. bind "2" "swich"
  10. bind "3" "fist"
  11.  
  12. // Class Specific Settings
  13. alias +gun gunon
  14. alias -gun gunoff
  15. alias gunon "slot1"
  16. alias gunfiston "slot2"
  17. alias gunoff "slot1;alias +gun gunon"
  18. alias swich "slot2;alias +gun gunon"
  19. alias fist "slot3;alias +gun gunfiston"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement