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 


Multiply a xmm register with a defined value

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
Praefator
Newbie cheater
Reputation: 0

Joined: 26 Feb 2016
Posts: 10

PostPosted: Sat Feb 25, 2017 4:06 am    Post subject: Multiply a xmm register with a defined value Reply with quote

Consider the following block

Code:
label(multiplier)
label(code)
label(original)
label(return)

multiplier:
  dw (float)3.0

newmem:

code:
  mulss xmm0, dword ptr [multiplier]

original:
 // rest of the script


when I try to inject the game crashes.
Am I doing the multiplication wrong?

_________________
Use simple words. I'm new at making cheats.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 471

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

PostPosted: Sat Feb 25, 2017 4:11 am    Post subject: Reply with quote

use dd instead of dw

and put multiplier: behind originalcode, or change label(multiplier) to alloc(multiplier,4)

_________________
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
Praefator
Newbie cheater
Reputation: 0

Joined: 26 Feb 2016
Posts: 10

PostPosted: Sat Feb 25, 2017 4:44 am    Post subject: Reply with quote

It worked!

I guess the memory wasn't allocating due to the allocation being before the newmem label. Embarassed

Thank You, Dark Byte! Wink

_________________
Use simple words. I'm new at making cheats.
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