當前位置:編程學習大全網 - 網站源碼 - 按鍵精靈 如何自動打地鼠(有4個不壹樣的地鼠)

按鍵精靈 如何自動打地鼠(有4個不壹樣的地鼠)

Do

FindPic 0,0,1024,768,"Attachment:\兔子1.bmp",0.9,intX,intY

If intX > 0 And intY > 0 Then

MoveTo intX, intY

LeftClick 1

else

FindPic 0,0,1024,768,"Attachment:\兔子2.bmp",0.9,intX,intY

If intX > 0 And intY > 0 Then

MoveTo intX, intY

LeftClick 1

else

FindPic 0,0,1024,768,"Attachment:\兔子3.bmp",0.9,intX,intY

If intX > 0 And intY > 0 Then

MoveTo intX, intY

LeftClick 1

else

FindPic 0,0,1024,768,"Attachment:\兔子4.bmp",0.9,intX,intY

If intX > 0 And intY > 0 Then

MoveTo intX, intY

LeftClick 1

End If

loop

加了個無限循環,去掉延時,還有想問下。。。難道鼠標點擊的時候不帶偏移也點的著嗎?

  • 上一篇:2016通達OA軟件期初庫存錄入時出錯原因是什麽?
  • 下一篇:微信直播間之間怎麽送壹點愛?
  • copyright 2024編程學習大全網