Created
July 6, 2017 21:39
-
-
Save insanedefaults/202561a5d4badd16b22c2b26612badbc to your computer and use it in GitHub Desktop.
Star Citizen Referral Code Randomizer Script
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
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