This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* MobCat's small list of custom Discord CSS 20241030 | |
Used with Vencord v1.4.0 | |
Click the cat icon -> Open QuickCSS | |
Discord keeps adding buttons and ads I don't want and Vencord doesn't have | |
plugins or settings for some of this stuff, so we gotta do it ourselves. */ | |
/* Remove Nitro Link from DMs list */ | |
a[href="/store"] { display: none; } | |
/* Removes Shop Link from DMs list */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/env/Python3.10.4 | |
#/MobCat (2024) | |
# Meme script | |
# Build "Hello world" from a random array of Unicode | |
import random | |
import time | |
initTime = time.time() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::mymc drag and drop | |
::By MobCat (2024) | |
::For mymc alpha 2.7 | |
:: Usage - | |
:: Download this bat script and call it something like batch.bat | |
:: Place it in the same dir as mymc.exe | |
:: Drag and drop a folder of .psu files to this batch script | |
:: A new 8MB .ps2 mem card file will be saved in the same dir as your dir of .psu files | |
:: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; adds a "remove EXIF data" right click context menu item for jpg | |
; You should pre-process your jpg for compression first then use this tool | |
; when you post the jpg to the internet. | |
; The ico is optional. But I like it. | |
[HKEY_CLASSES_ROOT\*\shell\Exif Remove] | |
"AppliesTo"=".jpg" | |
"Icon"="C:\\exiv2-0.28.1\\bin\\remove.ico" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! arcadeartwork.org box art scraper | |
#!/env/Python3.10.4 | |
#/MobCat (2023) | |
import requests #pip install requests | |
import re | |
import os | |
# Not all consoles on site are here. Too many categories and sub categories. | |
# To make new one. Open The Album you want to download `https://www.arcadeartwork.org/index.php?/category/547` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo WoW login screen news redirector | |
REM Check if the script is running with administrator privileges | |
>nul 2>&1 net session || ( | |
echo This script requires administrator privileges. | |
echo Please run the script as an administrator. | |
pause | |
exit /b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/env/Python3.10.4 | |
#/MobCat (2023) | |
# Meme sorter | |
# max'in pop | |
# Is it good? No that's the point. | |
# I just wanted to see if my dumb idea worked. | |
# But I feel like this dumb idea should already excist. | |
import random |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// "Simple" server info page to replace WoWs news page on login screen | |
// (replace "Breaking News" Article on World of Warcraft login screen) | |
// By MobCat (2023) | |
// Preview | |
//https://cdn.discordapp.com/attachments/1063759326340186172/1129600786637262938/image.png | |
// Server side this has only been tested with trinity core for WoW 3.3.5 with sql 5. | |
// This will fubar on newer sql vers, sorry. But wont be to hard to convert mysql_query to $conn->query($sql) and so on | |
// Also https might brake it, idk. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Track | Initials | Boat | Timestamp | |
---|---|---|---|---|
Ship Graveyard | BLK | Blowfish | 01:31.82 | |
Ship Graveyard | RA3 | Armed Response | 01:31.99 | |
Ship Graveyard | RA6 | Rad Hazzard | 01:32.63 | |
Ship Graveyard | WBL | Miss Behave | 01:33.06 | |
Ship Graveyard | RAL | Midway | 01:33.59 | |
Ship Graveyard | ROB | Damn the Torpedoes | 01:36.16 | |
Ship Graveyard | KEV | Midway | 01:36.46 | |
Ship Graveyard | SHA | Damn the Torpedoes | 01:36.46 | |
Ship Graveyard | DON | Razorback | 01:37.16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/env/Python3.10.4 | |
#/MobCat (2023) | |
# A super shit and super slow tool for automatically downloading Hydro Thunder arcade | |
# times for Twin Galaxies and exporting them into a csv you can use with | |
# https://github.com/AkBKukU/HydroThunder-TimeTool | |
# as TG does not seem to display player initials and boats used | |
# a lookup table was made for players, and boats will be chosen randomly. | |
# The "Not Accessible" tracks will have default data placed there | |
# as TG does not have times for these tracks... as they are not accessible in game. |
NewerOlder