Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  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)

  3. #2
    2vivi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    C:\Documents and Settings\All Users\Desktop\YourMomsPornVids
    Posts
    174
    Reputation
    10
    Thanks
    28
    My Mood
    Psychedelic
    thanks this could be useful

    if i try to make a "algorithm" how can i edit the serials after program is done??

  4. #3
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Quote Originally Posted by 2vivi View Post
    thanks this could be useful

    if i try to make a "algorithm" how can i edit the serials after program is done??
    What do you mean by "edit the serials" they are static and can't be changed


     


     


     



    The Most complete application MPGH will ever offer - 68%




  5. #4
    mnpeepno2's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In a barren wasteland
    Posts
    905
    Reputation
    10
    Thanks
    81
    well u can change them in the registry to fool the computer
    /thanked


    -----------------------------------------------

    My site: here
    My Blog: here
    My member's area: here
    Minecraft Sever Forum: here


    Minecraft Servers:

    Public:



    Private:



  6. #5
    2vivi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    C:\Documents and Settings\All Users\Desktop\YourMomsPornVids
    Posts
    174
    Reputation
    10
    Thanks
    28
    My Mood
    Psychedelic
    Quote Originally Posted by NextGen1 View Post
    What do you mean by "edit the serials" they are static and can't be changed
    i mean like i make a program and i want it to be used by certain people (prevent lechers).. i put in sorta like a login that checks if the serials on that computer match the 1ns on the program

    could i use a php and edit it later if i want to add more computers that can access the program??

  7. #6
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Quote Originally Posted by 2vivi View Post
    i mean like i make a program and i want it to be used by certain people (prevent lechers).. i put in sorta like a login that checks if the serials on that computer match the 1ns on the program

    could i use a php and edit it later if i want to add more computers that can access the program??
    You can have the software set to auto update
    You can use .Txt
    You can use a database

    etc.

    If you need it more detailed, let me know, I'll make a tut (if need be)


     


     


     



    The Most complete application MPGH will ever offer - 68%




  8. #7
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Again, good job!
    -Rest in peace leechers-

    Your PM box is 100% full.

  9. #8
    hopefordope's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Herndon,VA
    Posts
    264
    Reputation
    9
    Thanks
    86
    My Mood
    Psychedelic
    how did u get the round and kool looking buttons

    Press Thank You[IMG]https://i45.tinypic.com/2hg8w0n.jpghttps://img1.UploadScreensho*****m/images/main/2/3203234450.jpg[/IMG]










    My Releases
    Injector 3G
    Injector 2G
    Injector 1G
    Super Spammer
    CA Cleaner
    My Tutorials
    How to Make a real Injector(PerX)
    How to Make a Calculator(leeched)

  10. #9
    hopefordope's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Herndon,VA
    Posts
    264
    Reputation
    9
    Thanks
    86
    My Mood
    Psychedelic
    Sorry Double post

    Press Thank You[IMG]https://i45.tinypic.com/2hg8w0n.jpghttps://img1.UploadScreensho*****m/images/main/2/3203234450.jpg[/IMG]










    My Releases
    Injector 3G
    Injector 2G
    Injector 1G
    Super Spammer
    CA Cleaner
    My Tutorials
    How to Make a real Injector(PerX)
    How to Make a Calculator(leeched)

  11. #10
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    You can always PM me with questions about UI as it is "Off topic"

    However, that is a Component, you can do the same thing with images though if you don't want to spend the money


     


     


     



    The Most complete application MPGH will ever offer - 68%




  12. #11
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    ---Lag, I double posted----

    Last edited by NextGen1; 01-31-2010 at 06:15 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  13. #12
    RawVb's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    SoFLa
    Posts
    81
    Reputation
    10
    Thanks
    6
    Hey can you add me on msn, I tried to get this to work earlier but I got a null response.

    My msn is Chambers.ry@gmail.com . Im trying it again, Oh and a Pm will work too, it's just that msn is faster.

  14. #13
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    so i guess this would be useful if you sold your software and did not want them to distribute it.

  15. #14
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Quote Originally Posted by RawVb View Post
    Hey can you add me on msn, I tried to get this to work earlier but I got a null response.

    My msn is Chambers.ry@gmail.com . Im trying it again, Oh and a Pm will work too, it's just that msn is faster.
    Expect to have your mail bombed in about 30 minutes when I'm at home
    Ah we-a blaze the fyah, make it bun dem!

  16. #15
    mnpeepno2's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In a barren wasteland
    Posts
    905
    Reputation
    10
    Thanks
    81
    hehehe me too!


    -----------------------------------------------

    My site: here
    My Blog: here
    My member's area: here
    Minecraft Sever Forum: here


    Minecraft Servers:

    Public:



    Private:



Page 1 of 2 12 LastLast

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