Results 1 to 3 of 3
  1. #1
    cosconub's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in the programming section MPGH Cash: $90,000,000,000
    Posts
    372
    Reputation
    -4
    Thanks
    39
    My Mood
    Psychedelic

    Talking [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)

    A man is but the product of his thoughts what he thinks, he becomes.
    ~Mohandas Gandhi


    A Genius is nothing with out an idea, An idea is always an idea even without a genius.
    ~ Immortal

  2. #2
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    For the record, his name is BLubb not Bubb

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  3. The Following 2 Users Say Thank You to Jason For This Useful Post:

    Blubb1337 (01-14-2011),[MPGH]master131 (01-14-2011)

  4. #3
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Easy to fix, just didn't fix it cuz I forgot since I worked on my desktop w/o ********* and any snippet.