Guest User

Untitled

a guest
Mar 17th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #!/bin/ash
  2. #a pinginn was here
  3. #save as mac-spoof.sh [chmod 777 mac-spoof.sh su > sh mac-spoof.sh ](From term)
  4. echo "Backing Up Mac Address To SDcard!"
  5. ifconfig wlan0| grep HWaddr >> /mnt/sdcard/mac.log
  6. echo "!Org Mac Address!" >> /mnt/sdcard/mac.log
  7. echo "Seting Random Address"
  8. ip link set wlan0 address 00:12:f0:dd:cc:dc
  9. #end
Add Comment
Please, Sign In to add comment