Skip to content

Instantly share code, notes, and snippets.

@clyfish
Last active January 2, 2018 10:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clyfish/4af0e17b481f95fd94abd4841f72c583 to your computer and use it in GitHub Desktop.
Save clyfish/4af0e17b481f95fd94abd4841f72c583 to your computer and use it in GitHub Desktop.
六国远征脚本,adb shell进去之后执行,适用1080*1920屏幕
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