Skip to content

Instantly share code, notes, and snippets.

View xXPerditorXx's full-sized avatar

xXPerditorXx xXPerditorXx

View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active September 4, 2026 10:04
Complete Recent Discord Quest

Caution

As of August 26th 2026, Discord has started suspending quest access of people caught automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you WILL get flagged by doing so.

Complete Recent Discord Quest

ZSH CheatSheet

This is a cheat sheet for how to perform various actions to ZSH, which can be tricky to find on the web as the syntax is not intuitive and it is generally not very well-documented.

Strings

Description Syntax
Get the length of a string ${#VARNAME}
Get a single character ${VARNAME[index]}