mstarr

VTHROW TUTORIAL

Nov 7th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. bind "space" +vthrow //jumpduck throw
  2. bind "shift" +vduck //Needed for jumpduckthrow.
  3. bind "w" +vfwd //Null movement. Far better than normal input.
  4. bind "s" +vback //Prevents overlapping input movement when counter strafing.. Can WASD much faster.
  5. bind "a" +vleft
  6. bind "d" +vright
  7. bind "" +vtalk //Push to talk key + voice_enable 1 to unmute your own team, use in conjunction w/ voice_enable 0
  8. bind "" "toggle voice_enable 0 1" //Toggle mute team
  9. bind "" "voice_enable 0" //Press to mute team, to unmute, press your talk key.
  10.  
  11. bind "mouse1" +m1 //Needed for jumpduckthrow to not interrupt shooting while jumping.
  12. bind "1" +vslot1 //Switches to knife then primary weapon in one frame, great for awp descope/reload cancel
  13. bind "2" +vslot2 //way faster than knife to rifle or double tapping Q.
  14. bind "e" +vuse //+use key, zooms out radar, automatically switches to better gun when pressing E to pick up.
  15. bind "tab" +vscore //Net graph + scoreboard + lowest seen FPS in top left hand corner. set net_graph 1 to have it on all the time.
  16. //Press tab to reset lowest seen FPS. Use this to test microstutter by seeing how long you can hold max framerate
  17. //the longer you can keep near max frame rate the better. 30+ seconds of max frame rate is good.
  18. bind "g" +vdrop //Drop weapon, automatically switch to new weapon
  19. bind "" droppistol //add a key to drop your pistol
  20. bind "" vdropbomb //add a key to drop bomb
  21.  
  22. alias +M1 "+attack;alias checkatk +attack" //Needed for jumpthrowduck
  23. alias -M1 "-attack;alias checkatk;r_cleardecals" //Clears blood splaters after
  24.  
  25. ALIAS +vfwd "-back;+forward;ALIAS checkfwd +forward"
  26. ALIAS +vback "-forward;+back; ALIAS checkback +back"
  27. ALIAS +vleft "-moveright;+moveleft;ALIAS checkleft +moveleft"
  28. ALIAS +vright "-moveleft;+moveright;ALIAS checkright +moveright"
  29. ALIAS -vfwd "-forward;checkback;ALIAS checkfwd"
  30. ALIAS -vback "-back;checkfwd;ALIAS checkback"
  31. ALIAS -vleft "-moveleft;checkright;ALIAS checkleft"
  32. ALIAS -vright "-moveright;checkleft;ALIAS checkright"
  33.  
  34. //Weapon moves opposite way you're strafing
  35. //ALIAS +vleft "-moveright;+moveleft;ALIAS checkleft +moveleft;CL_RIGHTHAND 1"
  36. //ALIAS +vright "-moveleft;+moveright;ALIAS checkright +moveright;CL_RIGHTHAND 0"
  37.  
  38. alias checkright ""
  39. alias checkleft ""
  40. alias checkback ""
  41. alias checkfwd ""
  42.  
  43. alias +vduck "+duck;alias checkduck +duck;"
  44. alias -vduck "-duck;alias checkduck"
  45.  
  46. alias +vthrow "-attack;-attack2;+jump;+duck"
  47. alias -vthrow "-duck;-jump;checkatk;checkduck"
  48.  
  49. alias +vslot1 "use weapon_knife; slot1;r_cleardecals"
  50. alias -vslot1 "slot1"
  51. alias +vslot2 "use weapon_knife; slot2"
  52. alias -vslot2 "slot2"
  53.  
  54. alias +vuse "+use;CL_AUTOWEPSWITCH 1;+cl_show_team_equipment;cl_radar_always_centered 0; cl_radar_icon_scale_min .4;cl_radar_scale .3;cl_hud_radar_scale 1.3"
  55. alias -vuse "-use;CL_AUTOWEPSWITCH 0;-cl_show_team_equipment;cl_radar_always_centered 1; cl_radar_icon_scale_min 1;cl_radar_scale .4;cl_hud_radar_scale .9"
  56.  
  57. alias +vdrop "cl_autowepswitch 1; drop"
  58. alias -vdrop "cl_autowepswitch 0"
  59.  
  60. alias +vscore "+graph; +score;noclip;cl_showfps 1"
  61. alias -vscore "-graph; -score;cl_showfps 2"
  62.  
  63. alias droppistol "use weapon_hkp2000; use weapon_p250; use weapon_glock; use weapon_tec9; use weapon_fiveseven; use weapon_deagle; use weapon_cz75a; use weapon_dualies; use weapon_usp_silencer;use weapon_revolver;drop"
  64.  
  65. alias vdropbomb "USE WEAPON_KNIFE;USE WEAPON_C4; DROP;"
  66.  
  67. alias +vtalk "+voicerecord; voice_enable 1"
  68. alias -vtalk "-voicerecord"
Advertisement
Add Comment
Please, Sign In to add comment