Skip to content

Instantly share code, notes, and snippets.

View nxfx21's full-sized avatar
💭
:3 bakathesussy on discord

bakathesussy nxfx21

💭
:3 bakathesussy on discord
  • 05:45 (UTC +04:00)
View GitHub Profile
@nxfx21
nxfx21 / cleanup.sh
Last active October 6, 2025 11:27
Locks your fps | Revert changes from fps unlocker script from "Eazvy/Roblox-Mac-FPS-Unlocker"
#!/bin/bash
echo "Script by nxfx21 (BakaTheSussy on Discord)"
# yes i am aware that this script is very simple
# you are very sneaky...
ROBLOX_DIR="$HOME/Library/Roblox"
CLIENT_SETTINGS="$ROBLOX_DIR/ClientSettings"
@nxfx21
nxfx21 / debloater.mobileconfig
Created November 9, 2025 13:03
Brave Debloater for macOS
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<!--
⏺️ Download this file and run to install configuration profile.
Original by u/Temporary_Classic645 on Reddit.
This configuration removes Brave Wallet, Brave Rewards, and Brave VPN.
-->
<dict>
<key>PayloadContent</key>
@nxfx21
nxfx21 / osc.py
Created December 18, 2025 19:02
Oscilloscope Lissajous Audio Visualizer
import pygame
import numpy as np
import wave
import subprocess
import time
AUDIO_FILE = 'Insert audio path here' # USE WAV ONLY
WINDOW_SIZE = 512
FPS = 90 # framerate
@nxfx21
nxfx21 / ablox-rm.sh
Created March 5, 2026 12:21
AppleBlox uninstaller
#!/bin/bash
# AppleBlox (Dev) Deep Uninstaller
# This script removes files defined in the Homebrew Cask 'zap' stanza.
# Ensure the script is NOT run as root, as these files are in the user's Home directory
if [ "$EUID" -eq 0 ]; then
echo "Please run this script as a normal user, not as root/sudo."
exit 1
fi
@nxfx21
nxfx21 / segoeui.ttf
Last active April 19, 2026 15:12
Segoe UI Fonts
@nxfx21
nxfx21 / resetcrossovertrial.command
Last active July 16, 2026 18:05
Resets the CrossOver Trial. This script is only intended for educational purposes. This script is ONLY for macOS. THIS SCRIPT IS NOT FOR PIRACY.
#!/usr/bin/env zsh
printf "PT09IENyb3NzT3ZlciBUcmlhbCBSZXNldCBTY3JpcHQgPT09DQpbSU5GT10gVGhpcyBzY3JpcHQgaXMgb25seSBtZWFudCBmb3IgZWR1Y2F0aW9uYWwgcHVycG9zZXMuDQpbV0FSTklOR10gSWYgeW91IGRpZG4ndCBnZXQgdGhpcyBzY3JpcHQgZnJvbSBueGZ4MjEncyBHaXRIdWIgR2lzdCwgaXQgbWF5IGhhdmUgYmVlbiB0YW1wZXJlZCB3aXRoLiBJZiB5b3UgZGlkIGdldCB0aGlzIG9mZiBueGZ4MjEncyBHaXRIdWIgR2lzdCwgeW91IGFyZSBzYWZlLCBjYXJyeSBvbi4gQmUgY2F1dGlvdXMgd2hlbiBydW5uaW5nIG9ubGluZSBjb2RlLCBhbmQgYWx3YXlzIGNoZWNrIGlmIGl0IGRvZXMgYW55dGhpbmcgdGhhdCB5b3UgZG9uJ3QgbGlrZS4=" | base64 -D
echo "\n[LOG] Started at: $(date)"
# Check if Homebrew exists, install if needed
if ! command -v brew >/dev/null 2>&1; then
echo "[INFO] Homebrew not found. Installing Homebrew..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
@nxfx21
nxfx21 / Notice.md
Last active June 7, 2026 09:34
Switching the server to cracked

Switching the Server to Offline Mode

We have made the decision to switch this server to cracked (also known as offline-mode).

This document explains why the switch is happening, when it will happen, what you need to do before the migration, and the server-side changes being made to support it.


Contents

@nxfx21
nxfx21 / CLAUDE.md
Created May 29, 2026 16:05
Files left behind by an agent that hacked my Minecraft server.

CLAUDE.md

Purpose

You are assisting with authorized security auditing of Minecraft servers, plugins, and mods from the perspective of a regular player account. Primary objective:

  • Identify privilege escalation paths that could incorrectly grant operator/admin-equivalent capabilities.
  • Discover logic flaws, permission bypasses, trust boundary violations, unsafe packet handling, insecure integrations, desyncs, and unintended authority transfer. Assume:
  • No filesystem access
  • No console access
  • No RCE assumptions

ProperTree makes this way easier than trying to fight text formatting in a terminal window. Because Fedora is sharing the exact same EFI partition (disk0s1) as OpenCore, we can use a short-form path. OpenCore will automatically know to look on the same partition it booted from. Best of all, custom entries defined under Entries completely bypass the strict security ScanPolicy that OCLP locks down by default. Follow these steps to plug it into ProperTree:

Step 1: Open the Config

  1. Ensure your EFI is mounted (sudo diskutil mount disk0s1 in Terminal).
  2. Open ProperTree, press Cmd + O, and open /Volumes/EFI/EFI/OC/config.plist.

Step 2: Add the Custom Entry

  1. Scroll down and expand the Misc section.
  2. Find Entries (which is an Array).

Right-click your Entries key, select Add New Child, and change its type to Dictionary. It will automatically be named 0. Inside that 0 dictionary, add these 8 specific keys. Right-click 0, choose Add New Child for each one, and make sure the Type and Value match this table exactly:

Key Name Type Value
Arguments String Leave completely blank
Auxiliary Boolean False
Comment String Bazzite T2 Linux
Enabled Boolean True