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 


Destroy local timer in AA

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
Frouk
Master Cheater
Reputation: 5

Joined: 22 Jun 2021
Posts: 489
Location: mov dword ptr [Ukraine]

PostPosted: Sun Jan 09, 2022 9:19 am    Post subject: Destroy local timer in AA Reply with quote

So some of you were encountered with problem where you wasn't able to destroy local timer in AA script and that's was causing an unexpected value write or condition that always checks or doing something(read value or write value or C Stack overflow)
So here's solution:
Code:
{$lua}
if syntaxcheck then return end
[ENABLE]
local t = createTimer(nil)
t.Interval = 100
t.Enabled = true
t.OnTimer = function()
if not memrec.Active then --Add this condition to destroy the timer,variant of condition: if memrec.Active == false then
t.destroy()
t = nil
end
end
[DISABLE]

{$asm}

_________________
void(__cdecl *Haxing)(HWND hGameWindow)


Last edited by Frouk on Sun Jan 09, 2022 9:57 am; edited 1 time in total
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Sun Jan 09, 2022 9:57 am    Post subject: Reply with quote

don't forget the syntaxcheck check either
_________________
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
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