This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
newMACAddress=$(openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//') | |
ifconfig en0 ether $newMACAddress | |
echo "🔥 new MAC address: $newMACAddress" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell input keyevent 82 && adb shell input keyevent 19 && adb shell input keyevent 23 |
OlderNewer