nhokdown Posted January 27, 2009 Posted January 27, 2009 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
Moderators SmOke_N Posted January 27, 2009 Moderators Posted January 27, 2009 _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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now