Hi guys. I have the same issue as a previous poster, and I didn't see it answered, so I'll ask for us both again.
I'm using a 32-bit Windows 7 VM. (ESXi). I have Olly 1.10, and all the plug-ins. I have my ollydbg.ini configured correctly, and I get to the step right after "Disable Noppers" and my target pops up a message box.
In the script window, I see this:
Code: Select all
If WL doesen't use a MessageBoxExA API to show you the HWID Nag
or other messages then it used a custom code.In this case just pause
the script if you see the message then pause Olly open call stack and
set a soft BP from where it was called from = after message loop.Now
remove BP again and set the script eip on the label......
CUSTOM_HWID_NO_MESSAGEBOX_SET_SCRIPT_EP_HERE
and then just resume the script. ;)
This is good advice, but seems to be missing a key component.
I pause the script, then pause olly, ALT-K to bring up the call stack, find the correct place, set the BP. Then what?
Set it
Unset it
adjust the script EIP to the CUSTOM_HWID_ label, and resume?
If so, what's the point of the BP?