Jump to content

About ProcessClose


Recommended Posts

I am using an application that occasionally pops-up advertisements using

internet explorer and i made a script that would kill ie every time it shows.

AdlibRegister("_IEkill")
Func _IEkill()
    ProcessClose("iexplore.exe")
EndFunc ;still shows in an instant

While 1
    ProcessClose("iexplore.exe")
        sleep(10)
Wend    ;still shows in an instant

The problem is, I can still see the window pop-up in an instant which is an annoyance.

Is there a way to kill it before it pops-up?

First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack. -George Carrette[sub]GD Keylogger Creator (never released)[/sub][sub]Garena Autojoin v3.0[/sub]
Link to comment
Share on other sites

If i add it to the host file, the ie window will still pop-up but the webpage won't load.

Is there any method in AutoIt close it as fast as it can?

First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack. -George Carrette[sub]GD Keylogger Creator (never released)[/sub][sub]Garena Autojoin v3.0[/sub]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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