Advertisement
LaDEEKill3R

AutoAdb_Wifi

May 3rd, 2020
4,171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.29 KB | None | 0 0
  1. @echo off
  2.  
  3. Title Wifi - Autoadb.exe scrcpy by IT Groceries
  4.  
  5. taskkill /f /im adb* /t
  6.  
  7. adb kill-server
  8.  
  9. adb tcpip 5555
  10.  
  11. adb connect 192.168.1.4:5555
  12.  
  13. autoadb scrcpy --always-on-top --bit-rate 5M --max-fps 60 --max-size 2160 --show-touches --window-title "ITGroceries (YT) Channel"
  14.  
  15. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement