Skip to content

Instantly share code, notes, and snippets.

@meteorsnows
Created March 17, 2020 15:25
Show Gist options
  • Save meteorsnows/e60f18ab1252bbbc2ead6f6f30e3c19c to your computer and use it in GitHub Desktop.
Save meteorsnows/e60f18ab1252bbbc2ead6f6f30e3c19c to your computer and use it in GitHub Desktop.
adbgame
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