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 


Compare And Set Player and Ally Health Only

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

Joined: 15 Nov 2020
Posts: 2

PostPosted: Sun Nov 15, 2020 4:21 am    Post subject: Compare And Set Player and Ally Health Only Reply with quote

Hi, everyone. I am trying to turn on godmode not only for the player but also for my teammates. So, is it possible to achieve that in this script or in any other way? Thanks.

Code:

newmem:
//Player: 65536 - Ally: 131072 - Enemy: 524288 - Enemy2: 1048576
cmp [ecx+28],#65536
jne code
mov [ecx+000000A8],#10000
jmp return

code:
  mov [ecx+000000A8],eax
  jmp return
Back to top
View user's profile Send private message
OldCheatEngineUser
Whateven rank
Reputation: 20

Joined: 01 Feb 2016
Posts: 1586

PostPosted: Sun Nov 15, 2020 10:19 pm    Post subject: Re: Compare And Set Player and Ally Health Only Reply with quote

needmypandora wrote:

//Player: 65536 - Ally: 131072 - Enemy: 524288 - Enemy2: 1048576


you may want to find team value, by mean of a value that indicates whether this entity in the same team as the player.

_________________
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
View user's profile Send private message Visit poster's website
Dark Byte
Site Admin
Reputation: 471

Joined: 09 May 2003
Posts: 25839
Location: The netherlands

PostPosted: Mon Nov 16, 2020 2:05 am    Post subject: Reply with quote

Code:

newmem:
//Player: 65536 - Ally: 131072 - Enemy: 524288 - Enemy2: 1048576
cmp [ecx+28],#65536
je correct

cmp [ecx+28],#131072
je correct
jmp code

correct:
mov [ecx+000000A8],#10000
jmp return

code:
  mov [ecx+000000A8],eax
  jmp return

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
needmypandora
How do I cheat?
Reputation: 0

Joined: 15 Nov 2020
Posts: 2

PostPosted: Mon Nov 16, 2020 2:08 pm    Post subject: Reply with quote

Quote:
you may want to find team value, by mean of a value that indicates whether this entity in the same team as the player.

I couldn't find it. There were so many numbers. I am grateful that I found at least these numbers.

Dark Byte wrote:
Code:

newmem:
//Player: 65536 - Ally: 131072 - Enemy: 524288 - Enemy2: 1048576
cmp [ecx+28],#65536
je correct

cmp [ecx+28],#131072
je correct
jmp code

correct:
mov [ecx+000000A8],#10000
jmp return

code:
  mov [ecx+000000A8],eax
  jmp return

This piece of code told me a lot, thank you.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking 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