Results 1 to 11 of 11
  1. #1
    Marsicano's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Brazil
    Posts
    371
    Reputation
    16
    Thanks
    67
    My Mood
    Lonely

    [Release]Login System + Account Creator

    I already made one thread showing one of these, but that one was with some errors and didn't had the account creation system.

    Jotti's Virus Scan - Marsicano Login System.rar - Jotti's malware scan

    Virus Total Scan - Virustotal. MD5: 55f74e7c99f6079b05fecf7c43555b36

    Screenshots:




    In order to this work, you must edit some lines on the source, because I edited so you can match your own database information.

    Required Tools:

    Visual Basic or Visual Studio 2008
    MySQL Server 5.1 or higher
    MySQL .NET Connector 6.1.2
    .NET Framework 3.5

    First of all, you must add the MySQL Connector reference to the project:

    Project > Add Reference > MySQL.data.dll

    Then you need to edit the source to match your database info, these are the lines you need to edit:

    Form1
    Code:
     dbConnLog.ConnectionString = "server=;user id=;Password=;persist security info=True;database="
    and

    Code:
     vryUser.CommandText = "Select * From DATABASE.TABLE Where Username= '" & TextBox1.Text & "' And Password = '" & TextBox2.Text & "' "
    Form2
    Code:
     regConn.ConnectionString = "server=;user id=;Password=;persist security info=True;database="
    and

    Code:
     vryUser.CommandText = "Select * From DATABASE.TABLE Where Username= '" & TextBox1.Text & "' And Password = '" & TextBox2.Text & "' "
    Code:
    regUser.CommandText = "INSERT INTO DATABASE.Table(Username, Password) VALUES (@Username, @Password)"
    If you don't edit these lines you'll have a MySQL error like this:



    Hope you all like it.
    Last edited by Marsicano; 10-18-2009 at 12:55 PM. Reason: Info added.

  2. The Following 5 Users Say Thank You to Marsicano For This Useful Post:

    achmed45435435 (02-06-2013),CoderNever (10-19-2009),ixninja (05-04-2012),korkusuzkesk (07-13-2014),pepitocamelo (03-17-2013)

  3. #2
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    I dont get it..Can u explain more. I got every Required Tools installed but dont get it...
    -Rest in peace leechers-

    Your PM box is 100% full.

  4. #3
    Marsicano's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Brazil
    Posts
    371
    Reputation
    16
    Thanks
    67
    My Mood
    Lonely
    Quote Originally Posted by hejsan1 View Post
    I dont get it..Can u explain more. I got every Required Tools installed but dont get it...
    First of all, you must add the MySQL Connector reference to the project:

    Project > Add Reference > MySQL.data.dll

    Then you need to edit the source to match your database info, these are the lines you need to edit:

    Form1
    Code:
     dbConnLog.ConnectionString = "server=;user id=;Password=;persist security info=True;database="
    and

    Code:
     vryUser.CommandText = "Select * From DATABASE.TABLE Where Username= '" & TextBox1.Text & "' And Password = '" & TextBox2.Text & "' "
    Form2
    Code:
     regConn.ConnectionString = "server=;user id=;Password=;persist security info=True;database="
    and

    Code:
     vryUser.CommandText = "Select * From DATABASE.TABLE Where Username= '" & TextBox1.Text & "' And Password = '" & TextBox2.Text & "' "
    Code:
    regUser.CommandText = "INSERT INTO DATABASE.Table(Username, Password) VALUES (@Username, @Password)"
    If you don't edit these lines you'll have a MySQL error like this:

    Last edited by Marsicano; 10-18-2009 at 12:56 PM.

  5. The Following User Says Thank You to Marsicano For This Useful Post:

    Synns (10-19-2009)

  6. #4
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    confusing as hell. lol

  7. #5
    Marsicano's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Brazil
    Posts
    371
    Reputation
    16
    Thanks
    67
    My Mood
    Lonely
    Quote Originally Posted by stephen5206 View Post
    confusing as hell. lol
    Hahaha, my explanations aren't good enough.

    I'll make a video.

  8. The Following User Says Thank You to Marsicano For This Useful Post:

    Pixie (10-18-2009)

  9. #6
    Ian's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    ส้้้้้้้้้้้้้
    Posts
    5,827
    Reputation
    506
    Thanks
    892
    can you post a download link to mysql connector... or upload because the https://dev.mysql.com/downloads/connector/net/6.1.html site download link isn't working for me...
    Last edited by Ian; 10-18-2009 at 04:16 PM.

  10. #7
    Marsicano's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Brazil
    Posts
    371
    Reputation
    16
    Thanks
    67
    My Mood
    Lonely
    Quote Originally Posted by an087535 View Post
    can you post a download link to mysql connector... or upload because the MySQL :: Connector/Net 6.1 site download link isn't working for me...
    Try this one:

    MySQL :: Select a Mirror

  11. #8
    Marsicano's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Brazil
    Posts
    371
    Reputation
    16
    Thanks
    67
    My Mood
    Lonely
    Sorry for the double post, here's the video:



    If you can't see what I wrote, then try to see the video on my channel:

    YouTube - Kanaal van joaomarsicano

    I'm with some problems when attaching files here, so I won't attach the video for download. Sorry. :/

  12. The Following User Says Thank You to Marsicano For This Useful Post:

    Pixie (10-19-2009)

  13. #9
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by Marsicano View Post
    Sorry for the double post, here's the video:

    YouTube - VB.NET Login System [How to Fix]

    If you can't see what I wrote, then try to see the video on my channel:

    YouTube - Kanaal van joaomarsicano

    I'm with some problems when attaching files here, so I won't attach the video for download. Sorry. :/
    Nice video but....How do I make a database with username/passwords?
    Can you make a video about that?
    -Rest in peace leechers-

    Your PM box is 100% full.

  14. #10
    Marsicano's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Brazil
    Posts
    371
    Reputation
    16
    Thanks
    67
    My Mood
    Lonely
    Quote Originally Posted by hejsan1 View Post
    Nice video but....How do I make a database with username/passwords?
    Can you make a video about that?
    Sure, I'll try to post it today.

  15. #11
    Ian's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    ส้้้้้้้้้้้้้
    Posts
    5,827
    Reputation
    506
    Thanks
    892
    how do i find my sql info.. i download mysql server 5.1 and installed it.. I see MySQL Server Instance Config Wizard but don't know what to do there.. can you make a video for that or tell me how to do it..

Similar Threads

  1. (Release) Combat Arms Account Creator
    By bayley60 in forum Combat Arms Spammers, Injectors and Multi Tools
    Replies: 14
    Last Post: 09-10-2010, 01:54 PM
  2. [RELEASE] Ultimate Simple Account Creator for ijji 25.06.2010
    By richardtreier in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 88
    Last Post: 08-21-2010, 06:37 AM
  3. [RELEASE] Ultimate ijji Account Creator *UPDATE*
    By richardtreier in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 36
    Last Post: 07-21-2010, 03:13 PM
  4. [Release] Ijji Account Creator V2.0
    By Houston in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 24
    Last Post: 10-30-2009, 09:55 AM
  5. [Release] Ijji Account Creator
    By Houston in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 20
    Last Post: 10-23-2009, 10:12 AM

Tags for this Thread