Altattack mouse sensitivity alias help

General help and assistance forum.
Post Reply
jakedj93
New User
Posts: 12
Joined: Sun Jun 17, 2012 5:51 pm

Altattack mouse sensitivity alias help

#1

Post by jakedj93 » Tue Jan 17, 2017 3:54 am

I want mouse2 to be a toggleable alias command that does both altfire and changes the mouse sensitivity, and reverses the effects when pressed again. I had a working version of this that was a hold key but that is not what I want. Any help would be appreciated, as all the old guides don't seem to work.

User avatar
ZZYZX
Posts a lot
Posts: 742
Joined: Thu Jun 07, 2012 5:56 pm
Location: Ukraine
Clan: A3
Clan Tag: [A3]

Re: Altattack mouse sensitivity alias help

#2

Post by ZZYZX » Tue Jan 17, 2017 5:22 pm

alias +something "+altattack; mouse_sensitivity 0.5"
alias -something "-altattack; mouse_sensitivity 1.0"
This is for when it's pressed. (then bind +something on your altattack key)

alias something_on "+altattack; mouse_sensitivity 0.5; rebind something_off"
alias something_off "-altattack; mouse_sensitivity 1.0; rebind something_on"
This is for toggle. (then bind any of these two on your altattack key)

Post Reply