Post: [VB.Net] Very Simple HWID Generator! [Tut]
04-30-2013, 06:46 PM #1
Sloth
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); In this tutorial I will be showing you a very simple HWID (Hardware Identification) Generator.


What will you need?
A VB.Net Compiler
.Net Framework 2.0




Step 1 - Starting Off
Create a New Windows form Project
You must login or register to view this content.


Make sure that the Framework is set to 2.0 in the compiler or the lowest it can go.


Step 2 - Getting That Sexy GUI


Now you want to make a sexy GUI
So we are going to have to get some components.
Go to the toolbox and drag a textbox and a button on to the form.
Now just mess around with the sizes and positions of the components and form.


You must login or register to view this content.


Here are my sizes and positions
Form
Height - 390
Length - 110




Button
Location
- X: 12
- Y: 38


Size
- Height: 350
- Length: 23




Textbox
Location
- X: 12
- Y: 12


Size
- Height: 350
- Length: 20




Step 3 - Dat Code


Now for the code you are going to copy as it will stick in your head hopefully.
but first you must refer "Systems.Management so go to "project" -> "Add Reference" and tick Systems.Management
You must login or register to view this content.


Now for the Code Happy
You must login or register to view this content.




Step 4 - End


Now click compile or in VS hit F5 and test it out Happy


Thanks and I hope this tutorial was clear and good quality!

The following 4 users say thank you to Sloth for this useful post:

Alt, Bad Luck Brian, imD, Pichu
04-30-2013, 08:41 PM #2
Alt
Banned
Nice tut dude!

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo