 |
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
Akemi How do I cheat?
Reputation: 0
Joined: 28 Feb 2025 Posts: 3
|
Posted: Fri Feb 28, 2025 8:31 am Post subject: Sifu One Hit Cheat |
|
|
I just tried Cheating sifu for practice, but when I tried to cheat One Hit by get the health to 0, the animation just stop there, but it count as kill. That annoying me. Here my code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"Sifu-Win64-Shipping.exe"+18A2EEB)
label(returnhere)
label(originalcode)
label(exit)
alloc(kill,4)
kill:
dd (float)0
newmem: //this is allocated memory, you have read,write,execute access
cmp [rcx+160],0
jne originalcode
movss xmm1,[rdx]
maxss xmm1,xmm0
jmp exit
originalcode:
subss xmm1,[rdx]
movss xmm1,[kill]
maxss xmm1,xmm0
exit:
jmp returnhere
"Sifu-Win64-Shipping.exe"+18A2EEB:
jmp newmem
nop 3
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"Sifu-Win64-Shipping.exe"+18A2EEB:
db F3 0F 5C 0A F3 0F 5F C8
//subss xmm1,[rdx]
//maxss xmm1,xmm0
Thanks for reading!!
Description: |
|
Filesize: |
527.67 KB |
Viewed: |
9610 Time(s) |

|
Description: |
|
Filesize: |
38.8 KB |
Viewed: |
9610 Time(s) |

|
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3320
|
Posted: Fri Feb 28, 2025 11:20 am Post subject: |
|
|
Maybe the game gets confused because there's a check earlier whether the hit was a kill before you actually set the health to 0.
Either set the health to 0 before that, or, set the health to 0.001 and do "two hit kill" instead.
|
|
Back to top |
|
 |
TsTg Master Cheater
Reputation: 5
Joined: 12 Dec 2012 Posts: 340 Location: Somewhere....
|
Posted: Fri Feb 28, 2025 2:50 pm Post subject: |
|
|
probably a "death" flag, look around the address where you got the health, and see if something that changes once a character dies (without the cheat active)
|
|
Back to top |
|
 |
Akemi How do I cheat?
Reputation: 0
Joined: 28 Feb 2025 Posts: 3
|
Posted: Sat Mar 01, 2025 7:45 am Post subject: |
|
|
Here is the code, I tried to read it but I still dont get it, tried some options and it crash my game.
The one with "health value" comment is the value that write to the health value, i note it there for not losing it
Description: |
|
Filesize: |
146.01 KB |
Viewed: |
9410 Time(s) |

|
Description: |
|
Filesize: |
129.1 KB |
Viewed: |
9410 Time(s) |

|
|
|
Back to top |
|
 |
Crashyyy Newbie cheater
Reputation: 0
Joined: 17 Mar 2022 Posts: 17
|
Posted: Sat Mar 08, 2025 2:39 am Post subject: |
|
|
Akemi wrote: | Here is the code, I tried to read it but I still dont get it, tried some options and it crash my game.
The one with "health value" comment is the value that write to the health value, i note it there for not losing it |
i looked at ur pictures looks like there are 2 checks for it , i might not be able to tell you with only comments , if you like come to discord we will help you there, discord: crashyyyn_byte
_________________
Every soul will taste death,(كُلُّ نَفْسٍۢ ذَآئِقَةُ ٱلْمَوْتِ ۖ) |
|
Back to top |
|
 |
Akemi How do I cheat?
Reputation: 0
Joined: 28 Feb 2025 Posts: 3
|
Posted: Thu Mar 13, 2025 10:41 am Post subject: I added you, mine was .akemi |
|
|
Crashyyy wrote: | Akemi wrote: | Here is the code, I tried to read it but I still dont get it, tried some options and it crash my game.
The one with "health value" comment is the value that write to the health value, i note it there for not losing it |
i looked at ur pictures looks like there are 2 checks for it , i might not be able to tell you with only comments , if you like come to discord we will help you there, discord: crashyyyn_byte |
I added you, mine was .akemi224
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot 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
|
|