脱机验证

秒杀辅助过删除指定位置字符验证

时间:2018/10/20 7:39:18  作者:秒杀辅助  来源:http://www.941msfz.com  查看:322481  评论:0
内容摘要:下图,删除指定位置字符,秒杀辅助已经可以过了:用户替换代码即可!/
下图,删除指定位置字符,秒杀辅助已经可以过了:用户替换代码即可!
秒杀辅助过删除指定位置字符验证
/<
function 过验证()
  local a=获取NPC对话框内容()
  local pos=0
  local type=0
  local content=""
  if string.find(a,"输入要删除的名字")~=NULL then
    _,_,code=string.find(a,"验证码为:([0-9a-zA-Z]+)")
    _,_,ii=string.find(a,"扣除第(..)位")
    if ii==NULL then
      _,_,ii=string.find(a,"的后(..)位")
      type=1
    end
    if code==NULL or ii==NULL then return end
    local s={"一","二","三","四"}
    for k,v in ipairs(s) do
      if v==ii then
        pos=k
        break
      end
    end
    if pos==0 then return end
if type==1 then
    content=string.sub(code,#code-pos+1,#code)
else
    for i=1,#code,1 do
      if i~=pos then
        content=content..string.sub(code,i,i)
      end
    end
end
    _,_,cmd=string.find(a,"/(@@Input%a+%d+)")
    if content~="" and cmd~="" then
      合成命令(cmd,content)
      print("输入验证码:"..content)
    end
  end
end
过验证()
/>
本站成立的目的是为了让广大传奇私服玩家有更好的传奇辅助使用而建设,秒杀辅助仅供玩家交流学习之用,并不支持任何官方游戏,仅仅是传奇私服辅助工具,特此申明,如有侵权,请联系客服告知,我们会在工作日24小时之内配合处理!
秒杀辅助官方客服
悠悠:
小麦:

客服QQ-179580763
TM-7:00 - 24:00
Powered by OTCMS V2.80