Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Need help. I want one hit kill only

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
paep03
How do I cheat?
Reputation: 0

Joined: 12 Aug 2015
Posts: 5

PostPosted: Thu Aug 20, 2015 1:22 pm    Post subject: Need help. I want one hit kill only Reply with quote

This code infinite player health only.
Code:

[ENABLE]

aobscanmodule(Health,SaintsRowGatOutOfHell.exe,F3 0F 11 86 9C 23 00 00 F3 0F 10 86)
alloc(newmem,$1000)
registersymbol(Health)
label(code)
label(return)

newmem:

code:
  cmp dword [esi+0884],4B81
  mov [esi+0000239C],(float)2000
  je return
  movss [esi+0000239C],xmm0
  jmp return

Health:
  jmp code
  nop
  nop
  nop
return:

[DISABLE]

Health:
  db F3 0F 11 86 9C 23 00 00

unregistersymbol(Health)
dealloc(newmem)


I want one hit kill only. How to change this code.
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Thu Aug 20, 2015 2:14 pm    Post subject: Reply with quote

One hit kill on the player? Or on the enemy? Smile

Code:
[ENABLE]
aobscanmodule(Health,SaintsRowGatOutOfHell.exe,F3 0F 11 86 9C 23 00 00 F3 0F 10 86)
alloc(newmem,$1000)
registersymbol(Health)
label(code)
label(return)

newmem:
  cmp dword [esi+0884],4B81
  jne code
  mov [esi+0000239C],(float)2000
  jmp return
code:
  xorps xmm0,xmm0
  movss [esi+0000239C],xmm0
  jmp return

Health:
  jmp newmem
  nop
  nop
  nop
return:

[DISABLE]
Health:
  db F3 0F 11 86 9C 23 00 00

unregistersymbol(Health)
dealloc(newmem)
Back to top
View user's profile Send private message
paep03
How do I cheat?
Reputation: 0

Joined: 12 Aug 2015
Posts: 5

PostPosted: Thu Aug 20, 2015 10:42 pm    Post subject: Reply with quote

Player one hit kill the enemy but player not infinite health.
Back to top
View user's profile Send private message
vng21092
Grandmaster Cheater
Reputation: 15

Joined: 05 Apr 2013
Posts: 644

PostPosted: Fri Aug 21, 2015 2:05 pm    Post subject: Reply with quote

Code:
cheat:
cmp [ID_register],playerID
jne instantKill
***original code***
jmp returnhere

instantKill:
mov [Health_register],0
jmp returnhere

cheatAddress:
jmp cheat
***nops if any***
returnhere:
ADAPT TO GAME
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites