当前位置: 移动技术网 > IT编程>脚本编程>VBScript > VBS 16进制验证特定字符

VBS 16进制验证特定字符

2017年12月08日  | 移动技术网IT编程  | 我要评论

德昂族服装,成人在线漫画,小丈夫之赖上你

复制代码 代码如下:

'验证字符:fastslz
file=wscript.scriptfullname
dim slz
set slz = createobject("adodb.stream")
slz.type = 1
slz.mode = 3
slz.open
slz.position = 0
slz.loadfromfile file
bin=slz.read(18)
if ascb(midb(bin,12,1))=&h66 and ascb(midb(bin,13,1))=&h61 and ascb(midb(bin,14,1))=&h73 and ascb(midb(bin,15,1))=&h74 and ascb(midb(bin,16,1))=&h73 and ascb(midb(bin,17,1))=&h6c and ascb(midb(bin,18,1))=&h7a then
wscript.echo "通过验证"
else
wscript.echo "非法修改"
end if

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网