Skip to content

Instantly share code, notes, and snippets.

View QuartzWarrior's full-sized avatar
🤔
Getting a life

Isaiah QuartzWarrior

🤔
Getting a life
View GitHub Profile
@QuartzWarrior
QuartzWarrior / gplinks.user.js
Created July 9, 2025 16:36
GPLinks Bypass ( July 2025 )
@QuartzWarrior
QuartzWarrior / UploadFiles.py
Last active November 16, 2024 06:04
Upload any file under your discord upload limit to a channel easily
# run pip install -U curl_cffi
import asyncio
import os
from datetime import datetime, timezone
from curl_cffi.requests import AsyncSession
if os.name == "nt":
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
import asyncio
import os
from datetime import datetime, timezone
from curl_cffi.requests import AsyncSession
if os.name == "nt":
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
session = AsyncSession(impersonate="chrome")
@QuartzWarrior
QuartzWarrior / Slay.One Helper.user.js
Created November 6, 2022 16:17
Slay.One Helper - Quick choose abilities, auto-open chests on load, and Custom loadout per gamemode coming soon!
// ==UserScript==
// @name Slay.One Helper
// @namespace https://quartzwarrior.xyz
// @version 0.1
// @description Quick choose abilities, auto-open chests on load. Custom loadout per gamemode coming soon!
// @author QuartzWarrior
// @match https://slay.one/*
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js
// @icon https://www.google.com/s2/favicons?sz=64&domain=slay.one
// @grant GM_setValue
@QuartzWarrior
QuartzWarrior / Probot daily script.user.js
Last active January 9, 2026 22:54
A script to automatically claim probot daily.
// ==UserScript==
// @name Probot daily script
// @namespace https://quartzwarrior.xyz/
// @version 0.1
// @description A script to automatically claim probot daily.
// @author QuartzWarrior
// @match http*://quartzwarrior.xyz/*
// @match http*://probot.io/daily
// @icon http://probot.io/favicon.ico
// @grant unsafeWindow
@QuartzWarrior
QuartzWarrior / dogeware.user.js
Created February 11, 2022 03:17
DogeWare by SkidLamer
// ==UserScript==
// @name DogeWare - Krunker.io
// @namespace https://forum.sys32.dev/
// @version 5.4.2
// @description try to take over the world!
// @author SkidLamer
// @match *://krunker.io/*
// @match *://browserfps.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none