Skip to content

Instantly share code, notes, and snippets.

@scturtle
Created July 18, 2012 08:45
Show Gist options
  • Save scturtle/3135095 to your computer and use it in GitHub Desktop.
Save scturtle/3135095 to your computer and use it in GitHub Desktop.
dropbox cheater (mac)
#!/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
#!/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&register-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