Page 3 of 3 FirstFirst 123
Results 31 to 34 of 34
  1. #31
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    Quote Originally Posted by -Away View Post
    You dont need that..

    You do something like:

    Code:
    Dim Something As String = Textbox1.Text ' Or anything
    Something = Something.Replace("A", "68475665485647")
    
    ' To Save
    Dim Blabla As New IO.StreamWriter("FILE LOCATION")
    Blabla.Write(Something)
    Blabla.close
    Something like that xD
    Yeah, I youtubed it. but its easy to see a number pattern and easily decrypt it...

  2. #32
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    For the last fricken time, use a StringCollection and store it in My.Settings! JEEEE-ZUSS!

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  3. The Following User Says Thank You to Jason For This Useful Post:

    Lyoto Machida (03-19-2011)

  4. #33
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    As I said, I'm not very advanced in VB.

    I don't know what stringcollection is.

  5. #34
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  6. The Following 2 Users Say Thank You to Jason For This Useful Post:

    -Away Alt (03-20-2011),Cryptonic (03-21-2011)

Page 3 of 3 FirstFirst 123