Skip to content

Instantly share code, notes, and snippets.

@ponkotuy
Created September 14, 2015 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ponkotuy/0febeb2ed0a9c58822cd to your computer and use it in GitHub Desktop.
Save ponkotuy/0febeb2ed0a9c58822cd to your computer and use it in GitHub Desktop.
HeroTowerBot
#!/bin/sh
# 勇者の塔を自動プレイする簡易スクリプト
# ただしNexus6(1440x2560)に限る
# 必要なもの: adb
# 条件: 兵士タブを開いた状態にし、スクロールを一番上にしておくこと
while :
do
adb shell input tap 702 284 # ドーピング
adb shell input tap 870 284 # 金の雨
adb shell input tap 1034 284 # ワープ
adb shell input tap 1260 1962 # 剣士x1000
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment