Results 1 to 15 of 15
  1. #1
    urosjoj's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0

    Smile [HELP] HWID Login System

    Hi!

    I made a login system in Visual Basic, and everything works perfectly and i get message box Login Succesful! but I wanna make, that when I login, a file opens (cod4.exe - the injector i made). Can you give me the code for that?

    AND, also I don't want, that the injector's exe is in the folder with the hack, I want it to be "integrated" in that loginsystem.exe, so nobody can get to it without the username and password.

    Regards, urosjoj

  2. #2
    justiman's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    4
    My Mood
    Fine
    oh thats easy.
    under the msgbox code type in:

    Try
    Process.Start("Type the directory of your file in here")
    Catch ex As Exception
    End Try

    There you go!
    to open it type in the directory of the file you want to open inside the quotations where i typed Type the directory of your file in here have fun!

    or i could just do it for you in tv. do you have teamviewer? if you do, add me on msn
    perki1012@yahoo.com

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

    urosjoj (01-20-2011)

  4. #3
    blackgaming's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    6
    My Mood
    Aggressive
    What's The question again, i can't understand you , u can use the Beta login system of Blub1337

  5. #4
    urosjoj's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    My code is:
    [html] Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click
    'checkLogin() returns a boolean/this checks if login worked or failed
    'it passes the username and password to the function
    Select Case checkLogin(txtLogin.Text, txtPass.Text)
    Case True
    MessageBox.Show("Login Successful")
    Case False
    MessageBox.Show("Login Failed")
    End Select
    End Sub[/html]

    But what's the exact code (where to add it), that it opens cod4.exe only if the login is succesfull?

  6. #5
    justiman's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    4
    My Mood
    Fine
    type in the code i gave you
    under the part that says

    MessageBox.Show("Login Successful")
    Type it in right here in between these 2 lines
    End Case

    if that dont work then pm me (i you have teamviewer) you id and pass so i can do it for you

    do you have a msn? if you do tell me and ill add u

  7. #6
    iShockYouuu's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    129
    Reputation
    10
    Thanks
    27
    Code:
    Case True
                    MessageBox.Show("Login Successful")
                Case False
                    MessageBox.Show("Login Failed")
            End Select
    Under - MessageBox.Show("Login Successful") do this

    Code:
    Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click
            'checkLogin() returns a boolean/this checks if login worked or failed
            'it passes the username and password to the function
            Select Case checkLogin(txtLogin.Text, txtPass.Text)
                Case True
                    MessageBox.Show("Login Successful")
    Process.Start("C:\Program Files\Filepath to your game")
                Case False
                    MessageBox.Show("Login Failed")
            End Select
        End Sub

  8. #7
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    @ justiman
    post removed, No outside links, no flaming/trolling.

    Also, don't be too cocky here.
    This section is loaded with great coders some of us commercial developers, if you want to help someone, feel free to help, however....if you are going to flame someone or troll , then don't post at all, enjoy your 2 day vacation.


    Last edited by NextGen1; 01-20-2011 at 09:33 AM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  9. #8
    urosjoj's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0

    Smile help

    I made everything right, the login system, injector, ..., BUT i'd like to make, that the .dll doesn't need to be there, because it's injectable with Winject, and then everyone could inject it. Can i somehow build the .dll in the .exe? (i'd like this because it'll be a private hack)

  10. #9
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Dll's can be added to Compiled Exe's using ILmerge , there is a command version , and a GUI for it .

    Or you can use the 'Popular version" of downloading the Dll from a host into a secure location on the computer , then deleting the DLL after the application closes.



    Last edited by NextGen1; 01-20-2011 at 09:30 AM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  11. #10
    urosjoj's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    BUMP. So... I just like, that the cod4.dll and injector.exe don't be in a folder, so who doesnt have the hack cant inject the .dll. I found a program, called Alloy 4. It does the job, but i don't know what to enter where ( what to enter in Input Filename, Output Filename, Other files). And, if I'd succesfully merge, what code would I need to enter in Visual Basic to open that file? BUT if it's possible, i'd rather want a code, to make an injector IN the login.exe . THANKS FOR YOUR HELP.

  12. #11
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    You should learn atleast basic coding before making a login system+loader+injector...You won't learn from copy & pasting.



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

    Lolland (01-21-2011)

  14. #12
    urosjoj's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    i dont wanna learn..

  15. #13
    Born2Amuse's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Sydney, Australia
    Posts
    36
    Reputation
    10
    Thanks
    9
    My Mood
    Innocent
    Then, I don't think anyone's going to teach you with this attitude. GL.

  16. The Following User Says Thank You to Born2Amuse For This Useful Post:

    Hassan (01-24-2011)

  17. #14
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by urosjoj View Post
    i dont wanna learn..
    With that attitude, you can gtfo.



  18. The Following 2 Users Say Thank You to Blubb1337 For This Useful Post:

    Hassan (01-24-2011),Jason (01-24-2011)

  19. #15
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    @ urosjoj , I have to (without being as harsh....) agree with the others,
    There is no such thing as "I don't want to learn" in this section, Either you want to learn and make things for yourself, or you don't in which case, noone here will offer the application for you, we want you to learn, but you have to be willing to, with that said.

    /Closed


     


     


     



    The Most complete application MPGH will ever offer - 68%




Tags for this Thread