AuthorMessage
Blaze
Clone
Posts: 8

This is an code for an Acces Password ....
Code:

Private Sub Form_Load()
If Inputbox("What Is The Password ?") = "blaze" Then
MsgBox "Acces Granted",vbInformation
Else
MsgBox "Acces Denied",vbCritical
End If
End Sub

Blaze = the password
i know this code is no more but .. it can be usefully
dzadzuks
Ametuar
Posts: 135

Werll if you call this a password protected app.... then no wonder you think it can be EASY cracked! 
Blaze
Clone
Posts: 8

yeah, i know is easy to crack an app like this ...