I have a script to slow down mouse movement on button hold:
XButton2::
DllCall("SystemParametersInfo", UInt, 0x71, UInt, 0, UInt, 3, UInt, 0)
KeyWait XButton2
return
XButton2 up::DllCall("SystemParametersInfo", UInt, 0x71, UInt, 0, UInt, 10, UInt, 0)
^+!0::
Exit
My problem is that when holding down shift or ctrl the script won't work. Also, It doesn't work in games. And seriousley messes up windows when holding other keys. Help will be appreciated