Help with auto assemble

Anything Cheat Engine related, bugs, suggestions, helping others, etc..
Post Reply
badmotorfinger
Noobzor
Noobzor
Posts: 5
Joined: Thu Oct 05, 2017 1:59 am
Reputation: 0

Help with auto assemble

Post by badmotorfinger »

Image

Tried hacking the pc port of resident evil 2 and got this error message. Can anyone help me out with this please?

User avatar
Blayde
Expert Cheater
Expert Cheater
Posts: 230
Joined: Fri Aug 25, 2017 2:37 pm
Reputation: 47

Re: Help with auto assemble

Post by Blayde »

badmotorfinger wrote:
Tue Dec 26, 2017 4:40 am
Can anyone help me out with this please?
Few lines up you have:
mov cl,[esi+02]

You can make something like:
mov ecx,YourValue


CL = lower 8 bits of ECX

badmotorfinger
Noobzor
Noobzor
Posts: 5
Joined: Thu Oct 05, 2017 1:59 am
Reputation: 0

Re: Help with auto assemble

Post by badmotorfinger »

nevermind, did some more google search and turned out I only need to put quotation marks around the process name

from:
add [eax*4+bio2cs.exe+58ECD5],cl
to:
add [eax*4+"bio2cs.exe"+58ECD5],cl

it was weird to me but it works

thanks anyway Blayde

User avatar
Blayde
Expert Cheater
Expert Cheater
Posts: 230
Joined: Fri Aug 25, 2017 2:37 pm
Reputation: 47

Re: Help with auto assemble

Post by Blayde »

badmotorfinger wrote:
Tue Dec 26, 2017 8:43 am
nevermind, did some more google search and turned out I only need to put quotation marks around the process name

from:
add [eax*4+bio2cs.exe+58ECD5],cl
to:
add [eax*4+"bio2cs.exe"+58ECD5],cl

it was weird to me but it works

thanks anyway Blayde
With this:
mov ecx,YourValue
you can change pick up values

badmotorfinger
Noobzor
Noobzor
Posts: 5
Joined: Thu Oct 05, 2017 1:59 am
Reputation: 0

Re: Help with auto assemble

Post by badmotorfinger »

that works, too. Thank you very much!

User avatar
Sol.CT
Noobzor
Noobzor
Posts: 7
Joined: Tue Oct 10, 2017 5:01 pm
Reputation: 3

Help with auto assemble

Post by Sol.CT »

I ran into this recently as well and was quite confused. Thanks for posting your answer instead of just deleting it! :D



I would also suggest specifying these pointers. like;

[B]add byteptr [eax*4+bio2cs.exe+58ECD5],cl[/B]



Otherwise it may over-write some of your intended changes, since it defaults to dword. (4byte)
Last edited by Sol.CT on Tue May 01, 2018 7:39 am, edited 2 times in total.

Post Reply

Who is online

Users browsing this forum: No registered users