keygen/src/CW2K's Keygen for MaSaI Editor 2.4.vbproj
3239
797
keygen/src/serial.txt
1010
502
quickinstall-only.reg
92
92
quickreg-only.reg
116
116
info.txt
MaSaI Editor 2.4 KeyGen
=======================
MaSaI Editor is an excellent editor for *.MSI(=MicroSoft Installer) files.
Very helpful if there's some stupid error that don't allow you install some app or to remove the senseless "Welcome Next>", annoying license agreements screens or serial dialogs form installations.
Simply go to Dialogs&Action->ÆNormal Installation SequenceÆ and remove or edit the launch condition of the sequence that don't fit.
Well at least it's just about 1 MB if you only pack the really necessary files (MaSaIInstaller.exe, MenuImageLib.dll, CheckThis.dll, install+quickreg.reg) together in archive to put it somewhere to download.
Get latest version at:
http://www.masaieditor.com/html/download_trial_prods.php
A T T E N T I O N :
Some crackhost may have added 'premium
content'(like crackloader.exe or start.exe).
To keep your PC clean from dialer or
dialerloader extract
'Proactive System Password Recovery 4.0-CrackFix1.cab'.
and see info.txt on how to install.
If you've already start crap like 'Crackextractor.exe' to
get this file extracted- uninstall it.
In future avoid to start selfextractor Exe's - Try to
rename them to zip or rar to open them in winrar as
archives and to extract the files.
Usage:
------
Start CW2K's Keygen for MaSaI Editor 2.4.exe
Modify the initial serial in the textbox or leave it as it is
Press enter to get the first serial
press enter again (or hold) enter to get an other one
OR
Double click on 'quickreg-only.reg' - it will write a valid serial to
the registry - Note: You don't need the keygen when doing this.
Others:
-------
quickinstall-only.reg
sets some registry value to make
MaSaIInstaller.exe start if you just copied it to some other PC
without using the Installer.
install+quickreg.reg
the same as above but also sets Serial
For questions use 'offtopic' or 'reverse engineering' section at
http://antiwpa.btwarehouse.org/forum
For private stuff or stuff that's won't help someone else mail to:
[email protected]
keygen/src/serial.txt
012 345678 901234 567890
DEV 000001 000002 000003
REP
TRL
999999 => F 423F => 5*4 = 20 Bit
bool IsNumberValid(class System.String stringIn)
Length must be Greater or Equal 0x15 (21)
Substring(...
00..3->Str0-ConvertCode()->Int4
03..6->Str1->Int5
09..6->Str2->Int6
16..6->Str3->Int7
transform(4,6)->8
transform(5,8)->9
compare(7,9)
int32 ConvertCode(3bytestr)
return ((char2<<4) Xor char1) Xor (char3<<8)
int32 transform( int32 theNumber , int32 theTransformer)
Var0=>RetVal
Var1=>i
Var2=>OneBitMask
Var3=>TMP_case result
Var4=>TMP_And OneBitMask2
Var5=>TMP_bitHash result
RetVal0=0
OneBitMask2=1
For i1= 0 to 10
Select (Var5 = bitHash(i1,theTransformer1)
case0
Var3=theNumber0
case1
Var3=Not(theNumber0)
case2
Var3=theTransformer1
case3
Var3=Not(theTransformer1)
Retval0 = Retval0 or (Var3 And OneBitMask2)
i1=i1+1
OneBitMask2=OneBitMask2<<1
Return(RetVal0)