Skip to content

Instantly share code, notes, and snippets.

View EricPanDev's full-sized avatar
🎯
pluh

Eric Pan EricPanDev

🎯
pluh
View GitHub Profile
@EricPanDev
EricPanDev / discord_lootboxes.py
Last active April 3, 2024 01:32
Automatically open discord lootboxes
token = input("Copy and paste user token: ")
import requests, json, base64, time, sys
X_Super = {"client_build_number":280346}
headers = {
'authorization': token,
'x-super-properties': base64.b64encode(json.dumps(X_Super).encode('utf-8')).decode('utf-8'),
}
// ==UserScript==
// @name Fake Widevine
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Fake the presence of a functional Widevine CDM - enough to get the spotify UI to launch, so you can pick another playback device.
// @author David Buchanan
// @match https://open.spotify.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=spotify.com
// @grant none
// ==/UserScript==