Page 4 of 8

Re: Mouse And Keyboard Macro Recorder

Posted: 20 Jun 2018, 18:51
by BGM
Anybody compared this to Pulover's Macro Creator? It was made in ahk, too, you know.
http://www.macrocreator.com

Re: Mouse And Keyboard Macro Recorder

Posted: 21 Jun 2018, 14:33
by brutus_skywalker
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.

Re: Mouse And Keyboard Macro Recorder

Posted: 22 Jun 2018, 02:10
by rickyc
Thanks for your script I need to give a try, but how it will work on Winmacro. :idea:

Re: Mouse And Keyboard Macro Recorder

Posted: 01 Jul 2018, 17:15
by John McEachin
On loading I get error message @ line 90: Call to nonexistent function

Re: Mouse And Keyboard Macro Recorder

Posted: 03 Jul 2018, 17:05
by KoraPandora
How do you slow it down? It's too fast.

Re: Mouse And Keyboard Macro Recorder

Posted: 03 Jul 2018, 19:06
by Guest
How do I install your Mouse and Keyboard Macro recorder on my windows laptop?

Re: Mouse And Keyboard Macro Recorder

Posted: 03 Jul 2018, 23:56
by Guest
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.

Re: Mouse And Keyboard Macro Recorder

Posted: 04 Jul 2018, 04:21
by KoraPandora
How do you slow it down? It's too fast!!!!!!!

Re: Mouse And Keyboard Macro Recorder

Posted: 04 Jul 2018, 05:38
by feiyue
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:

Re: Mouse And Keyboard Macro Recorder

Posted: 11 Aug 2018, 10:47
by Guest2018
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.

Re: Mouse And Keyboard Macro Recorder

Posted: 11 Aug 2018, 10:51
by Alibaba
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.

Re: Mouse And Keyboard Macro Recorder

Posted: 11 Aug 2018, 11:16
by Guest2018
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?

Re: Mouse And Keyboard Macro Recorder

Posted: 11 Aug 2018, 13:22
by Alibaba
Well what are you trying to do? Please provide further details, else nobody can tell you which part of the code to use. ;)

Re: Mouse And Keyboard Macro Recorder

Posted: 14 Aug 2018, 02:46
by garados
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

Re: Mouse And Keyboard Macro Recorder

Posted: 16 Aug 2018, 15:30
by Asmodeus
garados wrote:But how do i make the script loop infinitely?
tick "Loop Play" in the lower left hand corner of the window.

Re: Mouse And Keyboard Macro Recorder

Posted: 16 Aug 2018, 16:19
by Asmodeus
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:

Re: Mouse And Keyboard Macro Recorder

Posted: 28 Aug 2018, 19:23
by Bernz
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!

Re: Mouse And Keyboard Macro Recorder

Posted: 17 Jan 2019, 08:18
by need4speed
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!

Re: Mouse And Keyboard Macro Recorder

Posted: 19 May 2019, 10:47
by zexuvicev
Thanks you!

Re: Mouse And Keyboard Macro Recorder

Posted: 21 May 2019, 00:15
by hunter1
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