Skip to content

Instantly share code, notes, and snippets.

@jbaaybaay
jbaaybaay / CrusaderLogicDND.py
Created December 3, 2018 14:37
CrusaderLogicDND
import discord
from discord.ext import commands
from discord.ext.commands import Bot
import asyncio
import random
EncounterSwitch = False
NumGrant = 2
Ungranted = ['Leading The Attack', 'Charging Minotaur', 'White Raven Tactics', 'Revitalizing Strike', 'Defensive Rebuke']
Granted = []
@jbaaybaay
jbaaybaay / NLTPS11Jerseys
Created November 18, 2017 00:31
NLTP S11 Jersey Script
// ==UserScript==
// @name NLTP S11 Jerseys
// @version 1.2
// @description Set and change ball jerseys directly from the group page
// @author zeeres, modified by ballparts
// @include http://tagpro-*.koalabeast.com*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_deleteValue
// @grant GM_log
@jbaaybaay
jbaaybaay / NLTPJerseys10.js
Last active August 5, 2017 00:42
NLTP Jersey Script S10
// ==UserScript==
// @name TagPro NLTP Jerseys Season 10
// @version 1.3
// @description Set and change ball jerseys directly from the group page
// @author zeeres, modified by ballparts/JBB
// @include http://tagpro-*.koalabeast.com*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_deleteValue
// @grant GM_log
@jbaaybaay
jbaaybaay / Client Toggle 1.2.js
Last active November 20, 2016 20:27
Client Toggle 1.2
// ==UserScript==
// @name Tagpro Competitive Toggler
// @include http://*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @exclude http://*.koalabeast.com:3000*
// @author eigenvector, JBB
// @run-at document-start
// @version 1.2
// ==/UserScript==
@jbaaybaay
jbaaybaay / Time On Ball.js
Created August 7, 2016 17:21
Time On Ball
// ==UserScript==
// @name Time On Ball
// @version 0.1
// @include http://*.koalabeast.com:*
// @include http://*.jukejuice.com:*
// @include http://*.newcompte.*
// @author ballparts & Flail
// ==/UserScript==
if ((window.sessionStorage.toggles && JSON.parse(window.sessionStorage.toggles).timeonball)){
@jbaaybaay
jbaaybaay / Ball Transparency Comp Server.js
Created August 7, 2016 17:21
Ball Transparency Comp Server
// ==UserScript==
// @name Ball Transparency
// @version 2.0.0
// @description Better particles, drop shadows, spinning options (ball, flair, overlay)
// @include http://*.koalabeast.com:*
// @include http://*.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @author Browncoat
// ==/UserScript==
@jbaaybaay
jbaaybaay / Macros Comp Client
Created July 9, 2016 20:54
Macros Comp Client
// ==UserScript==
// @name tagpro macros
// @namespace http://www.reddit.com/user/contact_lens_linux/
// @description Help your team with quick chat macros.
// @include http://*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @exclude http://*.koalabeast.com:3000*
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
// @author steppin, Watball
@jbaaybaay
jbaaybaay / Keymapper Comp Client
Created July 9, 2016 20:53
Keymapper Comp Client
// ==UserScript==
// @name keymapper
// @include http://*.koalabeast.com:*
// @include http://*.newcompte.fr:*
// @include http://tangent.jukejuice.com:*
// ==/UserScript==
if ((window.sessionStorage.toggles && JSON.parse(window.sessionStorage.toggles).remap)){
/*
Player needs to enter any game on the desired server OUTSIDE of the restricted competitive partition.
@jbaaybaay
jbaaybaay / Tagpro Tile Pattern Comp Server
Last active July 10, 2016 16:45
Tagpro Tile Pattern Comp Server
// ==UserScript==
// @name TagPro Tile Pattern
// @namespace http://www.reddit.com/u/snaps_/
// @description Tints every other floor tile a slightly different shade.
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
// @author snaps
// @version 0.1.0
@jbaaybaay
jbaaybaay / Transparent Canvas Comp Server
Created July 9, 2016 20:51
Transparent Canvas Comp Server
// ==UserScript==
// @name Tagpro Transparent Canvas 3.0
// @namespace http://www.reddit.com/user/newcompte/
// @author NewCompte
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// ==/UserScript==
if ((window.sessionStorage.toggles && JSON.parse(window.sessionStorage.toggles).transparent)){
tagpro.ready(function () {