| View previous topic :: View next topic |
| Author |
Message |
Sanglante Cheater
Reputation: 0
Joined: 27 Sep 2018 Posts: 43
|
Posted: Sat Jan 19, 2019 6:33 am Post subject: imul problem |
|
|
hi.
my code is :
8B 04 18 mov eax,[eax+ebx]
6B D0 28 imul edx,eax28
i change this in my table to :
Change1Code:
mov eax,[eax+ebx]
cmp eax,(int)8
.
.
.
.
imul edx,eax28
jmp Change1OrigReturn
but it seems he doesn't understand the "imul edx,eax28"
How to write it good way ?
thx |
|
| Back to top |
|
 |
OldCheatEngineUser Whateven rank
Reputation: 20
Joined: 01 Feb 2016 Posts: 1586
|
Posted: Sat Jan 19, 2019 10:43 am Post subject: |
|
|
_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
| STN wrote: | | i am a sweetheart. |
|
|
| Back to top |
|
 |
Sanglante Cheater
Reputation: 0
Joined: 27 Sep 2018 Posts: 43
|
Posted: Sat Jan 19, 2019 3:42 pm Post subject: |
|
|
| thx |
|
| Back to top |
|
 |
|