Posted January 2, 201312 yr 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
January 2, 201312 yr Author A part is correct. The 2 textboxes must add the integer value you said me. Make a keygen for me.
January 2, 201312 yr 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, 201312 yr by atom0s
Create an account or sign in to comment