#MaxThreadsPerHotkey 2
#SingleInstance force
if 5::
{
BlockInput, On
Send, {SPACE}
Send, {I}
Send, {ALTDOWN}
MouseClick, right, 996, 539, , 0
Send, {ALTUP}
Send, {SPACE}
BlockInput, Off
return
}
if +MButton::
{
BlockInput, On
send, {SHIFTDOWN}
MouseClick, left, 1192,1034
send, {SHIFTUP}
Send, {SPACE}
Send, {I}
MouseClick, right, 1209, 452, , 0
Send, {ALTDOWN}
MouseClick, right, 1210, 489, , 0
send, {ALTUP}
;MouseClick, right, 1438, 826
MouseClick, right, 993, 489, , 0
MouseClick, right, 991, 454, , 0
Send, {ALTDOWN}
MouseClick, right, 1061, 465, , 0
send, {ALTUP}
MouseClick, right, 1170, 470, , 0
;MouseClick, right, 1621, 828
MouseClick, right, 1098, 467, , 0
MouseClick, right, 1132, 467, , 0
MouseClick, right, 1244, 467, , 0
;MouseClick, right, 1822, 832
MouseClick, right, 1027, 469, , 0
; Reset Position
Send, {SPACE}
BlockInput, Off
return
}
So pretty much if i pressed the numeric key "5" it would perform the first few lines and if i pressed Shift + middle mouse it would perform the rest.
Thanks for your help




