LordCoder Posted January 2, 2013 Posted January 2, 2013 Hello!If you want to crack a keygenme here is one.Compiler: Delphi 7Packer: MEW 11 [NorthFox]Level: Easy!Encryption: N/A [Only easy arithmetic operations].Rules: Make a keygen, fishing well, no crack or patch.Good Luck!LordCoder's Delphi KeygenMe.rar
LordCoder Posted January 2, 2013 Author Posted January 2, 2013 A part is correct. The 2 textboxes must add the integer value you said me. Make a keygen for me.
ChOoKi Posted January 2, 2013 Posted January 2, 2013 I wouldn't know how to code this algo even if I wanted, sorry
atom0s Posted January 2, 2013 Posted January 2, 2013 (edited) Here's a small keygen I made in autoit for this. Edit: Here is the src of it. #include <GUIConstantsEx.au3> $form = GUICreate( "Keygen - by atom0s", 250, 125 ); $exit = GUICtrlCreateButton( "Close", 5, 100, 190, 20 ); $num1 = GUICtrlCreateInput( "", 5, 5, 190, 20 ); $num2 = GUICtrlCreateInput( "", 5, 30, 190, 20 ); GUISetState( @SW_SHOW ); Func DoKeygen() $input = GUICtrlRead( $num1 ) $serial = 59292 - $input GUICtrlSetData( $num2, $serial ); EndFunc While( 1 ) $msg = GUIGetMsg(); DoKeygen(); Select Case $msg = $exit Exit Case $msg = $GUI_EVENT_CLOSE Exit EndSelect WEnd Keygen.7z Edited January 2, 2013 by atom0s
LordCoder Posted January 3, 2013 Author Posted January 3, 2013 Well Done to All! At0mos well done with the keygen in Autoit.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now