FLMask32 Integrated Masking Tool V 2.60 for Win95
Cracked By Hambo.H
Written By Hambo.H 
Date: Jun 24 1998

URL: http://pweb.in.aix.or.jp/~sumomo/

Enter your Name & Registration Key in Registration Dialog.

Set BPX MESSAGEBOXA

Click "Registration" Bottom
Return To SoftICE, And You Press "F12" Once.

You Will See Following Code

0177:004272B2  MOV     EAX,[EBX+20]
0177:004272B5  PUSH    EAX
0177:004272B6  CALL    USER32!MessageBoxA	<== Breakpoint You Set
0177:004272BB  MOV     [EBP-04],EAX		<== Return Here
0177:004272BE  XOR     EAX,EAX
0177:004272C0  POP     EDX
0177:004272C1  POP     ECX
0177:004272C2  POP     ECX

And Press "F12" Five Times.

You Will See Following Code

0177:0043F198  MOV     DX,0030			<== (1)
0177:0043F19C  MOV     EAX,00001CFC
0177:0043F1A1  CALL    004370DC
0177:0043F1A6  JMP     0043F1B6			<== Return Here
0177:0043F1A8  MOV     DX,0030
0177:0043F1AC  MOV     EAX,00001D06
0177:0043F1B1  CALL    004370DC
0177:0043F1B6  XOR     EAX,EAX

Use "Page Up" Key To Find Where Is Jump To (1)- 177:0043F198

You Will Find Following Code

0177:0043F029  JLE     0043F1A8
0177:0043F02F  LEA     EDX,[EBP-08]
0177:0043F032  MOV     EAX,[EBX+000001DC]
0177:0043F038  CALL    00414E80
0177:0043F03D  MOV     EAX,[EBP-08]
0177:0043F040  CALL    00437328			<== This Is A Important Call, It Is Check With Name & Key
0177:0043F045  TEST    AL,AL			<== It Is Use Al To Cmp The Key Right Or Wrong.
0177:0043F047  JZ      0043F198			<== Jump To (1)

So Let Us Go In Call 00437328 To Find Where It Will Modified Al Before Return This Call.

You Will Find Following Code

0177:00437438  MOV     AL,[EBP-05]		<== Here Will Make Al=0, Because Your Key Is Wrong, You Make Al Always Is 1, That Is Ok.
0177:0043743B  POP     EDI
0177:0043743C  POP     ESI
0177:0043743D  POP     EBX
0177:0043743E  MOV     ESP,EBP
0177:00437440  POP     EBP
0177:00437441  RET

Modify:
:a 0177:00437438
0177:00437438 mov al,01
0177:0043743a nop

8A 45 FB 5F 5E 5B 8B
B1 01 90 -- -- -- --

After You Have Modified It, Enter Any Key You Like.
It Will Tell You That Your Key Is Right. Now Your Are Registered User.