[TUT] How to password protect a hack
Hello,
I had a small bit of trouble making a pass on my hack. (Until i found out how easy it was) and figured that someone might want this.
To make a pass protected hack open your project, click make a new form, then select "Login Dialog". Click OK. Double click the "OK" button that it automatically made on your form, and you will see a if statement. Look for where it says "password" (in the if and highlighted below) and change that to be your password! Here is an example:
Code:
If txtPassword = "password" Then
You must also make sure that you add code to the if. This is what i paste:
Code:
Form1.Show
frmLogin.Hide
and put it where it says:
Code:
'place code to here to pass the
'success to the calling sub
'setting a global var is the easiest
then just make sure your hacks default dialog is
the "frmLogin"!
CREDIT: OLIE122333 (ME!)