Skip to content

Instantly share code, notes, and snippets.

View itzAlex's full-sized avatar
:shipit:
😄

Alex P itzAlex

:shipit:
😄
View GitHub Profile
@itzAlex
itzAlex / Samsung_Service_Menu.ir
Created July 10, 2023 23:50
IR signals to access Samsung's Service Menu - Flipper Zero
Filetype: IR signals file
Version: 1
# Warning: Accessing this menu will restore your display settings to factory defaults
# Steps:
# 1.- Turn ON the monitor
# 2.- Press S1
# 3.- Press S2
#
@itzAlex
itzAlex / TwitchHammer.py
Last active July 6, 2024 20:28
Python script to ban a list of Twitch usernames/IDs
import requests
import time
import os
import argparse
import re
"""
Twitch API examples:
curl -X GET 'https://api.twitch.tv/helix/users?id=141981764' \