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 


How to get xmm13?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
Y.A.K.E
Advanced Cheater
Reputation: 0

Joined: 15 Jul 2019
Posts: 51

PostPosted: Sun Sep 08, 2019 1:24 am    Post subject: How to get xmm13? Reply with quote

I have an instruction here to deal with HP for all items.
Movss xmm6, [rcx + 08]

If xmm13 != 1 :player


I want fast kill

Movss [rcx + 08], xmm14 //xmm14 = 0

Movss xmm6, [rcx + 08]
But if I add "movss [rcx + 08], xmm14", I'm dead.


Code:

[ENABLE]

aobscanmodule(HP_INJECT,Game.exe,F3 0F 10 71 08 EB * 48 85 DB ) // should be unique
alloc(newmem,$1000)
alloc(Player_Test,8)

label(code)
label(return)

newmem:
  movss [Player_Test],xmm13  //xmm13 neq 1  : player
  cmp [Player_Test],#0
  jne code

  movss [rcx+08],xmm14   //xmm14 = 0
  movss xmm6,[rcx+08]    //HP
  jmp return

code:
  movss xmm6,[rcx+08]
  jmp return

HP_INJECT:
  jmp newmem
return:
registersymbol(miaosha_INJECT)

[DISABLE]

miaosha_INJECT:
  db F3 0F 10 71 08

unregistersymbol(HP_INJECT)
dealloc(Player_Test)
dealloc(newmem)



This is my CEEAA script, I don't know why, the effect is the opposite.
Back to top
View user's profile Send private message
Csimbi
I post too much
Reputation: 94

Joined: 14 Jul 2007
Posts: 3110

PostPosted: Sun Sep 08, 2019 12:30 pm    Post subject: Reply with quote

Code:

  movss [Player_Test],xmm13  //xmm13 neq 1  : player
  cmp [Player_Test],#0
  jne code

Are you sure about this?
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