Advertisement
dedeanshi

adb ML

Jan 11th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. @echo off
  2. cls
  3. color 0B
  4. echo 1. Restarting ADB
  5. adb kill-server&&adb start-server >NUL
  6. echo 2. Closing APPS
  7. adb shell am force-stop com.mobile.legends >NUL
  8. echo 3. Cleaning TSS_TMP folder
  9. adb shell rm -rf /data/data/com.mobile.legends/* >NUL
  10. echo 4. Launching MOBILE Legends
  11. adb shell monkey -p com.mobile.legends -c android.intent.category.LAUNCHER 1 >NUL
  12. timeout /t 5 /nobreak
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement