So hab jetzt des script geschreiben blos wenn ich auf den Bereich drueck passiert nix und wenn ich halt 3 drueck dann casten die beide wie vorher auch
Code:
#IfWinActive, Leader
~3::
If MouseInRange(250,759,269,778)
ControlSend,,{3 down}{3 up}, Box1
ControlSend,,{3 down}{3 up}, Box2
ControlSend,,{3 down}{3 up}, Box3
ControlSend,,{3 down}{3 up}, Box4
return
MouseInRange(minx,maxx,miny,maxy)
{
MouseGetPos, x, y
If (y >= miny) and (y <= maxy) and (x >= minx) and (x <= maxx)
Return 1
Return 0
}
hab die Coords vom AutoScriptWriter
Connect With Us