Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › [Release]Login System + Account Creator

[Release]Login System + Account Creator

Posts 1–11 of 11 · Page 1 of 1
MA
Marsicano
[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.
#1 · edited 16y ago · 16y ago
Zoom
Zoom
I dont get it..Can u explain more. I got every Required Tools installed but dont get it...
#2 · 16y ago
MA
Marsicano
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:

#3 · edited 16y ago · 16y ago
ST
Stephen
confusing as hell. lol
#4 · 16y ago
MA
Marsicano
Quote Originally Posted by stephen5206 View Post
confusing as hell. lol
Hahaha, my explanations aren't good enough.

I'll make a video.
#5 · 16y ago
IA
Ian
can you post a download link to mysql connector... or upload because the http://dev.mysql.com/downloads/connector/net/6.1.html site download link isn't working for me...
#6 · edited 16y ago · 16y ago
MA
Marsicano
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
#7 · 16y ago
MA
Marsicano
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. :/
#8 · 16y ago
Zoom
Zoom
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?
#9 · 16y ago
MA
Marsicano
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.
#10 · 16y ago
IA
Ian
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..
#11 · 16y ago
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Similar Threads

  • [RELEASE] Ultimate Simple Account Creator for ijji 25.06.2010By richardtreier in Alliance of Valiant Arms (AVA) Hacks & Cheats
    88Last post 16y ago
  • [RELEASE] Ultimate ijji Account Creator *UPDATE*By richardtreier in Alliance of Valiant Arms (AVA) Hacks & Cheats
    36Last post 16y ago
  • (Release) Combat Arms Account CreatorBy bayley60 in Combat Arms Spammers, Injectors and Multi Tools
    14Last post 16y ago
  • [Release] Ijji Account CreatorBy Houston in Alliance of Valiant Arms (AVA) Hacks & Cheats
    20Last post 16y ago
  • [Release] Ijji Account Creator V2.0By Houston in Alliance of Valiant Arms (AVA) Hacks & Cheats
    24Last post 16y ago

Tags for this Thread

#account#creator#releaselogin#system