Skip to content

Instantly share code, notes, and snippets.

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active October 20, 2025 20:58
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@pkpc99
pkpc99 / BA_SpineFilenames.md
Last active September 25, 2025 03:05
Blue Archive Spine Name Codes/Filenames

updated occassionally

CH

filename character
CH0058_spr Hifumi (Swimsuit)
CH0060_spr Tsurugi (Swimsuit)
CH0063_spr Hina (Swimsuit)
CH0064_spr Iori (Swimsuit)
CH0066_spr Shun (Small)
CH0069_spr Mika
@FabulousCupcake
FabulousCupcake / ba-account-data-dump.md
Last active August 19, 2024 17:28
Obtaining Blue Archive Account Data Dump

This guide will briefly explain how to obtain your own account data dump in JSON, which you can then process in Google Spreadsheet or some tools such as [justin163's planner][1].

This guide assumes you have the game running on a mobile phone and you have desktop running in the same network.
If you run the game using an emulator on Windows, see the addendum section further below.

⚠️ Disclaimer

This breaks the game [Terms of Service][5] and is NOT allowed.
You are responsible for any actions taken to your account, do it at your own risk.

Pre-requisites

重要
重要
重要
重要
重要
重要
loli ojousama with red eyes, green blue gradient hair, double bun, wearing dark blue frilled dress, detached sleeves, juliet sleeves, blue butterflies, scenery.
>拝み倒すけどどういう呪文でそれを出力してるのですか…
何度かスレに貼ってるけど今はこれ
loli ojousama with red eyes, green blue gradient hair with double bun, thick bangs, dark blue frilled off the shoulder dress, detached sleeves,
@bmaupin
bmaupin / free-database-hosting.md
Last active October 15, 2025 07:58
Free database hosting
@wontoncc
wontoncc / balloontip.py
Last active September 30, 2025 16:09
Balloon tip module, Python, using win32gui.
# -- coding: utf-8 --
from win32api import *
from win32gui import *
import win32con
import sys, os
import struct
import time
class WindowsBalloonTip: