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 › Market Place › Selling Accounts/Keys/Items › S> Loader + HWID GEN SOURCE CODE

ExclamationS> Loader + HWID GEN SOURCE CODE

Posts 1–8 of 8 · Page 1 of 1
Dreamer
Dreamer
[SELLING] Loader + HWID GEN SOURCE CODE VB.NET
Its very simple. Its a loader that auto injects. Set up to inject to combat arms but you can change it. And its hwid protected. Which is why there is a hwid gen. If your stuck you can always contact me or interested at tonyrocksyourworld@live.com.

Im taking offers even though I sold a copy for $10 dollars already :P

YES IT LOOKS SIMPLE! Thats because your suppose to modify the gui by yourself. I just set out the inner coding.


[IMG]http://i1215.photobucke*****m/albums/cc510/killer66143/Planin.png[/IMG]

A MIDDLE MAN WILL BE USED IF POSSIBLE
#1 · edited 15y ago · 15y ago
FA
Fabolous
Tellem what language you coded it in
#2 · 15y ago
Dreamer
Dreamer
Quote Originally Posted by Fabolous View Post
Tellem what language you coded it in
@Fabolous
Its in vb .net
#3 · 15y ago
Dreamer
Dreamer
#Bump!
Still selling!
#4 · 15y ago
Dreamer
Dreamer
#Bump
Guys im still selling> Im taking any available offers!
#5 · 15y ago
Dreamer
Dreamer
#Bump Still For sale people.
#6 · 15y ago
JD
jdslashv2
who would buy this fail loader? its actually very easy to make, matter of fact, all you need is the dll injection code thats EVERYWHERE and heres a hwid code

Code:
    Private LocalDisk As String = "C:"""
    Private HardDisk As String
    Private Mac As String
    Private Proc As String
    Public HWID As String
    Public Sub GetHardwareID()

        ' Set Hardriveisnt
        Dim disk As New ManagementObject("win32_logicaldisk.deviceid=""" & LocalDisk)
        disk.[Get]()
        HardDisk = disk("VolumeSerialNumber").ToString()
        ' Set Hardrive

        ' Set Mac

        Dim mc As New ManagementClass("Win32_NetworkAdapterConfiguration")
        Dim moc As ManagementObjectCollection = mc.GetInstances()
        Dim MACAddress As String = [String].Empty

        For Each mo As ManagementObject In moc
            If MACAddress = [String].Empty Then
                ' only return MAC Address from first card
                If CBool(mo("IPEnabled")) = True Then
                    MACAddress = mo("MacAddress").ToString()
                End If
            End If
        Next
        Mac = MACAddress.Replace(":", "")



        ' Set Mac

        ' Set Proc
        Dim cpuInfo As String = [String].Empty
        Dim temp As String = [String].Empty
        Dim wat As New ManagementClass("Win32_Processor")
        Dim mexican As ManagementObjectCollection = wat.GetInstances()
        For Each mf As ManagementObject In mexican
            If cpuInfo = [String].Empty Then
                cpuInfo = mf.Properties("ProcessorId").Value.ToString()
            End If
        Next
        Proc = cpuInfo
        ' Set Proc

        Dim hashit As String = [String].Empty
        Dim AE As New ASCIIEncoding()
        Dim shaM As SHA1 = New SHA1Managed()
        hashit = HardDisk & Proc & Mac
        Dim hashed As String = Convert.ToBase64String(shaM.ComputeHash(AE.GetBytes(hashit)))


        HWID = hashed
    End Sub
#7 · 15y ago
Dreamer
Dreamer
But for the people who is too lazy to start a project.
#8 · 15y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • HALO 2 (XBOX) Source CodeBy mirelesmichael in General Game Hacking
    12Last post 20y ago
  • [Release] WarHax DLL Source CodeBy OneWhoSighs in WarRock - International Hacks
    20Last post 18y ago
  • keylogger source codeBy obsedianpk in WarRock - International Hacks
    8Last post 18y ago
  • [TUT] arnold's hack v1.1 vb6 source codeBy arnold in WarRock - International Hacks
    6Last post 18y ago
  • Stamina Hack and source code ?By Teh Sasuke in C++/C Programming
    0Last post 18y ago

Tags for this Thread

None