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 


Skill cooldown after aob injection

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

Joined: 23 Jul 2024
Posts: 1

PostPosted: Sun Jul 28, 2024 2:04 am    Post subject: Skill cooldown after aob injection Reply with quote

Hello, guys i need you help please. I try to modify address to get 1 second skill cooldown. so what i do: finding address value type Float > Find what writes this address Where i see 3 opcodes >

1) 0052DD4B - D9 99 D4000000 - fstp dword ptr [ecx+000000D4]
2) 0052F275 - D9 98 D4000000 - fstp dword ptr [eax+000000D4]
3) 0052F3CD - D9 9A D4000000 - fstp dword ptr [edx+000000D4]

Then aob injection and editing script in 2nd one (0052F275) :

newmem:

code:
fstp dword ptr [edx+000000D4]
jmp return

INJECT:
jmp newmem
nop
return:

Modified Code i try to use

fstp dword ptr [edx+000000D4]
mov [eax+000000D4],(float)1.0
jmp return


No luck, skill shows 1 second cooldown but when i try to use it says : Can't use it downtime not elapsed - it still needs 11 seconds to charge.
Please help i need it too much, trying too hard but failing many days already
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4695

PostPosted: Sun Jul 28, 2024 11:16 am    Post subject: Reply with quote

You found the wrong value.

Time is always a terrible thing to deal with- there's too many ways of encoding it. Maybe the game is storing time points instead. e.g. pseudocode:
Code:
function tryActivateSkill()
  if lastActivated + skillCooldown < currentTime() then
    error("skill on cooldown")
  end
 
  lastActivated = currentTime()
  activateSkill()
end

_________________
I don't know where I'm going, but I'll figure it out when I get there.
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 Discussions 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