Last active
January 2, 2018 10:10
-
-
Save clyfish/4af0e17b481f95fd94abd4841f72c583 to your computer and use it in GitHub Desktop.
六国远征脚本,adb shell进去之后执行,适用1080*1920屏幕
This file contains hidden or 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
function t { echo $1 $2;input tap $1 $2;};function s { sleep $1;};while :;do t 370 360;t 850 330;t 710 690;t 1120 580;t 1500 720;t 1530 330;s 3;t 1260 990;s 5;t 1770 1010;t 600 230;t 610 410;t 920 820;t 1250 720;t 1630 520;t 1330 430;s 5;t 1050 750;t 960 980;s 3;done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment