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 


I want to display a dialog when the application is not runni

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

Joined: 09 Jan 2022
Posts: 9
Location: Japan

PostPosted: Sun Jan 09, 2022 11:01 pm    Post subject: I want to display a dialog when the application is not runni Reply with quote

I want to display a dialog asking me to start when the application is not running, what should I do?
Back to top
View user's profile Send private message
TheyCallMeTim13
Wiki Contributor
Reputation: 50

Joined: 24 Feb 2017
Posts: 976
Location: Pluto

PostPosted: Sun Jan 09, 2022 11:57 pm    Post subject: Reply with quote

Look at the "celua.txt" file in the CE directory for CE Lua function. Basically check if the process is running, if not run the exe file after prompting the user and checking if they say yes or no.
_________________
Back to top
View user's profile Send private message Visit poster's website
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Mon Jan 10, 2022 1:54 am    Post subject: Reply with quote

Code:

if not getProcessIDFromProcessName('processname') then
  local r=messageDialog("application is not running. Start it?", mtInformation, mbYes, mbNo)

  if r==mrYes then
    print("Doing stuff to launch the application")

    --wait till the application is fully loaded as many people make the mistake of attaching while it's still loading
  end
end

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

Joined: 09 Jan 2022
Posts: 9
Location: Japan

PostPosted: Mon Jan 10, 2022 4:07 am    Post subject: Reply with quote

Thank you! It worked fine.
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 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