AutoHotkey Pulover's Macro Creator - Image Search / Pixel Search / OCR

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 116

  • @TABNationAutomation
    @TABNationAutomation  2 года назад +6

    What else would you like to learn to do with Pulover's Macro Creator that I didnt cover in video 1 or this one?

    • @jmatt98
      @jmatt98 2 года назад

      Any idea on how to make a marco like this? I want to take a comma delimited string of text from my clipboard. then paste it with tabs for each comma. For example "firstname,lastname,city" copied to the clipboard. then paste with keystrokes. each comma will convert to a tab press.

    • @jaishivaomkaaraa3107
      @jaishivaomkaaraa3107 2 года назад

      sir .. is their any option copy text from text and type in drop-down online work..

    • @TABNationAutomation
      @TABNationAutomation  2 года назад

      @@jaishivaomkaaraa3107 like control C? then what browser? IE look at coms and chrome look at autocontral video.

    • @aksona777smte3
      @aksona777smte3 2 года назад

      hello, can you help me in this one , i have 10x pictures and i want to combine it by couples for example 1st and 7th picture is true as 4th and 2nd , from 1 to 10 every combination of pictures must be true. Can you make video about it or reply my comment? it will help me alot. thanks and good luck on your channel

    • @TABNationAutomation
      @TABNationAutomation  2 года назад

      @@aksona777smte3 I would just nest ifs. So a if inside an if then if both true do code

  • @karlpark78
    @karlpark78 Год назад +2

    Spot on video! Thanks! As a noobie, I appreciate the specifics that can be understood by someone without a Master's Degree in AHK.

  • @Erwin_AMS
    @Erwin_AMS Год назад +3

    I used exactly the same code as you showed for the Image Search, i triple checked but it is not recognizing the pic i used. It is working in a 2.0 code that someone from the forum was so kind to provide. Can you please give me a tip why this could be? I have no more options but i do love this tool.

  • @daviddurfee6817
    @daviddurfee6817 2 года назад +5

    Hey! Great video! When you input coordinates for the OCR([x, y, w, h], eng) command, they are relative to the entire screen, is there a way to make the coordinates specific to a window rather than the whole screen? This current set up makes it so if you move your window being scanned to a different position on the screen, the scan coordinates are no longer correct. Thanks for the help!

    • @TABNationAutomation
      @TABNationAutomation  2 года назад +4

      www.autohotkey.com/docs/commands/WinGetPos.htm then just use the var in the ocr line of code

  • @alexisvelasquez2165
    @alexisvelasquez2165 2 года назад +9

    pullover macro creator is an addiction, i need more dude, I NEED MORE

  • @travisfader4419
    @travisfader4419 Год назад

    ok so the OCR part of this video is great but useless because after you export it you get the lib error. What do I download and then where do I add the lib in the file? Thanks

  • @JogatinaBrasilis
    @JogatinaBrasilis Год назад

    I created a function to find an image in the pullover macro creator. Now I would need that, after identifying the image, the mouse clicked on a certain point of that image, is it possible? I think the
    The idea of ​​putting fixed coordinates for the mouse to follow doesn't help me, because the image I set up to look for will appear in different positions on the screen. in short, I need the mouse to click on a specific point of the image that I cropped, is it possible?

  • @brutaltoast95
    @brutaltoast95 7 месяцев назад

    hey mate cheers for the help with script writing got a question for you
    how would i increases the speed on witch my mouse reaches each pixel target faster to execute a click. right now it takes a second in between each color pixel
    if that makes any sense

  • @markthornton3007
    @markthornton3007 2 года назад +1

    COOL.
    Can you do a Video on Macros for emails - Helpdesk job

  • @johnkappachino6140
    @johnkappachino6140 Год назад

    Thanks for the video! Sadly the OCR doesn't work if you are not running as admin or using the portable version

  • @sirkite
    @sirkite Месяц назад

    Hi, when trying to use tthe Image To Text (OCR) command the program throws an exception
    "what: vis2.provider.tesseract.convert"
    "message: Tesseract failed."
    How can I fix it?

    • @TABNationAutomation
      @TABNationAutomation  Месяц назад

      firewall maybe it could be blocking PMC internet access on your computer

  • @ih585
    @ih585 8 месяцев назад

    it's an old video i know, lately i have a challenge and can't find a way solve it!, if i have 2 lines on the screen one dynamic and one static, the pixel color search is easy to do, but i want to calculate the Y axis value of both lines coordinates and do a math calculation and based on the result either +/- a mouse click to happen i mean if the dynamic line came above or below the static line an action to happen ...any help plz

  • @genoteh9706
    @genoteh9706 11 месяцев назад

    Hi, How can I search for multiple pixels to click in different places without losing the loop?

  • @indolentcx2506
    @indolentcx2506 2 года назад +4

    i new just using this for a game but want to know how to loop 2 different keys with 2 different delays?

  • @k.ss.s4946
    @k.ss.s4946 Год назад

    so in cs 1.6 there is a server rewarding you for math skills is it possible for me to take the math as ocr and add the answer to be texted in chat after the said ocr(math problem) is found.i will have the answer ready i don't need it to calculate anything

  • @ЕвгенийИ-м9у
    @ЕвгенийИ-м9у 9 месяцев назад

    я бы посоветовал macro recorder он по проще так же проверяет картинку и делает действие а если не нашел другое с переходами по скрипту

  • @riki8794
    @riki8794 Месяц назад

    I wanna use the OCR in a way that it only saves digits (numbers) into the variable. How could I do that?

  • @videosmas3206
    @videosmas3206 9 месяцев назад

    Hello and thank you for the video. I know it is a little old already and I’m not sure if there is any update in the software. But I will like to know if instead of mouse click you can input a key press. Lets say when it found the picture or pixel it will automatically press and release a key?

    • @TABNationAutomation
      @TABNationAutomation  9 месяцев назад

      Yes just add a send command in the if. Check out my first macro video for this

  • @h3r0_xiii
    @h3r0_xiii 7 месяцев назад

    Hello. I need some help with something. I want the image detector to look for multiple images after it finds one image. once it finds the image it would move the mouse towards the image and then the next sequence would look for the next image and move the mouse and etc. I am trying to put this into a loop sequence. Thanks in advance.
    edit: i just decided to look for the exact pixal color instead and worked alot easier, thanks for the video.

    • @TABNationAutomation
      @TABNationAutomation  7 месяцев назад

      Good good. Not only simpler but also less processer heavy

  • @muhOnCeiling
    @muhOnCeiling 16 дней назад

    LOVE IT! TYSM!!!

  • @NISMONZ
    @NISMONZ 2 года назад

    How would it work with checking say 4 images - then clicking a button related to the 'best' image? guessing a heap of if/else?

    • @TABNationAutomation
      @TABNationAutomation  2 года назад +1

      Not really going to be a best imagine. Either matches or doesn't

  • @jesusmanuel276
    @jesusmanuel276 3 месяца назад

    Hello, thank you very much for your video, it was very helpful. Could you please help me with a question?
    Using Pixel Search and OCR, you obtain a string of characters. I want to extract the result as a number, for example, the number 10. I want to use that result from Pixel Search and OCR to create a pause. Thank you for your attention.

    • @TABNationAutomation
      @TABNationAutomation  3 месяца назад

      @@jesusmanuel276 ocr and pixel are very different results so not sure what you mean but can just add an if statement when the result equals what you want do what ever pause means.

    • @jesusmanuel276
      @jesusmanuel276 3 месяца назад

      @@TABNationAutomation "I want to use the number received from the OCR as a wait time in my script. The idea is to assign the value obtained from the OCR to a variable and then use that variable to pause the script. Something like: slepp,OCR_result

    • @jesusmanuel276
      @jesusmanuel276 3 месяца назад

      @@TABNationAutomation thanks for your time

    • @TABNationAutomation
      @TABNationAutomation  3 месяца назад +1

      @@jesusmanuel276 sleep, %ocrvar%

    • @jesusmanuel276
      @jesusmanuel276 3 месяца назад

      @@TABNationAutomation thanks master

  • @ИгорьТетерин-ь5ъ
    @ИгорьТетерин-ь5ъ 2 года назад +1

    heeeey .. macro recorder is cool thing... thanks. but is there tool for easy create GUI ?

  • @ardwych4881
    @ardwych4881 2 года назад

    What else to learn to do?
    How about a macro to set Windows 11's default browser back to our desired one rather than the one that Microsoft forces on us?
    I haven't done it but I've seen it. A Win11 update assigns Edge to all filetypes that appear on the web. So far there's only the manual one-by-one method of putting them back the way they were.
    If PMC can do this, it would be good for our perception of it. I still can't understand it much, as per my comment a year ago + your (short) reply a day ago on your other video.

  • @genoteh9706
    @genoteh9706 Год назад

    And how do you loop it? I want it to click every time it finds the correct pixel but it only does it once.

    • @genoteh9706
      @genoteh9706 Год назад

      Loop
      {
      Loop
      {
      CoordMode, Pixel, Window
      PixelSearch, FoundX, FoundY, 623, 423, 750, 605, 0xF0CB59, 0, Fast RGB
      }
      Until ErrorLevel = 0
      If (ErrorLevel = 0)
      {
      Click, Left, 1
      Sleep, 10
      }
      }
      Does this looks bad? Dangerous? Or is it good.

  • @evilmarc
    @evilmarc 2 года назад

    Can't get it to work with my second screen unfortunately

  • @mustaphaboudaoud9643
    @mustaphaboudaoud9643 2 года назад +1

    I've been trying to make image search to work in wow but it never works

    • @TABNationAutomation
      @TABNationAutomation  2 года назад

      image search suck in gaming. it needs to be the same each time but with shading and what not it sucks

  • @minipc-2005
    @minipc-2005 2 года назад

    Спасибо. Помог разобраться.

  • @bigtexnick2188
    @bigtexnick2188 Год назад

    Image search seems to have problems working for a Citrix 3rd party desktop window. Do you know any work arounds or alternatives?

    • @TABNationAutomation
      @TABNationAutomation  Год назад

      A lot of times with VDesktops you have to install the script on the VDesktop

    • @iriya3227
      @iriya3227 Год назад

      Are you sure the issue is Citrix not you using two monitors? If you use two monitors with different resolutions and zooms AHK gets confused, however if you ran AHK as Admin and it's all on same monitor it shouldn't cause issues in Screen mode not sure about window.

    • @iriya3227
      @iriya3227 Год назад

      You can always move the AHK portable files into Citrix anyways without installing, just make sure you move them to your own Onedrive not the shared company files as your IT security engineers will get mad if you do and delete your files

  • @morgunify
    @morgunify 2 года назад

    hi there thank u so much for this video
    i have a question ...
    what if i want to click on The name and Exclude the background
    lets say that the background is video or some kind of a .GIF Image

  • @Jose-sf8bt
    @Jose-sf8bt Год назад

    how would i make it work with multiple images and press a specific key for each one. for example the first image is blue so it'll press B and the second image is red so it'll press R

  • @blackdesert8706
    @blackdesert8706 Год назад +1

    sir u deserve a like and a subscribe keep up the good work sir +rep

  • @maui-maui4011
    @maui-maui4011 Год назад

    I can't play my macro by shortcut although I choose for example ALT+S or others ALT+ I or F3 in Play_box

    • @TABNationAutomation
      @TABNationAutomation  Год назад

      Did you press run or save and run the script

    • @maui-maui4011
      @maui-maui4011 Год назад

      @@TABNationAutomation
      Yes now I generate a new macro in notepad write something and there the shorcut works, but it doesn't work in Opera Browser

  • @jf4433
    @jf4433 6 месяцев назад

    you are the best

  • @victordauden9173
    @victordauden9173 2 года назад

    hi there. Ive been trying AHK to fire PAD... so cool as this way I can use task manager to fire it as I please. Pls elaborate on this.Think combining both programs gives you extra juice. You can get what PAD alone can't if you know what I mean. Thx, its a great channel. Kudos, keep it up

    • @TABNationAutomation
      @TABNationAutomation  2 года назад

      what is pad?

    • @victordauden9173
      @victordauden9173 2 года назад +1

      @@TABNationAutomation PAD = Power Automate Desktop. You have video on that were you even mention what I'm doing here regarding using AHK to trigger PAD. You were my inspiration indeed, so thank you first of all. And then as a request I propose using AHK to make up for the shortcomings of PAD. You cannot shedule for free in PAD, but you can easly trigger AHK just scheduling task manager. That I use to schedule PAD for example. As it happens I've been using for months Pulover's macro, and even though it records more than needed as you mention, you can also choose what you record, and it does make adifference for lay people, no programers like me (just unchecking a few options records far less). Would like you to expand on that as an idea. Power Automate requires a premium license to schedule any flow, but if you can use AHK instead to trigger PAD then problem solved. My request is how to best combine AHK and PAD to overcome the shortcomings of both. Thx in advance if you find this as interesting as I do, and considering you inspired me I think you will, hopefully :) Waiting for the next video. Thx!

    • @TABNationAutomation
      @TABNationAutomation  2 года назад

      @@victordauden9173 i see what you mean i think. with ahk I think the best way would be settimer with a system time check then winactive PAD and last would be a image search for the run button since you cant use coms with pad

    • @victordauden9173
      @victordauden9173 2 года назад

      @@TABNationAutomation Spot on! That's precisely what I did. And here the scheduling part: ruclips.net/video/F6gCfhHCe6I/видео.html

    • @TABNationAutomation
      @TABNationAutomation  2 года назад

      @@victordauden9173 ​ @Víctor Daudén ah yes. this is on my todo list. can also make ahk run at a time of day. did a video on that

  • @koolkiwikat
    @koolkiwikat 2 года назад

    How do I link into discord api?, to output a message automagically?

    • @TABNationAutomation
      @TABNationAutomation  2 года назад

      You would need to make a bot using discords approved stuff. discord may block you if you use something like AHK

  • @CLHoofie
    @CLHoofie 2 года назад

    uhh so im using pixel finder and the color hex is nothing like the real color im geting black and forest green

    • @TABNationAutomation
      @TABNationAutomation  2 года назад

      are you playing a game with this? shading matters in games.

    • @CLHoofie
      @CLHoofie 2 года назад

      @@TABNationAutomation roblox i got a color that looks like it idk if its exactly it tho cus its not working

    • @TABNationAutomation
      @TABNationAutomation  2 года назад

      @@CLHoofie window mode and up the variation. pulover is not perfect coding your self is way better.

    • @CLHoofie
      @CLHoofie 2 года назад

      @@TABNationAutomation alr thx

  • @poparisa126
    @poparisa126 2 года назад

    how hold click MUOSE MOVE down ( no recoil Shooting game) And click right Hold Shift (Hold Aim Sinper)
    F4 On F5 off

  • @CLHoofie
    @CLHoofie 2 года назад

    How do I get it to move to and click on a pixel

  • @Maikuraaa
    @Maikuraaa 2 года назад +1

    hiii is there any way i can contact you maybe in discord so that you could help me in what i need to do. i did the pixel detect thing and it wont press "e" whenever it finds the desired pixel. it can see the pixel but it wont do the keypress why is that?

    • @TABNationAutomation
      @TABNationAutomation  2 года назад

      ya go to my about tab and got a few ways to contact me. send what code you have.

  • @JetxPi
    @JetxPi 2 года назад

    Can't seem to get it to work on my Bluestacks (Emulator for android). I'm trying to see if a spawn can trigger the Continue but it's looks like it doesn't for some reason. I tried it on an idle screen and it work, but i can't get it to work on a moving sample/spawn.

    • @TABNationAutomation
      @TABNationAutomation  2 года назад

      Whats not working? I have no idea what commands or how you want to trigger anything

    • @JetxPi
      @JetxPi 2 года назад

      @@TABNationAutomation like I'm playing a game, i want a trigger for an image to automatically click something but it doesn't seem to be working. If i run it on a standby game it works but if i play it and it shows up, it doesn't pick it up. I've did more research and found out i need a WinActivate something to make it work? how do i use or insert that to my script?

    • @TABNationAutomation
      @TABNationAutomation  2 года назад

      @@JetxPi if WinActive("ahk_class Notepad") or WinActive("ahk_class" ClassName). Add to where you want it to do the check

    • @JetxPi
      @JetxPi 2 года назад

      @@TABNationAutomation accept me on discord? :) thanks alot, will try it

  • @slept6404
    @slept6404 2 года назад

    whered u download it from also is the creator verified and safe ?

    • @TABNationAutomation
      @TABNationAutomation  2 года назад

      You can download it but just search the name on google. Works fine. Your the one writing the code so if it does anything bad its from you.

  • @fakhruddinsupardan5376
    @fakhruddinsupardan5376 Год назад

    Sir, how to paste thats ocr on file ?

  • @GIDAEONGULLY
    @GIDAEONGULLY 2 года назад +1

    You look like if Jimmy Neutron became disillusioned with this world.

  • @the_got4764
    @the_got4764 9 месяцев назад

    What is this video, what are you talking about in this part? 7:37 o ruclips.net/video/7AzGdEEwlt8/видео.html

  • @ayxaq
    @ayxaq Год назад

    send downlaod link

  • @higherquality
    @higherquality 2 года назад

    Bro, I'm having a literal headache trying to do this

    • @TABNationAutomation
      @TABNationAutomation  2 года назад

      ?

    • @higherquality
      @higherquality 2 года назад

      @@TABNationAutomation
      I cannot get the image search to work by following the steps.
      It seems like it doesn't have access to the screen since it immediately shows an error.
      Though pixel search works.

  • @lyuuse3580
    @lyuuse3580 7 месяцев назад

    Hey, i can't make it work :/

  • @yufengyan
    @yufengyan 2 года назад

    lol

  • @smit1218
    @smit1218 Год назад

    Can u send me Instagram or any other platform?