
When the message loop is running, and I set a breakpoint whilst it, it stops at that breakpoint no matter what message arrives, but I am only interested in the mouse click message of a certain button. The purpose of this work is to bypass the login dialog of a game, I am a paid user of this game, but no more servers are available. So I want to play it offline. I am using the ollydbg.
There are basically no text information on the screen so that I can search on the debugger. They are all tailored-made images for the game...
Thanks