Skip to content

Instantly share code, notes, and snippets.

View Firebladedoge229's full-sized avatar
🇱🇺
procrastinating

Fireblade Firebladedoge229

🇱🇺
procrastinating
View GitHub Profile
@CompeyDev
CompeyDev / CLIFlags.txt
Last active May 4, 2025 15:09 — forked from regginator/CLIFlags.txt
All RobloxStudioBeta.exe CLI Flags (undocumented included)
-browserTrackerId
-protocolString
-instanceId
-task
-APIV2
-placeId
-port
-hidpi
-universeId
-pluginId
@kylegg
kylegg / pspoc.php
Created June 1, 2024 05:04
The backend logic behind free Roblox private servers. Access codes are signed and then returned all right here. https://www.roblox.com/games/16875821750/Any-Game-Reserved-Server-POC
<?php
//
// kylegg 2024
//
// Response is always text/plain for our API.
header('Content-Type: text/plain');
// Generic function I wrote for validating url parameters in like 30 seconds, its not pretty but it works.
function getQueryParameter(string $name, Closure $cl): mixed
@regginator
regginator / CLIFlags.txt
Created June 22, 2023 18:53
All RobloxStudioBeta.exe CLI Flags (undocumented included)
-debugger
-channel
-browserTrackerId
-instanceId
-startEvent
-readyEvent
-showEvent
-task
-placeId
-universeId