Login Register


HWID Finder (Source) filter_list
Author
Message
HWID Finder (Source) #1
HWID Finder source and release

What you need:
1 textbox
2 Buttons

Code:
Imports System.Management Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim cpuInfo As String = String.Empty Dim mc As New ManagementClass("win32_processor") Dim moc As ManagementObjectCollection = mc.GetInstances() For Each mo As ManagementObject In moc If cpuInfo = "" Then cpuInfo = mo.Properties("processorID").Value.ToString() Exit For End If Next TextBox1.Text = cpuInfo End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click MsgBox("Credits: H3ROiN " &newvbline "Jeroed") End Sub End Class


If you get errors:
Project> add reference> .NET> System management
[Image: tumblr_lawowkq1WB1qd0ix2o1_500.png]

Reply

HWID Finder (Source) #2
HWID Finder source and release

What you need:
1 textbox
2 Buttons

Code:
Imports System.Management Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim cpuInfo As String = String.Empty Dim mc As New ManagementClass("win32_processor") Dim moc As ManagementObjectCollection = mc.GetInstances() For Each mo As ManagementObject In moc If cpuInfo = "" Then cpuInfo = mo.Properties("processorID").Value.ToString() Exit For End If Next TextBox1.Text = cpuInfo End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click MsgBox("Credits: H3ROiN " &newvbline "Jeroed") End Sub End Class


If you get errors:
Project> add reference> .NET> System management
[Image: tumblr_lawowkq1WB1qd0ix2o1_500.png]

Reply

RE: HWID Finder (Source) #3
This is copied from [link=http://www.gamerzplanet.net/forums/vb-net/519589-hwid-finder-source.html]gamerzPlanet - HWID Finder source and release[/link]
You just changed the Credits in the MessageBox.
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: HWID Finder (Source) #4
This is copied from [link=http://www.gamerzplanet.net/forums/vb-net/519589-hwid-finder-source.html]gamerzPlanet - HWID Finder source and release[/link]
You just changed the Credits in the MessageBox.
[Image: rytwG00.png]
Redcat Revolution!

Reply







Users browsing this thread: 1 Guest(s)