Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name StarBreak: Super Macorn
// @namespace http://ryara.net/
// @version 0.1
// @author tobbez
// @match http*://www.starbreak.com/*
// @grant none
// @downloadURL https://gist.github.com/tobbez/f28a7abbdd956c3b783c/raw/starbreak-quick-swap.user.js
// @updateURL https://gist.github.com/tobbez/f28a7abbdd956c3b783c/raw/starbreak-quick-swap.user.js
// ==/UserScript==
@raidan00
raidan00 / StarBreak-Sprite-Sheet-Replacer.user.js
Last active May 30, 2023 13:55
StarBreak: Sprite Sheet Replacer
// ==UserScript==
// @name StarBreak: Sprite Sheet Replacer
// @version 1.0
// @match https://*.starbreak.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
@raidan00
raidan00 / StarBreak-Bots-Auto-Loot.user.js
Last active May 30, 2023 13:48
StarBreak-Bots: Auto Loot
// ==UserScript==
// @name StarBreak-Bots: Auto Loot
// @version 1.0
// @match https://*.starbreak.com/*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addValueChangeListener
// ==/UserScript==
let autoLootLeftCode = "Quote";
let autoLootRightCode = "Backslash";
@raidan00
raidan00 / StarBreak-Bots-Combat.user.js
Last active May 30, 2023 09:30
StarBreak-Bots: Combat
// ==UserScript==
// @name StarBreak-Bots: Combat
// @version 1.0
// @match https://*.starbreak.com/*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addValueChangeListener
// ==/UserScript==
let goToLeadCode = "KeyX";
let jumpToLeadCode = "KeyS";
@raidan00
raidan00 / StarBreak-Bots-Login.user.js
Last active May 30, 2023 08:54
StarBreak-Bots: Login
// ==UserScript==
// @name StarBreak-Bots: Login
// @version 1.0
// @match https://*.starbreak.com/*
// @grant GM_setValue
// @grant GM_getValue
// ==/UserScript==
let un = getAccountUsername();
let accsData = getAccsData();
@raidan00
raidan00 / StarBreak-Double-Shoot.user.js
Created April 29, 2023 09:44
StarBreak: Double Shoot
// ==UserScript==
// @name StarBreak: Double Shoot
// @version 1.0
// @author raidan00
// @match http*://www.starbreak.com/*
// @grant GM_setValue
// @grant GM_getValue
// @description https://www.youtube.com/@WipeFire
// ==/UserScript==
@raidan00
raidan00 / (obsolete) StarBreak-Multi-Acc.user.js
Last active May 13, 2023 09:12
(obsolete) StarBreak-Multi-Acc.user.js
// ==UserScript==
// @name StarBreak: Multi Acc
// @version 1.1
// @description StarBreak: Multi Acc
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addValueChangeListener
// @match https://*.starbreak.com/*
// ==/UserScript==
let goToLeadKeyCode = 88;
@raidan00
raidan00 / .block
Last active March 1, 2020 14:21
d3 v4 pie animation
license: gpl-3.0