Created
March 29, 2022 23:37
-
-
Save pjmagee/50c69ebcd54c4983b24d3755c109db5c to your computer and use it in GitHub Desktop.
LostArk AFK PowerAutomate Desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Display.ShowMessageDialog.ShowMessageWithTimeout Message: $'''AFK Macro Starting in 10 seconds.''' Icon: Display.Icon.Information Buttons: Display.Buttons.OK DefaultButton: Display.DefaultButton.Button1 IsTopMost: False Timeout: 3 ButtonPressed=> ButtonPressed | |
| WAIT 10 | |
| LABEL START | |
| MouseAndKeyboard.SendKeys.FocusAndSendKeysByTitleClass Title: $'''LOST ARK (64-bit, DX11)*''' Class: $'''EFLaunchUnrealUWindowsClient''' TextToSend: 8 DelayBetweenKeystrokes: 10 SendTextAsHardwareKeys: True | |
| WAIT 300 | |
| MouseAndKeyboard.SendKeys.FocusAndSendKeysByTitleClass Title: $'''LOST ARK (64-bit, DX11)*''' Class: $'''EFLaunchUnrealUWindowsClient''' TextToSend: 9 DelayBetweenKeystrokes: 10 SendTextAsHardwareKeys: True | |
| WAIT 300 | |
| GOTO START |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment