Skip to content

Instantly share code, notes, and snippets.

View Rosenstein's full-sized avatar
💭

Rosenstein Rosenstein

💭
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active May 17, 2025 08:22
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@claudenobs
claudenobs / SteamValidator.au3
Last active August 25, 2021 21:56
validate all games in your steam library, now doesn' get confused by dlc's
#include <Array.au3>
#include <File.au3>
#include <FileConstants.au3>
#include <MsgBoxConstants.au3>
#include <ScreenCapture.au3>
; This script validates all games in a user's Steam library
; Author: Shawn Maiberger
; @ionblade (Twitter)
; By running this script, in whole or in part, you accept that the author is not acceptable for any damage to your computer or data caused by the script.