This is probably the 3rd o 4th post i have started on olly.
For some unknown reason i still have problems with olly. I alway find it behaving abnormally and i can't describe the anomaly. Thus i switched to CE.
After some debugging on CE, i realized that i can remove the height check to allow wall jump. However when i edited the assembly on CE, the change only lasts for as long as this instance of Conquer.exe lasts. The moment the instance is destroyed, the change is reverted. So i figured out i will still need Olly to save a copy of the changed exe. Here is where the problem comes into play.
I can't find in olly the instruction that I have found in CE.
For this current patch, CE->memory view-> goto address 639407, and change jne to jmp will allow wall jump. But i can't find an address639407 in olly.
Any positive advice will be appreciated
For some unknown reason i still have problems with olly. I alway find it behaving abnormally and i can't describe the anomaly. Thus i switched to CE.
After some debugging on CE, i realized that i can remove the height check to allow wall jump. However when i edited the assembly on CE, the change only lasts for as long as this instance of Conquer.exe lasts. The moment the instance is destroyed, the change is reverted. So i figured out i will still need Olly to save a copy of the changed exe. Here is where the problem comes into play.
I can't find in olly the instruction that I have found in CE.
For this current patch, CE->memory view-> goto address 639407, and change jne to jmp will allow wall jump. But i can't find an address639407 in olly.
Any positive advice will be appreciated