Results 1 to 15 of 17

Threaded View

  1. #1
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed

    [Tut]Generate Your Own HardwareID

    Generating your own Hardware ID/Fingerprint for use with your software.

    Note:As always, Please open Visual Basic.net and follow along. You won't learn anything by Copy and pasting the code :hidesmile:

    Note:I already know what the "New to VB" or """"Pro Vb"""" Users are going to say... This is not a Microsoft Generated HardwareID , Answer to that is "I KNOW!" , ©Microsoft has a whole article about how they use a combination of Harddrive Serial and other serials (because they are different to the hardrive/processor/board..etc)A good read for this type of "application security", However..Every company has it's own way of generating a HardwareID/FingerPrint, My tutorial is how to get the serial (which is different for each board and etc, and use it as a UnigueID, You can (if you like) create a complex algorithm that uses this data to further this concept....(which is similiar to the concept used by commercial dll's like AZsdk [or whatever it is called]

    • Create a New Windows Form Application


    What you need on a form is

    • A Texbox (setMutiline to true)
    • 3 Buttons


    1. Set Button1 Text as "&TextBox" ' This button will display a list of "ID" in the Texbox
    2. Set Button2 text as "&MsgBox" ' This will display them in a MessageBox
    3. Set Button3 text as "E&xit" ' This will exit your application


    Note: I added two methods to demonstrate this is very flexable

    You should have something that looks like this.

    [IMG]https://i111.photobucke*****m/albums/n121/golmor/image1.png[/IMG]

    Code Part

    Here is the code you will need for this to work


    Button Click Event for "Textbox"

    [IMG]https://i111.photobucke*****m/albums/n121/golmor/code2.png[/IMG]

    (start typing leechers )

    Same code for the msgbox button, Only change

    This part of the code

    Code:
    Textbox1.text = htext
    to

    Code:
    Msgbox(htext)
    and that is pretty much the extent of it

    here is the end results

    [IMG]https://i111.photobucke*****m/albums/n121/golmor/2-1.png[/IMG]

    [IMG]https://i111.photobucke*****m/albums/n121/golmor/3-1.png[/IMG]

    You can use the serials as a UnigueID or Create a Simple(or complex) algorithm to create a new ID either way, hope this helps
    Last edited by NextGen1; 01-30-2010 at 11:23 AM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  2. The Following 8 Users Say Thank You to NextGen1 For This Useful Post:

    -=ProUser=- (01-30-2010),2vivi (01-30-2010),deathninjak0 (02-10-2010),mnpeepno2 (01-30-2010),mwb1234 (06-24-2010),Pixie (01-30-2010),XGelite (02-01-2010),Zoom (01-30-2010)

Similar Threads

  1. [TUT] make your own base
    By lauwy in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 71
    Last Post: 01-27-2011, 10:03 AM
  2. [TuT] [Release] Your own video player!!
    By FpsTibble in forum Visual Basic Programming
    Replies: 6
    Last Post: 10-22-2009, 08:26 PM
  3. {TUT} How to make your own opk hack
    By mandog10 in forum Combat Arms Hacks & Cheats
    Replies: 28
    Last Post: 08-13-2008, 02:44 PM
  4. [TuT] Make Your Own Clean.Bat
    By Recreation in forum WarRock - International Hacks
    Replies: 4
    Last Post: 06-10-2008, 11:52 AM
  5. (TUT)how to make your own warrock menu
    By aprill27 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 09-21-2007, 03:46 PM