This file contains hidden or 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
""" | |
Save inventory-owned assets to the Creator Store "Saved" list. (19/08/2025) | |
""" | |
import os | |
import time | |
import math | |
from dotenv import load_dotenv # pip install python-dotenv | |
import requests # pip install requests | |
This file contains hidden or 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
// ==UserScript== | |
// @name Nyan Cat's badge hunter assist script | |
// @namespace nyancat.nyannyannyan.robloxbadgehunterassist | |
// @version 1.654 | |
// @author Nyan Cat, actuallyasmartname, exurd | |
// @match https://*.roblox.com/* | |
// @description Hide earned badges, keep track of badge updates in thousands of games, and more! | |
// @grant GM.xmlHttpRequest | |
// @connect bor-valuable-badge-database-production.up.railway.app | |
// @inject-into page |
This file contains hidden or 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
""" | |
FIND MESHES AND TEXTURES FOR AN ACCESSORY (16/04/2024) | |
Saves found assets to `{ID}_{TYPE}.json` | |
The Develop API Asset endpoint used could go down at any point, so use this | |
script or forever hold your peace! https://devforum.roblox.com/t/3293093 | |
""" | |
import json | |
import os |
This file contains hidden or 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
param( | |
# Keep Smart App Control off after installing the redists | |
[switch]$keepSmartAppControlOff | |
) | |
# URLs for the latest Visual C++ Redistributables (https://github.com/abbodi1406/vcredist) | |
$urls = @( | |
"https://github.com/abbodi1406/vcredist/releases/latest/download/VisualCppRedist_AIO_x86_x64.exe" | |
) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
// ==UserScript== | |
// @name custard | |
// @namespace exurd.custard | |
// @version 4 | |
// @description custom github profile css | |
// @author exurd | |
// @match https://github.com/* | |
// @connect raw.githubusercontent.com | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com | |
// @grant GM_addStyle |
This file contains hidden or 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
BaWaMI /console /multimute 123456789abcdef /writewavonly [.\MIDI_FILE-track1.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 023456789abcdef /writewavonly [.\MIDI_FILE-track2.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 013456789abcdef /writewavonly [.\MIDI_FILE-track3.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 012456789abcdef /writewavonly [.\MIDI_FILE-track4.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 012356789abcdef /writewavonly [.\MIDI_FILE-track5.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 012346789abcdef /writewavonly [.\MIDI_FILE-track6.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 012345789abcdef /writewavonly [.\MIDI_FILE-track7.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 012345689abcdef /writewavonly [.\MIDI_FILE-track8.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 012345679abcdef /writewavonly [.\MIDI_FILE-track9.wav] "MIDI_FILE.mid" | |
BaWaMI /console /multimute 012345678abcdef /writewavonly [.\MIDI_FILE-track10.wav] "MIDI_FILE.mid" |
This file contains hidden or 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
import requests | |
import time | |
import statistics | |
def medianPrice(CollectibleItemId): | |
itemReq = requestSession.get(f"https://apis.roblox.com/marketplace-sales/v1/item/{CollectibleItemId}/resellers?cursor=&limit=100") | |
#print(playerReq) | |
list = [] | |
if itemReq.ok: | |
itemJson = itemReq.json() |
This file contains hidden or 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
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
; #Warn ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
Q:: | |
SendInput {3} | |
Sleep, 200 | |
SendInput {2} |
NewerOlder