Skip to content

Instantly share code, notes, and snippets.

View Neodevils's full-sized avatar
:fishsticks:
merged into fun

İbrahim Neodevils

:fishsticks:
merged into fun
View GitHub Profile
@MeguminSama
MeguminSama / Discord Experiments.js
Last active July 18, 2025 05:34
Discord Experiments.js
let cache; webpackChunkdiscord_app.push([["wp_isdev_patch"], {}, r => cache=r.c]);
var UserStore = Object.values(cache).find(m => m?.exports?.default?.getUser).exports.default;
var actions = Object.values(UserStore._dispatcher._actionHandlers._dependencyGraph.nodes);
var user = UserStore.getCurrentUser();
actions.find(n => n.name === "ExperimentStore").actionHandler.CONNECTION_OPEN({
type: "CONNECTION_OPEN", user: {flags: user.flags |= 1}, experiments: [],
});
actions.find(n => n.name === "DeveloperExperimentStore").actionHandler.CONNECTION_OPEN();
webpackChunkdiscord_app.pop(); user.flags &= ~1; "done";
extends Camera2D
const SCREEN_SIZE := Vector2( 320, 180 )
var cur_screen := Vector2( 0, 0 )
func _ready():
set_as_toplevel( true )
global_position = get_parent().global_position
_update_screen( cur_screen )
@Neodevils
Neodevils / startup.sh
Last active June 8, 2025 15:40
Connecting Your GitHub Repository to Pterodactyl Panel
#!/bin/bash
# Hata alırsa durdur
set -e
# Eğer kaeru dizini varsa, .env dosyasını yedekle ve güncelle; yoksa, repo'yu klonla
if [ -d "/home/container/kaeru" ]; then
echo "Kaeru dizini bulundu, güncellemeleri çekiyoruz..."
cd /home/container/kaeru
# .env dosyası varsa yedekle
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active November 24, 2025 06:53
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

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

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter: