I hereby claim:
- I am cr3atable on github.
- I am creatable (https://keybase.io/creatable) on keybase.
- I have a public key ASASk4Ju5KgejesbvmiSW1WT7uN5AjaMch4UxE-oFm-BTwo
To claim this, I am signing this object:
// ==UserScript== | |
// @name Marathon Invite Patcher | |
// @namespace Violentmonkey Scripts | |
// @match https://www.bungie.net/* | |
// @version 1.0.0 | |
// @author link | |
// @description Forces Bungie.com to think that you have access to the Marathon alpha and thusly can generate invite codes. Why the server sends them back, I have no idea. | |
// @grant GM_addElement | |
// @run-at document-start | |
// ==/UserScript== |
// ==UserScript== | |
// @name Forcibly enable Vue.js devtools | |
// @namespace https://toon.link | |
// @include http://* | |
// @include https://* | |
// @grant none | |
// @version 1.0 | |
// @author toonlink | |
// @description Forcibly enables the VueJS devtools. Works on Vue 2 and 3. | |
// @run-at document-start |
// ==UserScript== | |
// @name Force Enable r/place, again | |
// @namespace https://toonl.ink | |
// @description Force enable r/place | |
// @version 1.1.0 | |
// @author toonlink | |
// @license CC0-1.0 | |
// @include https://www.reddit.com/* | |
// @include https://new.reddit.com/* | |
// @include https://reddit.com/* |
// ==UserScript== | |
// @name Roll20 Character Sheet New Tab | |
// @match https://app.roll20.net/* | |
// @grant none | |
// @version 1.0 | |
// @author toonlink | |
// @description 11/21/2022, 1:19:45 PM | |
// ==/UserScript== | |
// http-url:https://unpkg.com/[email protected]/dist/esm/shared.js |
// ==UserScript== | |
// @name Force Enable r/place | |
// @namespace https://creatable.cafe | |
// @description Force enable r/place | |
// @version 1.0.0 | |
// @author creatable | |
// @license CC0-1.0 | |
// @include https://www.reddit.com/* | |
// @include https://new.reddit.com/* | |
// @include https://reddit.com/* |
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name MC TOKEN GRABBER | |
// @namespace https://creatable.cafe | |
// @match https://www.minecraft.net/en-us/profile | |
// @grant none | |
// @version 1.0 | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
// @author creatable | |
// @description Adds a button for grabbing your token. | |
// ==/UserScript== |
import os | |
import rumps | |
import tempfile | |
import requests | |
import json | |
import pyperclip | |
import random | |
import sys | |
# CONFIG |
import praw | |
import discord | |
import aiohttp | |
import asyncio | |
from discord.ext import commands | |
from prawcore import NotFound | |
from praw.models import Message | |
reddit = praw.Reddit(YOU EVER JUST "AAAAAAAAAA"?) |