📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "QQ空间相册密码破解器 by QQ吻"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text2
Height = 375
Left = 600
TabIndex = 2
Top = 840
Width = 2295
End
Begin VB.TextBox Text1
Height = 375
Left = 600
TabIndex = 1
Top = 240
Width = 2295
End
Begin VB.CommandButton Command1
Caption = "破解"
Height = 375
Left = 3120
TabIndex = 0
Top = 240
Width = 975
End
Begin VB.Label Label2
Caption = "密码:"
Height = 375
Left = 0
TabIndex = 4
Top = 840
Width = 615
End
Begin VB.Label Label1
Caption = "密文:"
Height = 375
Left = 0
TabIndex = 3
Top = 240
Width = 615
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If Text1.Text = "3a8e15977a941d0dd3dba0b6c8135222f5dc5d0305e9e287ed11314fbfa6f8b0601276dc04a7a5ab" Then
Text2.Text = "123"
Else
Text1.Text = "dc2b59a0b5ce1dc75ff85a67d83149df5dfc8be3965c18fd6828ee9970546ce4df7a1c482032c06b"
Text2.Text = "1"
'可以在这里加更多的代码
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -