Skip to content

Instantly share code, notes, and snippets.

@bytesizedpcs
bytesizedpcs / d3stryr-3stripes-atc-cs.php
Created September 16, 2016 05:13
Helper script for d3stryr-3stripes.php
<?php
$marketsList=[];
$marketsList['AT']='de_AT';
$marketsList['AU']='en_AU';
$marketsList['BE']='fr_BE';
$marketsList['BR']='pt_BR';
$marketsList['CA']='en_CA';
$marketsList['CL']='es_CL';
$marketsList['CO']='es_CO';
$marketsList['CZ']='cz_CZ';
#!/usr/bin/env python
import datetime
import inspect
import json
import lxml.html
from lxml.cssselect import CSSSelector
import re
import requests
import os
@bytesizedpcs
bytesizedpcs / d3stryr-3stripes.php
Created September 16, 2016 05:20
All Day I Dream About Sleeping
<html>
<head>
<meta charset="UTF-8">
<!--
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@bytesizedpcs
bytesizedpcs / i-suck-at-pong-ism.js
Created September 22, 2016 15:21
ARCAD-ISM CHEAT
var email=email;
var points=100;
var token=token;
var hex_chr = "0123456789abcdef";
function rhex(num) {
str = "";
for (j = 0; j <= 3; j++) str += hex_chr.charAt((num >> (j * 8 + 4)) & 0x0F) + hex_chr.charAt((num >> (j * 8)) & 0x0F);
return str
@bytesizedpcs
bytesizedpcs / d3stryr-3stripes.php
Created October 2, 2016 03:46 — forked from TenF1ngahz/d3stryr-3stripes.php
All Day I Dream About Sleeping
<html>
<head>
<meta charset="UTF-8">
<?php $debug=False; ?>
<title>d3stryr 3stripes</title>
<script>
function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays*24*60*60*1000));
var expires = "expires="+d.toUTCString();
#!/bin/env/ python2.7
# Version 1.0.0
# Simple program to checkout in supreme
# adding multiprocessing and proxy support
import sys
import json
import time
import requests
Setup instructions:
** I WOULD HIGHLY RECOMMEND SETTING THIS UP IN A VM**
1. Install Homebrew
2. Install Python with homebrew
3. Install pip with homebrew
4. Install requests with pip
5. Install requests[security] with pip
6. If necessary, install/update OpenSSL with homebrew
@bytesizedpcs
bytesizedpcs / goat_order.py
Created May 30, 2017 12:38 — forked from footcarts/goat_order.py
goat_order.py
# ENTER USERNAME AND PASSWORD BELOW
# - FOOTCARTS
import requests
import json
import time
from time import sleep
goat = requests.Session()
cookies = {
'_sneakers_session': 'Ui9jZ2Y5UTJmWmdLd0w2MDllUTZmTHdSOHdQa0FHVmRMTzZZWE83S0ZDbUxQVVR6NmpueXBRekh1cXZpSXlISWJPbHA1NDgrUk5zOFRTVWd5MGVHd2p5L3gyUkI0TDFMSEFpbUVDRUlRSXVXdStGV21lUHVSRnZPWUJBZS8vRmtRTThFVUo1QWp5L2ZIWUJONXFFYk00WGhjM1lnTnlEUGx4OHZqeWVwUlhnPS0teGZzMnl2ZHZCU0FjUUdwS2QzMHoxUT09--f5b1708b355a4f830e2eeebde10bd26ebd6b4ea5',
var request = require('request')
var bunyan = require('bunyan')
var fs = require('fs')
var log = bunyan.createLogger({
name: "strange-supreme"
})
var options = {
url: `http://www.supremenewyork.com/shop/{id}.json`,
headers: {
import React, { Component } from 'react';
import XLSX from 'xlsx';
import Grid from '@material-ui/core/Grid';
import Button from '@material-ui/core/Button';
import { withStyles } from '@material-ui/core/styles';
import {
Inputs,
Date,
FootProtector,
Pillow,