password creating vb6

Posts 115 of 16 · Page 1 of 2
password creating vb6
hello can some1 help me to protect my hack whit a pass

i dont know how i hope some1 can help me
if textbox.text = "PasswordHere" then
//Show hacks
else
end
Yea that's a pretty simple method to accomplish it correctly, keke. Jet for the win i guess. Put some Anti-Olly scripting around it perhaps haha. Later you can up the anty too. My Anti-Leak (Hack Protection) is a client-exe to my-exe packet/server encrypted system. With Chat Room and Auto-Updates and IP logs xD I have a pretty good client-side protection module ill find and post for you to make it even safer if you'd like. And hell, maybe even an example of the server version. All that php/web protection methods are junk, by the way. Algo-gg no re everyone i've ever seen but i've never had one problem yet.
yeah and if you want you can add and username to with this code:
If Text1.Text = ("Usernamehere") And Text2.Text = ("Passwordhere") Then
Form2.Show
Form1.Hide
Unload Form1
probly aN PLD POST BUT....

DIM PASSWORD$
PASSWORD = "PASSWORD"
IF TEXT1.TEXT = PASSWORD THEN
MSGBOX("CORRECT")
ELSE
MSGBOX("iNCORRECT!")
END
END IF
WELL DONE!!!

YOU BUMPED A THREAD THAT IS 1 MONTH AND 10 DAYS OLD!!!


Fking nub
For Vb2008:
1. Make two textboxes and two labels
2. Then put label one besides textbox1. Then rename label1 Username.
3. Put label2 besides textbox2. Then rename label2 Password.
4. Add 2 buttons. Name one Login and one Close.
5. Double click the Login button. (View Code)
Code:
If textbox1.text = "username" and textbox2.text = "password" then
     Form2.show()
     Me.Hide()
else 
     Msgbox ("Login Incorrect")
End If
6. Double click the Close Button. (View Code)
Code:
Me.Close()
7. Debug and your done.
*Don't forget that you can change the username and password inside the quotes!!
And heres how you crack it, run it, when you hit the messagebox the kicks you out, set a bp there and a bp a couple lines above it. Then just step through and you'll hit cmp xxx,xxx and below that some sort of jump, : o either change cmp xxx,xxx to cmp eax,eax, or just nop the jump.
ima noob so what u talking about jeremy? DX
crackin the pass ...
necessito de gold hack plss
necessito de gold hack plss
necessito de gold hack plss
necessito de gold hack plss
necessito de gold hack plss
Posts 115 of 16 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

Need help?