2-9位带零的验证码
图片:
代码:
等待(1000)
aa=string.gsub(NPC对话内容,"—","一")
passcode=匹配内容(aa,[[(为:/SCOLOR=d{1,3}> [u4E00-u9FA5]{2,9})]])
passcode=匹配内容(passcode,[[([u4E00-u9FA5]{2,9})]])
--输出信息(passcode)
aa=string.sub(passcode,1,2)
bb=string.sub(passcode,3,4)
cc=string.sub(passcode,5,6)
dd=string.sub(passcode,7,8)
ee=string.sub(passcode,9,10)
jj=string.sub(passcode,11,12)
hh=string.sub(passcode,13,14)
ii=string.sub(passcode,15,16)
mm=string.sub(passcode,17,18)
aas=nil
bbs=nil
ccs=nil
dds=nil
ees=nil
jjs=nil
hhs=nil
iis=nil
mms=nil
ff=aa
if ff=="零" then
aas="0"
end
if ff=="一" then
aas="1"
end
if ff=="二" then
aas="2"
end
if ff=="三" then
aas="3"
end
if ff=="四" then
aas="4"
end
if ff=="五" then
aas="5"
end
if ff=="六" then
aas="6"
end
if ff=="七" then
aas="7"
end
if ff=="八" then
aas="8"
end
if ff=="九" then
aas="9"
end
ff=bb
if ff=="零" then
bbs="0"
end
if ff=="一" then
bbs="1"
end
if ff=="二" then
bbs="2"
end
if ff=="三" then
bbs="3"
end
if ff=="四" then
bbs="4"
end
if ff=="五" then
bbs="5"
end
if ff=="六" then
bbs="6"
end
if ff=="七" then
bbs="7"
end
if ff=="八" then
bbs="8"
end
if ff=="九" then
bbs="9"
end
ff=cc
if ff=="零" then
ccs="0"
end
if ff=="一" then
ccs="1"
end
if ff=="二" then
ccs="2"
end
if ff=="三" then
ccs="3"
end
if ff=="四" then
ccs="4"
end
if ff=="五" then
ccs="5"
end
if ff=="六" then
ccs="6"
end
if ff=="七" then
ccs="7"
end
if ff=="八" then
ccs="8"
end
if ff=="九" then
ccs="9"
end
ff=dd
if ff=="零" then
dds="0"
end
if ff=="一" then
dds="1"
end
if ff=="二" then
dds="2"
end
if ff=="三" then
dds="3"
end
if ff=="四" then
dds="4"
end
if ff=="五" then
dds="5"
end
if ff=="六" then
dds="6"
end
if ff=="七" then
dds="7"
end
if ff=="八" then
dds="8"
end
if ff=="九" then
dds="9"
end
ff=ee
if ff=="零" then
ees="0"
end
if ff=="一" then
ees="1"
end
if ff=="二" then
ees="2"
end
if ff=="三" then
ees="3"
end
if ff=="四" then
ees="4"
end
if ff=="五" then
ees="5"
end
if ff=="六" then
ees="6"
end
if ff=="七" then
ees="7"
end
if ff=="八" then
ees="8"
end
if ff=="九" then
ees="9"
end
ff=jj
if ff=="零" then
jjs="0"
end
if ff=="一" then
jjs="1"
end
if ff=="二" then
jjs="2"
end
if ff=="三" then
jjs="3"
end
if ff=="四" then
jjs="4"
end
if ff=="五" then
jjs="5"
end
if ff=="六" then
jjs="6"
end
if ff=="七" then
jjs="7"
end
if ff=="八" then
jjs="8"
end
if ff=="九" then
jjs="9"
end
ff=hh
if ff=="零" then
hhs="0"
end
if ff=="一" then
hhs="1"
end
if ff=="二" then
hhs="2"
end
if ff=="三" then
hhs="3"
end
if ff=="四" then
hhs="4"
end
if ff=="五" then
hhs="5"
end
if ff=="六" then
hhs="6"
end
if ff=="七" then
hhs="7"
end
if ff=="八" then
hhs="8"
end
if ff=="九" then
hhs="9"
end
ff=ii
if ff=="零" then
iis="0"
end
if ff=="一" then
iis="1"
end
if ff=="二" then
iis="2"
end
if ff=="三" then
iis="3"
end
if ff=="四" then
iis="4"
end
if ff=="五" then
iis="5"
end
if ff=="六" then
iis="6"
end
if ff=="七" then
iis="7"
end
if ff=="八" then
iis="8"
end
if ff=="九" then
iis="9"
end
ff=mm
if ff=="零" then
mms="0"
end
if ff=="一" then
mms="1"
end
if ff=="二" then
mms="2"
end
if ff=="三" then
mms="3"
end
if ff=="四" then
mms="4"
end
if ff=="五" then
mms="5"
end
if ff=="六" then
mms="6"
end
if ff=="七" then
mms="7"
end
if ff=="八" then
iis="8"
end
if ff=="九" then
mms="9"
end
passcode=table.concat({aas,bbs,ccs,dds,ees,jjs,hhs,iis,mms})
--输出信息(passcode)
合成命令("@@InPutInteger6",passcode)
最后修改时间: 2020年06月01日00:00