Skip to content

Instantly share code, notes, and snippets.

View trikrapka's full-sized avatar
:electron:

trikrapka trikrapka

:electron:
View GitHub Profile
@tatdatpham
tatdatpham / bypass-mdm.sh
Created October 2, 2023 14:10
The script that help bypass MDM for Venture & Sonoma. Please only use script when you can access to your device and run script with root.
#!/bin/bash
RED='\033[1;31m'
GRN='\033[1;32m'
BLU='\033[1;34m'
YEL='\033[1;33m'
PUR='\033[1;35m'
CYAN='\033[1;36m'
NC='\033[0m'
echo -e "${CYAN}*---------------------*----------------------*${NC}"