Sinisterly
Video: How To Make Keygen - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework)
+--- Thread: Video: How To Make Keygen (/Thread-Video-How-To-Make-Keygen)



Video: How To Make Keygen - SeVaR HawlerY - 04-23-2013

Hey guys what's up
today i'm going to show you how to make a keygen for your programs
and it well be on youtube
here is


i hope you like it


Note:
Please use proper english
-Staff



RE: Video: How To Make Keygen - ArkPhaze - 04-26-2013

A few things:

1. Rnd() should be avoided, this is not proper use of the function either.
2. This is not a keygen, but moreso a key randomizer; there's no generation here, it's all the same keys over and over.
3. You're using Int(), but, also passing the value to a Text property being implicitly cast to a type of String. This is bad enough alone.
4. You will never get a result of 3... Case 3 is absolutely useless if you understand Rnd() and what Int() does, even though you should not be using these functions.


RE: Video: How To Make Keygen - Mr.Dux - 04-26-2013

A Keygen is...? I'm sorry, I have no idea what it is =P


RE: Video: How To Make Keygen - Little Big Services - 05-16-2013

Keygen = Key Generator. It generates serial keys to be used to unlock or validate software. Keygens are used to trick the software into thinking it's a legitimate code.


RE: Video: How To Make Keygen - Little Big Services - 05-16-2013

Keygen = Key Generator. It generates serial keys to be used to unlock or validate software. Keygens are used to trick the software into thinking it's a legitimate code.


RE: Video: How To Make Keygen - Little Big Services - 05-16-2013

Keygen = Key Generator. It generates serial keys to be used to unlock or validate software. Keygens are used to trick the software into thinking it's a legitimate code.


RE: Video: How To Make Keygen - ArkPhaze - 05-16-2013

That's not what this does though, it just rotates through a set of keys that supposedly work. It doesn't really generate anything though.


RE: Video: How To Make Keygen - ArkPhaze - 05-16-2013

That's not what this does though, it just rotates through a set of keys that supposedly work. It doesn't really generate anything though.