本验证码为B版最常见的5位小数字验证码代码
验证码图片:
代码如下:
/<
function 过验证()
local str=获取NPC对话内容()
if str:match("验证码") then
cmd,content=str:match("验证码[^/]*/(@[^>]+)>[::]*[%s ]*(%w+)")
if not cmd or not content then
cmd=str:match("/(@@[^>]+)>")
content=str:match("验证码[::]*[%s ]*(%w+)")
end
if cmd and content then
合成命令(cmd,content)
等待(1500)
end
end
end
过验证() -- 回收验证保留此行
设置用户检测("过验证",2000) -- 脱机验证保留此行
/>
由于这种小数字代码比较简单,并且不管注明变,代码几乎都是这样,所以一般没什么需要修改
想查看更多验证码代码,请点击 七星辅助过验证码代码
最后修改时间: 2022年08月06日07:44