How To Make Your Own Key Generator (Keygen) With Visual Basic 6.0

Views:

Hello everybody. This is a post about to make your own key generator (Keygen) with simple steps. Keygen is a tool, It help to share serial keys of software to peoples. Some peoples are used trial versions of software that will expire in 30 days. If you want to continew with that software. You should enter serial number of that software. Serial number is a code. That changes your software to full. But it is costly. Some software allowed a single key to activate . Peoples share that key to others. Keygen tool is actually a storage tool. You can store all keys in a single tool. Generate button shows all keys by each click. If you want to make your own keygen follow this post and enjoy… 

How To Make Your Own Key Generator (Keygen) With Visual Basic 6.0 (Internet Explora)

 

First Download Visual Basic 6.0 from official site (270MB) OR  Click here to download portable version only 6MB  -(Password :- realpcgamers.blogspot.com)

  • Then run Visual Basic 6.0 and select "Standard EXE" and click ok button.

select Standard EXE and click ok button (Internet Explora)

 

  • Now appear a blank interface like below.

Now appear a blank interface like below (Internet Explora)

 

  • Click on "Text Box" and Draw one text box on program form field, as shown in below Image.

Draw one text box on program form field, as shown in below Image (Internet Explora)

 

  • You can edit Text box properties in left bar.

You can edit Text box properties in left bar (Internet Explora)

 

  • Then select Command Button from tool bar and draw command button on form filed.

Then select Command Button from tool bar and draw command button on form filed (Internet Explora)

 

  • You can edit Command Button properties in left bar.

You can button box properties in left bar (Internet Explora)

 

  • Then double click on Command Button. Now appear a code view of our project.

Then double click on Command Button. Now appear a code view of our project (Internet Explora)

 

  • After That copy below code carefully.

 

Dim Key As Integer
Key = Int(Rnd() * 3)
Select Case Key
Case 0
Text1.Text = "Your First key"
Case 1
Text1.Text = "your Second key"
Case 2
Text1.Text = "your Third key"
End Select

 

 

  • Paste copied code in to Project1 Form1 (Code) like below. Replace "Your first key" , Second key, Third key with original software keys (Example: Adobe CS5 (design premium) key: 1407-1392-4749-6899-9465-2194)

Replace Your first key  Second key Third key with original software keys (Internet Explora)

 

  • Increase Case value if you want you 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.

 

You can add images, dropdown menus, timer etc. from toolbar.

 

  • After complete you work Press F5. Now appear a preview.

After complete you work Press F5. Now appear a preview (Internet Explora)

 

  • If you want to create an .exe file, go to File > Click on Make Form1.exe and save it as EXE file on Desktop

Save keygen (Internet Explora)

 

  • Done.

 

 

Leave a comment below………

How To Make Your Own Key Generator (Keygen) With Visual Basic 6.0 How To Make Your Own Key Generator (Keygen) With Visual Basic 6.0 Reviewed by Gaint Hackers on 08:56 Rating: 5

1 comment:

Powered by Blogger.