Guest User

Untitled

a guest
Sep 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. exec clear.cfg
  2.  
  3. cl_interp 0.0227
  4. cl_interp_ratio 1.5
  5.  
  6. // Spy.cfg based on Pyro remap by CyberWalrus, based on the functionality of Mordentral's script. Credits for original concept go to him/her. Further edited by alostcause.
  7.  
  8. // This is the alias to swap to slot 1 and attack
  9. alias +swap1 "slot1; +attack; alias "lastwep" "+swap1""
  10. alias -swap1 "-attack"
  11.  
  12. // This is the alias to swap to slot 2 and attack (sapper)
  13. alias +swap2 "slot2; "+attack"
  14. alias -swap2 "-attack"
  15.  
  16. //alias for cloak
  17. //alias "+zoom" "slot1; +attack2"
  18. //alias "-zoom" "-attack2; lastwep; -attack"
  19.  
  20. //alias for quick melee
  21. alias "+qmelee" "slot3; +attack"
  22. alias "-qmelee" "-attack"//-attack; lastwep; -attack
  23.  
  24. //binds
  25. bind "q" "lastdisguise;r_drawviewmodel 1"
  26. bind "MOUSE5" "+swap2;r_drawviewmodel 1"
  27. bind "MOUSE1" "+swap1;r_drawviewmodel 0"
  28. bind "MOUSE2" "+attack2;r_drawviewmodel 1"
  29. bind "MOUSE4" "+qmelee;r_drawviewmodel 1"
Add Comment
Please, Sign In to add comment