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 › Simple Log-In Tutorial.

Simple Log-In Tutorial.

Posts 1–15 of 16 · Page 1 of 2
SY
Synns
Simple Log-In Tutorial.
This is a simple TuT on how to do a log-in form.

i did make the pictures :P The source is on the bottom.

[IMG]http://i237.photobucke*****m/albums/ff283/abryd/TuT3.jpg[/IMG]

[IMG]http://i237.photobucke*****m/albums/ff283/abryd/TuT2.jpg[/IMG]

[IMG]http://i237.photobucke*****m/albums/ff283/abryd/TuT1.jpg[/IMG]

- 2 text boxs
- 2 command buttons

Code:

Private Sub Command1_Click() <-- Insert this code into command.1
Dim User$, Pw$
User = "UserName" <-- Set Ur Username
Pw = "Password" <-- Set ur Pass
If Text1.Text = User And Text2.Text = Pw Then
MsgBox " Correct Login "
Unload Form1
Form2.Show
Else
MsgBox " Wrong userName And Or Password"
End
End If

End Sub

Private Sub Command2_Click()
End
End Sub

Then right click on Form1 and then go to Add> another form and that will be your Hack instead of the first because the first form will be the Log-In And remember to delete

<-- Set ur username
<-- Set ur password

Set 2nd box cancel and 1st box Log-In

CREDZ GO TO kilo12 FROM C-C
#1 · edited 19y ago · 19y ago
DA
datijn123
Nice tut , really nice!
#2 · 19y ago
juppeli
juppeli
and you crack it with notepad >1 min?
#3 · 19y ago
radnomguywfq3
radnomguywfq3
I thank you for putting the work and time into it. Unfortunetly this is an extreamly useless tutorial, unless 20% of the people that visit this tread don't actually know how to programm in VB(Witch I am sure they do) This wwould however be alot more usefull if you tought people how to make encyrupt passwords..
#4 · 18y ago
juppeli
juppeli
Quote Originally Posted by jetamay View Post
I thank you for putting the work and time into it. Unfortunetly this is an extreamly useless tutorial, unless 20% of the people that visit this tread don't actually know how to programm in VB(Witch I am sure they do) This wwould however be alot more usefull if you tought people how to make encyrupt passwords..
Yeah, like i said, you can crack these with notepad (or at least i can)
#5 · 18y ago
TH
TheBlueMax
How to make login password hiden.
#6 · 18y ago
juppeli
juppeli
Omfg cant you really read basics???
#7 · 18y ago
TH
TheBlueMax
What basics ?
#8 · 18y ago
radnomguywfq3
radnomguywfq3
okay Thats is funney, That is really fucking funney. Basic is another term for VISUAL BASIC. Fux sake you don't know anything about this languge do you. This is VB section..

Quote Originally Posted by TheBlueMax View Post
How to make login password hiden.
You have to encyrupt the password, but even then it is still possible to be cracked, The only possible way too make it 100% safe, Is make a login system, and login server.
#9 · edited 18y ago · 18y ago
BE
beatzwithin
nice work bro thx for the tut..very helpful keep it up, im new so any help is great
ez
#10 · 18y ago
juppeli
juppeli
Quote Originally Posted by TheBlueMax View Post
What basics ?
omfg-.-... wait more 3 years before you start programming if ur that bad-.-
#11 · 18y ago
TH
TheBlueMax
Nice tutorial but to easy for me.
#12 · 18y ago
mooso142
mooso142
ok i did the tut and it was and is very helpful but when i login and crap i want the hack to open up how do u do that??
#13 · 18y ago
RGewrsgywergeryt4yerhrh
RGewrsgywergeryt4yerhrh
Ty but...
I dint get it.. IM so confused
#14 · 18y ago
JA
jaqq3000
Old off-topic, delete this msg
#15 · edited 18y ago · 18y ago
Posts 1–15 of 16 · Page 1 of 2

Post a Reply

Similar Threads

  • How to make a simple grunge tutorialBy SpaWn in Tutorials
    2Last post 17y ago
  • Creating a simple Clipping Mask - Energy SWF TutorialBy Kyle in Tutorials
    5Last post 17y ago
  • [Tutorial] Make a Combat Arms Sig (Simple And Quick!)By Revolutionaryz in Combat Arms Hacks & Cheats
    6Last post 17y ago
  • Really simple Browser tutorial...By (G)rapefruit in Visual Basic Programming
    5Last post 16y ago
  • [Tutorial] Userbar simple (beginners)By ' [H]eaDs in Tutorials
    5Last post 16y ago

Tags for this Thread

None