Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    boyd45's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Location
    behind my lapt0p
    Posts
    88
    Reputation
    10
    Thanks
    20
    My Mood
    Yeehaw

    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

  2. #2
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    if textbox.text = "PasswordHere" then
    //Show hacks
    else
    end



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  3. #3
    Toymaker's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Location
    Hannah, Montana
    Posts
    659
    Reputation
    14
    Thanks
    193
    My Mood
    Amused
    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.

  4. #4
    lilwarthog's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    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

  5. #5
    kalwarbo's Avatar
    Join Date
    Jun 2008
    Posts
    12
    Reputation
    10
    Thanks
    7
    probly aN PLD POST BUT....

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

  6. #6
    olie122333's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    438
    Reputation
    10
    Thanks
    20
    WELL DONE!!!

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


    Fking nub

  7. #7
    phantomfury's Avatar
    Join Date
    Jul 2008
    Posts
    6
    Reputation
    10
    Thanks
    0

    Talking

    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!!

  8. #8
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    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.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  9. #9
    svegerot's Avatar
    Join Date
    Dec 2006
    Gender
    male
    Location
    Blackpkerstr's House...
    Posts
    227
    Reputation
    10
    Thanks
    41
    My Mood
    Amused
    ima noob so what u talking about jeremy? DX

  10. #10
    GG2GG's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    United Kingdom
    Posts
    3,382
    Reputation
    21
    Thanks
    4,294,967,295
    My Mood
    Blah
    crackin the pass ...

  11. #11
    rushzin's Avatar
    Join Date
    Aug 2008
    Posts
    96
    Reputation
    10
    Thanks
    0
    necessito de gold hack plss

  12. #12
    rushzin's Avatar
    Join Date
    Aug 2008
    Posts
    96
    Reputation
    10
    Thanks
    0
    necessito de gold hack plss

  13. #13
    rushzin's Avatar
    Join Date
    Aug 2008
    Posts
    96
    Reputation
    10
    Thanks
    0
    necessito de gold hack plss

  14. #14
    rushzin's Avatar
    Join Date
    Aug 2008
    Posts
    96
    Reputation
    10
    Thanks
    0
    necessito de gold hack plss

  15. #15
    rushzin's Avatar
    Join Date
    Aug 2008
    Posts
    96
    Reputation
    10
    Thanks
    0
    necessito de gold hack plss

Page 1 of 2 12 LastLast

Similar Threads

  1. Create password for zombies door
    By barata55 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 14
    Last Post: 10-29-2010, 10:03 AM
  2. How to create a DLL Injector in VB6 ?
    By SteeL in forum Visual Basic Programming
    Replies: 1
    Last Post: 12-12-2008, 05:03 PM
  3. Create a keygen in VB6
    By steven_italy in forum Programming Tutorial Requests
    Replies: 8
    Last Post: 04-08-2008, 12:52 AM
  4. how to create speedhacks?
    By LiLLeO in forum General Game Hacking
    Replies: 5
    Last Post: 01-28-2006, 08:52 AM
  5. Creating A GunzRunnable
    By CrazyDeath in forum Game Hacking Tutorials
    Replies: 7
    Last Post: 01-01-2006, 11:20 PM

Tags for this Thread