Skip to content

Instantly share code, notes, and snippets.

View Firebladedoge229's full-sized avatar
🇱🇺
procrastinating

Fireblade Firebladedoge229

🇱🇺
procrastinating
View GitHub Profile
@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}`
@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()

Roblox Performance FFlags

Infinite FPS

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

MSAA Override

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