
/<
function 过验证()
local str=获取NPC对话内容()
if str:match("按照顺序") then
local content=str:match(">(%d+)<")
local cmd=str:match("/(@[^%d]+)%d>")
if cmd and content then
for i=1,#content do
选择(cmd..content:sub(i,i))
等待(1000)
end
cmd=str:match("/(@确认[^>]+)>")
选择(cmd)
清空NPC对话内容()
等待(1000)
end
end
end
过验证() --
秒杀辅助过回收验证保留此行,删除下面一行
设置用户检测("过验证",2000) -- 脱机验证保留此行,删除上面一行
/>