|
Maybe you should try and fake the registration routine to always return a good answer, rather than flipping jumps in the hope that one will give the "good boy" message. This is the method I prefer. Flipping jumps is bad as you don't know how many other calls to a registration check procedure there could be (or checks of a global variable for example, which is set inside the reg proc)
|