Skip to content

Instantly share code, notes, and snippets.

@Bios597407
Forked from tientuti/bypass
Created February 8, 2021 10:25
Show Gist options
  • Save Bios597407/ebaee2cf9bfa1de67c62fe08ef9056d4 to your computer and use it in GitHub Desktop.
Save Bios597407/ebaee2cf9bfa1de67c62fe08ef9056d4 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "==> Kiem tra brew..."
which brew > /dev/null
if [ $? -ne 0 ]; then
echo "==> Ban da cai brew tren may Mac."
read -p "==> Bam enter de cai Homebrew "
/usr/bin/ruby -e "$(curl -fsSL https://gitlab.com/snippets/1909941/raw)"
fi
echo "==> Cai dat usbmuxd"
brew install libusbmuxd https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb
clear
echo "**************** Checkra1n iCloud Bypass ****************"
echo "Tien Phan"
echo
echo "==> JB using Checkra1n"
~/Desktop/checkra1n_gui -
read -p "==> Neu da JB xong vui long bam enter de tiep tuc Bypass "
echo "==> Setting up SSH over USB..."
iproxy 2222 44 2> /dev/null &
runcmd () {
sshpass -p alpine ssh -o StrictHostKeyChecking=no root@localhost -p 2222 "$1" > /dev/null
}
echo "==> Bypassing iCloud lock..."
runcmd "mount -o rw,union,update / && mv /Applications/Setup.app /Applications/Setup.app.bypass && killall Setup && uicache --all && killall backboardd"
runcmd "killall backboardd"
echo
echo "==> Done! :)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment