Skip to content

Instantly share code, notes, and snippets.

View TheRedstoneRadiant's full-sized avatar

RedstoneRadiant TheRedstoneRadiant

  • University of Toronto
View GitHub Profile
bind=,XF86AudioPlay,exec,${playerctl} play-pause
bind=,XF86AudioPrev,exec,${playerctl} previous
bind=,XF86AudioNext,exec,${playerctl} next
bind=,XF86AudioRaiseVolume,exec,${pulsemixer} --change-volume +6
bind=,XF86AudioLowerVolume,exec,${pulsemixer} --change-volume -6
bind=,XF86AudioMute,exec,${pulsemixer} --toggle-mute
@TheRedstoneRadiant
TheRedstoneRadiant / padlet_spammer.py
Last active December 9, 2023 21:05
Spams public padlets randomly using an anonymous account.
import requests, json, random
from bs4 import BeautifulSoup
BASE_URL: str = "https://padlet.com/"
PADLET_LINK: str = "kzezxhghus/cns0m5vgy7flm1cl"
ATTACHMENTS: list[str] = []
def post_padlet(token, wall_id, author_id, subject, body, index):
@TheRedstoneRadiant
TheRedstoneRadiant / get_discord_token.js
Last active January 12, 2023 01:16
Paste in Discord console to get your token.
prompt("Here's your token\n",Object.values(webpackChunkdiscord_app.push([[Math.random()],[],e=>r=e.c])).find(e=>e.exports&&e.exports.default&&e.exports.default.getToken).exports.default.getToken());