[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
What's The question again, i can't understand you , u can use the Beta login system of Blub1337
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?
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
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)
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.
You should learn atleast basic coding before making a login system+loader+injector...You won't learn from copy & pasting.
Then, I don't think anyone's going to teach you with this attitude. GL.
@ 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