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 › [C+P] How to get HWID for bubbs dll's

Talking[C+P] How to get HWID for bubbs dll's

Posts 1–3 of 3 · Page 1 of 1
cosconub
cosconub
[C+P] How to get HWID for bubbs dll's
well he choobed (no offence bubb) and he made it return("1337")

so here his how to fix it...

Includes

[PHP]
Imports System.Text, System.Security.Cryptography
Imports System.Management, Microsoft.Win32
[/PHP]

Then add this code above the Public class\
[PHP]
Module MD5
Function GenerateHash(ByVal SourceText As String) As String
Dim Ue As New UnicodeEncoding()
Dim ByteSourceText() As Byte = Ue.GetBytes(SourceText)
Dim Md5 As New MD5CryptoServiceProvider()
Dim ByteHash() As Byte = Md5.ComputeHash(ByteSourceText)
Return Convert.ToBase64String(ByteHash)
End Function
End Module
[/PHP]

Replace Return("1337") with this code

[PHP]
Dim key1 As RegistryKey
key1 = Registry.LocalMachine.OpenSubKey("SOFTWARE\Microso ft\Windows NT\CurrentVersion", False)
Dim key2 As RegistryKey
key2 = Registry.LocalMachine.OpenSubKey("SOFTWARE\Microso ft\Cryptography", False)
Dim DELProduct As Object
DELProduct = Replace(key1.GetValue("ProductId"), "-", "")
Dim DELGUID As Object
DELGUID = Replace(key2.GetValue("MachineGUID"), "-", "")
HWID = MD5.GenerateHash((DELProduct.ToString & DELGUID.ToString))
Return HWID
[/PHP]


build and your good.

Credits: DeToX(jordan)
#1 · 15y ago
Jason
Jason
For the record, his name is BLubb not Bubb
#2 · 15y ago
Blubb1337
Blubb1337
Easy to fix, just didn't fix it cuz I forgot since I worked on my desktop w/o ********* and any snippet.
#3 · 15y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Tags for this Thread

None