AutoHotkey - Pulovers Macro Creator Now With AHK V2 !!!

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


If you find my video helpful help me to upgrade my videos with a small donation. TY so much for any help!

Discord ✅ tabberman 4162
Рекомендации по теме
Комментарии
Автор

How often do you use macro recorders vs coding yourself????

TABNationAutomation
Автор

It's strange to see that the developers of AutoHotkey, instead of making the coding more simplified, have made it more complicated with extra characters and so on 🤔

Saules_Dievas
Автор

Been looking aground the interweb trying to find tutorials on this as I would like to automate checklist creation inside Autodesk using data from Excel files... where's the best place to really get into this Macro creator?

nssdesigns
Автор

Hi, i have a question in regards to image to text recognition. I use the Pulover to recognise text in an image and then press a corresponding key. Problem with Pulover, or so i have noticed, is that it runs into problems, when the text constantly changes font or colour. I was wondering, whether there is a way around this problem (sometimes it works, sometimes it does not and i need consistency) or maybe a different program entirely? Thanks

Svet-uqjj
Автор

Hello, do you know if there is any way to lower the default delay for commands in pulover?? I tried multiple ones and they are all set at 1000ms and no way to change that. That greatly slows down my code

danielul
Автор

This is unrelated to the video...
but I've looked everywhere (including your videos) to figure out what is wrong...
and you seem like you could spot it in 4 seconds...
Pixelsearch is either freezing ahk or doing nothing...
I've tried with and without spaces...
I've copied EXACT scripts I've seen work and they do nothing or freeze...


#SingleInstance, Force
CoordMode, Pixel, Screen
CoordMode, Mouse, Screen

F1::
stop := 0
Loop, 1
{

if (stop = 1)
break
PixelSearch, Xpos, Ypos, 0, 0, 1919, 1079, OxFFAB00, 1, RGB Fast
MouseMove, %Xpos%, %Ypos%
Delay 20
MouseClick, Right
Delay 5000

}
return

gankie
Автор

i am a day trader and want to use this to extend the hotkey functionality of my trading platform (which is limited)

PropTrading
Автор

Do I need to have AHK V1 installed for this version of Pulover to work?

Tottorul
Автор

How i do auto record map and if i start him walk in hunt for me in sams position?? Sorry bad english

gameplaysc
Автор

i've a macro created some months ago, now i've opened it and i can't edit the coordinates... do you know why?

ElioDeAngelis--
Автор

Thank you for video.
The pullover is good, but it's sad that they don't support it yet

Interesting to see automation in inactive windows!

kenkek
Автор

i need a script that when i tap once on my LMB, it double taps Q on my keyboard. will this work?

oldmalfie
Автор

Hello, can you please help me, I tried to create image recognition macro, but when I tried to screenshot the image in game, it kept clicking the game instead of taking screenshot, thank you vm

narberalgamma
Автор

Go figure, 99% of the interest in AHK seems to be from people trying to automate keypresses in games. Better than nothing, I suppose.

emdim
Автор

how to use if Elseif and Else .. please

ahmedousama
Автор

jesus christ why does such a simple function have to be this complicated

RickBomhof