Skip to content

Instantly share code, notes, and snippets.

View BussyBakks's full-sized avatar
:shipit:
:/

Fkrystal BussyBakks

:shipit:
:/
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active May 24, 2026 01:00
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest

@ayebrian
ayebrian / vmware.md
Last active May 13, 2026 01:20
VMware ESXi / Workstation / ISO Downloads

Download VMware ISOs in this repo

Also I would happy if you visit my site with tech tips!: https://hausmer.com

All license keys and activation files have been removed in accordance with GitHub's Terms of Service.

Only official trial installers are available. Bring your own license (BYOL).

@hackermondev
hackermondev / api endpoints.md
Last active May 7, 2026 12:29
discord api endpoints

List of every single Discord API endpoint used on the client

Last updated: July 22, 2025

https://discord.com/api/v9

Endpoint Name path
@CreeperboyMCVN
CreeperboyMCVN / vulcan-config.yml
Created December 9, 2021 03:49
Vulcan config
##############################################
# Vulcan Anti-Cheat Configuration File #
##############################################
# The prefix that will be used for all of the %prefix% messages throughout the plugin
prefix: '&4&lAntiHack &8»'
alerts:
# This is the chat format that will be followed when a player fails a check.
# Valid placeholders are %player% (player name), %max-vl% (max violations), %check% (name of check), %description% (check description),
# %version% (player's client version), %dev% (* for whether or not the check is experimental), %vl% (violation level),
@W-Floyd
W-Floyd / SolidWorks_Spoof.sh
Created September 1, 2018 19:01
Simple script to make a Virtualbox VM hidden enough to install SolidWorks
#!/bin/bash
__get_random_string () {
openssl rand -hex "${1}" | cut -c "1-${1}"
}
__my_vm='W10'