=97 and Asc(a(i))=65 and Asc(a(i))=48 and Asc(a(i))=97 and Asc(a(i))=65 and Asc(a(i))=48 and Asc(a(i))<=57 "/> =97 and Asc(a(i))=65 and Asc(a(i))=48 and Asc(a("/>
首页 > 帐号密码登录的高级方法

帐号密码登录的高级方法

2018-03-08 3页 doc 13KB 20阅读

用户头像

is_654168

暂无简介

举报
帐号密码登录的高级方法帐号密码登录的高级方法 Dim a // 密码 PSW="mima" // 计算密码长度 PSW_Len=Len(PSW) ReDim a(PSW_Len) i=0 Delay 1000 For PSW_Len a(i) = Mid(PSW,1+i,1) If Asc(a(i))>=97 and Asc(a(i))=65 and Asc(a(i))=48 and Asc(a(i))=97 and Asc(a(i))=65 and Asc(a(i))=48 and Asc(a(i))<=57 // 数字 ...
帐号密码登录的高级方法
帐号密码登录的高级方法 Dim a // 密码 PSW="mima" // 计算密码长度 PSW_Len=Len(PSW) ReDim a(PSW_Len) i=0 Delay 1000 For PSW_Len a(i) = Mid(PSW,1+i,1) If Asc(a(i))>=97 and Asc(a(i))<=122 Delay 200 // 英文大写 KeyPress Asc(a(i))-32,1 ElseIf Asc(a(i))>=65 and Asc(a(i))<=90 // 英文小写 Delay 200 KeyDown 16,1 KeyPress Asc(a(i)),1 KeyUp 16,1 ElseIf Asc(a(i))>=48 and Asc(a(i))<=57 Delay 200 KeyPress Asc(a(i)),1 Else MessageBox "密码: " & PSW &" 含有符号,不适用此脚本" EndScript EndIf i = i + 1 UserVar PSW1="AbcdzZ12345" "请输入你的密码" // 计算密码长度 PSW1_Len=Len(PSW1) ReDim a(PSW1_Len) i=0 For PSW1_Len a(i) = Mid(PSW1,1+i,1) If Asc(a(i))>=97 and Asc(a(i))<=122 // 英文大写 KeyPress Asc(a(i))-32,1 ElseIf Asc(a(i))>=65 and Asc(a(i))<=90 // 英文小写 KeyDown 16,1 KeyPress Asc(a(i)),1 KeyUp 16,1 ElseIf Asc(a(i))>=48 and Asc(a(i))<=57 // 数字 KeyPress Asc(a(i)),1 Else MessageBox "密码: " & PSW1 &" 含有符号,不适用此脚本" End If i = i + 1 Next
/
本文档为【帐号密码登录的高级方法】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。 本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。 网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。

历史搜索

    清空历史搜索