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 › VERY Simple MySQL Register/Login System [With Source Code and Required Mysql Files]

CoolVERY Simple MySQL Register/Login System [With Source Code and Required Mysql Files]

Posts 1–8 of 8 · Page 1 of 1
consca
consca
VERY Simple MySQL Register/Login System [With Source Code and Required Mysql Files]
MYSQL LOGIN AND REGISTER SYSTEM



Pre Requirements: (Tried to Keep it as short and straight forward as possible)
  • .NET Framework 4.0
  • Visual Basic 2010
  • Possibly Navicat or any other Mysql Software
  • And also an Encryption Method to Obfuscate Strings


Step 1:
Register an Account on any DNS Site. Then Create a DNS With your Current IP.
****** | NO-IP

Step 2:
Port Forward Port 3306.
(IF YOU DON'T KNOW HOW I'VE INCLUDED A SIMPLE UPNP PORT FORWARDER IN THE RAR)

Step 3:


Step 4:


Step 5:


Step 6:


Step 7:


Step 8:
Path:
Code:
C:\Windows\System32\drivers\etc\hosts


Step 9:


Step 10:


Step 11:
Go into the source code and edit the Following Strings.


YOU'RE ALMOST FINISHED!

Now you need to Encrypt it and merge the Mysql DLL using an Encryption Software.

I use .NET Reactor For this.



QUICK FIXES:

Add This to The Button1 Click Event
Code:
 My.Settings.password = AES_Encrypt(TxtPassword.Text, EncryptPassword)
Add this to Form1.
Code:
    Private Sub TxtPassword_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TxtPassword.TextChanged
        If TxtPassword.Text.Length < 4 And TxtUsername.Text.Length < 1 Then
            Button1.Enabled = False
        Else
            Button1.Enabled = True
        End If
    End Sub

    Private Sub TxtUsername_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TxtUsername.TextChanged
        If TxtPassword.Text.Length < 4 And TxtUsername.Text.Length < 1 Then
            Button1.Enabled = False
        Else
            Button1.Enabled = True
        End If
    End Sub
When you Change the MySql Password be sure you don't put any odd characters or numbers because it will NOT work.


Scans:

File 1 | Scan 1
File 1 | Scan 2

File 2 | Scan 1
File 2 | Scan 2

Credits:
Coding the Project: Me
Tutorial: Me
Mysql DLL: Some guy, idk who.
MYSQL Database: Uwamp Guys
Login System Pack.part01_mpgh.net.rar Login System Pack.part02_mpgh.net.rar
#1 · edited 14y ago · 14y ago
kolec94
kolec94
realy nice post thanks i was going to do something like this
#2 · 14y ago
Hassan
Hassan
Good Effort !
#3 · 14y ago
NE
Nercrojuice
Yeah this is really nice and he is a nice guy. No joke he sat with me for like 2 hours fixing things up for me. Now I think we are sort of working together as a little team! Nice guy & Cool tutorial! +Thanks
#4 · 14y ago
OM
OmgBlufferGotU
Thanks , this is pretty hard but I think I can do it : )
#5 · 14y ago
Blubb1337
Blubb1337
Nice tutorial, but the code is very unclean and insecure, just saying.
#6 · 14y ago
consca
consca
Quote Originally Posted by Blubb1337 View Post
Nice tutorial, but the code is very unclean and insecure, just saying.
I threw this together not knowing i was making a tutorial in the process, Sorry for the code :/
#7 · 14y ago
NE
Nercrojuice
Could you please come on skype.
Even if you log out IT SAYS your online here.......
Please....
@consca
#8 · 14y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • Login system with setting HWID to VB and Subscirption check with VB (VBullien)By S_M_E_X_Y in Visual Basic Programming
    6Last post 14y ago
  • Help with source code! Easy fast scope bot!By Zoom in C++/C Programming
    22Last post 17y ago
  • New Rapid Fire Script with Source CodeBy DahInternetz in Call of Duty Modern Warfare 2 Private Servers
    8Last post 15y ago
  • How to make an injector with source code!By Victoria in CrossFire Hack Coding / Programming / Source Code
    11Last post 15y ago
  • help with source code use.By dddrrr in CrossFire Hack Coding / Programming / Source Code
    1Last post 16y ago

Tags for this Thread

None