Keygen

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
14 posts Page 1 of 2
Contributors
User avatar
MasterCoding
Top Poster
Top Poster
Posts: 156
Joined: Sat Oct 24, 2009 4:26 pm

Keygen
MasterCoding
add 1 button
add 1 textbox

button1 change the text to Generate

Use this code for button1 click event
Code: Select all
TextBox1.Text = Int(Rnd() * 4)
Select Case TextBox1.Text
Case 0
TextBox1.Text = "CD key"
Case 1
TextBox1.Text = "CD key"
Case 2
TextBox1.Text = "CD key"
Case 3
TextBox1.Text = "CD key"
Case 4
TextBox1.Text = "CD key"
Case 5
TextBox1.Text = "CD key"
End Select
This generates the serial key
where stands cd key there has to be the serial

and of course you can add more cases
Last edited by MasterCoding on Fri Nov 27, 2009 10:28 pm, edited 1 time in total.
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Re: Keygen
NoWayIn
Erm, not new and not hard to do, easy for beginners.

You could make it a bit better by adding a list of programs
User avatar
MasterCoding
Top Poster
Top Poster
Posts: 156
Joined: Sat Oct 24, 2009 4:26 pm

Re: Keygen
MasterCoding
wich programs do you mean?
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Re: Keygen
NoWayIn
Like adding a ComboBox with several programs that they can choose from to get the serial for
User avatar
MasterCoding
Top Poster
Top Poster
Posts: 156
Joined: Sat Oct 24, 2009 4:26 pm

Re: Keygen
MasterCoding
i don't know the code about that
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Re: Keygen
NoWayIn
You still use select case but you use it with the combobox
User avatar
Robby
VIP - Donator
VIP - Donator
Posts: 417
Joined: Mon Aug 03, 2009 4:01 am

Re: Keygen
Robby
yes, this is basic but fun to do :D

and i would go with nowayin;s idea
it would look more professinal. :D


Good Luck!
My current Projects Listed Below:
Toixt++ Text Editor Just 10 or less more features to go!
Image
Image
User avatar
MasterCoding
Top Poster
Top Poster
Posts: 156
Joined: Sat Oct 24, 2009 4:26 pm

Re: Keygen
MasterCoding
can you make that code i can't i tryd
User avatar
Robby
VIP - Donator
VIP - Donator
Posts: 417
Joined: Mon Aug 03, 2009 4:01 am

Re: Keygen
Robby
welll wait a minute i will post the code in 10 mins becuz i brb eat :D

u want the combobox one right?
My current Projects Listed Below:
Toixt++ Text Editor Just 10 or less more features to go!
Image
Image
User avatar
MasterCoding
Top Poster
Top Poster
Posts: 156
Joined: Sat Oct 24, 2009 4:26 pm

Re: Keygen
MasterCoding
yes
14 posts Page 1 of 2
Return to “Tutorials”