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


Main | Index

Plate 'n' sheet Development Pro 3.20 Pro

Type : Designed to unfold shapes commonly encountered by fabricators and sheet metal workers.
Protection : Serial
Tech : Numega Smart Check


Crack : Some legend told "Numega Smart Check means death of VB Programs ...."
I just tried this .... on this VB program ....
Load the program in Numega Smart Check .... and enter any S/N and click "OK" button ...
Now look in to Numega Smart Check .... we can see ...what all the program does ...

_Active ==> _Click ==> _Click ---
Double(33295.1) ---> Long(33295) ---- what the heck is this ......!! real S/N
MsgBox ===> "Authorization Code incorrect"

Registration Info :

Authorization Code = 33295
Site No : = 47855136
S/N = 290700
NB : On your PC these numbers will be different.


br> that ECX and EAX [which are pushed before CALL]must be old values before CALL is
executed.

Self Generating Algorithm :

Enter CODE 1 = 520192 = 0x7F00 ;CODE 2 = 00000000
Assemble following code at :

0x56241C CMP EAX,7F000
0x562421 JZ STOP --- PUT A BPX ON STOP --- SO THAT WE WILL 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