Advertisement
Sir_Zoidberg

tf2 scripts, eggz da G

Dec 8th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. // Switcher script
  2.  
  3. bind q switcher
  4.  
  5.  
  6. alias wep1 "slot1 ; r_drawviewmodel 0 ; green; alias lastcolor green;xhair3; xsize35; scroll1; viewmodel_fov 75" // Change this
  7. alias wep2 "slot2 ; r_drawviewmodel 0 ; white; alias lastcolor white;xhair6; xsize25; scroll2; viewmodel_fov 75" // To what you
  8. alias wep3 "slot3 ; r_drawviewmodel 1 ; yellow; alias lastcolor yellow;exec default; xsize25; scroll3; viewmodel_fov 70" // Want. Don't
  9. // change the
  10. // slot commands
  11.  
  12. // ----------------------------------------------------------------------------------
  13.  
  14. alias 1to2 "wep1;alias switcher 2to1;bind 1 wep1;bind 2 2to1;bind 3 3to1"
  15. alias 1to3 "wep1;alias switcher 3to1;bind 1 wep1;bind 2 2to1;bind 3 3to1"
  16.  
  17. alias 2to1 "wep2;alias switcher 1to2;bind 1 1to2;bind 2 wep2;bind 3 3to2"
  18. alias 2to3 "wep2;alias switcher 3to2;bind 1 1to2;bind 2 wep2;bind 3 3to2"
  19.  
  20. alias 3to1 "wep3;alias switcher 1to3;bind 1 1to3;bind 2 2to3;bind 3 wep3"
  21. alias 3to2 "wep3;alias switcher 2to3;bind 1 1to3;bind 2 2to3;bind 3 wep3"
  22.  
  23. 1to2
  24.  
  25. alias scroll1 "bind mwheelup 3to1;bind mwheeldown 2to1"
  26. alias scroll2 "bind mwheelup 1to2;bind mwheeldown 3to2"
  27. alias scroll3 "bind mwheelup 2to3;bind mwheeldown 1to3"
  28.  
  29. //--------------------------------------------------------------------------------------------------------------------------------------
  30. // Put this in ur other class.cfg's to reset the script.
  31.  
  32. bind q lastinv
  33. r_drawviewmodel 1
  34. bind mwheelup invprev
  35. bind mwheeldown invnext
  36. bind mouse1 +attack
  37. bind mouse2 +attack2
  38. bind 1 slot1
  39. bind 2 slot2
  40. bind 3 slot3
  41. bind 4 slot4
  42. bind 5 slot5
  43. bind w "+forward"
  44. bind s "+back"
  45. bind a "+moveleft"
  46. bind d "+moveright"
  47. bind space "+jump"
  48.  
  49. // ROBO EGGZZZZZZZZZ!!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement