|
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
mccheaty418 Guest
|
Posted: Wed Dec 16, 2020 8:27 am Post subject: It crashed. |
|
|
Code: |
mov [regtemp],10.0
push ebx
push ecx
push edx
mov ebx,regtempb
mov ecx,regtempc
mov edx,regtempd
mov [ebx],69900
div dword ptr [regtemp]
fstp dword ptr [edx]
fld dword ptr [ebx]
fmul dword ptr [edx]
fstp dword ptr [edx]
fld dword ptr [ebx]
fsub dword ptr [edx]
fstp dword ptr [edx]
mov ecx,[edx]
sub [eax],ecx
//pop eax
pop ebx
pop ecx
pop edx
|
I see no issues
|
|
Back to top |
|
|
Guest
|
Posted: Wed Dec 16, 2020 8:28 am Post subject: |
|
|
the vars btw
Code: |
regtemp:
dd 0
regtempb:
dd 0
regtempc:
dd 0
regtempd:
dd 0
|
|
|
Back to top |
|
|
Guest
|
Posted: Wed Dec 16, 2020 8:31 am Post subject: |
|
|
sorry forgot the eax line
Code: |
...
mov [ebx],69900
fld dword ptr [eax]
div dword ptr [regtemp]
fstp dword ptr [edx]
fld dword ptr [ebx]
fmul dword ptr [edx]
fstp dword ptr [edx]
fld dword ptr [ebx]
fsub dword ptr [edx]
fstp dword ptr [edx]
mov ecx,[edx]
sub [eax],ecx
..
|
|
|
Back to top |
|
|
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|