home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form1
- Caption = "VBCrackMe v3.0 by Eternal Bliss"
- ClientHeight = 1530
- ClientLeft = 4335
- ClientTop = 3840
- ClientWidth = 2910
- 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 = 2910
- 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 = 240
- TabIndex = 2
- Top = 960
- Visible = 0 'False
- 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 = 2415
- 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 = 1680
- TabIndex = 3
- Top = 960
- Width = 975
- End
- Begin VB.CommandButton Command1
- Caption = "&Register"
- Default = -1 'True
- 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 = 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 num As Long, tru As Long, trum As Long, dive As Long, r1 As Long, e As Long, v As Long, r As Long, s As Long
- On Error GoTo err1
- trum = 11496889
- dive = 2147483647
- r1 = 82
- e = 101
- v = 118
- r = 114
- s = 115
- For z = 1 To Len(Text1.Text)
- num = num + Asc(Mid(Text1.Text, z, 1))
- Next z
- tru = r1 + e + v + e + r + s + e
- If num = tru Then
- If ((Asc(Mid(Text1.Text, 2, 1)) = e) And (Asc(Mid(Text1.Text, 4, 1)) = e) And (Asc(Mid(Text1.Text, 7, 1)) = e)) Then
- dive = (((((dive \ s) * r1) \ r) * e) \ v)
- If dive = trum Then
- Text1.Text = "You have cracked it!!"
- Text1.Enabled = False
- Command1.Visible = False
- Command3.Visible = True
- Command3.Enabled = True
- Command3.Caption = "&Again!"
- Command2.SetFocus
- GoTo err
- GoTo err1
- End If
- GoTo err1
- End If
- err1:
- Text1.Text = "Wrong! Try Again!!"
- Text1.Enabled = False
- Command1.Visible = False
- Command3.Visible = True
- Command3.Enabled = True
- Command3.SetFocus
- End If
- End Sub
- Private Sub Command3_Click()
- Unload Me
- Form1.Show
- End Sub
- Private Sub Text1_Change()
- If Len(Text1.Text) > 6 Then
- Command1.Enabled = True
- End If
- If Len(Text1.Text) < 7 Then
- Command1.Enabled = False
- End If
- End Sub
-