Pulover's Macro Creator v5.4.1 - The Complete Automation Tool

Advanced Macro Recorder/Editor.

Moderator: Pulover

luck2estaile
Posts: 5
Joined: 18 May 2018, 08:07

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

03 Jul 2018, 13:47

Anyone knows if the creator lends professional support? Or a way to contact him?
takayo97
Posts: 63
Joined: 09 Jun 2018, 16:30

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

08 Jul 2018, 17:13

How to press ctrl key down and mouse left click for x times?
hasantr
Posts: 933
Joined: 05 Apr 2016, 14:18
Location: İstanbul

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

11 Jul 2018, 02:17

takayo97 wrote:How to press ctrl key down and mouse left click for x times?

Could you give me some more detail?
luck2estaile
Posts: 5
Joined: 18 May 2018, 08:07

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

12 Jul 2018, 13:09

YellowPage wrote:Hi,

https://www.linkedin.com/in/rodolfo-u-batista/

Hope this helps!
It will

thanks for the link
CORDADO
Posts: 4
Joined: 20 Jul 2017, 14:46

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

13 Jul 2018, 15:53

Hello. Has anyone had a problem deleting a section of an INI file? I tried to use the command but it does not work. If I copy the PMC line to the AHK and run it works perfectly.
CORDADO
Posts: 4
Joined: 20 Jul 2017, 14:46

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

13 Jul 2018, 15:54

Hello. Has anyone had a problem deleting a section of an INI file? I tried to use the command but it does not work. If I copy the PMC line to the AHK and run it works perfectly.
CORDADO
Posts: 4
Joined: 20 Jul 2017, 14:46

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

13 Jul 2018, 15:54

Hello. Has anyone had a problem deleting a section of an INI file? I tried to use the command but it does not work. If I copy the PMC line to the AHK and run it works perfectly.
vulgate
Posts: 1
Joined: 14 Jul 2018, 03:13

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

14 Jul 2018, 03:29

I'm having problems with a macro that runs successfully from PMC, but not after it is exported to AutoHotKey.

This macro picks a random website to open in Firefox from an array of website addresses.

Code: Select all

Macro1:
linklist := ["http://www.google.com", "http://www.bing.com", "http://www.yahoo.com"]
Random, randIndex, 1, 3
randsite := linklist[%randIndex%]
Run, C:\Program Files\Mozilla Firefox\firefox.exe %randsite%
Edit: I now see my error was using % for variable randIndex inside the brackets to refer to the index number of the array element. it should be randsite := linklist[randIndex]. This fixes my issue, however there is definitely a difference in behaviors between PMC and AHK.
Attachments
RandomSite.zip
AHK + PMC files
(928 Bytes) Downloaded 228 times
daffy82
Posts: 14
Joined: 03 Aug 2016, 00:42

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

07 Aug 2018, 08:57

This tool is amazing. But im having trouble with imagesearch on my 3rd monitor. Funny thing is it worked but all of a sudden it did'nt. Is there any specific option to use with multimonitor setups?
autocart
Posts: 214
Joined: 12 May 2014, 07:42

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

07 Aug 2018, 10:49

daffy82 wrote:This tool is amazing. But im having trouble with imagesearch on my 3rd monitor. Funny thing is it worked but all of a sudden it did'nt. Is there any specific option to use with multimonitor setups?
https://duckduckgo.com/?q=ahk+imagesear ... fab&ia=web
daffy82
Posts: 14
Joined: 03 Aug 2016, 00:42

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

08 Aug 2018, 02:01

autocart wrote:
daffy82 wrote:This tool is amazing. But im having trouble with imagesearch on my 3rd monitor. Funny thing is it worked but all of a sudden it did'nt. Is there any specific option to use with multimonitor setups?
https://duckduckgo.com/?q=ahk+imagesear ... fab&ia=web
Yeah... thanks for that. But my specific question is regarding Pulover's Macro Creator.
autocart
Posts: 214
Joined: 12 May 2014, 07:42

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

08 Aug 2018, 14:43

Pulover's Macro Creator is not working anymore? or what? please be *really* specific and accurate. as detailed as you can.
spamspambaconspam
Posts: 4
Joined: 13 Apr 2017, 19:03

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

08 Aug 2018, 21:03

hasantr wrote:
GiefCat wrote:Hello! I just had a quick question as I'm having some issues with version 5.0.5 64-Bit.

When using the Mouse command for Move and Click, I click the ... for the coordinates, but when I right click nothing happens. I've just been entering the coordinates manually, but the same issue for the control click which is a lot of information to try and type in sometimes.

Also, if I try to do anything with the image search by clicking to hold and drag, it'll instantly just grab the entire window even while I'm still holding right click.

I've tried running as admin, uninstalling/reinstalling, running in windows compatibility mode, but still no luck. Running Windows 10, 64-Bit

Any advice on what could be happening?
You can try Prtable version. Some cache setting files are getting better when they change. So to completely reset the settings. Or you could resort to using the 32 bit version.
I'm having the same problem as the OP, except I'm on Win 7 x64.
I have tried portable and 32 bit, but it's still fubared.
It's as if my right mouse button is not even working.
hasantr
Posts: 933
Joined: 05 Apr 2016, 14:18
Location: İstanbul

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

10 Aug 2018, 02:43

spamspambaconspam wrote:
hasantr wrote:
GiefCat wrote:Hello! I just had a quick question as I'm having some issues with version 5.0.5 64-Bit.

When using the Mouse command for Move and Click, I click the ... for the coordinates, but when I right click nothing happens. I've just been entering the coordinates manually, but the same issue for the control click which is a lot of information to try and type in sometimes.

Also, if I try to do anything with the image search by clicking to hold and drag, it'll instantly just grab the entire window even while I'm still holding right click.

I've tried running as admin, uninstalling/reinstalling, running in windows compatibility mode, but still no luck. Running Windows 10, 64-Bit

Any advice on what could be happening?
You can try Prtable version. Some cache setting files are getting better when they change. So to completely reset the settings. Or you could resort to using the 32 bit version.
I'm having the same problem as the OP, except I'm on Win 7 x64.
I have tried portable and 32 bit, but it's still fubared.
It's as if my right mouse button is not even working.
From time to time I encounter this problem too. Opening and closing is the solution.
hasantr
Posts: 933
Joined: 05 Apr 2016, 14:18
Location: İstanbul

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

10 Aug 2018, 02:44

autocart wrote:Pulover's Macro Creator is not working anymore? or what? please be *really* specific and accurate. as detailed as you can.
It works even if there are some minor problems.
arnsonj

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

16 Aug 2018, 11:16

I just discovered this macro creator and I was very excited to try it out, but when i go to macrocreator.com it says the website domain is expired and is pending renewal. Is there any way I can start using the macro creator? Is there a github download for it or anything? Does anyone know?
gregster
Posts: 8921
Joined: 30 Sep 2013, 06:48

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

16 Aug 2018, 12:36

arnsonj wrote:I just discovered this macro creator and I was very excited to try it out, but when i go to macrocreator.com it says the website domain is expired and is pending renewal. Is there any way I can start using the macro creator? Is there a github download for it or anything? Does anyone know?
There is a github link in the initial post of this thread: https://autohotkey.com/boards/viewtopic ... t=143#p936
autocart
Posts: 214
Joined: 12 May 2014, 07:42

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

16 Aug 2018, 17:20

Just FYI:
I was exited too (especially the image search function is nicely implemented) but unfortunately it does not support (or fully support) all ahk features (especially GUI but also other sometimes small features, and it's bothersome when you want to use especially that one thing it does not support). Plus it is usable to a degree but also has some bugs too. The author, it seems, last worked on the project in 2016 and afaik has no interest to work on it any more. (I talked to him by email in spring 2018.)
Regards, S.
spamspambaconspam
Posts: 4
Joined: 13 Apr 2017, 19:03

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

17 Aug 2018, 20:34

arnsonj wrote:I just discovered this macro creator and I was very excited to try it out, but when i go to macrocreator.com it says the website domain is expired and is pending renewal. Is there any way I can start using the macro creator? Is there a github download for it or anything? Does anyone know?
I'm assuming you got your needs met thru GitHub, but there's a way to get just about anything that has EVER existed on the toobs.

Go here :arrow: :arrow: :arrow: https://archive.org/web/

Return to “Pulovers Macro Creator”

Who is online

Users browsing this forum: click-click and 29 guests