Hi guys , i don't know if i'm allowed to make this kind of post and ask for help, but i need help!
I want to make an tool to Kill "sro_client" when it is runing.
Check if Process is runing and then kill it, and start a kind of timer to check it again in lets say 30 minutes.
i was trying by myself and didn't sucess, i just was able to close the runing process, but didn't figured out how to make it check every X time.
If ProcessExists("sro_client.exe") Then
ProcessClose("sro_client.exe")
EndIf
This just basically will close the process if it is runing.
Please help me !
(I want this tool because i'm using mbot with 5 chars, and when they dced they connect all togetter and use all my ram ! )
Thanks in advanced.
I want to make an tool to Kill "sro_client" when it is runing.
Check if Process is runing and then kill it, and start a kind of timer to check it again in lets say 30 minutes.
i was trying by myself and didn't sucess, i just was able to close the runing process, but didn't figured out how to make it check every X time.
If ProcessExists("sro_client.exe") Then
ProcessClose("sro_client.exe")
EndIf
This just basically will close the process if it is runing.
Please help me !
(I want this tool because i'm using mbot with 5 chars, and when they dced they connect all togetter and use all my ram ! )
Thanks in advanced.