rex4 0 Posted January 2, 2011 Hello, is autoit able to do that, when I push, let's say "mouse button 4", it simulate the push of "middle mouse button" and increase the mouse sensivity and when I drop the button it stop pushing middle mouse and set the mouse sensivity back to what it was ? Thanks. Share this post Link to post Share on other sites
NoHAX 1 Posted January 2, 2011 If IsPressed(HEXVALUE_OF_MOUSEBUTTON4) Then Send("{MOUSE3}"); I dont know if there is MOUSE3 word but it should be sth like this EndIf I dont know how to do trick with sensivity but it should be possible in some way Share this post Link to post Share on other sites