Results 1 to 11 of 11

Threaded View

  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)

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