random-shit

Random scripts and shit that don’t require their own repo but I don’t want to use gist since it’s not great.

Javascript

GetAuthTicket.js
Source link
JavaScript to get a auth ticket on the Roblox website.
GetAuthTicketRoblox.js
Source link
JavaScript that gets the auth ticket but useing the Roblox library loaded when the site loads, so it will always work. (until they change the function name)
RobloxSourceMaps.js
Source link
JavaScript to grab all source maps from Roblox.com.
To use just run it in a browser's console.

Lua

Badges.lua
Source link
Roblox script to grab all the Roblox badge ids in the current game.
ExtractZip.lua
Source link
Extracts a zip from a url into the workspace folder of the user.
Uses a edited version of 0x5eal's luau-unzip to work in Roblox scripting utils.
GetDiscordFromPreMiD.lua
Source link
The PreMiD app is no longer used so this isn't useful

If the user has PreMiD installed then it will print/grab some user info.
Example:
image
GitBlox.lua
Source link
Roblox Studio script to clone a github repo into the game
An auth token is recommended as you WILL be ratelimited other wise in most cases
LogFilesInWorkspace.lua
Source link
Will save to file any whitelisted files to a file.
To export saved data use this Luau script or Python script.
PiShock.lua
Source link
Library for PiShock
RunScript.lua
Source link
Roblox Studio plugin to allow running the currently open script.
Just place the Lua file in "%localappdata%/Roblox/Plugins"
VulnCheck.lua + VulnCheckNul.lua
VulnCheck.lua VulnCheckNul.lua
(Do note this test is shit with not checking for bypasses too)
Runs a basic check for functions that can be abused, VulnCheckNul adds Null to the end of functions which can bypass some blocks.

Powershell

DeleteRobloxKeys.ps1
Source link
Powershell script to remove any Roblox keys from Windows Credential manager tab.
Equicord.ps1
Source link
Powershell script to download and run the Equicord CLI installer..
irm "https://roblox-thot.github.io/random-shit/Data/Powershell/Equicord.ps1" | iex
Vencord.ps1
Source link
Powershell script to download and run the Vencord CLI installer..
irm "https://roblox-thot.github.io/random-shit/Data/Powershell/Vencord.ps1" | iex

Python

AddEmails.py
Source link
Python script to add a random email to your Roblox account.
You do require a domain with email forwarding to somewhere you can read all the emails.
AvatarChangeLogs.py
Source link
Python to log roblox avatar changes to a Discord webhook
DiscordRobloxConnection.py
Source link
Python script to host a site to allow mass authenticating Roblox accounts for Discord.
Recommended method is to use <a href=https://github.com/ic3w0lf22/Roblox-Account-Manager>ic3w0lf22/Roblox-Account-Manager</a> and click the "Open URL" with "http://127.0.0.1/"
GithubUpdateLogs.py
Source link
Checks for new github repo updates and pushes it to a discord webhook
RobloxUnwarn.py
Source link
Python script to show a way to restore a Roblox account after a warn or waited out ban.
SeprateColors.py
Source link
Python script to simplify an image int X amount of colors then make an image for each layer.

Userscripts

CloudflareTurnstile.user.js
Source link
Install
Auto clicks the Cloudflare turnstile checkbox once it loads to auto solve it.
MinibloxAdblock.user.js
Source link
Install
Tells Miniblox to disable ads then starts running it, won't be updated if they ever fix it though.
ReCaptchaClicker.user.js
Source link
Install
Auto clicks the ReCaptcha checkbox once it loads to solve it, but may not be as nice compaired to CF Turnstile since there may be a required solve.
SourceMapGrabber.user.js
Source link
Install
Tamper monkey script to scrape the source map links off the current page and add a button to the extention popout to print them to page.
(Shit but works some of the time)