Jump to content

Mouseclix


Info
 Share

Recommended Posts

Posted Image

There are a few other tools out there that do this; one in particular actually SHOWS you the color it captured to ensure it's the proper one you want.

Done.

{F5} is the new hotkey.

Another update: You can now see the RGB values of the last color Mouseclix captured.

Another update:

For some reason, the returned value of Hex(PixelGetColor()) has two useless(?) 0's after the '0x'.

For example, the white color is '0x00FFFFFF' and not '0xFFFFFF' as it should be...

So:

Return "0x"&Hex($pixelgetcolor)

Is now:

Return StringReplace("0x"&Hex($pixelgetcolor),"0x00","0x")

Previous Downloads: 308

Mouseclix.au3

Edited by Info
Link to comment
Share on other sites

What do you think? :)

Not bad, really. There are a few other tools out there that do this; one in particular actually SHOWS you the color it captured to ensure it's the proper one you want. I like yours too :)

-_-------__--_-_-____---_-_--_-__-__-_ ^^€ñ†®øÞÿ ë×阮§ wï†høµ† ƒë@®, wï†høµ† †ïmë, @ñd wï†høµ† @ †ïmïdï†ÿ ƒø® !ïƒë. €×阮 ñø†, bµ† ïñ§†ë@d wï†hïñ, ñ@ÿ, †h®øµghøµ† †hë 맧ëñ§ë øƒ !ïƒë.

Link to comment
Share on other sites

Good, but there is one admonition.

Write

If _IsPressed('01') Or _IsPressed('02') Then

instead

_IsPressed(01,DllOpen("user32.dll")) Or _IsPressed(02,DllOpen("user32.dll"))

There is no reason to always call DllCall(), although I think AutoIt will not allow it.

Edited by Yashied
Link to comment
Share on other sites

Could you put a bit of a description on what it does, please?

Edited by Firestorm

[left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]

Link to comment
Share on other sites

  • 2 weeks later...

Could you put a bit of a description on what it does, please?

Everytime you press the hotkey it gives you information about your cursor's coords & pixel color.

It makes it much easier for people who are using pixel functions.

Link to comment
Share on other sites

Thank you for this!! this is what I have been looking for!! Maybe an option to cha ge from hex to RGB as well and turn off the sound.

And maybe in future release. The ability to get the distance in pixels between one pixel and another pixel.

Thanks again!

Link to comment
Share on other sites

Maybe an option to change from hex to RGB

Update: You can now see the RGB values of the last color Mouseclix captured.

as well and turn off the sound.

You already can turn off the sound...

The ability to get the distance in pixels between one pixel and another pixel.

It can be done with a simple subtraction. I don't mind adding this but I'm trying to make the GUI stay small and look very simple.

Thanks again!

You welcome. >_<
Link to comment
Share on other sites

  • 2 weeks later...

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