Jump to content

Recommended Posts

Posted

HotKeySet ("{Esc}", "clicker")
HotKeySet ("{Home}", "terminate")

Sleep(3000)

Func clicker()
$pos = MouseGetPos()
MouseClick("left", $pos[0], $pos[1], 10000, 0)
EndFunc


Func terminate()
Exit
EndFunc

Posted

I think it ends after 3 seconds... muttley

I have 3 seconds to hit Esc, then it clicks a zillion times

What I want is for whenever I hit the "Home" button, for it to kill the process

Don't understand why it's not doing that :/

Enter it in autoit and see for yourself

and thanks for the reply!

  • Developers
Posted

Anyone? muttley Really need this to work

@Fireality, this is the second time I write this today: You do not bump your thread within 10 minute nor within a day.

It cannot be that your question is that urgent unless your house is burning down!

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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
×
×
  • Create New...