Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[VB6 TUT]Password only protection

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Kimo
Grandmaster Cheater Supreme
Reputation: 0

Joined: 20 Jan 2007
Posts: 1284
Location: irc://p2p-irc.net/cef

PostPosted: Wed Aug 29, 2007 4:42 am    Post subject: [VB6 TUT]Password only protection Reply with quote

What you need is :

- Text Box
- Label
- Command Button
- Timer
Place All 4 Of The Above Object Onto Your Form

Properties:
Text1 - Text - (Empty)
Text1 - PasswordChar - *
Label1 - Caption - Enter The Password
Command1 - Caption - Try Password
Timer1 - Interval - 15000
Timer1 - Enabled - True
Form1 - Caption - Password

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.


Have Fun!
Back to top
View user's profile Send private message
zart
Master Cheater
Reputation: 0

Joined: 20 Aug 2007
Posts: 351
Location: russia

PostPosted: Wed Aug 29, 2007 2:14 pm    Post subject: Reply with quote

You should note that this is just like the last one, and everything is easily found in olly Wink

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.

_________________
0x7A 0x61 0x72 0x74

TEAM RESURRECTiON
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites