Violent's HWID Function 08-15-2013, 05:58 AM
#1
Hey guys, so here's another useful bit of code that I dug out of my old laptop files.
I declared HardwareMD5 globally in a Module.
VB.NET Usage:
[ Download Source ] - All of the above.
I declared HardwareMD5 globally in a Module.
VB.NET Usage:
Code:
Dim HardwareMD5 As String = String.Empty
Dim MD5Hash As String = Functions.StringToMD5(Functions.StringToXOR(Functions.HardwareToString, "ThisIs16Chars123"))
HardwareMD5 = MD5Hash
Spoiler: Custom MD5 Encode Function:
Spoiler: Custom XOR Encryption Function:
Spoiler: Custom XOR Decryption Function:
Spoiler: Custom Hardware ID Function:
[ Download Source ] - All of the above.