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 fast building?

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

Joined: 23 Jan 2016
Posts: 39

PostPosted: Tue Jul 11, 2017 6:06 am    Post subject: How to fast building? Reply with quote

Hey there,
I'm working on a script for fast building, for structures I've found the code and it works perfect, I've got some trouble with units training, this is the original code:

Code:
fst dword ptr [esi+68]


the value for units training is between 0 and 1.
I've tried to use the code:

Code:
mov dword ptr [esi+68],(float)1


But it doesn't work

Help me please
Back to top
View user's profile Send private message
FreeER
Grandmaster Cheater Supreme
Reputation: 53

Joined: 09 Aug 2013
Posts: 1091

PostPosted: Tue Jul 11, 2017 8:27 am    Post subject: Reply with quote

Have you tried 0 instead of 1? Otherwise look for where else that value might be used after it's stored in [esi+68] (since it's a fst not a fstp it's left on the fpu stack and could be used elsewhere). Alternatively you can hook the function and run something like this before the fst

Code:

fstp st(0) // remove current value
fld1 // load 1, fldz would load 0


Or find where the value is loaded and replace that with the proper fld1/fldz but sometimes the initial load can be several function calls back and it's simpler to just change where it's used Very Happy
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