我用按键精灵做的脚本怎么只执行一次?

2025-04-05 22:42:29
推荐回答(2个)
回答1:

要写个循环··@!@

回答2:

看了一下,你写的脚本开头就有错误,而且还少了几个跳转,我不知道你是什么思路,只有随便帮你改一下了,要是不满意就HI我,把你的思路和源代码发给我百度HI上面,我好好给你改改,下面直接上脚本

Rem ks
IfColor 254,173,"101010",2 Then

KeyPress 115,1 //个人设置的是f4键加红

Delay 1000
Goto 判断
Else
Goto 判断

EndIf

Rem da_guai

KeyPress 9,1
//TAB自动切怪
Delay 1000
KeyPress 50,1
//个人设置的技能2键
Delay 1000
KeyPress 51,1
//个人设置的技能3键
Delay 1000
KeyPress 48,1
//个人设置的技能0键
Delay 1000
Goto 拾东西

Rem panduan
IfColor 527,143,"B59A63",1 //判断法怪 Then

Goto da_guai
EndIf
IfColor 527,143,"4A9EC6",1 //判断物怪 Then

Goto da_guai
EndIf

Rem 拾东西
KeyPress 32,1 //个人设置的空格键拾东东
Delay 1000
KeyPress 32,1 //个人设置的空格键拾东东
Delay 1000

Goto ks