Code:
RButton::
Click Right
Sleep 149
MouseMove, 0, 55, 0, R
Return
You can adjust all stuff to your liking:
- The number after 'Sleep' is the number of milliseconds that the script will wait to perform the next action and can be shortened or lengthened to your liking.
- MouseMove moves the mouse; 0 is the number of X pixels, 55 is the number of Y pixels (may need to be adjusted), 0 is the speed with which the mouse will move (adjust to what you want, it scales from 0-100) and R is relative to the original mouse coordinates (leave this, as your movements will be relative).