Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

@SENPAY98K
SENPAY98K /CompleteDiscordQuest.md
CreatedNovember 8, 2025 11:22— forked fromaamiaa/CompleteDiscordQuest.md
Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use thedesktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. PressCtrl+Shift+I to open DevTools
  3. Go to theConsole tab
  4. Paste the following code and hit enter:
Explanation file: db.js
This code imports the mongoose library which allows to connect to a MongoDB database.
There are two URIs defined to connect to two different databases: MONGO_URI and MOBILE_URI.
Each URI contains connection information to a remote MongoDB database, including user credentials.
The connectDBs function uses the mongoose.createConnection method to create connections to these two
databases using the respective URIs. The useUnifiedTopology and useNewUrlParser options are set to enable the new
unified topology policy and use MongoDB's new URL parser, respectively.
The function returns an object that contains the connections to these two databases as qrCodeDb and userDB properties.
// Discord all events!
// A quick and dirty fleshing out of the discord.js event listeners (not tested at all!)
// listed here -> https://discord.js.org/#/docs/main/stable/class/Client
// Learn from this, do not just copy it mofo!
//
// Saved to -> https://gist.github.com/koad/316b265a91d933fd1b62dddfcc3ff584
// Last Updated -> Halloween 2022
/*
@SENPAY98K
SENPAY98K /_install.md
CreatedDecember 11, 2021 22:34— forked fromxPaw/README.md
CS:GO Text Mod
  1. Movecsgo_bananagaming.txt inside this folder:Steam\SteamApps\Common\Counter-Strike Global Offensive\csgo\resource
  2. Add-language bananagaming to your launch options

Not working? Make sure that:

  • csgo_bananagaming.txt is placed in the right folder (it needs to be inside the resource folder)
  • Launch options is spelled correctly, this is an example that will work:-novid -language bananagaming -tickrate 128

Installing radio mod


[8]ページ先頭

©2009-2025 Movatter.jp