Web : http://kickme.to/mxbnet
Contact Me : dheeraj_xp@yahoo.com


Paint Shop Pro Beta 6.0

Type : Image Editing
Protection : Date check
Tech : Patching


Crack : Hunt from start..

0x6B5DDF JNZ 0x6B6080 >> JUMP TO 0x6B5E29 PUSH ECX
To Patch :
File : psp.exe
Offset : 0x2B5DD0[F] - 0x2B5E20[8]
Fill with NOP [90]

Animation Shop Beta

0x407EEF JNZ 0X4084E >> JUMP TO 0x407F31 PUSH EBX
To Patch :
File : anim.exe
Offset : 0x7EE0[F]-0x7F30[0] Fill with NOP [90]


e turning point ??
Actualy I traced the program from begining.
In the deep lies a simple check :

0x771C68 CMP ESI,EAX | 3B F0
Now ESI = Holds Count - How many times we used it.
EAX = 0x1E = 30 days
So simple way to crack this will be :

0x771C68 XOR ESI,ESI | 33 F6 >> Clear count
File = psp.exe
Offset = 0x371C68

Animation Shop :

Same protection is used in the case of Animation Shop also.
0x5085A0 CMP ESI,EAX | 3B F0
Now ESI = Holds Count - How many times we used it.
EAX = 0x1E = 30 days
So simple way to crack this will be :
0x5085A0 XOR ESI,ESI | 33 F6 >> Clear count
File = anim.exe
Offset = 0x1085A0


LL GET CODE 2
0x562423 MOV ECX,9FEAF8 --- RESTORE ECX
0x562428 MOV EAX,9FEB10 --- RESTORE EAX
0x56242D MOV EAX,DWORD PTR [EAX]
0x56242F INC EAX - INCREASE CODE 2
0x562430 MOV DWORD PTR [9FEB10],EAX --- STORE CODE 2
0x562436 MOV EAX,9FEB10 --- RESTORE EAX
0x56243A JMP 56240E --- GO UP ----

Registration Info :

CODE 1 = 520192 ; CODE 2 = 24603


015F:10046F9F 51 PUSH ECX