Search found 26 matches

by Boxxxed
Sat Apr 24, 2010 12:52 am
Forum: Beginners
Topic: BlockInput
Replies: 0
Views: 2952

BlockInput

BlockInput no longer works, I've been using the same macro for a while and haven't changed the code. I am using Vista 64-bit. Did an update change this?
by Boxxxed
Tue Mar 30, 2010 6:33 am
Forum: Beginners
Topic: Disable execution on certain OS
Replies: 2
Views: 3820

How does this work?
by Boxxxed
Mon Mar 29, 2010 8:11 pm
Forum: Beginners
Topic: Does not work
Replies: 6
Views: 6359

Ah I was wondering that before but no one mentioned it and I almost thought it was automatic, thanks I'll give this a shot.

Also, I used the code button but it would always change the code on me, I tried multiple times.
by Boxxxed
Mon Mar 29, 2010 5:32 pm
Forum: Beginners
Topic: Does not work
Replies: 6
Views: 6359

Forum still corrupts code anyway

If I try to correct the code in the forums it continues to change it to something else

I give up trying to post on this site, I will upload a text file.

http://www.speedyshare.com/files/21678759/COde.txt
by Boxxxed
Mon Mar 29, 2010 5:30 pm
Forum: Beginners
Topic: Does not work
Replies: 6
Views: 6359

waitscreenimage works and does find the image so I don't see why findimage pos for the same image at the same instance doesn't produce position variables. The loop is set to keep going until it does find an image, the problem is with the position, the mouse doesn't move at all. Well I'm trying to ed...
by Boxxxed
Sat Mar 27, 2010 9:09 pm
Forum: Beginners
Topic: Disable execution on certain OS
Replies: 2
Views: 3820

Disable execution on certain OS

How do I make the macro exit if Windows 95, Windows 98/Me or NT (pre SP6) is running?
by Boxxxed
Fri Mar 26, 2010 4:52 pm
Forum: Beginners
Topic: Does not work
Replies: 6
Views: 6359

Does not work

Label>Waitt ScreenCapture>589,531,719,688,%SCRIPT_DIR%\CEx.bmp FindImagePos>%SCRIPT_DIR%\CExact.bmp,%SCRIPT_DIR%\CEx.bmp,40,0,Q,W,NumFoundxx If>NumFoundxxQ_0,W_0 MouseMove>Q_0,W_0 LClick This would work before, when the tab was already set correctly, when the tab is not set, this should set it, howe...
by Boxxxed
Fri Mar 26, 2010 4:33 am
Forum: Beginners
Topic: Best way to scan for images
Replies: 15
Views: 16396

thanks a lot, It's almost faster than I can watch it click!
by Boxxxed
Thu Mar 25, 2010 10:50 pm
Forum: Beginners
Topic: Best way to scan for images
Replies: 15
Views: 16396

Label>Waitt ScreenCapture>589,531,719,688,%SCRIPT_DIR%\CEx.bmp FindImagePos>%SCRIPT_DIR%\CExact.bmp,CEx.bmp,40,0,Q,W,NumFoundxx If>NumFoundxxWaitt else endif ------------------------------------ Doesn't work, macro sits there unable to find the image. I want it to find CExact.bmp which is located wi...
by Boxxxed
Thu Mar 25, 2010 5:33 pm
Forum: Beginners
Topic: Best way to scan for images
Replies: 15
Views: 16396

How exactly does FindImagePos work? Doesn't it need to scan the entire screen to find the given image? I dont see any options for making it find an image position within an area. The gradient is a subtle change of different shades of black. I can't notice it with the naked eye but using getpixelcolo...
by Boxxxed
Thu Mar 25, 2010 3:02 pm
Forum: Beginners
Topic: Best way to scan for images
Replies: 15
Views: 16396

The colour changes over a gradient which I didn't realize till now so I will have to put a myriad of getpixelcolors in the loop. Will screencapture help at all? It doesn't know 'when' to take the screenshot which is what I am using the waitscreenimage for.
by Boxxxed
Wed Mar 24, 2010 10:23 pm
Forum: Beginners
Topic: Best way to scan for images
Replies: 15
Views: 16396

I've used a getpixelcolor loop and it seems that the colour is constantly changing back and forth between one colour and another. So any absolute scans will not work. GetRectchecksim will not work and neither will pixel scanning. Is there a way to scan for images within a certain area that I can set...
by Boxxxed
Tue Mar 23, 2010 4:53 pm
Forum: Beginners
Topic: Best way to scan for images
Replies: 15
Views: 16396

It's still pretty buggy as it doesn't always work, I have to wave the mouse around the pixel to get it to recognize it for some reason. I have to use a code something like this to get it to work. Even then my confidence in this command is doubtful. MouseMove>607,573 WaitPixelColor>13027014,607,573,0...
by Boxxxed
Tue Mar 23, 2010 2:34 pm
Forum: Beginners
Topic: Best way to scan for images
Replies: 15
Views: 16396

thanks much
by Boxxxed
Tue Mar 23, 2010 1:33 pm
Forum: Beginners
Topic: Best way to scan for images
Replies: 15
Views: 16396

Getpixelcolor>113,772,CL Messagemodal>%CL% WaitPixelColor>8404736,113,772 Messagemodal>FOUND I know for a fact that the colour code at the specified pixel is 8404736 from the message check and getpixelcolor. However, waitpixelcolor doesn't find it, it sits indefinitely at that command and I don't ge...
Sign up to our newsletter for free automation tips, tricks & discounts