Mouse And Keyboard Macro Recorder

Post your working scripts, libraries and tools for AHK v1.1 and older
User avatar
BGM
Posts: 507
Joined: 20 Nov 2013, 20:56
Contact:

Re: Mouse And Keyboard Macro Recorder

20 Jun 2018, 18:51

Anybody compared this to Pulover's Macro Creator? It was made in ahk, too, you know.
http://www.macrocreator.com
brutus_skywalker
Posts: 175
Joined: 24 Dec 2016, 13:16
Location: Antarctica

Re: Mouse And Keyboard Macro Recorder

21 Jun 2018, 14:33

BGM wrote:Anybody compared this to Pulover's Macro Creator? It was made in ahk, too, you know.
http://www.macrocreator.com
I've USED Pulover's Macro Creator & I USE this one, this has far fewer Bell's & whistles, but especially since v4.5 when FindText was integrated it's indispensable to me for automating automation of the automation of all actions I whish to automate, with minimal effort & TIME to create & debug scripts, so as awesome as pulover's is, I last used it a year ago,while i use this enough to keep my eyes peeled for updates.

I would like to add AutoHotFlow is just as useful as both,and at the very least complements both.
Last edited by brutus_skywalker on 21 Jul 2018, 01:58, edited 1 time in total.
Outsourcing Clicks & Presses Since 2004.
rickyc
Posts: 5
Joined: 04 Jun 2018, 01:41

Re: Mouse And Keyboard Macro Recorder

22 Jun 2018, 02:10

Thanks for your script I need to give a try, but how it will work on Winmacro. :idea:
John McEachin

Re: Mouse And Keyboard Macro Recorder

01 Jul 2018, 17:15

On loading I get error message @ line 90: Call to nonexistent function
KoraPandora
Posts: 2
Joined: 03 Jul 2018, 17:01

Re: Mouse And Keyboard Macro Recorder

03 Jul 2018, 17:05

How do you slow it down? It's too fast.
Guest

Re: Mouse And Keyboard Macro Recorder

03 Jul 2018, 19:06

How do I install your Mouse and Keyboard Macro recorder on my windows laptop?
Guest

Re: Mouse And Keyboard Macro Recorder

03 Jul 2018, 23:56

Guest wrote:How do I install your Mouse and Keyboard Macro recorder on my windows laptop?
OK i figured it. I saved your file with .ahk extension, (untitled.ahk) and it shows the GUI.
Thanks.
KoraPandora
Posts: 2
Joined: 03 Jul 2018, 17:01

Re: Mouse And Keyboard Macro Recorder

04 Jul 2018, 04:21

How do you slow it down? It's too fast!!!!!!!
feiyue
Posts: 348
Joined: 08 Aug 2014, 04:08

Re: Mouse And Keyboard Macro Recorder

04 Jul 2018, 05:38

Automatic scripts are faster and better as long as they are reliable.

If you want to slow down, you can add your own delay: Sleep(1000)、Sleep(500). :beer:
Guest2018

Re: Mouse And Keyboard Macro Recorder

11 Aug 2018, 10:47

Hello. I am using AHK 1.1.24.04 . Love your macro, but I'm having a problem. The code works when run from your GUI, but when I post it into a new .AHK file, I get an error.

"Error: Call to nonexistent function.

Specifically: Click( X+686, Y+349, "L")

Line#
002: Click( X+686, Y+349, "L") "

I'm an AHK noob, but I can't find help for this error anywhere.
Alibaba
Posts: 480
Joined: 29 Sep 2013, 16:15
Location: Germany

Re: Mouse And Keyboard Macro Recorder

11 Aug 2018, 10:51

Guest2018 wrote:Hello. I am using AHK 1.1.24.04 . Love your macro, but I'm having a problem. The code works when run from your GUI, but when I post it into a new .AHK file, I get an error.

"Error: Call to nonexistent function.

Specifically: Click( X+686, Y+349, "L")

Line#
002: Click( X+686, Y+349, "L") "

I'm an AHK noob, but I can't find help for this error anywhere.
Did you include all functions? (see at the end of the original script)
The error is simply saying that the user defined function “Click()” does not exist in the script.
"Nothing is quieter than a loaded gun." - Heinrich Heine
Guest2018

Re: Mouse And Keyboard Macro Recorder

11 Aug 2018, 11:16

Alibaba,

I did not have any of those. I just copied the text from the GUI.

I must confess, I am looking at the code and I am not sure how much to copy and paste into my .AHK file. Can someone please help me with that?
Alibaba
Posts: 480
Joined: 29 Sep 2013, 16:15
Location: Germany

Re: Mouse And Keyboard Macro Recorder

11 Aug 2018, 13:22

Well what are you trying to do? Please provide further details, else nobody can tell you which part of the code to use. ;)
"Nothing is quieter than a loaded gun." - Heinrich Heine
garados
Posts: 1
Joined: 14 Aug 2018, 02:37

Re: Mouse And Keyboard Macro Recorder

14 Aug 2018, 02:46

Hello. I am very grateful for this script. Can I ask a question about looping?

So this is what i did. After I recorded, I saved and replayed it. There is a 'record' and 'play' file created. I then compile the 'play' file into ahk script and runs it.
Its all fine until that point. But how do i make the script loop infinitely?

Thanks
Asmodeus
Posts: 57
Joined: 19 Oct 2015, 15:53

Re: Mouse And Keyboard Macro Recorder

16 Aug 2018, 15:30

garados wrote:But how do i make the script loop infinitely?
tick "Loop Play" in the lower left hand corner of the window.
Last edited by Asmodeus on 08 Sep 2018, 07:20, edited 1 time in total.
Asmodeus
Posts: 57
Joined: 19 Oct 2015, 15:53

Re: Mouse And Keyboard Macro Recorder

16 Aug 2018, 16:19

Hello feiyue,

thanks for the script. Please consider adding:

- an option to run selected text only (great for testing)
- a button to load and save recordings (recent files) (script reuse)
- a slider to slow down / speed up the overall script (time saver)
- an option to highlight the mouse cursor when a mouse button is pressed automatically like here. (for a better graphical feedback indicating that a button was pressed)
- optionally keep the main window open and highlight the currently running line (command)
- change the tooltip when a script is halted, stopped or when it has finished (atm only "playing" is shown, for a better feed-back)
- show information on how many loops are left in tray notification area or as optional tooltip
- add icons next to the button text eg. a red circle next to Record button (better UI)
- display tooltips for each button (helpful for new users)
- in context help: open the corresponding help section of the selected command when pressing Help
- Change Record button text to "Paused" when GUI is shown. (UI feedback)
- Show the hotkeys F1-F4 in task bar notification area when clicking on the script icon (benefit: no need to memorize hotkeys, control script via context menu)
- Highlight the currently running line after pressing "Debug"

Please consider fixing:
- when mouse cursor is close to screen edge the context GUI is truncated when pressing CTRL

I hope I don't ask for too much. :lol:
I really enjoy your script and I'm trying to help improving it. :thumbup:
Bernz
Posts: 1
Joined: 28 Aug 2018, 19:17

Re: Mouse And Keyboard Macro Recorder

28 Aug 2018, 19:23

feiyue wrote:Automatic scripts are faster and better as long as they are reliable.

If you want to slow down, you can add your own delay: Sleep(1000)、Sleep(500). :beer:
Just discovered this script. Awesome stuff feiyue! Thank you!
need4speed
Posts: 143
Joined: 22 Apr 2016, 06:50

Re: Mouse And Keyboard Macro Recorder

17 Jan 2019, 08:18

in the latest Version (nov 2018) how to loop a recording? I added Loop {} to Record.txt, is this the way to go? maybe it's a good idea to add a button next to play?
btw. thanks for this amazing script!
zexuvicev
Posts: 1
Joined: 19 May 2019, 10:46

Re: Mouse And Keyboard Macro Recorder

19 May 2019, 10:47

Thanks you!
hunter1
Posts: 4
Joined: 24 Feb 2018, 23:01

Re: Mouse And Keyboard Macro Recorder

21 May 2019, 00:15

Hi Feiyue,
I'm just is new pls help,
i used your scrip on a 32bit computer that is OK but if i used it on other one 64bit computer it doesn't work, it said like " Record.txt not found"

Can you tell me how? and can change Record.txt to desktop? (some computer need Admin ....)
Again i'm new please help, Thanks you

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: furqan, TheNaviator and 80 guests