Skip to content

Instantly share code, notes, and snippets.

@insanedefaults
Created July 6, 2017 21:39
Show Gist options
  • Save insanedefaults/202561a5d4badd16b22c2b26612badbc to your computer and use it in GitHub Desktop.
Save insanedefaults/202561a5d4badd16b22c2b26612badbc to your computer and use it in GitHub Desktop.
Star Citizen Referral Code Randomizer Script
curl 'http://gorefer.me/randomizer/submit_ajax.php?set=STAR&code=STAR-P47M-3LJT&time='$(date +%s000) \
-H 'Pragma: no-cache' \
-H 'DNT: 1' \
-H 'Accept-Encoding: gzip, deflate' \
-H 'Accept-Language: en-US,en;q=0.8' \
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36' \
-H 'Accept: text/html, */*; q=0.01' \
-H 'Referer: http://gorefer.me/starcitizen/' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Connection: keep-alive' \
-H 'Cache-Control: no-cache' \
--compressed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment