Skip to content

Instantly share code, notes, and snippets.

@HDR
HDR / fuckschibsted.txt
Created June 10, 2026 04:05
schibsted ublock origin filter
e24.no,minmote.no,tek.no,vg.no##div[id="sp_message_container_1487761"]
e24.no,minmote.no,tek.no,vg.no##html.sp-message-open:style(height: auto !important; width: auto !important;)
e24.no,minmote.no,tek.no,vg.no##html.sp-message-open body:style(overflow: auto !important; position: static !important; margin-top: 0 !important; top: 0 !important;)
@HDR
HDR / Forza-Car-Ordinals-Masterlist.json
Last active June 5, 2026 00:50
This contains all car ordinals from Forza Horizon 4, Forza Horizon 5, Forza Horizon 5, Forza Motorsport 7 and Forza Motorsport 2023 (as of 05.06.2026) Todo: replace the filenames with actual car Manfucaturer, name and dates
{
"1969 Toyota 2000 GT": "247",
"1964 Ferrari 250 GTO": "249",
"1954 Mercedes-Benz 300 SL": "251",
"1994 Ferrari F355 Berlinetta": "253",
"1991 Ferrari 512 TR": "255",
"FER_575_02": "257",
"fer_612_04": "258",
"1973 Porsche 911 Carrera RS": "260",
"1995 Porsche 911 GT2": "261",
@HDR
HDR / Forza Motorsport (2023) Car Ordinals.json
Created June 4, 2026 23:59
All Car Ordinal id's for Forza Motorsport (2023), Forza Motorsport (2023), Car Ordinals, Forza Motorsport (2023) Car Ordinals, FM2023, Forza Horizon car id's, Forza Motorsport (2023) car ordinals list
{
"TOY_2000GT_69": "247",
"FER_250GTO_64": "249",
"MER_300SL_54": "251",
"FER_355Berlinetta_94": "253",
"FER_512TR_91": "255",
"FER_575_02": "257",
"POR_CarreraRS_73": "260",
"POR_911GT2_95": "261",
"POR_996GT3_04": "262",
@HDR
HDR / Forza Motorsport 7 Car Ordinals.json
Last active June 5, 2026 00:20
All Car Ordinal id's for Forza Motorsport 7, Forza Motorsport 7, Car Ordinals, Forza Motorsport 7 Car Ordinals, F7, Forza Horizon car id's, Forza Motorsport 7 car ordinals list
{
"fer_250gto_64": "249",
"mer_300sl_54": "251",
"fer_355berlinetta_94": "253",
"fer_512tr_91": "255",
"fer_575_02": "257",
"fer_612_04": "258",
"por_carrerars_73": "260",
"por_911gt2_95": "261",
"por_996gt3_04": "262",
@HDR
HDR / Forza Horizon 4 Car Ordinals.json
Last active June 5, 2026 00:19
All Car Ordinal id's for Forza Horizon 4, Forza Horizon 4, Car Ordinals, Forza Horizon 4 Car Ordinals, FH4, Forza Horizon car id's, Forza Horizon 4 car ordinals list
{
"TOY_2000GT_69": "247",
"FER_250GTO_64": "249",
"MER_300SL_54": "251",
"FER_355Berlinetta_94": "253",
"FER_512TR_91": "255",
"FER_575_02": "257",
"por_carrerars_73": "260",
"por_911gt2_95": "261",
"POR_996GT3_04": "262",
@HDR
HDR / Forza Horizon 5 Car Ordinals.json
Last active June 5, 2026 00:20
All Car Ordinal id's for Forza Horizon 5, Forza Horizon 5, Car Ordinals, Forza Horizon 5 Car Ordinals, FH5, Forza Horizon car id's, Forza Horizon 5 car ordinals list
{
"TOY_2000GT_69": "247",
"FER_250GTO_64": "249",
"MER_300SL_54": "251",
"FER_355Berlinetta_94": "253",
"FER_512TR_91": "255",
"FER_575_02": "257",
"por_carrerars_73": "260",
"por_911gt2_95": "261",
"POR_996GT3_04": "262",
@HDR
HDR / Forza Horizon 6 Car Ordinals.json
Last active July 5, 2026 11:36
All Car Ordinal id's for Forza Horizon 6 as of 30.05.26, Forza Horizon 6, Car Ordinals, Forza Horizon 6 Car Ordinals, FH6, Forza Horizon car id's, Forza Horizon 6 car ordinals list
{
"1969 Toyota 2000 GT": "247",
"1964 Ferrari 250 GTO": "249",
"1954 Mercedes-Benz 300 SL": "251",
"1994 Ferrari F355 Berlinetta": "253",
"1991 Ferrari 512 TR": "255",
"1973 Porsche 911 Carrera RS": "260",
"1995 Porsche 911 GT2": "261",
"2004 Porsche 911 GT3": "262",
"1982 Porsche 911 Turbo": "265",
@HDR
HDR / dump_bambu.py
Created June 10, 2025 11:46
A Proxmark3 pyscripts python script that dumps bambu rfid tags in one go.
#!/usr/bin/env python3
import time
import json
from hkdf import Hkdf
import hashlib
import pm3
from datetime import datetime
import struct
try:
@HDR
HDR / CC:Tweaked Play Any Song.md
Last active March 4, 2025 22:39
A guide for cc:tweaked on how to play back any .wav file ingame.

Requirements:

  • A computer hooked up to a CC:Tweaked Speaker or a (Advanced) Noisy Pocket Computer
  • Any .wav file

Howto:

  1. Download the audio player code & b64 pastebin get QmkYgCZs play & pastebin get ntsWPAcq b64 (you only need to do this once)
  2. Convert your audio file to wav
  3. Convert the wav file to dfpwm using https://martinrefseth.com/wav2dfpwm/ (Now supports bulk wav to dfpwm or base64 encoded dfpwm)
  4. Copy the base64 encoded DFPWM from the text box
@HDR
HDR / HuaweiHRP_OBS.py
Last active February 15, 2025 08:05
An OBS script that displays your heart rate as reported by a Huawei smart watch in HR Data Broadcast Mode, requires bleak (pip install bleak)
#By HDR
#https://gist.github.com/HDR/02cec215db1e97349008e80a3116a189
#V1.0
import obspython as obs
import asyncio
import threading
from bleak import BleakScanner, BleakClient
source_name = "Heart Rate"
current_text = "Awaiting Connection..."