Pulover's Macro Creator Tutorial: Image and Pixel search

preview_player
Показать описание

Transcription:
With Pulover's Macro Creator you can take screenshots of part of the screen and create a command to search for that image.
You can also search for a determined pixel color.
To mark a region press and hold the right button on the mouse and drag it to create a rectangle.
Release to get the position.
Click on the button with the camera to take a screenshot.
Use the same method to mark the area.
To create more precise screenshots go to the Options window and select "Press Enter to capture".
You can also change the line width.
Now after releasing the mouse button you can move and resize the rectangle using the keyboard pressing Ctrl+Arrow keys and Shift+Arrow keys.
You can also mark the region of a control by clicking and releasing over a control area without moving the mouse,
and mark the area of the window by doing the same in an area without a control.
You can also load an image file from your computer.
The "If found" and "If not found" options determine the action taken by the program on each situation.
The Repeat until option creates a loop that will repeat the search until the image or pixel is found or not found.
You can set the delay between searches.
If you want to execute different or more commands after a result you need to add an If Statement.
Mark this option to create one automatically.
When the image or pixel is found the coordinates are saved to the variables FoundX and FoundY.
You can use those variables inside other commands such as Mouse actions by enclosing them in percent signs
Notice that the coordinates returned for an image search will point to the upper-right corner, not the center.
To fix that you can increment the values before using them.
For that use the Variables window with the Add or Subtract operators or check the Expression option and use the Assign operator.
The commands added between the If Statement and the EndIf line will only be executed if the result of the search matches the criteria,
which can be "If image/pixel found" or "If image/pixel not found".
An Else Statement can also be used inside the block.
Pixel search is basically the same.
You can pick a color from your desktop or from the Color Pick dialogue.
Рекомендации по теме
Комментарии
Автор

The app itself is really really good but its hard to use as a regular person without a better tutorial than this.. this could be a way more successful project if everybody can use it in its full potential.

jootpepet
Автор

These guys make amazing software, i think a few cleaner/crisper/slower tutorials will really popularize this project. If anyone is interested let me know, ill make tutorials with clean audio and crisp video.

MahfuzShaon
Автор

I wish it was slower and the background music/noise was a lot lower. Else thank you very much for your effort as this is something that I've been looking for for a long time.

jijiaa
Автор

Amazing stuff but way too fast for me.  It's there a full length from skratch tutorial available somewhere?

themountainradio
Автор

É possível eu capturar um texto? igual faz com a imagem? em vez de eu colocar o pixel eu coloco o "nome do texo" e quando esse texto aparecer o macro clica nele?

EnglishwithMovie
Автор

New interface looks different and [Add "If Statement"] is always grayed out. What to do? Actually "Image Search" function doesn't work at all.

kakhak
Автор

All right man, thank you very much! I love Pulover's

doug
Автор

bummer when I right click to select the window the lines donot show up and coordinates seem to be saved but not the image?

otrotland
Автор

Unfortunately, not even a simple click macro works for me. I've tried running as admin, but when I activate and play the macros it doesn't work at all.

MrUma-San
Автор

It's the greatest software of all time.

albertweskerk
Автор

doesnt work even tho i followed it to the letter and checked it over 5 times, either this macro or the game im playing can detect it is not from my actual mouse

telstraroenssel
Автор

Does not work with multi monitor. The coords are totally off there

erwinruff
Автор

I want the cursor to move and click on the picture slowly. Is this possible?
normally when the picture is found, the cursor just hovers over it and clicks

yenicery
Автор

Thank you so much! This really helped me out as I've tried coding and following tutorials where it should work but doesn't.
This program is amazing and so is this tutorial! 1000 likes :D

Snallis
Автор

The drag to create rectangle part doesn't work at all. My RButton is totally fine, but the software doesn't register it at all! Help!

stalebread
Автор

For some reason after making a macro it works well but after I save and close and reload the macro it works terribly any reason why

ANiceGuy
Автор

How can I do it to go from 1920x1080 to 1440x1080 please help

~F2::
loop{
KeyWait, xbutton2, D
CoordMode, Pixel, Screen
PixelSearch, FoundX, FoundY, 957, 519, 961, 545, 0xA145A3, 30, Fast RGB
If (ErrorLevel = 0){
sleep, 0
send {Lbutton down}
sleep, -1
send {lbutton up}
}


}
return

misael
Автор

if the image is not found, is there a option to skip a line or maybe go to the beginning of the macro?

wanamanyes
Автор

I'm trying to check for a combination of two screenshots that appear at the same time, but I am having a hard time implementing that into the macro creator. I would usually run two if image searches after each other and when they are successful end the loop. Is there a way to get that working? I was hoping to edit the code but after changing it manually I don't know how to import it back into the macro creator...

Theo-
Автор

Eu criei um macro pra enviar e-mail só que as vezes dar erro e precisa da interação humana pra dar um ok. Não consigo tratar esse erro pra ser automático. Como posso resolver esse problema ?

alexfillipe