按鍵精靈求兩個找圖同時執行,且互不妨礙等待時間

2021-07-28 03:59:08 字數 752 閱讀 6482

1樓:匿名使用者

//多執行緒可以實現,值得一提:你找圖的範圍和相似度都有問題,你自己看看咋做吧

beginthread a

beginthread b

do delay 1000

loop

sub a

findpic 0,0,1900,1000,"attachment:\伏魔殿的猛獁教皇.bmp",0.1,intx,inty

if intx > 0 and inty > 0 thenfor 3300

delay 1000

next

keypress "enter", 1

saystring "伏魔殿的猛獁教皇5分後重新整理"

keypress "enter", 1

end if

end sub

sub b

findpic 0,0,1900,1000,"attachment:\遠古深淵的遠古大帝.bmp",0.1,intx,inty

if intx > 0 and inty > 0 thenfor 3300

delay 1000

next

keypress "enter", 1

saystring "遠古深淵的遠古大帝5分後重新整理"

keypress "enter", 1

end if

end sub

2樓:ma房產經紀人

本身就可以不妨礙等待時間啊

求按鍵精靈的指令碼,求一個按鍵精靈的指令碼

定義一個變數,以確定按什麼鍵 i 0while true if i 0 按 1 keypress 49,1 延時,為了您能及時中止這個指令碼,延時大於2秒時,請用for 迴圈來處理 for 6 delay 1000 endfor elseif i 1 keypress 50,1 for 8 dela...

求按鍵精靈密碼輸入子程式,求一個按鍵精靈密碼輸入子程式

sub shurumima strmima dim zf,strasc strasc 清空strasc for stri 1 to len strmima 迴圈strmima字元個數次數 zf mid strmima,stri,1 把每個字元賦值給zf if asc zf 96 and asc zf...

按鍵精靈自動喊話指令碼如何寫,求一個按鍵精靈自動喊話指令碼

a 999你可以自己改a 多少bai就迴圈多少,沒在遊戲中測試,我是按 回車du鍵 發訊息如有問題就加zhi延遲 或dao a 0 while a 1 keypress enter 1 saystring 按鍵精靈自動喊話 aa a 1 keypress enter 1 if a 999 then ...