Jump to content
Tuts 4 You

Keygen Me


Guest aj-crackerz

Recommended Posts

Guest aj-crackerz

This is my first GOOD keygen me lol

http://pfs.lancop.nl/kgm.rar

It's a rar file

Edited by Teddy Rogers
Link to comment
Share on other sites

Teddy Rogers

aj-crackerz, please do not use hot-links in your posts (last warning) and please can you recap on the forum rules just in case you may have missed anything:

http://www.tuts4you.com/forum/index.php?showtopic=5171

Many thanks...

Ted.

Link to comment
Share on other sites

The Old Pirate

In first two boxes any number > 1000 and in 3rd box multiplication of them ;]

And here goes little keygen for it in java script:

<script type="text/javascript">	  /* JS Keygen for "Keygen Me by Mr. A"
* by The Old Pirate /MBE 2006 */ function getRandomNumber(minNumber,maxNumber)
{
return (Math.floor(Math.random() * maxNumber) + minNumber);
} function generateKey()
{
var box1;
box1 = getRandomNumber(1000,99999); var box2;
box2 = getRandomNumber(1000,99999); var box3;
box3 = box1 * box2; return box1 + "-" + box2 + "-" + box3;
} function showSerial()
{
document.forms[0].elements[0].value = generateKey();
} </script>
<body onload="showSerial()">
<form>
<input type="text" readonly="readonly"/>
<input type="button" onclick="java script:showSerial()" value="Generate"/>
</form>

keygen.htm

Edited by The Old Pirate
Link to comment
Share on other sites

Guest aj-crackerz
tht was very easy :P

was it? lol im not very good in it but i tought it was a great keygenme!

@teddy:

i didnt know that :-) know i do

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...