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 


check if there's 2 same process openned [help]

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Lynxz Gaming
Expert Cheater
Reputation: 4

Joined: 01 Jul 2017
Posts: 208
Location: help

PostPosted: Thu Feb 28, 2019 4:28 am    Post subject: check if there's 2 same process openned [help] Reply with quote

Hello, how to check if there's 2 same process openned?
thanks

_________________
my english is bad
discord : rynx#9828
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Corroder
Grandmaster Cheater Supreme
Reputation: 75

Joined: 10 Apr 2015
Posts: 1668

PostPosted: Thu Feb 28, 2019 7:40 am    Post subject: Reply with quote

this is a sample, to check the opened process.

example : try open firefox and execute this scrip below via CE

Code:
cecheck_list = createStringlist()

function cecheck()
 getProcesslist(cecheck_list)
 local count = 0
 for i=0,cecheck_list.count-1 do
  if cecheck_list[i]:find("firefox") then  -- change process name here
   count = count + 1
  end
 end
 if count > 1 then
  print(tostring(count).. ' process found')
 else
  print('No process found')
 end
  timer_setEnabled(cecheck_t, false)
  cecheck_list.clear()
end

cecheck_t=createTimer(nil)
timer_onTimer(cecheck_t, cecheck)
timer_setInterval(cecheck_t, 200)
timer_setEnabled(cecheck_t, true)

_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL
Back to top
View user's profile Send private message
Lynxz Gaming
Expert Cheater
Reputation: 4

Joined: 01 Jul 2017
Posts: 208
Location: help

PostPosted: Thu Feb 28, 2019 8:03 am    Post subject: Reply with quote

thank u
_________________
my english is bad
discord : rynx#9828
Back to top
View user's profile Send private message AIM Address Yahoo Messenger 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