1.run your runnable in olly
2.hit control+n
3.find the function for emu windows and hit enter
4.yous ee four functions right? ok lets take a look. hit enter again
5.so it takes you to a call dword under it is a cmp<blah>,bl so we want to make that equal itself so make it cmp bl,bl
6.repeat only make the other one with esi cmp esi,esi