From 73a803a49a7775777941572127380e9ea9760ca0 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Tue, 2 Jul 2024 21:51:55 +0000 Subject: [PATCH] Add files via upload --- roblox-scrcpy-run-when-in-game.sh | 1 + roblox-scrcpy.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 roblox-scrcpy-run-when-in-game.sh create mode 100644 roblox-scrcpy.sh diff --git a/roblox-scrcpy-run-when-in-game.sh b/roblox-scrcpy-run-when-in-game.sh new file mode 100644 index 0000000..33bf840 --- /dev/null +++ b/roblox-scrcpy-run-when-in-game.sh @@ -0,0 +1 @@ +adb shell settings put system user_rotation 3 #270° clockwise diff --git a/roblox-scrcpy.sh b/roblox-scrcpy.sh new file mode 100644 index 0000000..e491514 --- /dev/null +++ b/roblox-scrcpy.sh @@ -0,0 +1,3 @@ +./scrcpy.AppImage --mouse=aoa --mouse-bind=++-- --keyboard=aoa --turn-screen-off --stay-awake + +