Hwnd=Plugin.Window.Find('ApolloRuntimeContentWindow','PVP.net 客户端')
Winrect = Plugin.Window.GetClientRect(hwnd)//得到窗口客户端大小
xyarr = split(winrect, '|')
ux = CLng(xyarr(0)) : uy = CLng(xyarr(1))
MoveTo ux 647,uy 41//移动到PLAY
LeftClick 1
Delay 1000
MoveTo ux 329, uy 179//移动到人机对战
LeftClick 2
Delay 200
MoveTo ux 494, uy
151//移动到经典对战模式
LeftClick 1
Delay 200
MoveTo ux 682, uy
162//移动到召唤师峡谷
LeftClick 1
Delay 200
MoveTo ux 862, uy
151 //选择人简单还是一般
LeftClick 1
Delay 200
MoveTo ux 752, uy
710//点击 匹配队友
LeftClick 1