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 › A better Login System

A better Login System

Posts 1–7 of 7 · Page 1 of 1
IA
Iamazn
A better Login System
What it does:
This is not one of those
Code:
If TextBox1.Text = "1" AND TextBox2.Text = "1" Then
MessageBox.Show("")
End If
This is a BIT more advanced then that, you can also make an account.
It DOES NOT store the account info in a .TXT file
It stores the account info in a form.

Virus Scan
#1 · 17y ago
MC
mcjang
wtf is this?
#2 · 17y ago
IA
Iamazn
Login thing....
#3 · 17y ago
MA
Marsicano
This one is far better than that

If TextBox1.Text = "" and TextBox2.text = "" Then
MsgBox("Login Succeded")
End If
#4 · edited 16y ago · 16y ago
gwentravolta
gwentravolta
Actually, this one is far better
Code:
If textbox1.test = "1" and textbox2.text = "2" then
     msgbox("learn2code!",16,"Noobzorz!")
EndIf
Ill put a real example in a minute:

first set up wampserver. then have it d/l and search the .html page for a combination.
#5 · 16y ago
Zoom
Zoom
Quote Originally Posted by Iamazn View Post
What it does:
This is not one of those
Code:
If TextBox1.Text = "1" AND TextBox2.Text = "1" Then
MessageBox.Show("")
End If
This is a BIT more advanced then that, you can also make an account.
It DOES NOT store the account info in a .TXT file
It stores the account info in a form.

Virus Scan
This is REAllllly Simple.....
#6 · 16y ago
maarten551
maarten551
i think this code is better xD

Code:
button1 (login)
if my.settings.loginname = "" then
msgbox ("you don't have a account ")
end if

button2 (register)
if my.settings.loginname = "" then
msgbox ("you need to write a name")
exit sub
else
if my.settings.loginpassword = "" then
msgbox ("lol you need to write a password")
exit sub
else
my.settings.loginname = textbox1.text
my.settings.loginpassword = textbox2.text
msgbox (" UBER YOU HAVE AN ACCOUNT :O")
end if
end if
#7 · 16y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • My Login System(Flash)By radnomguywfq3 in General
    13Last post 18y ago
  • HOT![Tutorail!]Login system!+Video![Username and password!]By almog6666 in Visual Basic Programming
    3Last post 17y ago
  • *Tut* how to make a login systemBy u1111u in Programming Tutorials
    13Last post 16y ago
  • MySQL + VB.NET Login SystemBy Marsicano in Visual Basic Programming
    12Last post 16y ago
  • [Release]Login System + Account CreatorBy Marsicano in Visual Basic Programming
    10Last post 16y ago

Tags for this Thread

#login#system