(If this is not the right place please direct me and I will remember)
Code:
$MButton:: loop { if not GetKeyState("MButton", "P") break Send, {LButton} Sleep 100 Send, {Shift} Sleep 100 Send, {Numpad2} Sleep 100 Send, {Shift} Sleep 100 Send, {LButton} Sleep 100 Send, {Shift} Sleep 100 Send, {Numpad1} Sleep 100 Send, {Shift} Sleep 100 } return