Skip to content

Instantly share code, notes, and snippets.

@infval
infval / decode_font.py
Created February 3, 2019 09:25
Font decoder/encoder - Splinter Cell Chaos Theory (N-Gage)
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import math
from PIL import Image, ImageDraw
def decode(filename):
print(filename)
with open(filename, "rb") as f:
b = f.read()
#-*- coding: utf-8 -*-
#!/usr/bin/env python3
"""
Pursuit Force: Extreme Justice (PSP)
VDB/VIB extractor
VAG без заголовка
В MFAudio аудиофайлы можно задать как:
@infval
infval / emuparadise.download.user.js
Last active April 11, 2025 01:55
emuparadise.me download workaround (Most games + Sega Dreamcast, Books/Comics/Guides/Magazines)
// ==UserScript==
// @name EmuParadise Download Workaround
// @version 1.2.3
// @description Replaces the download button link with a working one
// @author infval (Eptun)
// @match https://www.emuparadise.me/*/*/*
// @grant none
// ==/UserScript==
// https://www.reddit.com/r/Piracy/comments/968sm6/a_script_for_easy_downloading_of_emuparadise_roms/