签到排名:今日本吧第个签到,
本吧因你更精彩,明天继续来努力!
连续签到:天 累计签到:天
0超级会员单次开通12个月以上,赠送连续签到卡3张
qq华夏吧 关注:187,172贴子:10,866,079 IP属地:黑龙江
1楼2012-08-05 14:37回复
2楼2012-08-05 14:38
来自掌上百度3楼2012-08-05 14:41
IP属地:江苏
来自掌上百度4楼2012-08-18 09:33
Rem 开始
Delay 10
WaitKey JJ
If JJ=96
MessageBox "您按了数字小键盘 0"
ElseIf JJ=97
MessageBox "您按了数字小键盘 1"
ElseIf JJ=98
MessageBox "您按了数字小键盘 2"
ElseIf JJ=99
MessageBox "您按了数字小键盘 3"
ElseIf JJ=100
MessageBox "您按了数字小键盘 4"
ElseIf JJ=101
MessageBox "您按了数字小键盘 5"
ElseIf JJ=102
MessageBox "您按了数字小键盘 6"
ElseIf JJ=103
MessageBox "您按了数字小键盘 7"
ElseIf JJ=104
MessageBox "您按了数字小键盘 8"
ElseIf JJ=105
MessageBox "您按了数字小键盘 9"
ElseIf JJ=65
MessageBox "您按了键盘 a"
ElseIf JJ=66
MessageBox "您按了键盘 b"
ElseIf JJ=67
MessageBox "您按了键盘 c"
ElseIf JJ=68
MessageBox "您按了键盘 d"
ElseIf JJ=69
MessageBox "您按了键盘 e"
ElseIf JJ=70
MessageBox "您按了键盘 f"
ElseIf JJ=71
MessageBox "您按了键盘 g"
ElseIf JJ=72
MessageBox "您按了键盘 h"
ElseIf JJ=73
MessageBox "您按了键盘 i"
ElseIf JJ=74
MessageBox "您按了键盘 j"
ElseIf JJ=75
MessageBox "您按了键盘 k"
ElseIf JJ=76
MessageBox "您按了键盘 l"
ElseIf JJ=77
MessageBox "您按了键盘 m"
ElseIf JJ=78
MessageBox "您按了键盘 n"
ElseIf JJ=79
MessageBox "您按了键盘 o"
ElseIf JJ=80
MessageBox "您按了键盘 p"
ElseIf JJ=81
MessageBox "您按了键盘 q"
ElseIf JJ=82
MessageBox "您按了键盘 r"
ElseIf JJ=83
MessageBox "您按了键盘 s"
ElseIf JJ=84
MessageBox "您按了键盘 t"
ElseIf JJ=85
MessageBox "您按了键盘 u"
ElseIf JJ=86
MessageBox "您按了键盘 v"
ElseIf JJ=87
MessageBox "您按了键盘 w"
ElseIf JJ=88
MessageBox "您按了键盘 x"
ElseIf JJ=89
MessageBox "您按了键盘 y"
ElseIf JJ=90
MessageBox "您按了键盘 z"
EndIf
Goto 开始

自己拿去试验一下吧,记录密码什么的太简单了
IP属地:四川
5楼2012-08-24 21:59
来自手机贴吧7楼2012-08-25 11:18

