Random scripts and shit that don’t require their own repo but I don’t want to use gist since it’s not great.
Source link
JavaScript to get a auth ticket on the Roblox website.
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)
Source link
JavaScript to grab all source maps from Roblox.com.
To use just run it in a browser's console.
Source link
Roblox script to grab all the Roblox badge ids in the current game.
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.
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:
![]()
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
Source link
Will save to file any whitelisted files to a file.
To export saved data use this Luau script or Python script.
Source link
Library for PiShock
![]()
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
(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.
Source link
Powershell script to remove any Roblox keys from Windows Credential manager tab.
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
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
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.
Source link
Python to log roblox avatar changes to a Discord webhook
![]()
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/"
![]()
Source link
Checks for new github repo updates and pushes it to a discord webhook
Source link
Python script to show a way to restore a Roblox account after a warn or waited out ban.
Source link
Python script to simplify an image int X amount of colors then make an image for each layer.
Source link
Install
Auto clicks the Cloudflare turnstile checkbox once it loads to auto solve it.
Source link
Install
Tells Miniblox to disable ads then starts running it, won't be updated if they ever fix it though.
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.
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)