Skip to content

Instantly share code, notes, and snippets.

View indexxing's full-sized avatar
forever procrastinating

Index indexxing

forever procrastinating
View GitHub Profile
@indexxing
indexxing / polytoriaSmeagleForumCategory.json
Last active April 6, 2025 02:25
Polytoria April Fool's Day 2025 - Smeagle Forum Category archive (as of April 3rd, 2025 @ 12 am)
[
{
"id": 468650,
"title": "In Memoriam (2002 - 2025)",
"content": "Smeagle was a former QA tester and a close friend of the entire Polytoria team. We received the news last night that he regrettably passed away after a long disappearance following the previous Easter event and we plan on sending his family a copy of the farewell wishes posted here.\r\n\r\nThank you, everyone.",
"isPinned": true,
"isLocked": true,
"responseToID": null,
"rating": 13,
"author": {
@indexxing
indexxing / polytoriaSnowflakes.js
Created January 20, 2025 18:42
Polytoria Snowflake Surfer
const paths = [
"/users/1/",
"/places/",
"/home/",
"/forum/",
"/store/",
"/my/avatar/",
"/my/settings/",
"/create/",
"/rankings/",
@indexxing
indexxing / polytoria_temp.sh
Created December 27, 2024 03:01
Polytoria Creator MacOS Playtest Fix
#!/bin/bash
# Made using ChatGPT because why not, I'm not writing all of this myself.
TEMP_DIR="/private/var/folders/PATH/com.Polytoria.Polytoria-Client"
BACKUP_DIR="PATH/PolytoriaTemp"
LOG_FILE="PATH/polytoria_temp.log"
# Create backup directory if it doesn't exist
mkdir -p "$BACKUP_DIR"
touch "$LOG_FILE"