简单挂辅助新版A过输入紫色数字传奇防脱机系统验证码脚本分享

2017-03-05

简单挂官网 >> 单职业传奇,单职业迷失 >> 正文

今天给大家分享下新版本A黑色界面挂过紫色数字验证码脚本,废话不多说直接来。 

 

脚本过验证部分:

1.回收时候出现的格式:


 if n=="0" then
  return 0
 elseif n=="1" then
  return 1
 elseif n=="2" then
  return 2
 elseif n=="3" then
  return 3
 elseif n=="4" then
  return 4
 elseif n=="5" then
  return 5
 elseif n=="6" then
  return 6
 elseif n=="7" then
  return 7
 elseif n=="8" then
  return 8
 elseif n=="9" then
  return 9
 else
  return -1
 end
end

function 过验证()
 a=获取NPC对话内容()
 i,j,n=string.find(a,"前面(%d)个")
 i,j,color=string.find(a,"SCOLOR=(%d+)",j)
 num=""
 numn=0
 n2=0
 while true do
  i,j,n1,color1=string.find(a,"{(..)/SCOLOR=(%d+)}",j)
  if n1==nil then
   break
  end
  if color1==color then
   n2=qjn2n(n1)
   num=num..n2
   numn=numn+1
   if numn-n==0 then
    break
   end
  end
 end
 _,_,cmd=string.find(a,"(@@.-)>")
 合成命令(cmd,num)
 等待(1500)
end
 

2.随机出的格式:


 if n=="0" then
  return 0
 elseif n=="1" then
  return 1
 elseif n=="2" then
  return 2
 elseif n=="3" then
  return 3
 elseif n=="4" then
  return 4
 elseif n=="5" then
  return 5
 elseif n=="6" then
  return 6
 elseif n=="7" then
  return 7
 elseif n=="8" then
  return 8
 elseif n=="9" then
  return 9
 else
  return -1
 end
end

function 过验证()
 a=获取NPC对话内容()
 if string.find(a,"防脱机验证系统")~=nil then
  i,j,n=string.find(a,"前面(%d)个")
  i,j,color=string.find(a,"SCOLOR=(%d+)",j)
  num=""
  numn=0
  n2=0
  while true do
   i,j,n1,color1=string.find(a,"{(..)/SCOLOR=(%d+)}",j)
   if n1==nil then
    break
   end
   if color1==color then
    n2=qjn2n(n1)
    num=num..n2
    numn=numn+1
    if numn-n==0 then
     break
    end
   end
  end
  _,_,cmd=string.find(a,"(@@.-)>")
  合成命令(cmd,num)
  等待(1500)
 end
 return 2
end
有问题可以咨询我们官网客服,欢迎大家提交过不了的验证码给我们,格式:验证码截图,跟对应的读取的npc对话内容。

有事您扫一扫


在线取卡


9:00 ~ 24:00