Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Moderator: Pulover
-
- Posts: 5
- Joined: 18 May 2018, 08:07
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
Anyone knows if the creator lends professional support? Or a way to contact him?
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
How to press ctrl key down and mouse left click for x times?
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
takayo97 wrote:How to press ctrl key down and mouse left click for x times?
Could you give me some more detail?
-
- Posts: 5
- Joined: 18 May 2018, 08:07
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
It will
thanks for the link
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
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.
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
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.
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
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.
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
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.
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.
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%
- Attachments
-
- RandomSite.zip
- AHK + PMC files
- (928 Bytes) Downloaded 672 times
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
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?
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
https://duckduckgo.com/?q=ahk+imagesear ... fab&ia=webdaffy82 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?
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
Yeah... thanks for that. But my specific question is regarding Pulover's Macro Creator.autocart wrote:https://duckduckgo.com/?q=ahk+imagesear ... fab&ia=webdaffy82 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?
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
Pulover's Macro Creator is not working anymore? or what? please be *really* specific and accurate. as detailed as you can.
-
- Posts: 4
- Joined: 13 Apr 2017, 19:03
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
I'm having the same problem as the OP, except I'm on Win 7 x64.hasantr wrote: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.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?
I have tried portable and 32 bit, but it's still fubared.
It's as if my right mouse button is not even working.
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
From time to time I encounter this problem too. Opening and closing is the solution.spamspambaconspam wrote:I'm having the same problem as the OP, except I'm on Win 7 x64.hasantr wrote: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.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?
I have tried portable and 32 bit, but it's still fubared.
It's as if my right mouse button is not even working.
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
It works even if there are some minor problems.autocart wrote:Pulover's Macro Creator is not working anymore? or what? please be *really* specific and accurate. as detailed as you can.
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
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?
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
There is a github link in the initial post of this thread: https://autohotkey.com/boards/viewtopic ... t=143#p936arnsonj 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?
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
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.
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.
-
- Posts: 4
- Joined: 13 Apr 2017, 19:03
Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool
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.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?
Go here https://archive.org/web/
Return to “Pulovers Macro Creator”
Who is online
Users browsing this forum: No registered users and 6 guests