
/<
function 过验证()
::Start::
local str=获取NPC对话内容()
if str:match("拼图验证") then
local cmds={};local np=""
for cmd,id in str:gmatch("/(@选择图(%d)[^>]*)>") do
if id ~= "5" then
cmds[id]=cmd
end
np=np..id
end
if np=="12534" then
local ok=str:match("/(@[^>]+完成[^>]+)>")
选择(ok)
清空NPC对话内容()
等待(1500)
end
for i=1,5 do
local id1=np:sub(i,i)
local id2=string.sub("12534",i,i)
if id1 ~= id2 and id2 ~= "5" then
if id1 ~= "5" then
选择(cmds[id1])
等待(1000)
end
选择(cmds[id2])
等待(1000)
break
end
end
goto Start
end
end
过验证() --
秒杀辅助回收验证保留此行,删除下面一行
设置用户检测("过验证",2000) --
秒杀辅助脱机验证保留此行,删除上面一行。
/>