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 June 12, 2026 02:08
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on 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 most likely 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]}