Page 1 of 1

help me autohotkey function  Topic is solved

Posted: 22 Oct 2017, 10:56
by wondering12222
Hey Guys, can u help me autohotkey?
F10:: ;
Loop ;
{
CoordMode Pixel, Relative ;
ImageSearch, FoundX, FoundY, 10,65, 1356, 743, *2 C:\Users\Administrator\Desktop\capture.png
MouseMove, %FoundX%, %FoundY%
Click, %FoundX%+5, %FoundY%+5
Sleep 10
Click, 627, 365
Sleep 10
}
F10::WheelDown
Send {WheelDown}
Sleep, 50

F9:: ;
Pause

i mademy self image serch and click but
wheeldown is only can use switch numeric1
how can i edit this
imageserch - click - and wheeldown automatic