| Author |
Message |
Topic: function MouseIsOver("ahk_class",x1,y1,x2,y2) |
Scratch
Replies: 2
Views: 80
|
Forum: Wish List Posted: Thu Mar 18, 2010 9:07 pm Subject: function MouseIsOver("ahk_class",x1,y1,x2,y2) |
In AHK_L we have:
If, MouseIsOver("ahk_class Shell_TrayWnd")
function to determine Mouse is over certain window/control,
or used as directive:
#If, MouseIsOver("ahk_class S ... |
Topic: Keeping monitor off while script is running |
Scratch
Replies: 11
Views: 136
|
Forum: Ask for Help Posted: Tue Mar 16, 2010 3:00 am Subject: Keeping monitor off while script is running |
Well, it was worth a try....
Perhaps another try is to send the keys using the SENDPLAY methode (look in AHK helpfile for full description) as it doesn't simulate keyboard presses, but system messa ... |
Topic: Polymorphing undetectable scripts |
Scratch
Replies: 2
Views: 226
|
Forum: Ask for Help Posted: Tue Mar 16, 2010 1:48 am Subject: Polymorphing undetectable scripts |
| That, and compiling your scripts to EXE so that any Game Wardens don't see any .AHK scripts in use by Autohotkey.exe running in the process list. You might want to use the prevent decompiling option a ... |
Topic: Keeping monitor off while script is running |
Scratch
Replies: 11
Views: 136
|
Forum: Ask for Help Posted: Tue Mar 16, 2010 1:17 am Subject: Keeping monitor off while script is running |
Usually when you power on the computer there is a splash screen and briefly a message appears like:
- Hit <Del> or <F1> to enter BIOS/computer configuration settings
Quickly hitting t ... |
Topic: Keeping monitor off while script is running |
Scratch
Replies: 11
Views: 136
|
Forum: Ask for Help Posted: Tue Mar 16, 2010 12:20 am Subject: Keeping monitor off while script is running |
| Does it still happen if you combine those 2 scripts into a single scipt? , Alternatively does it still happen if you make shortcuts to either the combined or seperate scripts and alter shortcut proper ... |
Topic: 2 scripts running at the same time? |
Scratch
Replies: 2
Views: 66
|
Forum: Ask for Help Posted: Mon Mar 15, 2010 11:52 pm Subject: 2 scripts running at the same time? |
| I wouldn't know, I could only generally advice to make the image snapshots as small as possible (the smallest rectangle of pixels that still uniquely identifies the whole image) and try to prevent fu ... |
Topic: Imagesearch: options *Mono *Multi and variable A_Imagecount |
Scratch
Replies: 0
Views: 76
|
Forum: Wish List Posted: Mon Mar 15, 2010 9:13 pm Subject: Imagesearch: options *Mono *Multi and variable A_Imagecount |
By now I've learned how to use the *Trans options to find a pattern on different backgrounds, but i am presented with a new problem:
I'm writing a script for a cardgame to read cardvalues from the ... |
Topic: Screen resolution mismatch AHK <> Videocard : SOLVED |
Scratch
Replies: 3
Views: 98
|
Forum: Ask for Help Posted: Wed Mar 10, 2010 5:36 am Subject: Screen resolution mismatch AHK <> Videocard : SOLVED |
1 monitor, I tried the sysget, sysget reports:1 monitor 1280 * 800
Videocard it has the following outs:
D-Sub (VGA), DVI-I, HDMI
of wich only the DVI is used/connected, no funny software des ... |
Topic: Screen resolution mismatch AHK <> Videocard : SOLVED |
Scratch
Replies: 3
Views: 98
|
Forum: Ask for Help Posted: Wed Mar 10, 2010 5:11 am Subject: Screen resolution mismatch AHK <> Videocard : SOLVED |
| >>>UPDATE: I found the problem/solution, text and icons where scaled up to 150% under W7 personalisation, set back to 100%, still strange that dxdiag is not affected by this and retrieves the ... |
Topic: Awesome new PixelSearch and ImageSearch... OMG! |
Scratch
Replies: 9
Views: 819
|
Forum: Wish List Posted: Wed Mar 10, 2010 3:47 am Subject: Awesome new PixelSearch and ImageSearch... OMG! |
| I will investigate this, do some testcode, before i run my mouth again, I admit I did not realize the full potential of the *Trans option, thx for pointing this out. I am doing a RTFM as we speak righ ... |
Topic: Awesome new PixelSearch and ImageSearch... OMG! |
Scratch
Replies: 9
Views: 819
|
Forum: Wish List Posted: Wed Mar 10, 2010 2:49 am Subject: Awesome new PixelSearch and ImageSearch... OMG! |
I will
But if I had some green pixels in the background the search would go wrong, it would be nice to have a hard exclusion zone to mask the background
Perhaps its even an idea to introdu ... |
Topic: Hotpics & Hotpix |
Scratch
Replies: 1
Views: 78
|
Forum: Wish List Posted: Wed Mar 10, 2010 2:11 am Subject: Hotpics & Hotpix |
The strength and popularity of AHK, as it name suggests, is in its Hot Eventtriggers in response to keycombinations, mousemovements etc.
Another key feature we all love is imagesearch,
...But y ... |
Topic: Awesome new PixelSearch and ImageSearch... OMG! |
Scratch
Replies: 9
Views: 819
|
Forum: Wish List Posted: Tue Mar 09, 2010 9:27 pm Subject: Wish: Adding a *Mask option to imagesearch |
Nice suggestions, I'm always in favour for possible ways that speed up / ease up patternmatching.
To that end, may I suggest on top of that, the use of Masks, masks that will tell AHK not to search ... |
Topic: How to generate a unique hardware ID / fingerprint |
Scratch
Replies: 35
Views: 10491
|
Forum: Ask for Help Posted: Sun Nov 08, 2009 5:22 pm Subject: How to generate a unique hardware ID / fingerprint |
| getting the nics Mac adress with arp might be usefull part of creating a fingerprint and stuff like run ping -a 127.0.0.1 on the pc itselve to resolve/match the name of the localhost, or do a tracerou ... |
Topic: Check If Program Is Downloading |
Scratch
Replies: 13
Views: 372
|
Forum: Ask for Help Posted: Sun Nov 08, 2009 1:22 am Subject: Check If Program Is Downloading |
| Agreed, netstat takes much longer time to write a logfile than i anticipated and a lot of hard to decipher spaghetti output....Better use a dedicate network monitor that triggers an external program w ... |
| |