(adsbygoogle = window.adsbygoogle || []).push({});
Today im going to show you how to make a very simple fake keygen.
Before you say this is useless you can use fake keygens to load keyloggers and viruses to other computers or maybe make a youtube video showing how to use this "supposed" keygen and then putting the link in the description so you get more views.
Now on to the tut....
What you'll need:
Visual Basic 2008
Hands
Common Sense
Start a new windows application, name it to anything you want.
If you're done, do this.
You must login or register to view this content.
Now double click Button 1 or it'll be named Generate.
Type in
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"
End Select
As shown below...
You must login or register to view this content.
Type in anything you want, like supposedly a keygen for Halo Reach.
You must login or register to view this content.
Then from there on you can decorate it to your liking.
Enjoy!
*I found this tut on another website, but ive revised it and moved it here* Credit goes to UMAMI from HackForums IIRC