你的位置:首页 > 新闻动态 > 新闻动态

一刀传奇辅助过图片回收验证码脚本范例

2020/6/23 8:42:17      点击:
function 获取NPC对话内容()
return [[
QManage
\ \ \<>              <为防止脱机请在40秒内输入一下验证码/SCOLOR=70><Img:16:7:-62:24>\<><-----------------------------------------------------------------/SCOLOR=67> \    <Img:158:3:130:-8>请选择图中的数字 <Img:2425:44:0:-8>\<><-----------------------------------------------------------------/SCOLOR=67> \<>  <Img:400:7:0:-11/@选0> <Img:401:7:0:-11/@选1> <Img:402:7:0:-11/@选2> <Img:403:7:0:-11/@选3> <Img:404:7:0:-11/@选4> <Img:405:7:0:-11/@选5> <Img:406:7:0:-11/@选6> <Img:407:7:0:-11/@选7> <Img:408:7:0:-11/@选8> <Img:409:7:0:-11/@选9>\<><-----------------------------------------------------------------/SCOLOR=67> \   <注意:切勿脱机,本服会随时更改验证,请认真输入验证码/SCOLOR=249>
]]
end
/<
local lastmsg=""
function 过验证()
  local str=获取NPC对话内容()
  if str==lastmsg then return end
  lastmsg=str
  if str:match("图中的数字") then
    打码结果,错误信息=打码(0,0,450,450,30,"")
    if 打码结果 then
      local cmd=str:match("/@选"..打码结果:sub(1,1)..">")
      if cmd then
        选择(cmd)
        清空NPC对话内容()
        等待(1500)
      end
    end
  end
end
过验证() -- 回收验证保留此行,删除下面一行
设置用户检测("过验证",2000) -- 脱机验证保留此行,删除上面一行
/>