Search found 13 matches

by sachalamp
Today, 07:23
Forum: Ask for Help (v1)
Topic: Any way to "fake" a winactivate?
Replies: 0
Views: 37

Any way to "fake" a winactivate?

I am running multiple instances of bluestacks and i made my script activate and circle through each window, one at a time and run various scripts in each. I put in a lot of effort so far and it's working surprisingly well however i figured i want to do other things while this is running. I replaced ...
by sachalamp
Yesterday, 09:09
Forum: Pulovers Macro Creator
Topic: Controlsend a key
Replies: 0
Views: 89

Controlsend a key

I managed to figure out how to control send a click but i can't figure out how to control a key, in my case "Esc" https://i.imgur.com/cdr5z4q.png If i leave the first field blank nothing happens, if i press [...] and click the windows i want to activate, it adds the control but nothing happens. I tr...
by sachalamp
16 May 2024, 17:12
Forum: Pulovers Macro Creator
Topic: Are all functions capped at 1000ms in pulover?
Replies: 4
Views: 426

Re: Are all functions capped at 1000ms in pulover?

Changing it from the bottom tab works so this will do for now. I guess there's only a "default" for mouse and window commands. Whatever delay you have in the bottom box will be the delay of the next filedelete, etc. Also, you can highlight multiple lines of pmc code to change all of them at once. N...
by sachalamp
16 May 2024, 04:00
Forum: Pulovers Macro Creator
Topic: Are all functions capped at 1000ms in pulover?
Replies: 4
Views: 426

Re: Are all functions capped at 1000ms in pulover?

I tried envsub, wingettitle, filedelete and fileappend so far and i get 1000ms delay by default in the delay tab. If i try to edit them, i don't see an option to change that, like i have in imagesearch for example Okay...I think I see the problem you're running into. If there is no option to change...
by sachalamp
15 May 2024, 16:00
Forum: Pulovers Macro Creator
Topic: Are all functions capped at 1000ms in pulover?
Replies: 4
Views: 426

Are all functions capped at 1000ms in pulover?

I tried envsub, wingettitle, filedelete and fileappend so far and i get 1000ms delay by default in the delay tab. If i try to edit them, i don't see an option to change that, like i have in imagesearch for example
by sachalamp
15 May 2024, 15:13
Forum: Pulovers Macro Creator
Topic: Reloading list variables on restart
Replies: 3
Views: 269

Re: Reloading list variables on restart

Those are global variables for all macros. That notepad list is just a convenient way of listing all variables in alphabetical order. If you click FILE and LIST VARIABLES that list comes up. If you want to add or change global variables go to OPTIONS > SETTINGS > USER GLOBAL VARIABLES. If you chang...
by sachalamp
14 May 2024, 12:50
Forum: Pulovers Macro Creator
Topic: Reloading list variables on restart
Replies: 3
Views: 269

Reloading list variables on restart

Pulover creates a notepad named "ListofVars" that holds all of the variables currently used in a macro. The notepad can be copy pasted/saved somewhere else but the problem i am facing is that if i restart pulover and try to use that old notpad, pulover program is not reloading it. So on restart Pulo...
by sachalamp
26 Apr 2024, 14:44
Forum: Pulovers Macro Creator
Topic: Using a timer in pulover
Replies: 0
Views: 364

Using a timer in pulover

I have an infinite loop that links to various other macros. I would like to add one or more calls to other macros but that would only trigger every hour for example. I tried settimer but that interrupts anything that was happening in the loop and i do not want that. An example of what i am looking f...
by sachalamp
12 Apr 2024, 06:13
Forum: Pulovers Macro Creator
Topic: Can't figure out how to close Else
Replies: 2
Views: 312

Re: Can't figure out how to close Else

Image

I figured it out. That it's how it's supposed to look in Pulover, the else is nested and before the [end if]. to be as a beginner it didn't make sense, i was putting the else after the [end if]
by sachalamp
11 Apr 2024, 14:56
Forum: Pulovers Macro Creator
Topic: Can't figure out how to close Else
Replies: 2
Views: 312

Can't figure out how to close Else

https://i.imgur.com/ENbcm11.png I am new to ahk and pulover and i managed to do quite a few tricks with imagesearch and ifs etc but i can not, for the life of me, figure out how to link elses to ifs or even do a simple if-else script chained ifs work just fine but else just sits there. you can even...
by sachalamp
11 Apr 2024, 14:48
Forum: Pulovers Macro Creator
Topic: Is Pause - Random Delay Option broken?
Replies: 7
Views: 2092

Re: Is Pause - Random Delay Option broken?

Crazy idea from a non-Pulover (but AutoHotkey) user: If you export it to AHK v1 code anyway, the Random command (or a related user-defined function ) should be easy to test and debug with a few AHK basics. I even heard that there is an official AHK support forum somewhere nearby. You could start wi...
by sachalamp
11 Apr 2024, 05:30
Forum: Pulovers Macro Creator
Topic: Is Pause - Random Delay Option broken?
Replies: 7
Views: 2092

Re: Is Pause - Random Delay Option broken?

Hi. I am just poking around in the tool to see what it can do and cant seem to get the "random delay" option to work in the Pause command. If I tick the random option and enter a min and max value the code created is just a sleep command with the min value I entered. Nothing is added to generate a ...
by sachalamp
09 Apr 2024, 04:24
Forum: Pulovers Macro Creator
Topic: Is Pause - Random Delay Option broken?
Replies: 7
Views: 2092

Re: Is Pause - Random Delay Option broken?

I have to up this. It still looks to be the same in code now, in 2024

Go to advanced search