Advertisement
TheStarGlitcher007

Untitled

Jun 20th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Reset Config
  2. bind mouse1 "+attack"
  3. bind mouse2 "+attack2"
  4. r_drawviewmodel 1
  5. bind mwheelup "invprev"
  6. bind mwheeldown "invnext"
  7. sensitivity9.99
  8.  
  9. --Starting Commands
  10. sensitivity 4.1
  11. vmon
  12.  
  13. //Mousewheel
  14. bind mwheelup "invprev; r_drawviewmodel 1; vmoff"
  15. bind mwheeldown "invnext; r_drawviewmodel 1; vmoff"
  16.  
  17.  
  18. //Scattergun
  19. alias vmon "bind mouse1 +viewmodeloff; spec_next"
  20. alias vmoff "bind mouse1 +attack; spec_next"
  21. alias +viewmodeloff "+attack; r_drawviewmodel 0"
  22. alias -viewmodeloff "-attack; r_drawviewmodel 0"
  23.  
  24. alias +equipscat "slot1; viewmodel_fov 90"
  25. alias -equipscat "bind q +equiplastinv; vmon"
  26. alias +equiplastinv "; lastinv; r_drawviewmodel 1"
  27. alias -equiplastinv "bind q +equipscat; r_drawviewmodel 1; vmoff"
  28. bind "q" "+equipscat" //rebind to liking
  29. bind "1" "+equipscat"
  30.  
  31.  
  32. //Pistol
  33. //alias vmon "bind mouse1 +viewmodelon"
  34. //alias +viewmodelon "+attack;dotxhairtype;dotxhaircolor;r_drawviewmodel 1;spec_next"
  35. //alias -viewmodelon "-attack;dotxhairtype;dotxhaircolor;r_drawviewmodel 1;spec_next"
  36.  
  37. alias +equip2 "slot2; r_drawviewmodel 1; vmoff"
  38. alias -equip2 "r_drawviewmodel 1"
  39. bind "2" +equip2 //rebind to liking
  40.  
  41.  
  42. //Bat
  43. alias +equip3 "slot3; r_drawviewmodel 1; vmoff"
  44. alias -equip3 "r_drawviewmodel 1"
  45. bind "3" +equip3 //rebind to liking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement