Jump to content

How can I detect left mouse is clicked?


 Share

Recommended Posts

Hi I try writing a keylog like "Perfect keylog"( blazingtools.com)

#include <ScreenCapture.au3>

$pos = MouseGetPos()

$x0=$pos[0]-50

$x1=$pos[0]+50

$y0=$pos[1]-50

$x1=$pos[1]+50

;; If MouseLeftClick() Then

_ScreenCapture_Capture(@MyDocumentsDir & "\GDIPlus_Image2.jpg", $x0, $y0, $x1, $y1)

But I don't know how to write Func MouseLeftClick()

Plz help me!

Sorry my bad english, I learn it at school not well:D

Link to comment
Share on other sites

  • Moderators

_IsPressed(), I believe FireFox wrote some kind of UDF for it as well.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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...