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

2023-01-21 13:45:09 字數 919 閱讀 6033

1樓:羽扇子君

//定義一個變數,以確定按什麼鍵

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

delay 1000

endfor

elseif i=2

keypress 51,1

for 10

delay 1000

endfor

elseif i=3

keypress 52,1

for 120

delay 1000

endfor

endif

//計數變數 i +1,如果i=4時,就變為0,以迴圈按鍵i=i+1

if i=4

i=0endif

endwhile

endscript

2樓:匿名使用者

開啟精靈,新建指令碼,輸入你想按的第一個建,選擇按下,後面就是時間,點確定,在把按下改為彈起,點確定,就這樣第一個按建就做好了啊,照這樣繼續做下去,很簡單的

3樓:

keypress 49,1

delay 6000

keypress 50,1

delay 8000

keypress 51,1

delay 10000

keypress 52,1

delay 120000

記得在按鍵精靈右邊設定 一直迴圈到按中止鍵為止

按鍵精靈9求後臺指令碼,按鍵精靈9求後臺指令碼

rem aaa call plugin.bkgnd.rightdown hwnd,0,0 delay 60000 call plugin.bkgnd.rightup hwnd,0,0 delay 200 call plugin.bkgnd.keypress hwnd,20 delay 200 cal...

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

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 ...

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

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...