Skip to content

Instantly share code, notes, and snippets.

View 0x8008's full-sized avatar
๐ŸŠ
orange season

0x8008 0x8008

๐ŸŠ
orange season
  • Szczytna, Poland
View GitHub Profile
@0x8008
0x8008 / honor.md
Created August 25, 2026 14:26
Honor firmware links

Honor firmware links

Decrypted from firmware_links_cache.json. Entries: 16752.

Model name Version Download
PCManager-ARM64 18.0.1.59 Download
ABR-L03 9.0.0.253 Download
ABR-L03 9.0.0.254 Download
ABR-L03 9.0.0.261 Download
@0x8008
0x8008 / filter.txt
Created May 26, 2026 07:00
ps5 update block for adguard home
||dau01.ps5.update.playstation.net^
||dbr01.ps5.update.playstation.net^
||dcn01.ps5.update.playstation.net^
||deu01.ps5.update.playstation.net^
||dhk01.ps5.update.playstation.net^
||djp01.ps5.update.playstation.net^
||dkr01.ps5.update.playstation.net^
||dmx01.ps5.update.playstation.net^
||dru01.ps5.update.playstation.net^
||dsa01.ps5.update.playstation.net^
@0x8008
0x8008 / last.py
Created May 20, 2025 08:38
Copy last.fm scrobbles to your account indefinitely
import time
import requests
import hashlib
import os
from datetime import datetime
# Last.fm API configuration
API_KEY = "" # Replace with your Last.fm API key
API_SECRET = "" # Replace with your Last.fm API secret
API_ROOT = "http://ws.audioscrobbler.com/2.0/"
@0x8008
0x8008 / script.sh
Created October 17, 2024 07:56
Unfuck macOS with one simple script
#!/bin/bash
# Based on macOS Silverback Debloater
# v2.0 by 0x8008, original by Wamphyre
# Disabling SIP is required ("csrutil disable" from Terminal in Recovery)
# Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist
# To revert, delete /private/var/db/com.apple.xpc.launchd/ disabled.plist and disabled.501.plist and reboot; sudo rm -r /private/var/db/com.apple.xpc.launchd/*
# Disable animations, and heavy desktop effects