Skip to content

Instantly share code, notes, and snippets.

View insanedefaults's full-sized avatar
Sailin' on by

Michael Anthony insanedefaults

Sailin' on by
View GitHub Profile
#!/bin/bash
echo beginnning
# Colors
red='\x1b[0;31m'
yellow='\x1b[0;33m'
green='\x1b[0;32m'
teal='\x1b[0;36m'
blue='\x1b[0;34m'
@insanedefaults
insanedefaults / referoneliner.bash
Created July 6, 2017 21:39
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' \