Skip to content

Instantly share code, notes, and snippets.

View Dekkonot's full-sized avatar

Micah Dekkonot

View GitHub Profile
@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
-- this is an old version
-- see: https://github.com/Reselim/Base64
local FILLER_CHARACTER = 61
local alphabet = {}
local indexes = {}
for index = 65, 90 do table.insert(alphabet, index) end -- A-Z
for index = 97, 122 do table.insert(alphabet, index) end -- a-z
@JBlond
JBlond / bash-colors.md
Last active July 26, 2024 11:49 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple