Posted: Wed Sep 21, 2016 2:36 pm Post subject: Need help understanding how this patch works.
so ive been playing around with cheat engine/olly in the game i play (gunz 2 the second duel) and i found a forum post that walked you through how to unlock all regions by typing /allcountry (its a locked GM command by default). i was able to do this ONLY because the post gave the final address. i want to be able to do it from scratch without manually going to the address (doesnt change). My problem is that i can find the mov eax, offset sub but then im confused about what Follow to sub_7c9900 is. cheat engine doesnt show me anything like that so im probably just missing something simple like a view mode or something. You can see the TUT on how to patch the command below. if i can figure how this works i might be able to do the rest of the commands myself.
First one; Unlocking /allcountry
How to find: search for text reference "/allcountry"
A bit down you see the following line:
Code:
mov eax, offset sub_7C9900
Follow to sub_7C9900 where you will find:
Code:
cmp dword ptr [eax+14h], 5
and a jnz below it.
Put a 6x NOP on the address of the jnz (TL;DR 0x7C9915)
Restore it by placing: 0F 85 F9 00 00 00
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum