Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy

    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]https://i237.photobucke*****m/albums/ff283/abryd/TuT3.jpg[/IMG]

    [IMG]https://i237.photobucke*****m/albums/ff283/abryd/TuT2.jpg[/IMG]

    [IMG]https://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
    Last edited by Synns; 09-30-2007 at 12:26 AM.

  2. #2
    datijn123's Avatar
    Join Date
    Aug 2007
    Posts
    60
    Reputation
    11
    Thanks
    1
    Nice tut , really nice!

  3. #3
    juppeli's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    768
    Reputation
    12
    Thanks
    19
    and you crack it with notepad >1 min?

  4. #4
    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
    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..



    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?


  5. #5
    juppeli's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    768
    Reputation
    12
    Thanks
    19
    Quote Originally Posted by jetamay View Post
    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..
    Yeah, like i said, you can crack these with notepad (or at least i can)

  6. #6
    TheBlueMax's Avatar
    Join Date
    Sep 2007
    Posts
    124
    Reputation
    10
    Thanks
    9
    How to make login password hiden.

  7. #7
    juppeli's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    768
    Reputation
    12
    Thanks
    19
    Omfg cant you really read basics???

  8. #8
    TheBlueMax's Avatar
    Join Date
    Sep 2007
    Posts
    124
    Reputation
    10
    Thanks
    9
    What basics ?

  9. #9
    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
    okay Thats is funney, That is really fucking funney. Basic is another term for VISUAL BASIC. Fux sake you don't know anything about this languge do you. This is VB section..

    Quote Originally Posted by TheBlueMax View Post
    How to make login password hiden.
    You have to encyrupt the password, but even then it is still possible to be cracked, The only possible way too make it 100% safe, Is make a login system, and login server.
    Last edited by radnomguywfq3; 10-04-2007 at 04:29 PM.



    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?


  10. #10
    beatzwithin's Avatar
    Join Date
    Sep 2007
    Posts
    17
    Reputation
    10
    Thanks
    0
    nice work bro thx for the tut..very helpful keep it up, im new so any help is great
    ez

  11. #11
    juppeli's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    768
    Reputation
    12
    Thanks
    19
    Quote Originally Posted by TheBlueMax View Post
    What basics ?
    omfg-.-... wait more 3 years before you start programming if ur that bad-.-

  12. #12
    TheBlueMax's Avatar
    Join Date
    Sep 2007
    Posts
    124
    Reputation
    10
    Thanks
    9
    Nice tutorial but to easy for me.

  13. #13
    mooso142's Avatar
    Join Date
    Jun 2007
    Posts
    50
    Reputation
    10
    Thanks
    3
    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??

  14. #14
    RGewrsgywergeryt4yerhrh's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    89
    Reputation
    9
    Thanks
    39

    Ty but...

    I dint get it.. IM so confused

  15. #15
    jaqq3000's Avatar
    Join Date
    Sep 2007
    Posts
    123
    Reputation
    10
    Thanks
    9
    Old off-topic, delete this msg
    Last edited by jaqq3000; 10-27-2007 at 10:04 AM.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Tutorial] Userbar simple (beginners)
    By ' [H]eaDs in forum Tutorials
    Replies: 5
    Last Post: 01-18-2010, 12:44 AM
  2. Really simple Browser tutorial...
    By (G)rapefruit in forum Visual Basic Programming
    Replies: 5
    Last Post: 10-04-2009, 04:44 AM
  3. [Tutorial] Make a Combat Arms Sig (Simple And Quick!)
    By Revolutionaryz in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 07-25-2009, 10:27 PM
  4. Replies: 5
    Last Post: 06-30-2009, 04:35 AM
  5. How to make a simple grunge tutorial
    By SpaWn in forum Tutorials
    Replies: 2
    Last Post: 04-21-2009, 05:30 PM