FindPic 0,0,1024,768,"Attachment:\神盾.bmp",0.9,intX,intYIf intX > 0 And intY > 0 Then//如果找到了就鼠标移动过去MoveTo intX, intYDelay 10LeftClick Else //没有找到KeyPress "W", 1//这里的按键可以设定为任何的 按键End If