Oh! really awesome thread, thx man
[Only registered and activated users can see links. Click Here To Register...]Quote:
I know this is a noob question.. But how would i go about figuring out what 11319 is in Hex... thanks in advance.
004E3CB5 > 83F8 6C CMP EAX,6C 004E3CB8 . 0F8F A1020000 JG Conquer.004E3F5F 004E3CBE . 0F84 AC010000 JE Conquer.004E3E70
004E3CB5 > 83F8 6C CMP EAX,6C 004E3CB8 . 0F8F A1020000 JG Conquer.004E3F5F 004E3CBE . 0F84 AC010000 JE Conquer.[SIZE="4"][B]004E3CA5[/B][/SIZE]
004C60FA 75 1E JNZ SHORT Conquer.004C611A
004C60FA 75 1E [SIZE="4"][B]JMP[/B][/SIZE] SHORT Conquer.004C611A
Nice find :pQuote:
I heard that GW Wall jump was fixed or something. It's not:
Find this piece of code inside Conquer.exe
Change it into:Code:004E3CB5 > 83F8 6C CMP EAX,6C 004E3CB8 . 0F8F A1020000 JG Conquer.004E3F5F 004E3CBE . 0F84 AC010000 JE Conquer.004E3E70
And of course, JMP the check:Code:004E3CB5 > 83F8 6C CMP EAX,6C 004E3CB8 . 0F8F A1020000 JG Conquer.004E3F5F 004E3CBE . 0F84 AC010000 JE Conquer.[SIZE="4"][B]004E3CA5[/B][/SIZE]
So it looks like this:Code:004C60FA 75 1E JNZ SHORT Conquer.004C611A
Code:004C60FA 75 1E [SIZE="4"][B]JMP[/B][/SIZE] SHORT Conquer.004C611A
Nice mate +t for that =)Quote:
I heard that GW Wall jump was fixed or something. It's not:
Find this piece of code inside Conquer.exe
Change it into:Code:004E3CB5 > 83F8 6C CMP EAX,6C 004E3CB8 . 0F8F A1020000 JG Conquer.004E3F5F 004E3CBE . 0F84 AC010000 JE Conquer.004E3E70
And of course, JMP the check:Code:004E3CB5 > 83F8 6C CMP EAX,6C 004E3CB8 . 0F8F A1020000 JG Conquer.004E3F5F 004E3CBE . 0F84 AC010000 JE Conquer.[SIZE="4"][B]004E3CA5[/B][/SIZE]
So it looks like this:Code:004C60FA 75 1E JNZ SHORT Conquer.004C611A
Code:004C60FA 75 1E [SIZE="4"][B]JMP[/B][/SIZE] SHORT Conquer.004C611A
It's called reverse engineering :p.Quote:
My only question is how did you find it? yes im a noob, but i found it was sort of fixed after i had tried to hop the wall this morning and kept dcing after getting in. i log back on and still be out side, couldnt find the problem till now, THANKS