Simple Log-In Tutorial.
This is a simple TuT on how to do a log-in form.
i did make the pictures :P The source is on the bottom.
[IMG]http://i237.photobucke*****m/albums/ff283/abryd/TuT3.jpg[/IMG]
[IMG]http://i237.photobucke*****m/albums/ff283/abryd/TuT2.jpg[/IMG]
[IMG]http://i237.photobucke*****m/albums/ff283/abryd/TuT1.jpg[/IMG]
- 2 text boxs
- 2 command buttons
Code:
Private Sub Command1_Click() <-- Insert this code into command.1
Dim User$, Pw$
User = "UserName" <-- Set Ur Username
Pw = "Password" <-- Set ur Pass
If Text1.Text = User And Text2.Text = Pw Then
MsgBox " Correct Login "
Unload Form1
Form2.Show
Else
MsgBox " Wrong userName And Or Password"
End
End If
End Sub
Private Sub Command2_Click()
End
End Sub
Then right click on Form1 and then go to Add> another form and that will be your Hack instead of the first because the first form will be the Log-In And remember to delete
<-- Set ur username
<-- Set ur password
Set 2nd box cancel and 1st box Log-In
CREDZ GO TO kilo12 FROM C-C
and you crack it with notepad >1 min?
I thank you for putting the work and time into it. Unfortunetly this is an extreamly useless tutorial, unless 20% of the people that visit this tread don't actually know how to programm in VB(Witch I am sure they do) This wwould however be alot more usefull if you tought people how to make encyrupt passwords..
How to make login password hiden.
Omfg cant you really read basics???
nice work bro thx for the tut..very helpful keep it up, im new so any help is great
ez
Nice tutorial but to easy for me.
ok i did the tut and it was and is very helpful but when i login and crap i want the hack to open up how do u do that??
Old off-topic, delete this msg