Created
July 18, 2012 08:45
-
-
Save scturtle/3135095 to your computer and use it in GitHub Desktop.
dropbox cheater (mac)
This file contains 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 | |
MAC="00:"`echo $RANDOM | md5 | sed 's/\(..\)/&:/g' | cut -c1-14` | |
MAC2="00:"`echo $RANDOM | md5 | sed 's/\(..\)/&:/g' | cut -c1-20` | |
echo $MAC | |
ifconfig en0 ether $MAC | |
ifconfig en1 ether $MAC | |
ifconfig fw0 lladdr $MAC2 |
This file contains 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 | |
for ((i=37; i<=41; ++i)) | |
do | |
curl --data "referral_code=NTE1NTEyMTc5&fname=sc$i&lname=turtle$i&email=scturtle$i%40mail.com&password=888888&tos_agree=on®ister-submit=Create+account" https://www.dropbox.com/referrals/NTE1NTEyMTc5?src=global9 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment