KeyDown "Win", 1 KeyDown "D", 1 Delay 1000 KeyUp "D", 1 KeyUp "Win", 1 Delay 1000 //返回桌面 W = Plugin.Sys.GetScRX() Y = Plugin.Sys.GetScRY() Delay 1000 FindPic 0,0,W,Y,"Attachment:\qidongwangyou.bmp",0.9,intX,intY If intX > 0 And intY > 0 Then MoveTo intX+2, intY+2 Delay 1000 LeftDoubleClick 1 else MessageBox "桌面找不到网游快车" EndScript End If //找网游快车并启动 //Delay 8000 i = 20 While i <> 0 FindPic W-100,0,W,Y,"Attachment:\guanbigonggao.bmp",0.9,intX,intY If intX>0 and intY > 0 Then i = 0 Delay 1000 MoveTo intX,intY Delay 1000 LeftClick 1 Else i = i - 1 Delay 1000 End If wend //找到并关闭公告 //MessageBox "not found" Delay 1000 FindPic 0,0,W,Y,"Attachment:\qidongjiasu.bmp",0.9,intX,intY If intX > 0 And intY > 0 Then MoveTo intX, intY Delay 1000 LeftClick 1 End if //启动加速 i = 20 While i <> 0 FindPic 0,0,W,Y,"Attachment:\qidongyouxi.bmp",0.9,intX,intY If intX>0 and intY > 0 Then i = 0 Delay 1000 MoveTo intX,intY Delay 1000 LeftClick 1 Else i = i - 1 Delay 1000 End If wend //启动游戏qidongyouxi i = 30 While i <> 0 FindPic 0,0,W,Y,"Attachment:\jinrurexue.bmp",0.9,intX,intY If intX>0 and intY > 0 Then i = 0 Delay 1000 MoveTo intX,intY Delay 1000 LeftClick 1 Else i = i - 1 Delay 1000 End If wend //进入热血jinrurexue i = 30 While i <> 0 FindPic 0,0,W,Y,"Attachment:\Q.bmp",0.9,intX,intY If intX>0 and intY > 0 Then i = 0 Delay 1000 MoveTo intX,intY Delay 1000 LeftClick 1