Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused

    Could i get some help for Login System

    Hay
    I wanna make a project that will need two forms.
    I wanna make that When Form1 is not ok that form 2 wont show up.
    Its like the **** loader, if you type in wrong Username and Password,Form 2 wont will pop up, but better will be if you make it in TabControl like the ****loader.
    Because it will be an Vip Injector with Login system.

    Thank you

    Screenshot of code for Login system in If rule:

    Last edited by Sydney; 06-28-2010 at 05:55 AM.

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    So what's your question?

    Me.Hide
    Form2.Show?

    Such login system for a vip program
    VIP injector



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

    Sydney (06-28-2010)

  4. #3
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by Blubb1337 View Post
    So what's your question?

    Me.Hide
    Form2.Show?

    Such login system for a vip program
    VIP injector
    I want that , when you write down the right Username and password a other form withh pop up

  5. #4
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    if textbox1.text = "" And Textbox2.text = "" then
    me.hide
    form2.showdialog
    else
    msgbox("Wrong Information")
    end if



  6. The Following User Says Thank You to Blubb1337 For This Useful Post:

    Sydney (06-28-2010)

  7. #5
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by Blubb1337 View Post
    if textbox1.text = "" And Textbox2.text = "" then
    me.hide
    form2.showdialog
    else
    msgbox("Wrong Information")
    end if
    I will try thx!

  8. #6
    trevor206's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    324
    Reputation
    12
    Thanks
    107
    there is a much easier way than getting all the passwords and usernames, i iknow how to use it and have the code but i'm not willing to share i might make a tut though.

    what it does is like check ur username then after that it checks ur post and then w/e else u want it to check. just thought i would say this because it could be helpful in a way.

  9. #7
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    a list on your ftp / database ftw -.-

    streamreader.readline ftw.



  10. The Following User Says Thank You to Blubb1337 For This Useful Post:

    Sydney (06-28-2010)

  11. #8
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Can someone help me now by Making an Injector like the ****loader that injects the dll from an ftp server?

    Thanks

  12. #9
    trevor206's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    324
    Reputation
    12
    Thanks
    107
    Quote Originally Posted by Blubb1337 View Post
    a list on your ftp / database ftw -.-

    streamreader.readline ftw.
    if ur talkin to me about that ur 100% wrong although that might work.
    Code:
        Dim i As String
    
            Dim MyWebClient As New System.Net.WebClient()
            i = MyWebClient.DownloadString("")
    thats basically what does it but its not steamreader but theres alot of missing code there. i just thought i'd show u what it was just in case u were talkin to me.

    its just webclients and cases.

  13. #10
    Abstract's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Look in your refrigerator
    Posts
    3,626
    Reputation
    54
    Thanks
    980
    Quote Originally Posted by kongamonga View Post
    Can someone help me now by Making an Injector like the ****loader that injects the dll from an ftp server?

    Thanks
    Do it yourself, noone will do this...

  14. #11
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by trevor206 View Post
    if ur talkin to me about that ur 100% wrong although that might work.
    Code:
        Dim i As String
    
            Dim MyWebClient As New System.Net.WebClient()
            i = MyWebClient.DownloadString("")
    thats basically what does it but its not steamreader but theres alot of missing code there. i just thought i'd show u what it was just in case u were talkin to me.

    its just webclients and cases.
    I wasn't referring to you. You can sure use something like if the downloaded strings.contains....



  15. #12
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by trevor206 View Post
    if ur talkin to me about that ur 100% wrong although that might work.
    Code:
        Dim i As String
    
            Dim MyWebClient As New System.Net.WebClient()
            i = MyWebClient.DownloadString("")
    thats basically what does it but its not steamreader but theres alot of missing code there. i just thought i'd show u what it was just in case u were talkin to me.

    its just webclients and cases.
    How can i do it myself if i havent some source?
    I have an Ftp client etc please anyone help me!

    Could i make that i can change the username and password everytime via ftp that the username and password is in an document in my ftp server.??
    Last edited by Sydney; 06-28-2010 at 07:05 AM.

  16. #13
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    I'd do it like this

    Code:
    <user>username1</user><password>pw1</password>
    <user>username2</user><password>pw2</password>
    <user>username3</user><password>pw3</password>
    <user>username4</user><password>pw4</password>
    <user>username5</user><password>pw5</password>
    download the source to the .txt above from your ftp.

    Use a streamreader to read every line.

    while not reader.endofstream
    dim sline as string = reader.readline

    dim user as string = stringbetween function(source, "<user>", "</user>")
    dim pw as string = stringbetween function(source, "<password>", "</password>")

    if textbox1.text = user And Textbox2.text = pw then
    'w/e
    end if

    end while

    Figure out the stringbetween / streamreader function. I won't give you full source code. Attempt it.



  17. #14
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by Blubb1337 View Post
    I'd do it like this

    Code:
    <user>username1</user><password>pw1</password>
    <user>username2</user><password>pw2</password>
    <user>username3</user><password>pw3</password>
    <user>username4</user><password>pw4</password>
    <user>username5</user><password>pw5</password>
    download the source to the .txt above from your ftp.

    Use a streamreader to read every line.

    while not reader.endofstream
    dim sline as string = reader.readline

    dim user as string = stringbetween function(source, "<user>", "</user>")
    dim pw as string = stringbetween function(source, "<password>", "</password>")

    if textbox1.text = user And Textbox2.text = pw then
    'w/e
    end if

    end while

    Figure out the stringbetween / streamreader function. I won't give you full source code. Attempt it.
    Thanks, but i dont understand the whole code!

  18. #15
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Why do you want to do an VIP injector if you can't handle this?

    Copy & pasted injectors aren't vip worthy.

    Just IMO.



Page 1 of 2 12 LastLast

Similar Threads

  1. Could i get some help for an Injector that injects a dll from ftp?
    By Sydney in forum Visual Basic Programming
    Replies: 9
    Last Post: 06-29-2010, 07:03 AM
  2. [Help]Well could i get some help for a loader like the **** loader
    By qddW$#%^jtyjtyj in forum Visual Basic Programming
    Replies: 20
    Last Post: 06-24-2010, 10:07 PM
  3. Need some help for my bypass.
    By tmha in forum C++/C Programming
    Replies: 14
    Last Post: 10-26-2009, 12:48 PM
  4. Can I get some help please?
    By rashidul1994 in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 05-28-2009, 06:27 PM
  5. can i get some help!!
    By najo22 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 11-20-2007, 01:43 PM