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 › Programming Tutorials › Programming Tutorial Requests › password creating vb6

password creating vb6

Posts 1–15 of 16 · Page 1 of 2
boyd45
boyd45
password creating vb6
hello can some1 help me to protect my hack whit a pass

i dont know how i hope some1 can help me
#1 · 18y ago
radnomguywfq3
radnomguywfq3
if textbox.text = "PasswordHere" then
//Show hacks
else
end
#2 · 18y ago
Toymaker
Toymaker
Yea that's a pretty simple method to accomplish it correctly, keke. Jet for the win i guess. Put some Anti-Olly scripting around it perhaps haha. Later you can up the anty too. My Anti-Leak (Hack Protection) is a client-exe to my-exe packet/server encrypted system. With Chat Room and Auto-Updates and IP logs xD I have a pretty good client-side protection module ill find and post for you to make it even safer if you'd like. And hell, maybe even an example of the server version. All that php/web protection methods are junk, by the way. Algo-gg no re everyone i've ever seen but i've never had one problem yet.
#3 · 18y ago
LI
lilwarthog
yeah and if you want you can add and username to with this code:
If Text1.Text = ("Usernamehere") And Text2.Text = ("Passwordhere") Then
Form2.Show
Form1.Hide
Unload Form1
#4 · 18y ago
KA
kalwarbo
probly aN PLD POST BUT....

DIM PASSWORD$
PASSWORD = "PASSWORD"
IF TEXT1.TEXT = PASSWORD THEN
MSGBOX("CORRECT")
ELSE
MSGBOX("iNCORRECT!")
END
END IF
#5 · 18y ago
OL
olie122333
WELL DONE!!!

YOU BUMPED A THREAD THAT IS 1 MONTH AND 10 DAYS OLD!!!


Fking nub
#6 · 18y ago
phantomfury
phantomfury
For Vb2008:
1. Make two textboxes and two labels
2. Then put label one besides textbox1. Then rename label1 Username.
3. Put label2 besides textbox2. Then rename label2 Password.
4. Add 2 buttons. Name one Login and one Close.
5. Double click the Login button. (View Code)
Code:
If textbox1.text = "username" and textbox2.text = "password" then
     Form2.show()
     Me.Hide()
else 
     Msgbox ("Login Incorrect")
End If
6. Double click the Close Button. (View Code)
Code:
Me.Close()
7. Debug and your done.
*Don't forget that you can change the username and password inside the quotes!!
#7 · 18y ago
radnomguywfq3
radnomguywfq3
And heres how you crack it, run it, when you hit the messagebox the kicks you out, set a bp there and a bp a couple lines above it. Then just step through and you'll hit cmp xxx,xxx and below that some sort of jump, : o either change cmp xxx,xxx to cmp eax,eax, or just nop the jump.
#8 · 18y ago
svegerot
svegerot
ima noob so what u talking about jeremy? DX
#9 · 18y ago
GG2GG
GG2GG
crackin the pass ...
#10 · 18y ago
RU
rushzin
necessito de gold hack plss
#11 · 18y ago
RU
rushzin
necessito de gold hack plss
#12 · 18y ago
RU
rushzin
necessito de gold hack plss
#13 · 18y ago
RU
rushzin
necessito de gold hack plss
#14 · 18y ago
RU
rushzin
necessito de gold hack plss
#15 · 18y ago
Posts 1–15 of 16 · Page 1 of 2

Post a Reply

Similar Threads

  • How to create a DLL Injector in VB6 ?By SteeL in Visual Basic Programming
    1Last post 17y ago
  • Create password for zombies doorBy barata55 in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    14Last post 15y ago
  • Create a keygen in VB6By steven_italy in Programming Tutorial Requests
    8Last post 18y ago
  • Creating A GunzRunnableBy CrazyDeath in Game Hacking Tutorials
    7Last post 20y ago
  • how to create speedhacks?By LiLLeO in General Game Hacking
    5Last post 20y ago

Tags for this Thread

#creating#password#vb6