Monday, November 4, 2013

How to create your Own Keygen in VB Simple Coding


Hello, friends - you know nowadays keygens are the best program to crack the Software with original or pirated keys.! So do you know? how these keygens were made?. Keygen is small program that generates various product keys of programs. Simply all people's create it in VB, C++ etc. So today we gonna learn how you can create your own keygen to generated various Product keys, Serial keys. It's really very easy just need 2 min patience and 20% efforts to create it.

Requirements :
  • Visual Basic 6 or Higher [Download only 6-MB]
  • Please Read - "Read Me" file in VB folder.
  • Patience, and Brain.
Installation of Visual Basic - [Simple Steps]
  • Download and Start VB and the installation method is little bit different so please read "Read me" file in downloaded folder and install it.Start VB select "Standard EXE" and open it.
Click on Image to Enlarge it

Steps to Create Keygen
  • After installation. Start your program > Just look on Tools, Editing box, and your program field to understand how it works. (Simply easy)
  • Okay! so m starting steps and method :)
  • Click on "Text Box" Draw one Text Box on Program form field, as shown in the Image.

    Click on Images to enlarge it














  • After Drawing a text box, Edit it with your Choices with the help of Editing    Box tools, give it a Unique portion and Good looking program.


  • So, here it's time to give a command box, do same here select "Command   Button"  and draw it on Program field.
                               Click on images to enlarge it        













  • Edit Caption & Change font in Editing Box to have a Good looking Program.

  • Now double click on "Commond1" button, the button you had just created it now, and you'll get one window POP-UP.
    Click on Image to Enlarge it

    Coding Part :
    Now it's time for little bit Coding, Creating a Keygen is very very simple we just need two lines code to create a Keygen, and copy paste it to create more keys.

    Dim Key As Integer
    Key = Int(Rnd() * 3)
    Select Case Key
    Case 0
    Text1.text = "your key"
    Case 1
    Text1.text = "your other key"
    Case 2
    Text1.text = "your other other key"
    End Select

    Now copy and paste above code in "Project1 Form1 (Coding box)", look carefully & understand the Coding.
    Click on Image to enlarge it

    Increase Case value if you want yo add more keys and also increase the value of "Key =Int(Rnd() * 3" , you have to equalize same value of Case and Int(Rnd() *3.

    Replace "your other key" with your Key, Value or any number you want.
    After all close coding window and hit "F5"and your program will start :

    And Now Click on Generate Keys and you will get various types of you had added in it. Now, go to "File" > Click on Make Form1.exe and save it as EXE file on Desktop and here is your Keygen is ready.

    # Tips on How to Create a Keygen.
    • Put Images behind Program as, I had added Skull image to have a Good look 
    • Understand Tool BOX 
    • Please do as much editing of your Program 
    • Understand and Edit your Program using EDITING BOX
    • Have a Good looking program
    • Understand the Coding of Keygen 
    • The main thing is Editing and Designing of Program.

    No comments:

    Post a Comment