Skip to content

Instantly share code, notes, and snippets.

View Firebladedoge229's full-sized avatar
🇱🇺
procrastinating

Fireblade Firebladedoge229

🇱🇺
procrastinating
View GitHub Profile
http://www.roblox.com
http://www.roblox.com/Adhoc.ashx
http://www.roblox.com/AgeUpConfirmation.aspx
http://www.roblox.com/Badges.aspx
http://www.roblox.com/Browse.aspx
http://www.roblox.com/Catalog.aspx
http://www.roblox.com/Content.xsd
http://www.roblox.com/Default.aspx
http://www.roblox.com/Empty.aspx
http://www.roblox.com/favicon.ico

Roblox Performance FFlags

Infinite FPS

{
    "DFIntTaskSchedulerTargetFps": "2147483647",
    "FFlagTaskSchedulerLimitTargetFpsTo2402": "False"
}

MSAA Override

@Firebladedoge229
Firebladedoge229 / haunttracker.py
Created October 27, 2024 17:28
Quick script I wrote to find your position in ROBLOX's The Haunt avatar contest.
import time
import requests
from colorama import just_fix_windows_console
just_fix_windows_console()
def get_authenticated_user(cookie):
url = "https://users.roblox.com/v1/users/authenticated"
headers = {"Cookie": f".ROBLOSECURITY={cookie}"}
response = requests.get(url, headers=headers)
response.raise_for_status()
@Firebladedoge229
Firebladedoge229 / haunttracker.js
Created October 27, 2024 18:20
Quick script I wrote to find your position in ROBLOX's The Haunt avatar contest.
(async () => {
const axios = (await import("axios")).default;
const chalk = (await import("chalk")).default;
async function getAuthenticatedUser(cookie) {
const url = "https://users.roblox.com/v1/users/authenticated";
try {
const response = await axios.get(url, {
headers: {
"Cookie": `.ROBLOSECURITY=${cookie}`
{
"Colors": [
{
"MainBackground": {
"Default": "#1A1A2E"
}
},
{
"Titlebar": {
"Default": "#25316D"
@Firebladedoge229
Firebladedoge229 / CLIFlags.txt
Created May 4, 2025 15:09 — forked from regginator/CLIFlags.txt
All RobloxStudioBeta.exe CLI Flags (undocumented included)
-debugger
-channel
-browserTrackerId
-instanceId
-startEvent
-readyEvent
-showEvent
-task
-placeId
-universeId