/<
function 过验证()
local str=获取NPC对话内容()
if str:find("输入验证") then
_,pos,cmd=str:find("/(@@[^>]+)>")
if cmd and pos then
content=str:match("(%w+)",pos+1)
end
if cmd and content then
合成命令(cmd,content)
等待(1500)
end
end
end
过验证() -- 回收验证保留此行
设置用户检测("过验证",2000) -- 脱机验证保留此行
/>
下一篇:简单辅助输入数字验证码_脚本验证