Quote:
|
Originally Posted by The Day Walker!
if i try 2 patch the abt box then i get error messages,,, since the abt box
is not a messagebox, so i cant hook on messageboxa or anytrhing like that.
|
I'm confused. you didn't find MessageBox APIs, so you patched what?
I've seen something like this, SkinBoxer Demo. If I try to patch the MessageBox, It will be crashed. So the only way is emulating NAG button press by SendMessage !
But here, NAG is removable. Apply following change in
VLMenu.ocx in SYSTEM32 :
Code:
1102C739 /74 1B JE SHORT VLMenu.1102C756 -> JMP
This will bypass NAG.
Just press few Ctrl+F9 + F8 from where you make it as a registered version to reach above address !!