在线购买
主页 > 官方公告 > 刀锋B版过输入四位图片数字验证码脚本
刀锋B版过输入四位图片数字验证码脚本
发布时间: 2023-04-20  点击量: 



/<
lastmsg=""
function 过验证()
  local str=获取NPC对话内容()
  if lastmsg==str then return end 
  lastmsg=str
  if str:match("验证码") then
    local cmd=str:match("/(@@[^>]+)>")
    local content=str:match("<ImgNum:%d:(%d+):")
    if cmd and content then 
      合成命令(cmd,content)
      等待(1500)
    end
  end
end
过验证() -- 回收验证保留此行,删除下面一行
设置用户检测("过验证",2000) -- 脱机验证保留此行,删除上面一行
/>