当前位置:首页>验证码大全

七星辅助过中文2-6带零验证码命令

发布时间:2014年08月11日14:45

中文2-6带零验证码命令

图片:

七星辅助过验证码命令

验证码命令:

对话NPC("元宝回收")
等待(1500)
aa=string.gsub(NPC对话内容,"—","一")
passcode=匹配内容(aa,[[(InPutString41>:[u4E00-u9FA5]{2,7})]])

passcode=匹配内容(passcode,[[([u4E00-u9FA5]{2,7})]])

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)


aas=nil
bbs=nil
ccs=nil
dds=nil
ees=nil
jjs=nil
hhs=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
passcode=table.concat({aas,bbs,ccs,dds,ees,jjs})
findapi=匹配内容(NPC对话内容,[[(@@InPutStringd{1,3})]])
if findapi~=nil then
api=findapi
else
api=匹配内容(NPC对话内容,[[(@@InPutIntegerd{1,3})]])
end
合成命令(api,passcode)
 

 

 

最后修改时间: 2020年06月01日00:00