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 › [HELP] HWID Login System

Smile[HELP] HWID Login System

Posts 1–15 of 15 · Page 1 of 1
UR
urosjoj
[HELP] HWID Login System
Hi!

I made a login system in Visual Basic, and everything works perfectly and i get message box Login Succesful! but I wanna make, that when I login, a file opens (cod4.exe - the injector i made). Can you give me the code for that?

AND, also I don't want, that the injector's exe is in the folder with the hack, I want it to be "integrated" in that loginsystem.exe, so nobody can get to it without the username and password.

Regards, urosjoj
#1 · 15y ago
JU
justiman
oh thats easy.
under the msgbox code type in:

Try
Process.Start("Type the directory of your file in here")
Catch ex As Exception
End Try

There you go!
to open it type in the directory of the file you want to open inside the quotations where i typed Type the directory of your file in here have fun!

or i could just do it for you in tv. do you have teamviewer? if you do, add me on msn
perki1012@yahoo.com
#2 · 15y ago
BL
blackgaming
What's The question again, i can't understand you , u can use the Beta login system of Blub1337
#3 · 15y ago
UR
urosjoj
My code is:
[html] Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click
'checkLogin() returns a boolean/this checks if login worked or failed
'it passes the username and password to the function
Select Case checkLogin(txtLogin.Text, txtPass.Text)
Case True
MessageBox.Show("Login Successful")
Case False
MessageBox.Show("Login Failed")
End Select
End Sub[/html]

But what's the exact code (where to add it), that it opens cod4.exe only if the login is succesfull?
#4 · 15y ago
JU
justiman
type in the code i gave you
under the part that says

MessageBox.Show("Login Successful")
Type it in right here in between these 2 lines
End Case

if that dont work then pm me (i you have teamviewer) you id and pass so i can do it for you

do you have a msn? if you do tell me and ill add u
#5 · 15y ago
iShockYouuu
iShockYouuu
Code:
Case True
                MessageBox.Show("Login Successful")
            Case False
                MessageBox.Show("Login Failed")
        End Select
Under - MessageBox.Show("Login Successful") do this

Code:
Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click
        'checkLogin() returns a boolean/this checks if login worked or failed
        'it passes the username and password to the function
        Select Case checkLogin(txtLogin.Text, txtPass.Text)
            Case True
                MessageBox.Show("Login Successful")
Process.Start("C:\Program Files\Filepath to your game")
            Case False
                MessageBox.Show("Login Failed")
        End Select
    End Sub
#6 · 15y ago
NextGen1
NextGen1
@ justiman
post removed, No outside links, no flaming/trolling.

Also, don't be too cocky here.
This section is loaded with great coders some of us commercial developers, if you want to help someone, feel free to help, however....if you are going to flame someone or troll , then don't post at all, enjoy your 2 day vacation.


#7 · edited 15y ago · 15y ago
UR
urosjoj
help
I made everything right, the login system, injector, ..., BUT i'd like to make, that the .dll doesn't need to be there, because it's injectable with Winject, and then everyone could inject it. Can i somehow build the .dll in the .exe? (i'd like this because it'll be a private hack)
#8 · 15y ago
NextGen1
NextGen1
Dll's can be added to Compiled Exe's using ILmerge , there is a command version , and a GUI for it .

Or you can use the 'Popular version" of downloading the Dll from a host into a secure location on the computer , then deleting the DLL after the application closes.



#9 · edited 15y ago · 15y ago
UR
urosjoj
BUMP. So... I just like, that the cod4.dll and injector.exe don't be in a folder, so who doesnt have the hack cant inject the .dll. I found a program, called Alloy 4. It does the job, but i don't know what to enter where ( what to enter in Input Filename, Output Filename, Other files). And, if I'd succesfully merge, what code would I need to enter in Visual Basic to open that file? BUT if it's possible, i'd rather want a code, to make an injector IN the login.exe . THANKS FOR YOUR HELP.
#10 · 15y ago
Blubb1337
Blubb1337
You should learn atleast basic coding before making a login system+loader+injector...You won't learn from copy & pasting.
#11 · 15y ago
UR
urosjoj
i dont wanna learn..
#12 · 15y ago
BO
Born2Amuse
Then, I don't think anyone's going to teach you with this attitude. GL.
#13 · 15y ago
Blubb1337
Blubb1337
Quote Originally Posted by urosjoj View Post
i dont wanna learn..
With that attitude, you can gtfo.
#14 · 15y ago
NextGen1
NextGen1
@ urosjoj , I have to (without being as harsh....) agree with the others,
There is no such thing as "I don't want to learn" in this section, Either you want to learn and make things for yourself, or you don't in which case, noone here will offer the application for you, we want you to learn, but you have to be willing to, with that said.

/Closed
#15 · 15y ago
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Tags for this Thread

#hwid#login#slovenia#system#visualbasic