Weird offset

Anything Cheat Engine related, bugs, suggestions, helping others, etc..
Post Reply
cracky456
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Dec 19, 2023 5:13 pm
Reputation: 0

Weird offset

Post by cracky456 »

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!

User avatar
Toga
Expert Cheater
Expert Cheater
Posts: 243
Joined: Wed Mar 03, 2021 1:11 pm
Reputation: 98

Re: Weird offset

Post by Toga »

Best to learn some x64 assembly
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 to

ie.
mov [ RAX + 010 ], ecx means write the value of ECX on the address where RAX is pointing to but with an offset of 010
think of data structures.

Post Reply

Who is online

Users browsing this forum: No registered users