Skip to content

Instantly share code, notes, and snippets.

View Scrxtchy's full-sized avatar

Scratch Scrxtchy

View GitHub Profile
1 2 3 4
5 6 7 8
9 10 11 12
13 **1
0 1 2 3
qr_game_282_VmuUqJz.png [qr_game_282_VTAGUzU.png](gb://guide/19
@Scrxtchy
Scrxtchy / ff14Angler.user.js
Last active August 25, 2021 09:03
FF14 Angler AA
// ==UserScript==
// @name FishingShit - ff14angler.com
// @namespace Violentmonkey Scripts
// @match https://*.ff14angler.com/*
// @match https://ff14angler.com/*
// @grant none
// @version 1.0.1
// @author Scratch
// @description 8/25/2021, 6:19:31 PM
// @updateURL https://gist.github.com/Scrxtchy/18968ba71af320e1c3f790b94f2e66c6/raw/ff14Angler.user.js
@Scrxtchy
Scrxtchy / firmamentProg.py
Created September 8, 2020 13:52
Scrape Ishgard Restoration for Progress Alerts
from bs4 import BeautifulSoup as bs4
import requests
import pickle
#checkpoints = {"Tonberry":[], "Cactuar":[]} ## run these at some point to init datastorage
#pickle.dump(checkpoints, open("xiv.prog", "wb")) ## imaging spending time automating setup instead of gaming
x = requests.get('https://eu.finalfantasyxiv.com/lodestone/ishgardian_restoration/builders_progress_report')
soup = bs4(x.text, 'html.parser')
worlds = ["Tonberry", "Cactuar"]
@echo off
if [%~1]==[-w] goto :wireless
if [%~1]==[kill] goto :kill
goto :connect
:kill
D:\Scratch\Documents\Scrcpy\adb.exe kill-server
exit /b
:wireless
@Scrxtchy
Scrxtchy / profanity_filter.wlist
Created January 19, 2020 04:26
Minecraft Bedrock Banned Worlds
1488
8=D
A55hole
abortion
ahole
AIDS
AIDs
ainujin
ainuzin
akimekura
@Scrxtchy
Scrxtchy / newDarkTransparent.vstheme.xml
Created May 4, 2019 10:48
moeide dark themes (2019)
<Themes>
<Theme Name="Dark Transparent NEW" GUID="{e8a77904-0427-4f80-9bfc-079ca88bf65d}">
<Category Name="ACDCOverview" GUID="{c8887ac6-3c60-4209-9d69-8f4c12a60044}">
<Color Name="Body">
<Background Type="CT_RAW" Source="FF252526" />
<Foreground Type="CT_RAW" Source="FFF1F1F1" />
</Color>
<Color Name="H1">
<Foreground Type="CT_RAW" Source="FF84CEFF" />
</Color>
@Scrxtchy
Scrxtchy / adb.log
Created October 18, 2018 04:44
twtich pubsub topics
10-18 15:24:35.608 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["user-subscribe-events-v1.90707410"]}, "type":"LISTEN"}
10-18 15:24:35.613 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["whispers.90707410"]}, "type":"LISTEN"}
10-18 15:24:35.868 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["presence.90707410"]}, "type":"LISTEN"}
10-18 15:24:35.869 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["friendship.90707410"]}, "type":"LISTEN"}
10-18 15:24:35.871 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["chatrooms-user-v1.90707410"]}, "type":"LISTEN"}
10-18 15:24:37.956 18746 18927 E twitch-scratch-send: webs
@Scrxtchy
Scrxtchy / linestickers.py
Created August 23, 2018 12:21
line sticker dl
import requests, json, sys, tempfile, shutil, pathlib, os, zipfile, re
#TODO: Animated and Audio files
sID = sys.argv[1]
meta = requests.get('http://dl.stickershop.line.naver.jp/products/0/0/1/{0}/android/productInfo.meta'.format(sID)).json()
meta['title']['en'] = re.sub(r'[:"%\/<>\^\|\?]', '_', meta['title']['en'])
print (meta['title']['en'])
@Scrxtchy
Scrxtchy / maccas.py
Last active August 23, 2018 14:41
Maccas Android Offers
import requests, json
from base64 import b64encode
from hashlib import md5
config = {
"username":"[REDACTED]",
"password":"[REDACTED]",
"postcode":"3000",