Hello Guys,
i want to share my new coded Login System with follow Features:
Login/Register System
HWID Checker (one Register per Account)
License Checker
Login Counter
IP Log
SQL Communicated
You can use it for any VIP Hack or something like this.
Here a short Config Tutorial:
1. Create a MySQL Database (Free at db4free .net)
2. Execute the dump.sql File and import the tables
3. Fill a Row with a License(Only License)
4. Open the Project with Visual Basic 2010 Express
5. Edit this Entry at Form1 and Form 2 with your Connection Informations:
6. Replace thisCode:conn.ConnectionString = "server=144.76.19.105;" & "user id=myusername;" & "password=Mypassword;" & "database=mydatabase" 'Login Informations for the MySQLDatabase (144.76.19.105 (db4free. net))
to thisCode:MsgBox("Login Success!")
Code:YourForm.Show() Me.Close()
Have Fun
Please register or login to download attachments.