Results 1 to 6 of 6
  1. #1
    yoyu333's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Behind You !
    Posts
    219
    Reputation
    7
    Thanks
    559
    My Mood
    Cool

    Password Generator Code VB Code

    Hello *MPGH*
    I Would Like To Make A Password Generator
    But I Need It To Generate 2 Password When You Click Generate
    Don't Wory I Gonna Put You In Credits
    Thank You
    Skype: MPGH-YoYu333
    Yahoo : yoyu333@ymail.com
    MSN: yoyu333@hotmail.com
    Do You Want To Know How To Create A Phisher ?
    Then Add Me


    Trusted Member = Rez modding NL

  2. #2
    NickTheGreek's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Greece
    Posts
    50
    Reputation
    10
    Thanks
    345
    My Mood
    Sick
    I send you pm.....

  3. #3
    rabir007's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Behind you...
    Posts
    2,323
    Reputation
    148
    Thanks
    1,925
    My Mood
    Bored
    Quote Originally Posted by yoyu333 View Post
    Hello *MPGH*
    I Would Like To Make A Password Generator
    But I Need It To Generate 2 Password When You Click Generate
    Don't Wory I Gonna Put You In Credits
    Thank You
    Actually, i'm not a VB coder, but here is a simple method:
    Use an array full with characters like:
    array[0] = 'a'
    array[1] = 'b'
    etc...
    With numbers, or anything you want, and random a number from 0 to the length of the array...
    Read the value with this number from the array, aaaaannnndddd you got a random character...

    I'm C# coder, and we can random letters too, i dont know if it is possible in VB or not...
    Good Luck...







  4. #4
    {Banned}**HACKER**'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    843
    Reputation
    8
    Thanks
    719
    My Mood
    Cheerful
    Well here is something i quickly snapped up for you:
    Code:
            Dim rndnumber As Random
            Dim number As Integer
            rndnumber = New Random
            number = rndnumber.Next(1, 1000000001)
            Label1.Text = number.ToString
    This will generate a random number, good luck anyway.
    I currently use this on a program i got and it works wonders
    Last edited by {Banned}**HACKER**; 06-12-2012 at 10:05 AM.

  5. The Following User Says Thank You to {Banned}**HACKER** For This Useful Post:

    yoyu333 (06-12-2012)

  6. #5
    yoyu333's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Behind You !
    Posts
    219
    Reputation
    7
    Thanks
    559
    My Mood
    Cool
    Quote Originally Posted by {Banned}**HACKER** View Post
    Well here is something i quickly snapped up for you:
    Code:
            Dim rndnumber As Random
            Dim number As Integer
            rndnumber = New Random
            number = rndnumber.Next(1, 1000000001)
            Label1.Text = number.ToString

    This will generate a random number, good luck anyway.
    I currently use this on a program i got and it works wonders
    I Need It To Generate Some Thing I Write Like
    Some Thing I Put It In It + Thank You
    Skype: MPGH-YoYu333
    Yahoo : yoyu333@ymail.com
    MSN: yoyu333@hotmail.com
    Do You Want To Know How To Create A Phisher ?
    Then Add Me


    Trusted Member = Rez modding NL

  7. #6
    yoyu333's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Behind You !
    Posts
    219
    Reputation
    7
    Thanks
    559
    My Mood
    Cool
    @Hero Close This Please
    /solved
    Skype: MPGH-YoYu333
    Yahoo : yoyu333@ymail.com
    MSN: yoyu333@hotmail.com
    Do You Want To Know How To Create A Phisher ?
    Then Add Me


    Trusted Member = Rez modding NL

Similar Threads

  1. [RELEASE] Selling NX codes - NX code generator
    By 8_below in forum General Hacking
    Replies: 15
    Last Post: 12-14-2010, 12:07 PM
  2. [Release] Password Generator Source Code
    By flameswor10 in forum Visual Basic Programming
    Replies: 14
    Last Post: 08-27-2010, 08:11 AM
  3. [Source Code] C++ Code Injection
    By Matrix_NEO006 in forum C++/C Programming
    Replies: 2
    Last Post: 10-22-2009, 10:31 PM
  4. [RELEASE] Selling NX codes - NX code generator
    By 8_below in forum MapleStory Hacks, Cheats & Trainers
    Replies: 2
    Last Post: 05-24-2009, 05:53 PM
  5. trade m60 promo code ( retail code )
    By traderman in forum Trade Accounts/Keys/Items
    Replies: 8
    Last Post: 11-28-2007, 02:17 PM