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 


openProcess does to re-attach

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

Joined: 08 Feb 2013
Posts: 4

PostPosted: Fri Feb 08, 2013 12:18 pm    Post subject: openProcess does to re-attach Reply with quote

openProcess attaches and does the speedhack on the process the first time the process appears. But when the target process ends and restarts openProcess does not seem to re-attach correctly. I did not find a "releaseprocess" function or another workaround for this.
Any idea?

actual LUA script:

function checkKeys(timer)
openProcess( "notepad.exe" )
speedhack_setSpeed(0.13)
end

t=createTimer(nil)
timer_setInterval(t, 1500)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Fri Feb 08, 2013 12:57 pm    Post subject: Reply with quote

ah yes, the enable speedhack checkbox needs to be toggled at least once, i'll fix that for next version.

In the meantime, use this:
Code:

function checkKeys(timer)
  local oldpid=getOpenedProcessID()
  openProcess( "notepad.exe" )

  if getOpenedProcessID()~=oldpid then
    local mf=getMainForm()
    local cbSpeedhack=component_findComponentByName(mf, "cbSpeedhack")
    checkbox_setState(cbSpeedhack, cbUnchecked)
    speedhack_setSpeed(0.13)
  end
end

t=createTimer(nil)
timer_setInterval(t, 1500)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)

_________________
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
Jou
How do I cheat?
Reputation: 0

Joined: 08 Feb 2013
Posts: 4

PostPosted: Fri Feb 08, 2013 1:35 pm    Post subject: Reply with quote

Dark Byte wrote:
ah yes, the enable speedhack checkbox needs to be toggled at least once, i'll fix that for next version.

In the meantime, use this:


Lightning fast answer. Works! Thanks!

Want an extra bugtracker item as a reminder or not?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Fri Feb 08, 2013 1:59 pm    Post subject: Reply with quote

It's already fixed
_________________
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 Lua Scripting 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