传奇脱机辅助按顺序选择成语对话验证脚本
传奇脱机外挂为大家分享一个按顺序选择成语对话防脱机验证码脚本,一般都是微端和GOM引擎版本才有这样的验证。为了方便用户使用,让我们一起来看下代码的写法:
/<
function 过验证()
local str=获取NPC对话内容()
if str:match("按正确顺序") then
c1,c2=str:match("{([^/]+)/SCOLOR=%d+}→{([^/]+)/SCOLOR=%d+}")
if not c1 or not c2 then return end
local i=0
for v in str:gmatch("{([^/]+)/SCOLOR=%d+}") do
i=i+1
if i>2 and v==c1 then
选择(i-2)
等待(1500)
break
end
end
str=获取NPC对话内容()
for v in str:gmatch("{([^/]+)/SCOLOR=%d+}") do
i=i+1
if i>2 and v==c2 then
选择(i-2)
清空NPC对话内容()
等待(1500)
break
end
end
end
end
过验证() -- 回收验证保留此行,删除下面一行
设置用户检测("过验证",2000) -- 脱机验证保留此行,删除上面一行
/>
上一篇文章:及时雨辅助按顺序选择对应编号验证脚本
下一篇文章:没有了
下一篇文章:没有了