Post: How To Make A Serial Required Program [TUT]
07-18-2011, 07:52 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Add 1 Textbox
Add 1 Button
(Optional) Add 1 Label

Shape your form to its desired shape and add the button its your desired place

also be sure to name your button "Go" or "Enter" etc

(Optional) Add a label called "Please enter the serial code" or whatever text

Double click the "Go" button and add this coding


    Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If TextBox1.Text = "Serial Code here" Then
MsgBox("Correct Key", MsgBoxStyle.Information, "Correct Key!")
Form2.Show()
Else
MsgBox("Incorrect Key!", MsgBoxStyle.Critical, "Error")
End If
End Sub
End Class


Now you can sell your serial keys for your programs!
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to AngryHD for this useful post:

CodingNation, Warlockplayer19
07-18-2011, 08:00 PM #2
so i got a question so far i have added the code and everything to make the serial code verification work but how do i make it open up the actual program if the serial is correct ?


EDIT: Nevermind
07-20-2011, 08:46 AM #3
bonbonbon
dead babies in a tree
lulz. u forgot to mention packing tools

edit:this is ez
    MsgBox("Incorrect Key!", MsgBoxStyle.Critical, "Error")

make an errors file that gets aes by the ntdll

obfiscate, convert to pascal and paxk with arma
or offer web 2.0 trial software possibly a java applet
07-22-2011, 05:19 AM #4
LOL don't use this, your program will be cracked in a matter of 5 seconds .

The following 2 users say thank you to MoBaTeY for this useful post:

Epic?, Scouser94

The following user groaned MoBaTeY for this awful post:

CodingNation
07-23-2011, 12:00 AM #5
Originally posted by MoBaTeY View Post
LOL don't use this, your program will be cracked in a matter of 5 seconds .

obviously PRO'S arent going to use it/ going to be a prgram worth cracking.
07-25-2011, 12:01 PM #6
Woof
...hmm
There is many other ways to do this aswell.
This is the easiest way though :y:
07-30-2011, 11:32 PM #7
for multiple serials could you do this?

Originally posted by another user
Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If TextBox1.Text = "Serial Code here", "Second Serial Here" Then
MsgBox("Correct Key", MsgBoxStyle.Information, "Correct Key!")
Form2.Show()
Else
MsgBox("Incorrect Key!", MsgBoxStyle.Critical, "Error")
End If
End Sub
End Class


As Well as a 3rd, 4th, 5th etc.?
07-31-2011, 12:14 AM #8
Pichu
RIP PICHU.
You can have it fetch lines of a textbox or richtextbox so that any one lines (Which are your code) is entered then it is true, any other is false. This makes it easier to do, rather than having to type in each individual code.
07-31-2011, 04:34 AM #9
MasterBaitor
< ^ > < ^ >
Thats not a serial. Thats a basic Password login

The following 2 users say thank you to MasterBaitor for this useful post:

Epic?, Josh_ox3
07-31-2011, 03:36 PM #10
Josh_ox3
Treasure hunter
Fail thread fails, this is making 1 serial, you need an algorithm for this to work successfully

The following 2 users say thank you to Josh_ox3 for this useful post:

Epic?, kiwimoosical

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo