Search found 4 matches

by HeyitsKaizen
Mon Jan 29, 2024 1:35 am
Forum: Cheat Engine
Topic: Can’t find pointers
Replies: 6
Views: 2412

Re: Can’t find pointers

The game I'm trying to do has this as its instruction Proteus.exe+5E54E: 005BE544 - 8A 44 24 08 - mov al,[esp+08] 005BE548 - 81 E2 FF070000 - and edx,000007FF 005BE54E - 88 44 0A 0B - mov [edx+ecx+0B],al << 005BE552 - C2 0800 - ret 0008 005BE555 - CC - int 3 EAX=005BE519 EBX=00016244 ECX=106EED70 ED...
by HeyitsKaizen
Mon Jan 29, 2024 1:16 am
Forum: Cheat Engine
Topic: Can’t find pointers
Replies: 6
Views: 2412

Re: Can’t find pointers

I meant to ask can you set cheat engine to scan in 32 or 64 bit or it just depends on the game and how do you figure out mov [edx+ecx+0B],al this game I'm trying to do has that as an instruction how do I figure thus out?
by HeyitsKaizen
Sun Jan 28, 2024 7:20 pm
Forum: Cheat Engine
Topic: Can’t find pointers
Replies: 6
Views: 2412

Re: Can’t find pointers

I have tried multiple games so not sure which was 32 or 64 bit but for example lets say I want to get infinite Gil for Final Fantasy XIII I scan for the value find it then I generate pointer map after I am told to check the whole what access this address which could give me multiple addresses for ex...
by HeyitsKaizen
Fri Jan 26, 2024 10:20 pm
Forum: Cheat Engine
Topic: Can’t find pointers
Replies: 6
Views: 2412

Can’t find pointers

This may not be the right place, but I recently downloaded Cheat Engine and found codes for some games. However, I can't figure out how to save them. I've seen videos telling me to create a pointer, close the game, reopen it, then find the code again, then create a pointer again, then compare. Howev...