Jump to content

Make a process unkillable


 Share

Recommended Posts

Hi, i'm posting this message because i'm making a script that need to automatise a task from the user and i have some problems...

The task : the script need to press some buttons on a window (i know how to, white ControlClick()).

The bug : At a moment, the application that i want to automatise (named AdwCleaner), kill all the running applications processes (including my script...) and then the script stop and can't finish it's task.

What i've tryied : I Have used the function ProcessSetPriority() and it's not working, AdwCleaner still killing the process. i have also tryied to make it a fake System process but it's not working ;(

Anyone have an idea to help me ?

PS: I'm very sorry if i'm making some misstakes, i'm not a PRO in English... (i'm french)

Link to comment
Share on other sites

Virus scanners sometimes delete AutoIt executables because of false positives.

If the machine is under your control, there is no reason at all to take this approach. Whitelest your process in AdwCleaner, or better, change to another antivirus product.

If the machine is *not* under your control, advise the user to whitelist your application or switch AV programs, you can't help it that the user uses a faulty security product. If you still think creating an unkillable or "fake system" process is the way to go, then you are in fact creating malware, in the sense that it is software that actively tries to circumvent security measures on other people's computers.

Good luck.

Roses are FF0000, violets are 0000FF... All my base are belong to you.

Link to comment
Share on other sites

  • Moderators

Titurofox,

Although I am sure you have no bad intentions, such code could well prove useful to those with less scruples and so we are not prepared to discuss it here. Thread locked. :naughty:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...