初级薅羊毛

- 羊羊毛
- 0
- 听众
- 0
- 注册时间
- 2022-2-14
- 在线时间
- 1 小时
|
[ol]picpath=array("添加或编辑","","","" )i=0doFindPic 0,0,1920,1080,"Attachment:\"&picpath(i)&".bmp",1,X,YIf X > 0 And Y > 0 ThenMoveTo x , y Delay 300LeftClick 1Exit do //找到后跳出循环End Ifi=i+1If i = 5 Theni=0End if[/ol]复制代码Loop
我用的是这个代码,现在情况是遇到需要按一下 键盘上的 下方向键 才能找到图,所以怎么样在代码里面加个 找不到图就按一下 下方向键,然后就可以找到图了。 |
|