big thx for this.So im going over the guide and im at the first tutorial.
The protection i think changed a bit with the patches.
Firstly the JNZ from the tqanp.dll changed to a JZ,where it jumps then it executes the calls that exit the process.(which have been moved down).
So i did the common sense thing and set it to JNZ,so it wont jump.inside there was the code that lead it to not exit and go next.
It got to the module entry point.Now here lies the problem.When i run it from there,it quickly terminates with no play pop up.I think some sort of additional bypassing or modifying is needed.
Please help me here,i really want to move on and get to the coding xD
Btw u explain things nicely, do you have some sort of teacher skills?
EDIT:So i happy to say i managed to get around it.
I wont bother to explain it in detail how i found it,just that it turns out i shouldnt have set JNZ there, but instead just fill the line with NOPs.what a stupid mistake i did