home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form1
- Caption = "VBCrackMe v2.0 by Eternal Bliss"
- ClientHeight = 1530
- ClientLeft = 4335
- ClientTop = 3840
- ClientWidth = 3615
- ControlBox = 0 'False
- BeginProperty Font
- Name = "Times New Roman"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- LinkTopic = "Form1"
- ScaleHeight = 1530
- ScaleWidth = 3615
- StartUpPosition = 2 'CenterScreen
- Begin VB.CommandButton Command3
- Caption = "Re&try"
- Enabled = 0 'False
- BeginProperty Font
- Name = "Times New Roman"
- Size = 11.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 375
- Left = 1320
- TabIndex = 2
- Top = 960
- Width = 975
- End
- Begin VB.TextBox Text1
- BeginProperty Font
- Name = "Times New Roman"
- Size = 12
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 405
- Left = 240
- TabIndex = 0
- Top = 360
- Width = 3135
- End
- Begin VB.CommandButton Command2
- Caption = "Q&uit"
- BeginProperty Font
- Name = "Times New Roman"
- Size = 11.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 375
- Left = 2400
- TabIndex = 3
- Top = 960
- Width = 975
- End
- Begin VB.CommandButton Command1
- Caption = "&Register"
- Default = -1 'True
- BeginProperty Font
- Name = "Times New Roman"
- Size = 11.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 375
- Left = 240
- TabIndex = 1
- Top = 960
- Width = 975
- End
- Begin VB.Label Label1
- Caption = "About"
- BeginProperty Font
- Name = "Times New Roman"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 240
- TabIndex = 4
- Top = 60
- Width = 615
- 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()
- Dim x As Variant, num As Variant, tru As Variant
- c = "10511532"
- f = "10132"
- On Error GoTo err2
- a = "116104"
- g = "1141019911632"
- x = 1
- b = "84104"
- d = "99111"
- e = "114"
- h = "100101"
- If Text1.Text = "" Then
- Text1.Text = "You have to enter something!"
- GoTo err1
- End If
- For k = 1 To 5
- num = num & Asc(Mid(Text1.Text, k, 1))
- Next k
- tru = b & c
- x = Val(num) - Val(tru)
- If x = 0 Then
- x = 1
- num = 0
- GoTo next1
- GoTo err2
- End If
- next1:
- For k = 6 To 8
- num = num & Asc(Mid(Text1.Text, k, 1))
- Next k
- tru = c
- x = Val(num) - Val(tru)
- If x = 0 Then
- x = 1
- num = 0
- GoTo next2
- GoTo err2
- End If
- next2:
- For k = 9 To 12
- num = num & Asc(Mid(Text1.Text, k, 1))
- Next k
- tru = a & f
- x = Val(num) - Val(tru)
- If x = 0 Then
- x = 1
- num = 0
- GoTo next3
- GoTo err2
- End If
- next3:
- For k = 13 To 20
- num = num & Asc(Mid(Text1.Text, k, 1))
- Next k
- tru = d & e & g
- x = Val(num) - Val(tru)
- If x = 0 Then
- x = 1
- num = 0
- GoTo next4
- GoTo err2
- End If
- next4:
- For k = 21 To Len(Text1.Text)
- num = num & Asc(Mid(Text1.Text, k, 1))
- Next k
- tru = d & h
- x = Val(num) - Val(tru)
- If x = 0 Then
- Text1.Text = "You have solved it! Good Work!"
- Text1.Enabled = False
- Command1.Enabled = False
- Command3.Enabled = True
- Command3.Caption = "&Again!"
- Command2.SetFocus
- GoTo err
- GoTo err2
- End If
- err2:
- Text1.Text = "Wrong! Try Again!!"
- err1:
- Text1.Enabled = False
- Command1.Enabled = False
- Command3.Enabled = True
- Command3.SetFocus
- End Sub
-