Skip to content

Instantly share code, notes, and snippets.

@pjmagee
Created March 29, 2022 23:37
Show Gist options
  • Select an option

  • Save pjmagee/50c69ebcd54c4983b24d3755c109db5c to your computer and use it in GitHub Desktop.

Select an option

Save pjmagee/50c69ebcd54c4983b24d3755c109db5c to your computer and use it in GitHub Desktop.
LostArk AFK PowerAutomate Desktop
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