This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<style> | |
html { | |
box-sizing: border-box; | |
} | |
*, |
This file contains 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
global ENTER_KEY_CODE, REPEAT_TIMES | |
set ENTER_KEY_CODE to 36 | |
(* ↓ CHANGE THE AMOUNT FOR YOUR NEEDS *) | |
set TOTAL_CRAFTING_AMOUNT to 10 | |
on focusRemotePlay() | |
tell application "RemotePlay" to activate | |
end focusRemotePlay |
This file contains 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
license: mit |
This file contains 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
license: mit |