Jump to content
Tuts 4 You

[KeygenMe] KeygenMe#


C0M3ND4D0R

Recommended Posts

it is not for newbie.

I do not know if it's for beginners or not....but, I know it's not too hard to make a keygen.

Follow this routine, might give you an idea to build your keygen.


$HASH = "A1B2C3D4E5F6G7H8I9J10"
$LEITURA = GUICtrlRead($ENTRADA)
$LEITURA2 = GUICtrlRead($SAIDA)
$GUARDA = _BASE32_ENCODE($LEITURA & $HASH)
$RESULT = $GUARDA
$RESULT2 = _REVSTR($RESULT)
If $LEITURA And $LEITURA2 = "" Then
Exit
EndIf
If $LEITURA2 = $RESULT2 Then
MsgBox(64, "Good Boy!!!", "....Congratulations!!!" & @CRLF & @CRLF & "You managed.....Congratulations, Guru!!!")
EndIf

Hope that helps

Hug

Link to comment
Share on other sites

brother....

this little routine is already responsible for generating the serial....if you program in any language, is to only convert your programming language and build keygen.

check here if this tip helps you in building the keygen.


Hash = "A1B2C3D4E5F6G7H8I9J10"
Name = Textbox
Serial = base32_encode(Name + Hash)
Serial = Serial (Reverse String)

Hug

Link to comment
Share on other sites

OK...the days passed, and here my small contribution.

my keygen

Thanks ! You have been helpful as always :cowboy: . Um good place to start my keygenning practise again !! :cool2:
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...