Skip to content

Instantly share code, notes, and snippets.

View noowz's full-sized avatar
🎯
Focusing

Noowz noowz

🎯
Focusing
View GitHub Profile
@JPBM135
JPBM135 / uploadFolderToApplicationEmojis.mjs
Last active May 15, 2025 07:01
Sync folder to discord application emojis
import { readdirSync, readFileSync, writeFileSync } from "fs";
import { setTimeout } from "timers/promises";
const APPLICATION_ID = "APPLICATION_ID";
const TOKEN =
"BOT_TOKEN";
const discordApiUrl = `https://discord.com/api/v10/applications/${APPLICATION_ID}/emojis`;
const headers = {
import hmac
import base64
import urllib.parse
import requests
import time
# Supercell ID "Request Forgery Protection" bypass by danyanull, 2025
# I know this code is holy crap but it's made as a PoC just for fun in about 2 hours
# Updates: