AutoHotkey Pulover's Macro Creator: Automate your coding by Automating it. Macro Recorder

preview_player
Показать описание
Pulover's Macro Creator lets you record what your doing on your computer and have it turned into AHK code. Its that easy. Don't know all the AHK yet this will help you learn.

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

Outstanding! Thank you so much for your very clear and beginner-focused tutorial here.

This was exactly what I was needing to get the ball rolling after years away from AHK.

I appreciate it very much.

andyf
Автор

Hint:
If you try to automate Games, Account creations and all that, you will need to record mouse movements in many cases.
Otherwise google, activision, etc. will notice you as 'not human'.

zenitzenit
Автор

I keep coming back to your videos as I learn more. Double thumbs up for giving back so much.

clearmanlawyers
Автор

this is great! i didn't know such program existed. It's very useful

krezii
Автор

I was using macro recorder and then I found this gem! Thank you

christiandeguzman
Автор

Great video looks like it a very useful app. Have a question have you covered in any video to do a loop program can call other group of code or function won’t break the loop?

jakeliujakeliu
Автор

Hey, nice video, i want to ask, if i use the macro on desktop2 and switch back to desktop1, they also effect desktop1 or only desktop2?

deneimaidekaokto
Автор

Very good
I'm using pulover for 4 years and it had saved me thousands of hours if u know how to use it

NitaFunnyVideo
Автор

It's a shame this program records the inputs and they are sent increasingly later. As in, I'm trying to automate a precision platformer where you have to beat the level many times in a row for a small condecoration (already got this condecoration by myself, I'm trying to make a macro for testing).

I record the macro for the level, but when I start it, making sure to do it from the level itself so the loading screen in the beginning couldn't desync it, the movements get sent increasingly later, eventually killing me. Is there any way to correct this?

TX
Автор

I like to know if I can upload some files, and loop the screen what I did, but every time it upload the file I wish to chang the file name, for example of, the first file, I type in 1234, and loop it. next time it goes 1235, 1236, .... and goes to 5000 . is this a posible way to do it? thanks

echobeatbox
Автор

Hi, im about to automate a macro for a roblox game, which is quite grindy and requires a certain amount of inputs every few minutes. Lets say I record all the correct inputs. What do I do so that it will repeat the inputs again every 10 minutes? Hopefully working all night for hours.

spireos
Автор

Is there a comprehensive book on programming with AHKv2?

waltergrandfield
Автор

Thanks for the video! Very helpful for me as a beginner. I want to automate a grindy achievement of a racing game. Is it possible to do so? The outcome of the to be repeated 2 minute race is dependant on high precision. Is the macro played exactly the same every time or a bit different for every loop? Is it possible to record controller input? Or to convert the controller input to keyboard input?

Lnkblade
Автор

Is there any possibility to use an aouto hotkeys without having the macro recorder running?

RobinDickhardt
Автор

hello, for me it doenst record when I type letters but it recognizes the dot ... And the worse, even with other programs !

Rob-
Автор

Hello so i have been wondering is it possible too get macro creator too do math? like 1+1 = 2 on its own?

wedoprods
Автор

Well done for this tutorial. Perfect for beginners like me.
I was wondering if this program includes a tool to provide mouse coordinates, when writing a script manually?
Like (Window Spy) in AutoHotkey, or like (Active Window Info) in SciTE4AutoHotkey.

thepragmatic
Автор

Id like to know if it can detect color every 10 seconds auto click the color?

player
Автор

How do i send something like "Control + F" or "Control + Alt" ?? I can send individual controls but havent figured out how to send something like in Excel Find or Excel Goto (Cotrol+G), etc.

systemoperator
Автор

Suppose I have to check after scrolling 500 images individually. Click a button to open image, Open image, move to checkbox, choose correct, then again scroll to next image button. How will I run my loop repeatedly. Didn't work. Can anyone help

shubhambanerjee