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 tof fix previous "Execute Script"

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

Joined: 08 Oct 2020
Posts: 68

PostPosted: Mon Jul 19, 2021 7:45 am    Post subject: how tof fix previous "Execute Script" Reply with quote

sorry for my bad English,
I have this case:
[code]
if TheForm then
TheForm.destroy()
end

TheForm = createForm()
Value = 0

createHotkey(
function()
Value = Value + 1
TheForm.Caption = Value
end,
VK_NUMPAD1
)
[/code]

when the first "Execute Script", then I press numlock1 as a hotkey, the code work as I intended,
but when I press "Execute Script" again, the code from the previous "Execute Script" is also "run" too, and the result is the function run twice when I press the numlock1,
if you "Execute Script" 10 times, the result is the value will increase 10 times too, how must i do to fix this
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 457

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

PostPosted: Mon Jul 19, 2021 8:17 am    Post subject: Reply with quote

while you destroy the form on execute again, you're not destroying the hotkey

try
Code:

if TheForm then
  TheForm.destroy()
end

if TheHotkey then
  TheHotkey.destroy()
end

TheForm = createForm()
Value = 0

TheHotkey=createHotkey(
  function()
    Value = Value + 1
    TheForm.Caption = Value
  end,
  VK_NUMPAD1
)

_________________
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
kucingkembar
Advanced Cheater
Reputation: 0

Joined: 08 Oct 2020
Posts: 68

PostPosted: Mon Jul 19, 2021 8:27 am    Post subject: Reply with quote

Thank you A lot Dark Byte,
the code you provide works,
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