Created
March 17, 2020 15:25
-
-
Save meteorsnows/e60f18ab1252bbbc2ead6f6f30e3c19c to your computer and use it in GitHub Desktop.
adbgame
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
cd "C:\PortableApps\Android\platform-tools" | |
./adb.exe devices | |
while : ; do ./adb.exe shell input tap 785 1834; done | |
while sleep 1; do echo "Hi"; done | |
while sleep 1; do ./adb.exe shell input tap 760 1834; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment