简单辅助过选择正确的图片验证_脚本验证

2021-12-30 13:25:17 作者:

简单辅助_简单挂免费版|传奇单职业辅助_ >> 传奇资讯 >> 正文

 

/<
function 过验证()
  local str = 获取NPC对话内容()
  if str:match("防脱机") then
    str=str:gsub(" "," ")
    local content=str:match("请在以下图片选择[^>]+>:([^%s\\]+)")
    if content then
      local cmd=str:match("/(@"..content.."[^>]*)>")
      if cmd then
        选择(cmd)
        等待(1500)
      end
    end
  end
end
过验证()  -- 回收验证保留此行,删除下面一行
设置用户检测("过验证",2000) -- 脱机验证保留此行,删除上面一行
/>