tuxmartin

ANDROID AdBlock

Nov 10th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. #!/bin/sh
  2. mount -o remount,rw /system
  3. busybox wget -q http://winhelp2002.mvps.org/hosts.txt -O /etc/hosts
  4. mount -o remount,ro /system
  5. echo "OK"
  6. ### ANDROID AdBlock
Advertisement
Add Comment
Please, Sign In to add comment