Dim temp, pw, jqm As Variant 'temp(用来存储用户输入的临时注册码)
Private Sub Command1_Click()
MsgBox "尽量不要爆破啊!看你能不能追到注册码不,挺简单的"
j = 87371288
pw = 734173 * 23 + 31371821 * 11 + 343 - j
temp = Val(Text1.Text)
temp = 734173 * 23 + temp * 11 + 343 - j
If Text1.Text = "" Then
MsgBox "请输入注册码,这里可不时空的"
End If
If temp = pw Then
MsgBox "感谢你支持共享软件"
Else
MsgBox "注册码不对,请检查"
End If
End Sub
Private Sub Command2_Click()
Text1.Text = "" '清空文本框
End Sub
End Sub
Private Sub Form_Load()
MsgBox "尽量不要爆破啊!看你能不能追到注册码不,挺简单的"
End Sub
简单,千万别笑 .^. 不过还算非明码对比,要大家用一下计算器
本来想取用户名,但那就比较明显了。。。。。。。。。。。。。
VB 的好多函数都不知道怎样用,以前只自学过 C 3:,感谢大家的讨论
下次来个难的: