Now Double Click On The Form & Input The Following
Code:
Code:
MsgBox("Time Expired") End
Double Click On The Command Button & Input The Following
Code:
Code:
If Text1.Text = "yourpassword" Then Timer1.Enabled = False MsgBox("Access Granted") End Else MsgBox("Access Denied") End If
The Above Coding Is Telling The Program That If The Password "yourpassword" (without quotes) Is Entered Into The Text Box, The Message "Access Granted" Will Appear. But If The Certain Password Is Not Correct, It Will Tell The User "Access Denied" And Also, A 15 Second Wait Is On The Form.
You should note that this is just like the last one, and everything is easily found in olly
If you want to another way to "protect" the vb programs check out Talix's crackme - there is a write up on how to break it too in the thread. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum