Hello,
i'm pretty new to cheat engine and i want to find an offset for the ammo value in a game. However, i am unable to find any offsets. I can't find anything about this and some help would be appreciated!
Weird offset
Re: Weird offset
Best to learn some x64 assembly
it has nothing todo with CE.
Google "x64 assembly instruction set"
so
ie.
think of data structures.
it has nothing todo with CE.
Google "x64 assembly instruction set"
RAX
contains the address ( pointer )[ RAX ]
means the address where RAX is pointing to.so
mov [ RAX ], ecx
means write the value of ECX on the address where RAX is pointing toie.
mov [ RAX + 010 ], ecx
means write the value of ECX on the address where RAX is pointing to but with an offset of 010think of data structures.
Who is online
Users browsing this forum: No registered users