Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bind "space" +vthrow //jumpduck throw
- bind "shift" +vduck //Needed for jumpduckthrow.
- bind "w" +vfwd //Null movement. Far better than normal input.
- bind "s" +vback //Prevents overlapping input movement when counter strafing.. Can WASD much faster.
- bind "a" +vleft
- bind "d" +vright
- bind "" +vtalk //Push to talk key + voice_enable 1 to unmute your own team, use in conjunction w/ voice_enable 0
- bind "" "toggle voice_enable 0 1" //Toggle mute team
- bind "" "voice_enable 0" //Press to mute team, to unmute, press your talk key.
- bind "mouse1" +m1 //Needed for jumpduckthrow to not interrupt shooting while jumping.
- bind "1" +vslot1 //Switches to knife then primary weapon in one frame, great for awp descope/reload cancel
- bind "2" +vslot2 //way faster than knife to rifle or double tapping Q.
- bind "e" +vuse //+use key, zooms out radar, automatically switches to better gun when pressing E to pick up.
- 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.
- //Press tab to reset lowest seen FPS. Use this to test microstutter by seeing how long you can hold max framerate
- //the longer you can keep near max frame rate the better. 30+ seconds of max frame rate is good.
- bind "g" +vdrop //Drop weapon, automatically switch to new weapon
- bind "" droppistol //add a key to drop your pistol
- bind "" vdropbomb //add a key to drop bomb
- alias +M1 "+attack;alias checkatk +attack" //Needed for jumpthrowduck
- alias -M1 "-attack;alias checkatk;r_cleardecals" //Clears blood splaters after
- ALIAS +vfwd "-back;+forward;ALIAS checkfwd +forward"
- ALIAS +vback "-forward;+back; ALIAS checkback +back"
- ALIAS +vleft "-moveright;+moveleft;ALIAS checkleft +moveleft"
- ALIAS +vright "-moveleft;+moveright;ALIAS checkright +moveright"
- ALIAS -vfwd "-forward;checkback;ALIAS checkfwd"
- ALIAS -vback "-back;checkfwd;ALIAS checkback"
- ALIAS -vleft "-moveleft;checkright;ALIAS checkleft"
- ALIAS -vright "-moveright;checkleft;ALIAS checkright"
- //Weapon moves opposite way you're strafing
- //ALIAS +vleft "-moveright;+moveleft;ALIAS checkleft +moveleft;CL_RIGHTHAND 1"
- //ALIAS +vright "-moveleft;+moveright;ALIAS checkright +moveright;CL_RIGHTHAND 0"
- alias checkright ""
- alias checkleft ""
- alias checkback ""
- alias checkfwd ""
- alias +vduck "+duck;alias checkduck +duck;"
- alias -vduck "-duck;alias checkduck"
- alias +vthrow "-attack;-attack2;+jump;+duck"
- alias -vthrow "-duck;-jump;checkatk;checkduck"
- alias +vslot1 "use weapon_knife; slot1;r_cleardecals"
- alias -vslot1 "slot1"
- alias +vslot2 "use weapon_knife; slot2"
- alias -vslot2 "slot2"
- 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"
- 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"
- alias +vdrop "cl_autowepswitch 1; drop"
- alias -vdrop "cl_autowepswitch 0"
- alias +vscore "+graph; +score;noclip;cl_showfps 1"
- alias -vscore "-graph; -score;cl_showfps 2"
- 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"
- alias vdropbomb "USE WEAPON_KNIFE;USE WEAPON_C4; DROP;"
- alias +vtalk "+voicerecord; voice_enable 1"
- alias -vtalk "-voicerecord"
Advertisement
Add Comment
Please, Sign In to add comment