Login Register






Video: How To Make Keygen filter_list
Author
Message
Video: How To Make Keygen #1
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

Reply

RE: Video: How To Make Keygen #2
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.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: Video: How To Make Keygen #3
A Keygen is...? I'm sorry, I have no idea what it is =P
[Image: RpPPaUb.png]
               ~Yᴏᴜ ᴅᴏɴ·ᴛ ɴᴇᴇᴅ ʟɪɢʜᴛ ᴛᴏ sʜɪɴᴇ~
                           ~ux~

Reply

RE: Video: How To Make Keygen #4
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.

Reply

RE: Video: How To Make Keygen #5
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.

Reply

RE: Video: How To Make Keygen #6
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.

Reply

RE: Video: How To Make Keygen #7
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.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: Video: How To Make Keygen #8
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.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply