Skip to content

Instantly share code, notes, and snippets.

View maalos's full-sized avatar
😐
code doesn't work

maalos maalos

😐
code doesn't work
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active June 30, 2024 01:51
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

This no longer works if you're alone in vc! Somebody else has to join you!

Warning

There are now two quest types ("stream" and "play")! Pay attention to the instructions!

@es3n1n
es3n1n / injector.cpp
Last active December 3, 2023 15:42
LoadLibraryA (LLA) injector
#include "injector.h"
#include <TlHelp32.h>
#include <stdio.h>
#define INJECTOR_FAIL(s) { printf(s " Error code: %d\n", GetLastError( ) ); return false; }
namespace injector {
namespace detail {