Skip to content

Instantly share code, notes, and snippets.

View Raltyro's full-sized avatar

Ralty Raltyro

View GitHub Profile
@Raltyro
Raltyro / optimize-png.py
Last active July 23, 2023 10:26
optimize-to-ogg.py, optimize-png.py
# Script by Raltyro
# drag and drop the png files or folders to this script that includes png files
# be careful! it's wildfire, so subdirectories are applied too!
# Requires oxipng: https://github.com/shssoichiro/oxipng
import sys
import os
import subprocess, shlex
// script by raltyro
// just click the py file and it will decode all of roblox temporary assets that used to load user created images, audios, etc.
// note: it does not obtain the AssetID of the file
import sys
import os
import shutil
temp = os.getenv("TEMP")
results = "rblxtemptousable-results"
@Raltyro
Raltyro / B3LockRemover.bat
Created June 29, 2022 02:57
Just for yall who still fucking scared of B3Lock files having in ur pc like cmon man
@echo off
color 03
echo WAIT!!! this will clear all of your b3 savedata!!
echo If you wish to continue, press enter, or else, exit this program
pause
setlocal enableDelayedExpansion
rmdir /s /q "%ProgramData%\nothingtoseehere"
rmdir /s /q "%LOCALAPPDATA%\nothingtoseehere"
rmdir /s /q "%APPDATA%\nothingtoseehere"
rmdir /s /q "%APPDATA%\ShadowMario\B3EXEmixed"