Search found 26 matches
- Sat Apr 24, 2010 12:52 am
- Forum: Beginners
- Topic: BlockInput
- Replies: 0
- Views: 2991
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?
- Tue Mar 30, 2010 6:33 am
- Forum: Beginners
- Topic: Disable execution on certain OS
- Replies: 2
- Views: 3902
- Mon Mar 29, 2010 8:11 pm
- Forum: Beginners
- Topic: Does not work
- Replies: 6
- Views: 6510
- Mon Mar 29, 2010 5:32 pm
- Forum: Beginners
- Topic: Does not work
- Replies: 6
- Views: 6510
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
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
- Mon Mar 29, 2010 5:30 pm
- Forum: Beginners
- Topic: Does not work
- Replies: 6
- Views: 6510
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...
- Sat Mar 27, 2010 9:09 pm
- Forum: Beginners
- Topic: Disable execution on certain OS
- Replies: 2
- Views: 3902
Disable execution on certain OS
How do I make the macro exit if Windows 95, Windows 98/Me or NT (pre SP6) is running?
- Fri Mar 26, 2010 4:52 pm
- Forum: Beginners
- Topic: Does not work
- Replies: 6
- Views: 6510
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...
- Fri Mar 26, 2010 4:33 am
- Forum: Beginners
- Topic: Best way to scan for images
- Replies: 15
- Views: 16845
- Thu Mar 25, 2010 10:50 pm
- Forum: Beginners
- Topic: Best way to scan for images
- Replies: 15
- Views: 16845
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...
- Thu Mar 25, 2010 5:33 pm
- Forum: Beginners
- Topic: Best way to scan for images
- Replies: 15
- Views: 16845
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...
- Thu Mar 25, 2010 3:02 pm
- Forum: Beginners
- Topic: Best way to scan for images
- Replies: 15
- Views: 16845
- Wed Mar 24, 2010 10:23 pm
- Forum: Beginners
- Topic: Best way to scan for images
- Replies: 15
- Views: 16845
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...
- Tue Mar 23, 2010 4:53 pm
- Forum: Beginners
- Topic: Best way to scan for images
- Replies: 15
- Views: 16845
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...
- Tue Mar 23, 2010 2:34 pm
- Forum: Beginners
- Topic: Best way to scan for images
- Replies: 15
- Views: 16845
- Tue Mar 23, 2010 1:33 pm
- Forum: Beginners
- Topic: Best way to scan for images
- Replies: 15
- Views: 16845
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...