Skip to content

Instantly share code, notes, and snippets.

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active April 26, 2024 15:43
Complete Recent Discord Quest

Complete Recent Discord Quest

How to use this script:

  1. Accept the quest under User Settings -> Gift Inventory
  2. Join a vc
  3. Stream any window (can be notepad or something)
  4. Press Ctrl+Shift+I to open DevTools
  5. Go to the Console tab
  6. Paste the following code and hit enter:
let wpRequire;
@reginadiana
reginadiana / README-TEMPLATE.md
Last active April 26, 2024 15:41
Template sugestivo para documentação de projetos

Titulo ou Arte do Projeto

@amirrajan
amirrajan / main.rb
Created January 16, 2024 07:31
DragonRuby Game Toolkit - Bullet Hell
class ShopScene
attr_gtk
def activate
state.module_selected = nil
state.available_modules = state.modules.shuffle.take(3)
state.available_module_1 = state.available_modules[0]
state.available_module_2 = state.available_modules[1]
state.available_module_3 = state.available_modules[2]
end